diff --git a/.gitignore b/.gitignore index 3f2fad7..8350c8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ src/*.exe -src/trinity -src/trinityd -src/test_trinity +src/megabyte +src/megabyted +src/test_megabyte .*.swp *.*~* *.bak @@ -13,12 +13,12 @@ src/test_trinity # Compilation and Qt preprocessor part *.qm -trinity-qt -Trinity-Qt.app +megabyte-qt +megabyte-Qt.app # Unit-tests Makefile.test -trinity-qt_test +megabyte-qt_test # Resources cpp qrc_*.cpp diff --git a/Makefile b/Makefile index 72d99b5..85c46f6 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ ############################################################################# -# Makefile for building: trinity-qt +# Makefile for building: megabyte-qt # Generated by qmake (3.0) (Qt 5.2.1) -# Project: trinity-qt.pro +# Project: megabyte-qt.pro # Template: app -# Command: /usr/lib/x86_64-linux-gnu/qt5/bin/qmake USE_UPNP=- -o Makefile trinity-qt.pro +# Command: /usr/lib/x86_64-linux-gnu/qt5/bin/qmake USE_UPNP=- -o Makefile megabyte-qt.pro ############################################################################# MAKEFILE = Makefile @@ -18,7 +18,7 @@ CXXFLAGS = -m64 -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REEN INCPATH = -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild LINK = g++ LFLAGS = -m64 -fstack-protector-all -Wl,-O1 -LIBS = $(SUBLIBS) -L/usr/X11R6/lib64 /home/liam/trinity/src/leveldb/libleveldb.a /home/liam/trinity/src/leveldb/libmemenv.a -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQt5Widgets -L/usr/lib/x86_64-linux-gnu -lQt5Network -lQt5Gui -lQt5Core -lpthread -lGL +LIBS = $(SUBLIBS) -L/usr/X11R6/lib64 /home/liam/megabyte/src/leveldb/libleveldb.a /home/liam/megabyte/src/leveldb/libmemenv.a -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQt5Widgets -L/usr/lib/x86_64-linux-gnu -lQt5Network -lQt5Gui -lQt5Core -lpthread -lGL AR = ar cqs RANLIB = QMAKE = /usr/lib/x86_64-linux-gnu/qt5/bin/qmake @@ -336,12 +336,12 @@ DIST = /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \ /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf \ /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf \ /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf \ - trinity-qt.pro \ + megabyte-qt.pro \ src/qt/bitcoin.qrc \ - trinity-qt.pro -QMAKE_TARGET = trinity-qt + megabyte-qt.pro +QMAKE_TARGET = megabyte-qt DESTDIR = #avoid trailing-slash linebreak -TARGET = trinity-qt +TARGET = megabyte-qt first: all @@ -368,10 +368,10 @@ first: all all: Makefile $(TARGET) -$(TARGET): /home/liam/trinity/src/leveldb/libleveldb.a /home/liam/trinity/build/build.h build/ui_sendcoinsdialog.h build/ui_addressbookpage.h build/ui_signverifymessagedialog.h build/ui_aboutdialog.h build/ui_editaddressdialog.h build/ui_transactiondescdialog.h build/ui_overviewpage.h build/ui_sendcoinsentry.h build/ui_askpassphrasedialog.h build/ui_rpcconsole.h build/ui_optionsdialog.h build/ui_intro.h $(OBJECTS) +$(TARGET): /home/liam/megabyte/src/leveldb/libleveldb.a /home/liam/megabyte/build/build.h build/ui_sendcoinsdialog.h build/ui_addressbookpage.h build/ui_signverifymessagedialog.h build/ui_aboutdialog.h build/ui_editaddressdialog.h build/ui_transactiondescdialog.h build/ui_overviewpage.h build/ui_sendcoinsentry.h build/ui_askpassphrasedialog.h build/ui_rpcconsole.h build/ui_optionsdialog.h build/ui_intro.h $(OBJECTS) $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) -Makefile: trinity-qt.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \ +Makefile: megabyte-qt.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \ /usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/shell-unix.conf \ /usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf \ /usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/linux.conf \ @@ -429,13 +429,13 @@ Makefile: trinity-qt.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64/qmak /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf \ /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf \ /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf \ - trinity-qt.pro \ + megabyte-qt.pro \ src/qt/bitcoin.qrc \ /usr/lib/x86_64-linux-gnu/libQt5Widgets.prl \ /usr/lib/x86_64-linux-gnu/libQt5Gui.prl \ /usr/lib/x86_64-linux-gnu/libQt5Core.prl \ /usr/lib/x86_64-linux-gnu/libQt5Network.prl - $(QMAKE) USE_UPNP=- -o Makefile trinity-qt.pro + $(QMAKE) USE_UPNP=- -o Makefile megabyte-qt.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf: /usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/shell-unix.conf: /usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf: @@ -494,25 +494,25 @@ Makefile: trinity-qt.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64/qmak /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf: /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf: /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf: -trinity-qt.pro: +megabyte-qt.pro: src/qt/bitcoin.qrc: /usr/lib/x86_64-linux-gnu/libQt5Widgets.prl: /usr/lib/x86_64-linux-gnu/libQt5Gui.prl: /usr/lib/x86_64-linux-gnu/libQt5Core.prl: /usr/lib/x86_64-linux-gnu/libQt5Network.prl: qmake: FORCE - @$(QMAKE) USE_UPNP=- -o Makefile trinity-qt.pro + @$(QMAKE) USE_UPNP=- -o Makefile megabyte-qt.pro qmake_all: FORCE dist: - @test -d build/trinity-qt0.8.2 || mkdir -p build/trinity-qt0.8.2 - $(COPY_FILE) --parents $(SOURCES) $(DIST) build/trinity-qt0.8.2/ && $(COPY_FILE) --parents src/qt/locale/bitcoin_af_ZA.ts src/qt/locale/bitcoin_ar.ts src/qt/locale/bitcoin_bg.ts src/qt/locale/bitcoin_bs.ts src/qt/locale/bitcoin_ca.ts src/qt/locale/bitcoin_ca_ES.ts src/qt/locale/bitcoin_cs.ts src/qt/locale/bitcoin_cy.ts src/qt/locale/bitcoin_da.ts src/qt/locale/bitcoin_de.ts src/qt/locale/bitcoin_el_GR.ts src/qt/locale/bitcoin_en.ts src/qt/locale/bitcoin_eo.ts src/qt/locale/bitcoin_es.ts src/qt/locale/bitcoin_es_CL.ts src/qt/locale/bitcoin_et.ts src/qt/locale/bitcoin_eu_ES.ts src/qt/locale/bitcoin_fa.ts src/qt/locale/bitcoin_fa_IR.ts src/qt/locale/bitcoin_fi.ts src/qt/locale/bitcoin_fr.ts src/qt/locale/bitcoin_fr_CA.ts src/qt/locale/bitcoin_gu_IN.ts src/qt/locale/bitcoin_he.ts src/qt/locale/bitcoin_hi_IN.ts src/qt/locale/bitcoin_hr.ts src/qt/locale/bitcoin_hu.ts src/qt/locale/bitcoin_it.ts src/qt/locale/bitcoin_ja.ts src/qt/locale/bitcoin_la.ts src/qt/locale/bitcoin_lt.ts src/qt/locale/bitcoin_lv_LV.ts src/qt/locale/bitcoin_nb.ts src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_pl.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_pt_PT.ts src/qt/locale/bitcoin_ro_RO.ts src/qt/locale/bitcoin_ru.ts src/qt/locale/bitcoin_sk.ts src/qt/locale/bitcoin_sr.ts src/qt/locale/bitcoin_sv.ts src/qt/locale/bitcoin_th_TH.ts src/qt/locale/bitcoin_tr.ts src/qt/locale/bitcoin_uk.ts src/qt/locale/bitcoin_zh_CN.ts src/qt/locale/bitcoin_zh_TW.ts build/trinity-qt0.8.2/ && $(COPY_FILE) --parents src/qt/bitcoin.qrc build/trinity-qt0.8.2/ && $(COPY_FILE) --parents src/qt/bitcoingui.h src/qt/transactiontablemodel.h src/qt/addresstablemodel.h src/qt/optionsdialog.h src/qt/sendcoinsdialog.h src/qt/addressbookpage.h src/qt/signverifymessagedialog.h src/qt/aboutdialog.h src/qt/editaddressdialog.h src/qt/bitcoinaddressvalidator.h src/alert.h src/addrman.h src/base58.h src/bignum.h src/chainparams.h src/checkpoints.h src/compat.h src/sync.h src/util.h src/hash.h src/uint256.h src/serialize.h src/core.h src/main.h src/net.h src/key.h src/db.h src/walletdb.h src/script.h src/init.h src/bloom.h src/mruset.h src/checkqueue.h src/json/json_spirit_writer_template.h src/json/json_spirit_writer.h src/json/json_spirit_value.h src/json/json_spirit_utils.h src/json/json_spirit_stream_reader.h src/json/json_spirit_reader_template.h src/json/json_spirit_reader.h src/json/json_spirit_error_position.h src/json/json_spirit.h src/qt/clientmodel.h src/qt/guiutil.h src/qt/transactionrecord.h src/qt/guiconstants.h src/qt/optionsmodel.h src/qt/monitoreddatamapper.h src/qt/transactiondesc.h src/qt/transactiondescdialog.h src/qt/bitcoinamountfield.h src/wallet.h src/keystore.h src/qt/transactionfilterproxy.h src/qt/transactionview.h src/qt/walletmodel.h src/qt/walletview.h src/qt/walletstack.h src/qt/walletframe.h src/bitcoinrpc.h src/qt/overviewpage.h src/qt/csvmodelwriter.h src/crypter.h src/qt/sendcoinsentry.h src/qt/qvalidatedlineedit.h src/qt/bitcoinunits.h src/qt/qvaluecombobox.h src/qt/askpassphrasedialog.h src/protocol.h src/qt/notificator.h src/qt/paymentserver.h src/allocators.h src/ui_interface.h src/qt/rpcconsole.h src/version.h src/netbase.h src/clientversion.h src/txdb.h src/leveldb.h src/threadsafety.h src/limitedmap.h src/qt/splashscreen.h src/qt/intro.h src/scrypt.h src/sph_blake.h src/sph_groestl.h src/sph_keccak.h src/sph_bmw.h src/sph_jh.h src/sph_types.h src/sph_echo.h src/sph_luffa.h src/sph_simd.h src/sph_cubehash.h src/sph_shavite.h src/hashgroestl.h build/trinity-qt0.8.2/ && $(COPY_FILE) --parents src/qt/bitcoin.cpp src/qt/bitcoingui.cpp src/qt/transactiontablemodel.cpp src/qt/addresstablemodel.cpp src/qt/optionsdialog.cpp src/qt/sendcoinsdialog.cpp src/qt/addressbookpage.cpp src/qt/signverifymessagedialog.cpp src/qt/aboutdialog.cpp src/qt/editaddressdialog.cpp src/qt/bitcoinaddressvalidator.cpp src/alert.cpp src/chainparams.cpp src/version.cpp src/sync.cpp src/util.cpp src/hash.cpp src/netbase.cpp src/key.cpp src/script.cpp src/core.cpp src/main.cpp src/init.cpp src/net.cpp src/bloom.cpp src/checkpoints.cpp src/addrman.cpp src/db.cpp src/walletdb.cpp src/qt/clientmodel.cpp src/qt/guiutil.cpp src/qt/transactionrecord.cpp src/qt/optionsmodel.cpp src/qt/monitoreddatamapper.cpp src/qt/transactiondesc.cpp src/qt/transactiondescdialog.cpp src/qt/bitcoinstrings.cpp src/qt/bitcoinamountfield.cpp src/wallet.cpp src/keystore.cpp src/qt/transactionfilterproxy.cpp src/qt/transactionview.cpp src/qt/walletmodel.cpp src/qt/walletview.cpp src/qt/walletstack.cpp src/qt/walletframe.cpp src/bitcoinrpc.cpp src/rpcdump.cpp src/rpcnet.cpp src/rpcmining.cpp src/rpcwallet.cpp src/rpcblockchain.cpp src/rpcrawtransaction.cpp src/qt/overviewpage.cpp src/qt/csvmodelwriter.cpp src/crypter.cpp src/qt/sendcoinsentry.cpp src/qt/qvalidatedlineedit.cpp src/qt/bitcoinunits.cpp src/qt/qvaluecombobox.cpp src/qt/askpassphrasedialog.cpp src/protocol.cpp src/qt/notificator.cpp src/qt/paymentserver.cpp src/qt/rpcconsole.cpp src/noui.cpp src/leveldb.cpp src/txdb.cpp src/qt/splashscreen.cpp src/qt/intro.cpp src/scrypt.cpp src/blake.c src/bmw.c src/groestl.c src/jh.c src/keccak.c src/echo.c src/luffa.c src/simd.c src/cubehash.c src/shavite.c build/trinity-qt0.8.2/ && $(COPY_FILE) --parents src/qt/forms/sendcoinsdialog.ui src/qt/forms/addressbookpage.ui src/qt/forms/signverifymessagedialog.ui src/qt/forms/aboutdialog.ui src/qt/forms/editaddressdialog.ui src/qt/forms/transactiondescdialog.ui src/qt/forms/overviewpage.ui src/qt/forms/sendcoinsentry.ui src/qt/forms/askpassphrasedialog.ui src/qt/forms/rpcconsole.ui src/qt/forms/optionsdialog.ui src/qt/forms/intro.ui build/trinity-qt0.8.2/ && $(COPY_FILE) --parents src/qt/locale/bitcoin_af_ZA.ts src/qt/locale/bitcoin_ar.ts src/qt/locale/bitcoin_bg.ts src/qt/locale/bitcoin_bs.ts src/qt/locale/bitcoin_ca.ts src/qt/locale/bitcoin_ca_ES.ts src/qt/locale/bitcoin_cs.ts src/qt/locale/bitcoin_cy.ts src/qt/locale/bitcoin_da.ts src/qt/locale/bitcoin_de.ts src/qt/locale/bitcoin_el_GR.ts src/qt/locale/bitcoin_en.ts src/qt/locale/bitcoin_eo.ts src/qt/locale/bitcoin_es.ts src/qt/locale/bitcoin_es_CL.ts src/qt/locale/bitcoin_et.ts src/qt/locale/bitcoin_eu_ES.ts src/qt/locale/bitcoin_fa.ts src/qt/locale/bitcoin_fa_IR.ts src/qt/locale/bitcoin_fi.ts src/qt/locale/bitcoin_fr.ts src/qt/locale/bitcoin_fr_CA.ts src/qt/locale/bitcoin_gu_IN.ts src/qt/locale/bitcoin_he.ts src/qt/locale/bitcoin_hi_IN.ts src/qt/locale/bitcoin_hr.ts src/qt/locale/bitcoin_hu.ts src/qt/locale/bitcoin_it.ts src/qt/locale/bitcoin_ja.ts src/qt/locale/bitcoin_la.ts src/qt/locale/bitcoin_lt.ts src/qt/locale/bitcoin_lv_LV.ts src/qt/locale/bitcoin_nb.ts src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_pl.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_pt_PT.ts src/qt/locale/bitcoin_ro_RO.ts src/qt/locale/bitcoin_ru.ts src/qt/locale/bitcoin_sk.ts src/qt/locale/bitcoin_sr.ts src/qt/locale/bitcoin_sv.ts src/qt/locale/bitcoin_th_TH.ts src/qt/locale/bitcoin_tr.ts src/qt/locale/bitcoin_uk.ts src/qt/locale/bitcoin_zh_CN.ts src/qt/locale/bitcoin_zh_TW.ts build/trinity-qt0.8.2/ && (cd `dirname build/trinity-qt0.8.2` && $(TAR) trinity-qt0.8.2.tar trinity-qt0.8.2 && $(COMPRESS) trinity-qt0.8.2.tar) && $(MOVE) `dirname build/trinity-qt0.8.2`/trinity-qt0.8.2.tar.gz . && $(DEL_FILE) -r build/trinity-qt0.8.2 + @test -d build/megabyte-qt0.8.2 || mkdir -p build/megabyte-qt0.8.2 + $(COPY_FILE) --parents $(SOURCES) $(DIST) build/megabyte-qt0.8.2/ && $(COPY_FILE) --parents src/qt/locale/bitcoin_af_ZA.ts src/qt/locale/bitcoin_ar.ts src/qt/locale/bitcoin_bg.ts src/qt/locale/bitcoin_bs.ts src/qt/locale/bitcoin_ca.ts src/qt/locale/bitcoin_ca_ES.ts src/qt/locale/bitcoin_cs.ts src/qt/locale/bitcoin_cy.ts src/qt/locale/bitcoin_da.ts src/qt/locale/bitcoin_de.ts src/qt/locale/bitcoin_el_GR.ts src/qt/locale/bitcoin_en.ts src/qt/locale/bitcoin_eo.ts src/qt/locale/bitcoin_es.ts src/qt/locale/bitcoin_es_CL.ts src/qt/locale/bitcoin_et.ts src/qt/locale/bitcoin_eu_ES.ts src/qt/locale/bitcoin_fa.ts src/qt/locale/bitcoin_fa_IR.ts src/qt/locale/bitcoin_fi.ts src/qt/locale/bitcoin_fr.ts src/qt/locale/bitcoin_fr_CA.ts src/qt/locale/bitcoin_gu_IN.ts src/qt/locale/bitcoin_he.ts src/qt/locale/bitcoin_hi_IN.ts src/qt/locale/bitcoin_hr.ts src/qt/locale/bitcoin_hu.ts src/qt/locale/bitcoin_it.ts src/qt/locale/bitcoin_ja.ts src/qt/locale/bitcoin_la.ts src/qt/locale/bitcoin_lt.ts src/qt/locale/bitcoin_lv_LV.ts src/qt/locale/bitcoin_nb.ts src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_pl.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_pt_PT.ts src/qt/locale/bitcoin_ro_RO.ts src/qt/locale/bitcoin_ru.ts src/qt/locale/bitcoin_sk.ts src/qt/locale/bitcoin_sr.ts src/qt/locale/bitcoin_sv.ts src/qt/locale/bitcoin_th_TH.ts src/qt/locale/bitcoin_tr.ts src/qt/locale/bitcoin_uk.ts src/qt/locale/bitcoin_zh_CN.ts src/qt/locale/bitcoin_zh_TW.ts build/megabyte-qt0.8.2/ && $(COPY_FILE) --parents src/qt/bitcoin.qrc build/megabyte-qt0.8.2/ && $(COPY_FILE) --parents src/qt/bitcoingui.h src/qt/transactiontablemodel.h src/qt/addresstablemodel.h src/qt/optionsdialog.h src/qt/sendcoinsdialog.h src/qt/addressbookpage.h src/qt/signverifymessagedialog.h src/qt/aboutdialog.h src/qt/editaddressdialog.h src/qt/bitcoinaddressvalidator.h src/alert.h src/addrman.h src/base58.h src/bignum.h src/chainparams.h src/checkpoints.h src/compat.h src/sync.h src/util.h src/hash.h src/uint256.h src/serialize.h src/core.h src/main.h src/net.h src/key.h src/db.h src/walletdb.h src/script.h src/init.h src/bloom.h src/mruset.h src/checkqueue.h src/json/json_spirit_writer_template.h src/json/json_spirit_writer.h src/json/json_spirit_value.h src/json/json_spirit_utils.h src/json/json_spirit_stream_reader.h src/json/json_spirit_reader_template.h src/json/json_spirit_reader.h src/json/json_spirit_error_position.h src/json/json_spirit.h src/qt/clientmodel.h src/qt/guiutil.h src/qt/transactionrecord.h src/qt/guiconstants.h src/qt/optionsmodel.h src/qt/monitoreddatamapper.h src/qt/transactiondesc.h src/qt/transactiondescdialog.h src/qt/bitcoinamountfield.h src/wallet.h src/keystore.h src/qt/transactionfilterproxy.h src/qt/transactionview.h src/qt/walletmodel.h src/qt/walletview.h src/qt/walletstack.h src/qt/walletframe.h src/bitcoinrpc.h src/qt/overviewpage.h src/qt/csvmodelwriter.h src/crypter.h src/qt/sendcoinsentry.h src/qt/qvalidatedlineedit.h src/qt/bitcoinunits.h src/qt/qvaluecombobox.h src/qt/askpassphrasedialog.h src/protocol.h src/qt/notificator.h src/qt/paymentserver.h src/allocators.h src/ui_interface.h src/qt/rpcconsole.h src/version.h src/netbase.h src/clientversion.h src/txdb.h src/leveldb.h src/threadsafety.h src/limitedmap.h src/qt/splashscreen.h src/qt/intro.h src/scrypt.h src/sph_blake.h src/sph_groestl.h src/sph_keccak.h src/sph_bmw.h src/sph_jh.h src/sph_types.h src/sph_echo.h src/sph_luffa.h src/sph_simd.h src/sph_cubehash.h src/sph_shavite.h src/hashgroestl.h build/megabyte-qt0.8.2/ && $(COPY_FILE) --parents src/qt/bitcoin.cpp src/qt/bitcoingui.cpp src/qt/transactiontablemodel.cpp src/qt/addresstablemodel.cpp src/qt/optionsdialog.cpp src/qt/sendcoinsdialog.cpp src/qt/addressbookpage.cpp src/qt/signverifymessagedialog.cpp src/qt/aboutdialog.cpp src/qt/editaddressdialog.cpp src/qt/bitcoinaddressvalidator.cpp src/alert.cpp src/chainparams.cpp src/version.cpp src/sync.cpp src/util.cpp src/hash.cpp src/netbase.cpp src/key.cpp src/script.cpp src/core.cpp src/main.cpp src/init.cpp src/net.cpp src/bloom.cpp src/checkpoints.cpp src/addrman.cpp src/db.cpp src/walletdb.cpp src/qt/clientmodel.cpp src/qt/guiutil.cpp src/qt/transactionrecord.cpp src/qt/optionsmodel.cpp src/qt/monitoreddatamapper.cpp src/qt/transactiondesc.cpp src/qt/transactiondescdialog.cpp src/qt/bitcoinstrings.cpp src/qt/bitcoinamountfield.cpp src/wallet.cpp src/keystore.cpp src/qt/transactionfilterproxy.cpp src/qt/transactionview.cpp src/qt/walletmodel.cpp src/qt/walletview.cpp src/qt/walletstack.cpp src/qt/walletframe.cpp src/bitcoinrpc.cpp src/rpcdump.cpp src/rpcnet.cpp src/rpcmining.cpp src/rpcwallet.cpp src/rpcblockchain.cpp src/rpcrawtransaction.cpp src/qt/overviewpage.cpp src/qt/csvmodelwriter.cpp src/crypter.cpp src/qt/sendcoinsentry.cpp src/qt/qvalidatedlineedit.cpp src/qt/bitcoinunits.cpp src/qt/qvaluecombobox.cpp src/qt/askpassphrasedialog.cpp src/protocol.cpp src/qt/notificator.cpp src/qt/paymentserver.cpp src/qt/rpcconsole.cpp src/noui.cpp src/leveldb.cpp src/txdb.cpp src/qt/splashscreen.cpp src/qt/intro.cpp src/scrypt.cpp src/blake.c src/bmw.c src/groestl.c src/jh.c src/keccak.c src/echo.c src/luffa.c src/simd.c src/cubehash.c src/shavite.c build/megabyte-qt0.8.2/ && $(COPY_FILE) --parents src/qt/forms/sendcoinsdialog.ui src/qt/forms/addressbookpage.ui src/qt/forms/signverifymessagedialog.ui src/qt/forms/aboutdialog.ui src/qt/forms/editaddressdialog.ui src/qt/forms/transactiondescdialog.ui src/qt/forms/overviewpage.ui src/qt/forms/sendcoinsentry.ui src/qt/forms/askpassphrasedialog.ui src/qt/forms/rpcconsole.ui src/qt/forms/optionsdialog.ui src/qt/forms/intro.ui build/megabyte-qt0.8.2/ && $(COPY_FILE) --parents src/qt/locale/bitcoin_af_ZA.ts src/qt/locale/bitcoin_ar.ts src/qt/locale/bitcoin_bg.ts src/qt/locale/bitcoin_bs.ts src/qt/locale/bitcoin_ca.ts src/qt/locale/bitcoin_ca_ES.ts src/qt/locale/bitcoin_cs.ts src/qt/locale/bitcoin_cy.ts src/qt/locale/bitcoin_da.ts src/qt/locale/bitcoin_de.ts src/qt/locale/bitcoin_el_GR.ts src/qt/locale/bitcoin_en.ts src/qt/locale/bitcoin_eo.ts src/qt/locale/bitcoin_es.ts src/qt/locale/bitcoin_es_CL.ts src/qt/locale/bitcoin_et.ts src/qt/locale/bitcoin_eu_ES.ts src/qt/locale/bitcoin_fa.ts src/qt/locale/bitcoin_fa_IR.ts src/qt/locale/bitcoin_fi.ts src/qt/locale/bitcoin_fr.ts src/qt/locale/bitcoin_fr_CA.ts src/qt/locale/bitcoin_gu_IN.ts src/qt/locale/bitcoin_he.ts src/qt/locale/bitcoin_hi_IN.ts src/qt/locale/bitcoin_hr.ts src/qt/locale/bitcoin_hu.ts src/qt/locale/bitcoin_it.ts src/qt/locale/bitcoin_ja.ts src/qt/locale/bitcoin_la.ts src/qt/locale/bitcoin_lt.ts src/qt/locale/bitcoin_lv_LV.ts src/qt/locale/bitcoin_nb.ts src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_pl.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_pt_PT.ts src/qt/locale/bitcoin_ro_RO.ts src/qt/locale/bitcoin_ru.ts src/qt/locale/bitcoin_sk.ts src/qt/locale/bitcoin_sr.ts src/qt/locale/bitcoin_sv.ts src/qt/locale/bitcoin_th_TH.ts src/qt/locale/bitcoin_tr.ts src/qt/locale/bitcoin_uk.ts src/qt/locale/bitcoin_zh_CN.ts src/qt/locale/bitcoin_zh_TW.ts build/megabyte-qt0.8.2/ && (cd `dirname build/megabyte-qt0.8.2` && $(TAR) megabyte-qt0.8.2.tar megabyte-qt0.8.2 && $(COMPRESS) megabyte-qt0.8.2.tar) && $(MOVE) `dirname build/megabyte-qt0.8.2`/megabyte-qt0.8.2.tar.gz . && $(DEL_FILE) -r build/megabyte-qt0.8.2 clean:compiler_clean -$(DEL_FILE) $(OBJECTS) - -$(DEL_FILE) /home/liam/trinity/src/leveldb/libleveldb.a; cd /home/liam/trinity/src/leveldb ; $(MAKE) clean + -$(DEL_FILE) /home/liam/megabyte/src/leveldb/libleveldb.a; cd /home/liam/megabyte/src/leveldb ; $(MAKE) clean -$(DEL_FILE) *~ core *.core @@ -523,11 +523,11 @@ distclean: clean -$(DEL_FILE) Makefile -/home/liam/trinity/src/leveldb/libleveldb.a: FORCE - cd /home/liam/trinity/src/leveldb && CC=gcc CXX=g++ $(MAKE) OPT="-m64 -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a +/home/liam/megabyte/src/leveldb/libleveldb.a: FORCE + cd /home/liam/megabyte/src/leveldb && CC=gcc CXX=g++ $(MAKE) OPT="-m64 -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a -/home/liam/trinity/build/build.h: FORCE - cd /home/liam/trinity; /bin/sh share/genbuild.sh /home/liam/trinity/build/build.h +/home/liam/megabyte/build/build.h: FORCE + cd /home/liam/megabyte; /bin/sh share/genbuild.sh /home/liam/megabyte/build/build.h mocclean: compiler_moc_header_clean compiler_moc_source_clean diff --git a/README.md b/README.md index 09a09d2..3f96e46 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -Trinity +megabyte =================================== -What is Trinity? +What is megabyte? ------------------ -Trinity is a new crypto-currency that includes three algorithms and random rewards. +megabyte is a new crypto-currency that includes three algorithms and random rewards. Specifications ------------------ @@ -15,7 +15,7 @@ Specifications License ------- -Trinity is released under the terms of the MIT license. See `COPYING` for more +megabyte is released under the terms of the MIT license. See `COPYING` for more information or see http://opensource.org/licenses/MIT. Deps diff --git a/doc/Doxyfile b/doc/Doxyfile index c32d0f8..265566e 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1421,13 +1421,13 @@ GENERATE_PERLMOD = NO PERLMOD_LATEX = NO -# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be +# If the PERLMOD_PREMB tag is set to YES the Perl module output will be # nicely formatted so it can be parsed by a human reader. This is useful # if you want to understand what is going on. On the other hand, if this # tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same. -PERLMOD_PRETTY = YES +PERLMOD_PREMB = YES # The names of the make variables in the generated doxyrules.make file # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 28a94ac..f4657c8 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -35,7 +35,7 @@ bool AppInit(int argc, char* argv[]) // // Parameters // - // If Qt is used, parameters/trinity.conf are parsed in qt/bitcoin.cpp's main() + // If Qt is used, parameters/megabyte.conf are parsed in qt/bitcoin.cpp's main() ParseParameters(argc, argv); if (!boost::filesystem::is_directory(GetDataDir(false))) { @@ -46,13 +46,13 @@ bool AppInit(int argc, char* argv[]) if (mapArgs.count("-?") || mapArgs.count("--help")) { - // First part of help message is specific to trinityd / RPC client - std::string strUsage = _("Trinity version") + " " + FormatFullVersion() + "\n\n" + + // First part of help message is specific to megabyted / RPC client + std::string strUsage = _("megabyte version") + " " + FormatFullVersion() + "\n\n" + _("Usage:") + "\n" + - " trinityd [options] " + "\n" + - " trinityd [options] [params] " + _("Send command to -server or trinityd") + "\n" + - " trinityd [options] help " + _("List commands") + "\n" + - " trinityd [options] help " + _("Get help for a command") + "\n"; + " megabyted [options] " + "\n" + + " megabyted [options] [params] " + _("Send command to -server or megabyted") + "\n" + + " megabyted [options] help " + _("List commands") + "\n" + + " megabyted [options] help " + _("Get help for a command") + "\n"; strUsage += "\n" + HelpMessage(); @@ -62,7 +62,7 @@ bool AppInit(int argc, char* argv[]) // Command-line RPC for (int i = 1; i < argc; i++) - if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "trinity:")) + if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "megabyte:")) fCommandLine = true; if (fCommandLine) @@ -129,7 +129,7 @@ int main(int argc, char* argv[]) bool fRet = false; fHaveGUI = false; - // Connect trinityd signal handlers + // Connect megabyted signal handlers noui_connect(); fRet = AppInit(argc, argv); diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index adaf4e9..ebd9397 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -176,10 +176,10 @@ Value stop(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "stop\n" - "Stop Trinity server."); + "Stop megabyte server."); // Shutdown will take long enough that the response should get back StartShutdown(); - return "Trinity server stopping"; + return "megabyte server stopping"; } Value makekeypair(const Array& params, bool fHelp) @@ -323,7 +323,7 @@ string HTTPPost(const string& strMsg, const map& mapRequestHeader { ostringstream s; s << "POST / HTTP/1.1\r\n" - << "User-Agent: trinity-json-rpc/" << FormatFullVersion() << "\r\n" + << "User-Agent: megabyte-json-rpc/" << FormatFullVersion() << "\r\n" << "Host: 127.0.0.1\r\n" << "Content-Type: application/json\r\n" << "Content-Length: " << strMsg.size() << "\r\n" @@ -354,7 +354,7 @@ static string HTTPReply(int nStatus, const string& strMsg, bool keepalive) if (nStatus == HTTP_UNAUTHORIZED) return strprintf("HTTP/1.0 401 Authorization Required\r\n" "Date: %s\r\n" - "Server: trinity-json-rpc/%s\r\n" + "Server: megabyte-json-rpc/%s\r\n" "WWW-Authenticate: Basic realm=\"jsonrpc\"\r\n" "Content-Type: text/html\r\n" "Content-Length: 296\r\n" @@ -381,7 +381,7 @@ static string HTTPReply(int nStatus, const string& strMsg, bool keepalive) "Connection: %s\r\n" "Content-Length: %"PRIszu"\r\n" "Content-Type: application/json\r\n" - "Server: trinity-json-rpc/%s\r\n" + "Server: megabyte-json-rpc/%s\r\n" "\r\n" "%s", nStatus, @@ -512,7 +512,7 @@ bool HTTPAuthorized(map& mapHeaders) } // -// JSON-RPC protocol. Trinity speaks version 1.0 for maximum compatibility, +// JSON-RPC protocol. megabyte speaks version 1.0 for maximum compatibility, // but uses JSON-RPC 1.1/2.0 standards for parts of the 1.0 standard that were // unspecified (HTTP errors and contents of 'error'). // @@ -761,7 +761,7 @@ void StartRPCThreads() { unsigned char rand_pwd[32]; RAND_bytes(rand_pwd, 32); - string strWhatAmI = "To use trinityd"; + string strWhatAmI = "To use megabyted"; if (mapArgs.count("-server")) strWhatAmI = strprintf(_("To use the %s option"), "\"-server\""); else if (mapArgs.count("-daemon")) @@ -770,13 +770,13 @@ void StartRPCThreads() _("%s, you must set a rpcpassword in the configuration file:\n" "%s\n" "It is recommended you use the following random password:\n" - "rpcuser=trinityrpc\n" + "rpcuser=megabyterpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" "If the file does not exist, create it with owner-readable-only file permissions.\n" "It is also recommended to set alertnotify so you are notified of problems;\n" - "for example: alertnotify=echo %%s | mail -s \"Trinity Alert\" admin@foo.com\n"), + "for example: alertnotify=echo %%s | mail -s \"megabyte Alert\" admin@foo.com\n"), strWhatAmI.c_str(), GetConfigFile().string().c_str(), EncodeBase58(&rand_pwd[0],&rand_pwd[0]+32).c_str()), diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 18e3be1..3ad8396 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -23,10 +23,10 @@ class CMainParams : public CChainParams { public: CMainParams() { // The message start string is designed to be unlikely to occur in normal data. - pchMessageStart[0] = 0x64; - pchMessageStart[1] = 0x72; - pchMessageStart[2] = 0xe8; - pchMessageStart[3] = 0xa6; + pchMessageStart[0] = 0xf4; + pchMessageStart[1] = 0xe5; + pchMessageStart[2] = 0x34; + pchMessageStart[3] = 0x42; vAlertPubKey = ParseHex("04a82e43bebee0af77bb6d4f830c5b2095b7479a480e91bbbf3547fb261c5e6d1be2c27e3c57503f501480f5027371ec62b2be1b6f00fc746e4b3777259e7f6a78"); nDefaultPort = 62621; nRPCPort = 6420; @@ -59,11 +59,11 @@ class CMainParams : public CChainParams { assert(hashGenesisBlock == uint256("0x000003070f466e13150a395e05856c99c5f70f9934e1d1cc0aa6dd8024de7743")); assert(genesis.hashMerkleRoot == uint256("0xda9dc50395fb1134b8bf04ffff1963ee78b1d7c4b423466b85a5ed352ded5cf5")); - //vSeeds.push_back(CDNSSeedData("trinity.com", "trinity.com")); + //vSeeds.push_back(CDNSSeedData("megabyte.com", "megabyte.com")); //vSeeds.push_back(CDNSSeedData("182.18.175.110", "182.18.175.110")); - base58Prefixes[PUBKEY_ADDRESS] = 30; //Trinity address starts with D + base58Prefixes[PUBKEY_ADDRESS] = 30; //megabyte address starts with D base58Prefixes[SCRIPT_ADDRESS] = 5; base58Prefixes[SECRET_KEY] = 177; @@ -102,10 +102,10 @@ class CTestNetParams : public CMainParams { public: CTestNetParams() { // The message start string is designed to be unlikely to occur in normal data. - pchMessageStart[0] = 0x01; - pchMessageStart[1] = 0xf5; - pchMessageStart[2] = 0x55; - pchMessageStart[3] = 0xa4; + pchMessageStart[0] = 0x02; + pchMessageStart[1] = 0xf3; + pchMessageStart[2] = 0x54; + pchMessageStart[3] = 0xa5; vAlertPubKey = ParseHex("044adf046e6bc86fb83ef92f261fa3feff9176bd029c5ad4afb5c52ac21f9851f2b2eb861cdbf2c09e0cb97dbf75c6ca5ff6c5df88cfb244c72dba1d44b5a47655"); nDefaultPort = 162621; nRPCPort = 16420; @@ -121,7 +121,7 @@ class CTestNetParams : public CMainParams { vFixedSeeds.clear(); vSeeds.clear(); - vSeeds.push_back(CDNSSeedData("seed1.trinity.org", "testseed1.trinity.org")); + vSeeds.push_back(CDNSSeedData("seed1.megabyte.org", "testseed1.megabyte.org")); vSeeds.push_back(CDNSSeedData("seed2.dirtydiggers.org", "www.dirtydiggers.org")); base58Prefixes[PUBKEY_ADDRESS] = 12; diff --git a/src/init.cpp b/src/init.cpp index e116b0b..4b536f9 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -166,8 +166,8 @@ std::string HelpMessage() { string strUsage = _("Options:") + "\n"; strUsage += " -? " + _("This help message") + "\n"; - strUsage += " -conf= " + _("Specify configuration file (default: trinity.conf)") + "\n"; - strUsage += " -pid= " + _("Specify pid file (default: trinityd.pid)") + "\n"; + strUsage += " -conf= " + _("Specify configuration file (default: megabyte.conf)") + "\n"; + strUsage += " -pid= " + _("Specify pid file (default: megabyted.pid)") + "\n"; strUsage += " -gen " + _("Generate coins (default: 0)") + "\n"; strUsage += " -datadir= " + _("Specify data directory") + "\n"; strUsage += " -wallet= " + _("Specify wallet file (within data directory)") + "\n"; @@ -523,12 +523,12 @@ bool AppInit2(boost::thread_group& threadGroup) if (file) fclose(file); static boost::interprocess::file_lock lock(pathLockFile.string().c_str()); if (!lock.try_lock()) - return InitError(strprintf(_("Cannot obtain a lock on data directory %s. Trinity is probably already running."), strDataDir.c_str())); + return InitError(strprintf(_("Cannot obtain a lock on data directory %s. megabyte is probably already running."), strDataDir.c_str())); if (GetBoolArg("-shrinkdebugfile", !fDebug)) ShrinkDebugFile(); printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); - printf("Trinity version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str()); + printf("megabyte version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str()); printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION)); if (!fLogTimestamps) printf("Startup time: %s\n", DateTimeStrFormat("%Y-%m-%d %H:%M:%S", GetTime()).c_str()); @@ -538,7 +538,7 @@ bool AppInit2(boost::thread_group& threadGroup) std::ostringstream strErrors; if (fDaemon) - fprintf(stdout, "Trinity server starting\n"); + fprintf(stdout, "megabyte server starting\n"); if (nScriptCheckThreads) { printf("Using %u threads for script verification\n", nScriptCheckThreads); @@ -872,10 +872,10 @@ bool AppInit2(boost::thread_group& threadGroup) InitWarning(msg); } else if (nLoadWalletRet == DB_TOO_NEW) - strErrors << _("Error loading wallet.dat: Wallet requires newer version of Trinity") << "\n"; + strErrors << _("Error loading wallet.dat: Wallet requires newer version of megabyte") << "\n"; else if (nLoadWalletRet == DB_NEED_REWRITE) { - strErrors << _("Wallet needed to be rewritten: restart Trinity to complete") << "\n"; + strErrors << _("Wallet needed to be rewritten: restart megabyte to complete") << "\n"; printf("%s", strErrors.str().c_str()); return InitError(strErrors.str()); } diff --git a/src/main.cpp b/src/main.cpp index 650ecc7..aa63377 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,7 @@ // Copyright (c) 2009-2013 The Bitcoin developers // Copyright (c) 2013-2014 The Zetacoin developers // Copyright (c) 2014 The Huntercoin developers -// Copyright (c) 2014 The Trinity developers +// Copyright (c) 2014 The megabyte developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -71,7 +71,7 @@ map > mapOrphanTransactionsByPrev; // Constant stuff for coinbase transactions we create: CScript COINBASE_FLAGS; -const string strMessageMagic = "Trinity Signed Message:\n"; +const string strMessageMagic = "megabyte Signed Message:\n"; double dHashesPerSec = 0.0; int64 nHPSTimerStart = 0; @@ -1129,11 +1129,11 @@ bool GetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock fseek(file, postx.nTxOffset, SEEK_CUR); file >> txOut; } catch (std::exception &e) { - return error("%s() : deserialize or I/O error", __PRETTY_FUNCTION__); + return error("%s() : deserialize or I/O error", __PREMB_FUNCTION__); } hashBlock = header.GetHash(); if (txOut.GetHash() != hash) - return error("%s() : txid mismatch", __PRETTY_FUNCTION__); + return error("%s() : txid mismatch", __PREMB_FUNCTION__); return true; } } @@ -1225,7 +1225,7 @@ bool ReadBlockFromDisk(CBlock& block, const CDiskBlockPos& pos) filein >> block; } catch (std::exception &e) { - return error("%s() : deserialize or I/O error", __PRETTY_FUNCTION__); + return error("%s() : deserialize or I/O error", __PREMB_FUNCTION__); } // Check the header @@ -1288,11 +1288,11 @@ int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash) std::string cseed_str = prevHash.ToString().substr(5,7); const char* cseed = cseed_str.c_str(); long seed = hex2long(cseed); - int rand = generateMTRandom(seed, 101); + int rand = generateMTRandom(seed, 151); if(nHeight == 10) { - nSubsidy *= 20000; + nSubsidy *= 200000; } if(rand > 0 && rand < 60) @@ -1319,15 +1319,15 @@ int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash) { nSubsidy *= 50; } - - if(nHeight > 900000) - nSubsidy = 0; - - if(nHeight > 915550) - nSubsidy = (1 + rand) * COIN; - - + if(rand > 101 && rand < 111) + { + nSubsidy *= 4.2; + } return nSubsidy + nFees; + if(rand > 111 && rand < 151) + { + nSubsidy *= 1.420; + } } static const int64 nTargetTimespan = 1 * 60; // 1 minutes (NUM_ALGOS * 30 seconds) readjusts difficulty @@ -1337,7 +1337,7 @@ static const int64 nInterval = 2; // retargets every 2 blocks static const int64 nAveragingInterval = 10; // 10 blocks static const int64 nAveragingTargetTimespan = nAveragingInterval * nTargetSpacing; // 15 minutes -static int64 nMaxAdjustDown = 100; // 100% adjustment down +static int64 nMaxAdjustDown = 10; // 10% adjustment down static int64 nMaxAdjustUp = 10; // 10% adjustment up static const int64 nMaxAdjustDown2 = 5; // 5% adjustment down @@ -3181,7 +3181,7 @@ bool LoadExternalBlockFile(FILE* fileIn, CDiskBlockPos *dbp) break; } } catch (std::exception &e) { - printf("%s() : Deserialize or I/O error caught during load\n", __PRETTY_FUNCTION__); + printf("%s() : Deserialize or I/O error caught during load\n", __PREMB_FUNCTION__); } } fclose(fileIn); @@ -4757,7 +4757,7 @@ bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) uint256 hashBlock = pblock->GetHash(); //// debug print - printf("TrinityMiner:\n"); + printf("megabyteMiner:\n"); printf("proof-of-work found\n block-hash: %s\n pow-hash: %s\n target: %s\n", hashBlock.GetHex().c_str(), hashPoW.GetHex().c_str(), @@ -4769,7 +4769,7 @@ bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) { LOCK(cs_main); if (pblock->hashPrevBlock != hashBestChain) - return error("TrinityMiner : generated block is stale"); + return error("megabyteMiner : generated block is stale"); // Remove key from key pool reservekey.KeepKey(); @@ -4783,7 +4783,7 @@ bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) // Process this block the same as if we had received it from another node CValidationState state; if (!ProcessBlock(state, NULL, pblock)) - return error("TrinityMiner : ProcessBlock, block not accepted"); + return error("megabyteMiner : ProcessBlock, block not accepted"); } return true; @@ -5171,7 +5171,7 @@ void static GenericMiner(CWallet *pwallet, int algo) void static ThreadBitcoinMiner(CWallet *pwallet) { - printf("Trinity miner started\n"); + printf("megabyte miner started\n"); SetThreadPriority(THREAD_PRIORITY_LOWEST); RenameThread("bitcoin-miner"); @@ -5192,7 +5192,7 @@ void static ThreadBitcoinMiner(CWallet *pwallet) } catch (boost::thread_interrupted) { - printf("Trinity miner terminated\n"); + printf("megabyte miner terminated\n"); throw; } } diff --git a/src/main.h b/src/main.h index 9de84cf..d1c9ee0 100644 --- a/src/main.h +++ b/src/main.h @@ -388,7 +388,7 @@ class CBlockUndo filein >> hashChecksum; } catch (std::exception &e) { - return error("%s() : deserialize or I/O error", __PRETTY_FUNCTION__); + return error("%s() : deserialize or I/O error", __PREMB_FUNCTION__); } // Verify checksum diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 535664e..a836574 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -113,7 +113,7 @@ OBJS_SSE2= obj/scrypt-sse2.o OBJS += $(OBJS_SSE2) endif -all: trinityd.exe +all: megabyted.exe DEFS += -I"$(CURDIR)/leveldb/include" DEFS += -I"$(CURDIR)/leveldb/helpers" @@ -131,7 +131,7 @@ obj/%.o: %.cpp $(HEADERS) obj/%.o: %.c $(HEADERS) $(CXX) -c $(xCXXFLAGS) -fpermissive -o $@ $< -trinityd.exe: $(OBJS:obj/%=obj/%) +megabyted.exe: $(OBJS:obj/%=obj/%) $(CXX) $(xCXXFLAGS) $(xLDFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -139,15 +139,15 @@ TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) obj-test/%.o: test/%.cpp $(HEADERS) $(CXX) -c $(TESTDEFS) $(xCXXFLAGS) -o $@ $< -test_trinity.exe: $(TESTOBJS) $(filter-out obj/init.o obj/trinityd.o,$(OBJS:obj/%=obj/%)) +test_megabyte.exe: $(TESTOBJS) $(filter-out obj/init.o obj/megabyted.o,$(OBJS:obj/%=obj/%)) $(CXX) $(xCXXFLAGS) $(xLDFLAGS) -o $@ $(LIBPATHS) $^ -lboost_unit_test_framework-mt-s $(LIBS) clean: -rm -f obj/*.o - -rm -f trinityd.exe + -rm -f megabyted.exe -rm -f obj-test/*.o - -rm -f test_trinity.exe + -rm -f test_megabyte.exe -rm -f obj/build.h cd leveldb && TARGET_OS=OS_WINDOWS_CROSSCOMPILE $(MAKE) clean && cd .. diff --git a/src/makefile.mingw b/src/makefile.mingw index 927e72a..e8cd805 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -126,10 +126,10 @@ OBJS += $(OBJS_SSE2) endif -all: trinityd.exe +all: megabyted.exe -test check: test_trinity.exe FORCE - test_trinity.exe +test check: test_megabyte.exe FORCE + test_megabyte.exe # # LevelDB support @@ -148,7 +148,7 @@ obj/%.o: %.cpp $(HEADERS) obj/%.o: %.c $(HEADERS) $(CXX) -c $(CFLAGS) -fpermissive -o $@ $< -trinityd.exe: $(OBJS:obj/%=obj/%) +megabyted.exe: $(OBJS:obj/%=obj/%) $(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -156,11 +156,11 @@ TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) obj-test/%.o: test/%.cpp $(HEADERS) $(CXX) -c $(TESTDEFS) $(CFLAGS) -o $@ $< -test_trinity.exe: $(TESTOBJS) $(filter-out obj/init.o obj/trinityd.o,$(OBJS:obj/%=obj/%)) +test_megabyte.exe: $(TESTOBJS) $(filter-out obj/init.o obj/megabyted.o,$(OBJS:obj/%=obj/%)) $(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $(LIBPATHS) $^ -lboost_unit_test_framework$(BOOST_SUFFIX) $(LIBS) clean: - rm -f trinityd.exe test_trinity.exe + rm -f megabyted.exe test_megabyte.exe rm -f obj/* rm -f obj-test/* cd leveldb && $(MAKE) TARGET_OS=NATIVE_WINDOWS clean && cd .. diff --git a/src/makefile.osx b/src/makefile.osx index c006394..67ffdf2 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -3,7 +3,7 @@ # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -# Mac OS X makefile for trinity +# Mac OS X makefile for megabyte # Originally by Laszlo Hanyecz (solar@heliacal.net) CXX=llvm-g++ @@ -27,7 +27,7 @@ LIBS= -dead_strip TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) ifdef STATIC -# Build STATIC if you are redistributing the trinityd binary +# Build STATIC if you are redistributing the megabyted binary TESTLIBS += \ $(DEPSDIR)/lib/libboost_unit_test_framework-mt.a LIBS += \ @@ -135,10 +135,10 @@ ifneq (${USE_IPV6}, -) DEFS += -DUSE_IPV6=$(USE_IPV6) endif -all: trinityd +all: megabyted -test check: test_trinity FORCE - ./test_trinity +test check: test_megabyte FORCE + ./test_megabyte # # LevelDB support @@ -172,7 +172,7 @@ obj/%.o: %.c -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -trinityd: $(OBJS:obj/%=obj/%) +megabyted: $(OBJS:obj/%=obj/%) $(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -184,11 +184,11 @@ obj-test/%.o: test/%.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -test_trinity: $(TESTOBJS) $(filter-out obj/init.o obj/trinityd.o,$(OBJS:obj/%=obj/%)) +test_megabyte: $(TESTOBJS) $(filter-out obj/init.o obj/megabyted.o,$(OBJS:obj/%=obj/%)) $(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) $(TESTLIBS) clean: - -rm -f trinityd test_trinity + -rm -f megabyted test_megabyte -rm -f obj/*.o -rm -f obj-test/*.o -rm -f obj/*.P diff --git a/src/makefile.unix b/src/makefile.unix index 0e397e4..0e7f056 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -164,10 +164,10 @@ OBJS += $(OBJS_SSE2) endif -all: trinityd +all: megabyted -test check: test_trinity FORCE - ./test_trinity +test check: test_megabyte FORCE + ./test_megabyte # # LevelDB support @@ -202,7 +202,7 @@ obj/%.o: %.c -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -trinityd: $(OBJS:obj/%=obj/%) +megabyted: $(OBJS:obj/%=obj/%) $(LINK) $(xCXXFLAGS) -o $@ $^ $(xLDFLAGS) $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -214,11 +214,11 @@ obj-test/%.o: test/%.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -test_trinity: $(TESTOBJS) $(filter-out obj/init.o obj/trinityd.o,$(OBJS:obj/%=obj/%)) +test_megabyte: $(TESTOBJS) $(filter-out obj/init.o obj/megabyted.o,$(OBJS:obj/%=obj/%)) $(LINK) $(xCXXFLAGS) -o $@ $(LIBPATHS) $^ $(TESTLIBS) $(xLDFLAGS) $(LIBS) clean: - -rm -f trinityd test_trinity + -rm -f megabyted test_megabyte -rm -f obj/*.o -rm -f obj-test/*.o -rm -f obj/*.P diff --git a/src/net.cpp b/src/net.cpp index fe96d31..3e51be9 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1102,7 +1102,7 @@ void ThreadMapPort() } } - string strDesc = "Trinity " + FormatFullVersion(); + string strDesc = "megabyte " + FormatFullVersion(); try { while (true){ @@ -1617,7 +1617,7 @@ bool BindListenPort(const CService &addrBind, string& strError) { int nErr = WSAGetLastError(); if (nErr == WSAEADDRINUSE) - strError = strprintf(_("Unable to bind to %s on this computer. Trinity is probably already running."), addrBind.ToString().c_str()); + strError = strprintf(_("Unable to bind to %s on this computer. megabyte is probably already running."), addrBind.ToString().c_str()); else strError = strprintf(_("Unable to bind to %s on this computer (bind returned error %d, %s)"), addrBind.ToString().c_str(), nErr, strerror(nErr)); printf("%s\n", strError.c_str()); diff --git a/src/noui.cpp b/src/noui.cpp index f9d9d20..3ed7bd7 100644 --- a/src/noui.cpp +++ b/src/noui.cpp @@ -44,7 +44,7 @@ static void noui_InitMessage(const std::string &message) void noui_connect() { - // Connect trinityd signal handlers + // Connect megabyted signal handlers uiInterface.ThreadSafeMessageBox.connect(noui_ThreadSafeMessageBox); uiInterface.ThreadSafeAskFee.connect(noui_ThreadSafeAskFee); uiInterface.InitMessage.connect(noui_InitMessage); diff --git a/src/qt/aboutdialog.cpp b/src/qt/aboutdialog.cpp index fe47f4c..a4b7887 100644 --- a/src/qt/aboutdialog.cpp +++ b/src/qt/aboutdialog.cpp @@ -12,7 +12,7 @@ AboutDialog::AboutDialog(QWidget *parent) : // Set current copyright year ui->copyrightLabel->setText(tr("Copyright") + QString(" © 2009-2013 ") + tr("The Bitcoin developers")); - ui->copyrightLabel2->setText(tr("Copyright") + QString(" © 2013-%1 ").arg(COPYRIGHT_YEAR) + tr("The Trinity developers")); + ui->copyrightLabel2->setText(tr("Copyright") + QString(" © 2013-%1 ").arg(COPYRIGHT_YEAR) + tr("The megabyte developers")); } void AboutDialog::setModel(ClientModel *model) diff --git a/src/qt/addressbookpage.cpp b/src/qt/addressbookpage.cpp index eeb55b5..a1dbd74 100644 --- a/src/qt/addressbookpage.cpp +++ b/src/qt/addressbookpage.cpp @@ -55,12 +55,12 @@ AddressBookPage::AddressBookPage(Mode mode, Tabs tab, QWidget *parent) : switch(tab) { case SendingTab: - ui->labelExplanation->setText(tr("These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins.")); + ui->labelExplanation->setText(tr("These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins.")); ui->deleteAddress->setVisible(true); ui->signMessage->setVisible(false); break; case ReceivingTab: - ui->labelExplanation->setText(tr("These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you.")); + ui->labelExplanation->setText(tr("These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you.")); ui->deleteAddress->setVisible(false); ui->signMessage->setVisible(true); break; diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index 66391fc..edc8d27 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -98,7 +98,7 @@ void AskPassphraseDialog::accept() break; } QMessageBox::StandardButton retval = QMessageBox::question(this, tr("Confirm wallet encryption"), - tr("Warning: If you encrypt your wallet and lose your passphrase, you will LOSE ALL OF YOUR TRINITYS!") + "

" + tr("Are you sure you wish to encrypt your wallet?"), + tr("Warning: If you encrypt your wallet and lose your passphrase, you will LOSE ALL OF YOUR megabyteS!") + "

" + tr("Are you sure you wish to encrypt your wallet?"), QMessageBox::Yes|QMessageBox::Cancel, QMessageBox::Cancel); if(retval == QMessageBox::Yes) @@ -109,9 +109,9 @@ void AskPassphraseDialog::accept() { QMessageBox::warning(this, tr("Wallet encrypted"), "" + - tr("Trinity will close now to finish the encryption process. " + tr("megabyte will close now to finish the encryption process. " "Remember that encrypting your wallet cannot fully protect " - "your trinitys from being stolen by malware infecting your computer.") + + "your megabytes from being stolen by malware infecting your computer.") + "

" + tr("IMPORTANT: Any previous backups you have made of your wallet file " "should be replaced with the newly generated, encrypted wallet file. " diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 8784453..8e2e5e9 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -108,7 +108,7 @@ static std::string Translate(const char* psz) static void handleRunawayException(std::exception *e) { PrintExceptionContinue(e, "Runaway exception"); - QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. Trinity can no longer continue safely and will quit.") + QString("\n\n") + QString::fromStdString(strMiscWarning)); + QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. megabyte can no longer continue safely and will quit.") + QString("\n\n") + QString::fromStdString(strMiscWarning)); exit(1); } @@ -174,12 +174,12 @@ int main(int argc, char *argv[]) // Application identification (must be set before OptionsModel is initialized, // as it is used to locate QSettings) - QApplication::setOrganizationName("Trinity"); - QApplication::setOrganizationDomain("trinity.org"); + QApplication::setOrganizationName("megabyte"); + QApplication::setOrganizationDomain("megabyte.org"); if (GetBoolArg("-testnet", false)) // Separate UI settings for testnet - QApplication::setApplicationName("Trinity-Qt-testnet"); + QApplication::setApplicationName("megabyte-Qt-testnet"); else - QApplication::setApplicationName("Trinity-Qt"); + QApplication::setApplicationName("megabyte-Qt"); // Now that QSettings are accessible, initialize translations QTranslator qtTranslatorBase, qtTranslator, translatorBase, translator; @@ -197,10 +197,10 @@ int main(int argc, char *argv[]) // Install global event filter that makes sure that long tooltips can be word-wrapped app.installEventFilter(new GUIUtil::ToolTipToRichTextFilter(TOOLTIP_WRAP_THRESHOLD, &app)); - // ... then trinity.conf: + // ... then megabyte.conf: if (!boost::filesystem::is_directory(GetDataDir(false))) { - QMessageBox::critical(0, QObject::tr("Trinity"), + QMessageBox::critical(0, QObject::tr("megabyte"), QObject::tr("Error: Specified data directory \"%1\" does not exist.").arg(QString::fromStdString(mapArgs["-datadir"]))); return 1; } @@ -282,7 +282,7 @@ int main(int argc, char *argv[]) } // Now that initialization/startup is done, process any command-line - // trinity: URIs + // megabyte: URIs QObject::connect(paymentServer, SIGNAL(receivedURI(QString)), &window, SLOT(handleURI(QString))); QTimer::singleShot(100, paymentServer, SLOT(uiReady())); @@ -293,7 +293,7 @@ int main(int argc, char *argv[]) window.removeAllWallets(); guiref = 0; } - // Shutdown the core and its threads, but don't exit Trinity-Qt here + // Shutdown the core and its threads, but don't exit megabyte-Qt here threadGroup.interrupt_all(); threadGroup.join_all(); Shutdown(); diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 98e6724..54a65c7 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -73,13 +73,13 @@ BitcoinGUI::BitcoinGUI(bool fIsTestnet, QWidget *parent) : #ifndef Q_OS_MAC if (!fIsTestnet) { - setWindowTitle(tr("Trinity") + " - " + tr("Wallet")); + setWindowTitle(tr("megabyte") + " - " + tr("Wallet")); QApplication::setWindowIcon(QIcon(":icons/bitcoin")); setWindowIcon(QIcon(":icons/bitcoin")); } else { - setWindowTitle(tr("Trinity") + " - " + tr("Wallet") + " " + tr("[testnet]")); + setWindowTitle(tr("megabyte") + " - " + tr("Wallet") + " " + tr("[testnet]")); QApplication::setWindowIcon(QIcon(":icons/bitcoin_testnet")); setWindowIcon(QIcon(":icons/bitcoin_testnet")); } @@ -187,7 +187,7 @@ void BitcoinGUI::createActions(bool fIsTestnet) tabGroup->addAction(overviewAction); sendCoinsAction = new QAction(QIcon(":/icons/send"), tr("&Send"), this); - sendCoinsAction->setStatusTip(tr("Send coins to a Trinity address")); + sendCoinsAction->setStatusTip(tr("Send coins to a megabyte address")); sendCoinsAction->setToolTip(sendCoinsAction->statusTip()); sendCoinsAction->setCheckable(true); sendCoinsAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_2)); @@ -230,16 +230,16 @@ void BitcoinGUI::createActions(bool fIsTestnet) quitAction->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Q)); quitAction->setMenuRole(QAction::QuitRole); if (!fIsTestnet) - aboutAction = new QAction(QIcon(":/icons/bitcoin"), tr("&About Trinity"), this); + aboutAction = new QAction(QIcon(":/icons/bitcoin"), tr("&About megabyte"), this); else - aboutAction = new QAction(QIcon(":/icons/bitcoin_testnet"), tr("&About Trinity"), this); - aboutAction->setStatusTip(tr("Show information about Trinity")); + aboutAction = new QAction(QIcon(":/icons/bitcoin_testnet"), tr("&About megabyte"), this); + aboutAction->setStatusTip(tr("Show information about megabyte")); aboutAction->setMenuRole(QAction::AboutRole); aboutQtAction = new QAction(QIcon(":/trolltech/qmessagebox/images/qtlogo-64.png"), tr("About &Qt"), this); aboutQtAction->setStatusTip(tr("Show information about Qt")); aboutQtAction->setMenuRole(QAction::AboutQtRole); optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); - optionsAction->setStatusTip(tr("Modify configuration options for Trinity")); + optionsAction->setStatusTip(tr("Modify configuration options for megabyte")); optionsAction->setMenuRole(QAction::PreferencesRole); if (!fIsTestnet) toggleHideAction = new QAction(QIcon(":/icons/bitcoin"), tr("&Show / Hide"), this); @@ -255,9 +255,9 @@ void BitcoinGUI::createActions(bool fIsTestnet) changePassphraseAction = new QAction(QIcon(":/icons/key"), tr("&Change Passphrase..."), this); changePassphraseAction->setStatusTip(tr("Change the passphrase used for wallet encryption")); signMessageAction = new QAction(QIcon(":/icons/edit"), tr("Sign &message..."), this); - signMessageAction->setStatusTip(tr("Sign messages with your Trinity addresses to prove you own them")); + signMessageAction->setStatusTip(tr("Sign messages with your megabyte addresses to prove you own them")); verifyMessageAction = new QAction(QIcon(":/icons/transaction_0"), tr("&Verify message..."), this); - verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Trinity addresses")); + verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified megabyte addresses")); openRPCConsoleAction = new QAction(QIcon(":/icons/debugwindow"), tr("&Debug window"), this); openRPCConsoleAction->setStatusTip(tr("Open debugging and diagnostic console")); @@ -362,12 +362,12 @@ void BitcoinGUI::createTrayIcon(bool fIsTestnet) if (!fIsTestnet) { - trayIcon->setToolTip(tr("Trinity client")); + trayIcon->setToolTip(tr("megabyte client")); trayIcon->setIcon(QIcon(":/icons/toolbar")); } else { - trayIcon->setToolTip(tr("Trinity client") + " " + tr("[testnet]")); + trayIcon->setToolTip(tr("megabyte client") + " " + tr("[testnet]")); trayIcon->setIcon(QIcon(":/icons/toolbar_testnet")); } @@ -510,7 +510,7 @@ void BitcoinGUI::setNumConnections(int count) default: icon = ":/icons/connect_4"; break; } labelConnectionsIcon->setPixmap(QIcon(icon).pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE)); - labelConnectionsIcon->setToolTip(tr("%n active connection(s) to Trinity network", "", count)); + labelConnectionsIcon->setToolTip(tr("%n active connection(s) to megabyte network", "", count)); } void BitcoinGUI::setNumBlocks(int count, int nTotalBlocks) @@ -609,7 +609,7 @@ void BitcoinGUI::setNumBlocks(int count, int nTotalBlocks) void BitcoinGUI::message(const QString &title, const QString &message, unsigned int style, bool *ret) { - QString strTitle = tr("Trinity"); // default title + QString strTitle = tr("megabyte"); // default title // Default to information icon int nMBoxIcon = QMessageBox::Information; int nNotifyIcon = Notificator::Information; @@ -740,7 +740,7 @@ void BitcoinGUI::dropEvent(QDropEvent *event) if (nValidUrisFound) walletFrame->gotoSendCoinsPage(); else - message(tr("URI handling"), tr("URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters."), + message(tr("URI handling"), tr("URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters."), CClientUIInterface::ICON_WARNING); } @@ -763,7 +763,7 @@ void BitcoinGUI::handleURI(QString strURI) { // URI has to be valid if (!walletFrame->handleURI(strURI)) - message(tr("URI handling"), tr("URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters."), + message(tr("URI handling"), tr("URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters."), CClientUIInterface::ICON_WARNING); } diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 00e8309..f898fb2 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -10,14 +10,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "%s, you must set a rpcpassword in the configuration file:\n" "%s\n" "It is recommended you use the following random password:\n" -"rpcuser=trinityrpc\n" +"rpcuser=megabyterpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" "If the file does not exist, create it with owner-readable-only file " "permissions.\n" "It is also recommended to set alertnotify so you are notified of problems;\n" -"for example: alertnotify=echo %%s | mail -s \"Trinity Alert\" admin@foo.com\n"), +"for example: alertnotify=echo %%s | mail -s \"megabyte Alert\" admin@foo.com\n"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:" "@STRENGTH)"), @@ -30,7 +30,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Bind to given address and always listen on it. Use [host]:port notation for " "IPv6"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Cannot obtain a lock on data directory %s. Trinity is probably already " +"Cannot obtain a lock on data directory %s. megabyte is probably already " "running."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Enter regression test mode, which uses a special chain in which blocks can " @@ -67,7 +67,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "This is a pre-release test build - use at your own risk - do not use for " "mining or merchant applications"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Unable to bind to %s on this computer. Trinity is probably already running."), +"Unable to bind to %s on this computer. megabyte is probably already running."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: -paytxfee is set very high! This is the transaction fee you will " "pay if you send a transaction."), @@ -76,7 +76,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "or other nodes may need to upgrade."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: Please check that your computer's date and time are correct! If " -"your clock is wrong Trinity will not work properly."), +"your clock is wrong megabyte will not work properly."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: error reading wallet.dat! All keys read correctly, but transaction " "data or address book entries might be missing or incorrect."), @@ -95,7 +95,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"), QT_TRANSLATE_NOOP("bitcoin-core", "Allow JSON-RPC connections from specified IP address"), QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"), -QT_TRANSLATE_NOOP("bitcoin-core", "Trinity version"), +QT_TRANSLATE_NOOP("bitcoin-core", "megabyte version"), QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"), @@ -113,7 +113,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environmen QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"), -QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of Trinity"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of megabyte"), QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"), @@ -169,7 +169,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."), QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"), QT_TRANSLATE_NOOP("bitcoin-core", "SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), QT_TRANSLATE_NOOP("bitcoin-core", "Select the version of socks proxy to use (4-5, default: 5)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Send command to -server or trinityd"), +QT_TRANSLATE_NOOP("bitcoin-core", "Send command to -server or megabyted"), QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on (default: 127.0.0.1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"), QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to debugger"), @@ -182,10 +182,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)" QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: 4)"), QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"), -QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: trinity.conf)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: megabyte.conf)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (default: 5000)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"), -QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: trinityd.pid)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: megabyted.pid)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"), QT_TRANSLATE_NOOP("bitcoin-core", "System error: "), QT_TRANSLATE_NOOP("bitcoin-core", "This help message"), @@ -207,7 +207,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"), QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."), -QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Trinity to complete"), +QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart megabyte to complete"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"), QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"), diff --git a/src/qt/bitcoinunits.cpp b/src/qt/bitcoinunits.cpp index 7994e35..f842b92 100644 --- a/src/qt/bitcoinunits.cpp +++ b/src/qt/bitcoinunits.cpp @@ -34,9 +34,9 @@ QString BitcoinUnits::name(int unit) { switch(unit) { - case BTC: return QString("TTY"); - case mBTC: return QString("mTTY"); - case uBTC: return QString::fromUtf8("μTTY"); + case BTC: return QString("MB"); + case mBTC: return QString("mMB"); + case uBTC: return QString::fromUtf8("μMB"); default: return QString("???"); } } @@ -45,9 +45,9 @@ QString BitcoinUnits::description(int unit) { switch(unit) { - case BTC: return QString("Trinitys"); - case mBTC: return QString("Milli-Trinitys (1 / 1,000)"); - case uBTC: return QString("Micro-Trinitys (1 / 1,000,000)"); + case BTC: return QString("megabytes"); + case mBTC: return QString("Milli-megabytes (1 / 1,000)"); + case uBTC: return QString("Micro-megabytes (1 / 1,000,000)"); default: return QString("???"); } } diff --git a/src/qt/editaddressdialog.cpp b/src/qt/editaddressdialog.cpp index a9447bd..d7a6ad0 100644 --- a/src/qt/editaddressdialog.cpp +++ b/src/qt/editaddressdialog.cpp @@ -100,7 +100,7 @@ void EditAddressDialog::accept() break; case AddressTableModel::INVALID_ADDRESS: QMessageBox::warning(this, windowTitle(), - tr("The entered address \"%1\" is not a valid Trinity address.").arg(ui->addressEdit->text()), + tr("The entered address \"%1\" is not a valid megabyte address.").arg(ui->addressEdit->text()), QMessageBox::Ok, QMessageBox::Ok); break; case AddressTableModel::DUPLICATE_ADDRESS: diff --git a/src/qt/forms/aboutdialog.ui b/src/qt/forms/aboutdialog.ui index 56df313..00e3eff 100644 --- a/src/qt/forms/aboutdialog.ui +++ b/src/qt/forms/aboutdialog.ui @@ -11,7 +11,7 @@ - About Trinity + About megabyte @@ -50,7 +50,7 @@ IBeamCursor - <b>Trinity</b> version + <b>megabyte</b> version Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -107,7 +107,7 @@ IBeamCursor - Copyright &copy; 2013 The Trinity developers + Copyright &copy; 2013 The megabyte developers Qt::RichText diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui index f17ff41..6453379 100644 --- a/src/qt/forms/addressbookpage.ui +++ b/src/qt/forms/addressbookpage.ui @@ -96,7 +96,7 @@ - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Sign &Message @@ -110,7 +110,7 @@ - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address &Verify Message diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index daaca7e..39fc986 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -20,7 +20,7 @@ QLabel { font-style:italic; } - Welcome to Trinity-Qt. + Welcome to megabyte-Qt. true @@ -46,7 +46,7 @@ - As this is the first time the program is launched, you can choose where Trinity-Qt will store its data. + As this is the first time the program is launched, you can choose where megabyte-Qt will store its data. true @@ -56,7 +56,7 @@ - Trinity-Qt will download and store a copy of the Trinity 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. + megabyte-Qt will download and store a copy of the megabyte 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. true diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 6de3030..c43ca54 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -79,10 +79,10 @@ - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -139,7 +139,7 @@ - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. Map port using &UPnP @@ -149,7 +149,7 @@ - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). &Connect through SOCKS proxy: @@ -323,7 +323,7 @@ - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -356,7 +356,7 @@ - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. &Display addresses in transaction list diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index d4fbaf1..5322d94 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -61,7 +61,7 @@ - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. QLabel { color: red; } @@ -263,7 +263,7 @@ - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. QLabel { color: red; } diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 383f9aa..a2db7e9 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -11,7 +11,7 @@ - Trinity - Debug window + megabyte - Debug window @@ -36,7 +36,7 @@ - Trinity Core + megabyte Core @@ -322,7 +322,7 @@ - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. &Open @@ -348,7 +348,7 @@ - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. &Show diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui index 2ff5db1..b2daa53 100644 --- a/src/qt/forms/signverifymessagedialog.ui +++ b/src/qt/forms/signverifymessagedialog.ui @@ -155,7 +155,7 @@ - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Sign &Message @@ -301,7 +301,7 @@ - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address Verify &Message diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 75d1835..d4337da 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -83,8 +83,8 @@ void setupAmountWidget(QLineEdit *widget, QWidget *parent) bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) { - // return if URI is not valid or is no trinity URI - if(!uri.isValid() || uri.scheme() != QString("trinity")) + // return if URI is not valid or is no megabyte URI + if(!uri.isValid() || uri.scheme() != QString("megabyte")) return false; SendCoinsRecipient rv; @@ -135,13 +135,13 @@ bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) bool parseBitcoinURI(QString uri, SendCoinsRecipient *out) { - // Convert trinity:// to trinity: + // Convert megabyte:// to megabyte: // - // Cannot handle this later, because trinity:// will cause Qt to see the part after // as host, + // Cannot handle this later, because megabyte:// will cause Qt to see the part after // as host, // which will lower-case it (and thus invalidate the address). - if(uri.startsWith("trinity://")) + if(uri.startsWith("megabyte://")) { - uri.replace(0, 10, "trinity:"); + uri.replace(0, 10, "megabyte:"); } QUrl uriInstance(uri); return parseBitcoinURI(uriInstance, out); @@ -295,12 +295,12 @@ bool ToolTipToRichTextFilter::eventFilter(QObject *obj, QEvent *evt) #ifdef WIN32 boost::filesystem::path static StartupShortcutPath() { - return GetSpecialFolderPath(CSIDL_STARTUP) / "Trinity.lnk"; + return GetSpecialFolderPath(CSIDL_STARTUP) / "megabyte.lnk"; } bool GetStartOnSystemStartup() { - // check for Trinity.lnk + // check for megabyte.lnk return boost::filesystem::exists(StartupShortcutPath()); } @@ -377,7 +377,7 @@ boost::filesystem::path static GetAutostartDir() boost::filesystem::path static GetAutostartFilePath() { - return GetAutostartDir() / "trinity.desktop"; + return GetAutostartDir() / "megabyte.desktop"; } bool GetStartOnSystemStartup() @@ -415,10 +415,10 @@ bool SetStartOnSystemStartup(bool fAutoStart) boost::filesystem::ofstream optionFile(GetAutostartFilePath(), std::ios_base::out|std::ios_base::trunc); if (!optionFile.good()) return false; - // Write a trinity.desktop file to the autostart directory: + // Write a megabyte.desktop file to the autostart directory: optionFile << "[Desktop Entry]\n"; optionFile << "Type=Application\n"; - optionFile << "Name=Trinity\n"; + optionFile << "Name=megabyte\n"; optionFile << "Exec=" << pszExePath << " -min\n"; optionFile << "Terminal=false\n"; optionFile << "Hidden=false\n"; @@ -437,7 +437,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) LSSharedFileListItemRef findStartupItemInList(LSSharedFileListRef list, CFURLRef findUrl); LSSharedFileListItemRef findStartupItemInList(LSSharedFileListRef list, CFURLRef findUrl) { - // loop through the list of startup items and try to find the trinity app + // loop through the list of startup items and try to find the megabyte app CFArrayRef listSnapshot = LSSharedFileListCopySnapshot(list, NULL); for(int i = 0; i < CFArrayGetCount(listSnapshot); i++) { LSSharedFileListItemRef item = (LSSharedFileListItemRef)CFArrayGetValueAtIndex(listSnapshot, i); @@ -471,7 +471,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) LSSharedFileListItemRef foundItem = findStartupItemInList(loginItems, bitcoinAppUrl); if(fAutoStart && !foundItem) { - // add trinity app to startup item list + // add megabyte app to startup item list LSSharedFileListInsertItemURL(loginItems, kLSSharedFileListItemBeforeFirst, NULL, NULL, bitcoinAppUrl, NULL, NULL); } else if(!fAutoStart && foundItem) { @@ -490,10 +490,10 @@ bool SetStartOnSystemStartup(bool fAutoStart) { return false; } HelpMessageBox::HelpMessageBox(QWidget *parent) : QMessageBox(parent) { - header = tr("Trinity-Qt") + " " + tr("version") + " " + + header = tr("megabyte-Qt") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()) + "\n\n" + tr("Usage:") + "\n" + - " trinity-qt [" + tr("command-line options") + "] " + "\n"; + " megabyte-qt [" + tr("command-line options") + "] " + "\n"; coreOptions = QString::fromStdString(HelpMessage()); @@ -503,7 +503,7 @@ HelpMessageBox::HelpMessageBox(QWidget *parent) : " -splash " + tr("Show splash screen on startup (default: 1)") + "\n" + " -choosedatadir " + tr("Choose data directory on startup (default: 0)") + "\n"; - setWindowTitle(tr("Trinity-Qt")); + setWindowTitle(tr("megabyte-Qt")); setTextFormat(Qt::PlainText); // setMinimumWidth is ignored for QMessageBox so put in non-breaking spaces to make it wider. setText(header + QString(QChar(0x2003)).repeated(50)); diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index 07777e5..54ba1d0 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -164,7 +164,7 @@ void Intro::pickDataDirectory() fs::create_directory(dataDir.toStdString()); break; } catch(fs::filesystem_error &e) { - QMessageBox::critical(0, QObject::tr("Trinity"), + QMessageBox::critical(0, QObject::tr("megabyte"), QObject::tr("Error: Specified data directory \"%1\" can not be created.").arg(dataDir)); /* fall through, back to choosing screen */ } diff --git a/src/qt/locale/bitcoin_af_ZA.ts b/src/qt/locale/bitcoin_af_ZA.ts index 203e65c..4682423 100644 --- a/src/qt/locale/bitcoin_af_ZA.ts +++ b/src/qt/locale/bitcoin_af_ZA.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity + About megabyte - <b>Trinity</b> version - <b>Trinity</b> weergawe + <b>megabyte</b> version + <b>megabyte</b> weergawe @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Wys inligting oor Trinity + Show information about megabyte + Wys inligting oor megabyte @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,8 +450,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,8 +2178,8 @@ Address: %4 bitcoin-core - Trinity version - Trinity weergawe + megabyte version + megabyte weergawe @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_ar.ts b/src/qt/locale/bitcoin_ar.ts index 16375f1..937faed 100644 --- a/src/qt/locale/bitcoin_ar.ts +++ b/src/qt/locale/bitcoin_ar.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - عن Trinity + About megabyte + عن megabyte - <b>Trinity</b> version - نسخة <b>Trinity</b> + <b>megabyte</b> version + نسخة <b>megabyte</b> @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,7 +369,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,7 +2178,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_bg.ts b/src/qt/locale/bitcoin_bg.ts index 98f87f8..dd4c5d8 100644 --- a/src/qt/locale/bitcoin_bg.ts +++ b/src/qt/locale/bitcoin_bg.ts @@ -4,12 +4,12 @@ AboutDialog - About Trinity + About megabyte За Биткоин - <b>Trinity</b> version + <b>megabyte</b> version <b>Биткоин</b> версия @@ -34,7 +34,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -67,7 +67,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. Това са вашите Биткоин адреси за получаване на плащания. За по-лесно проследяване на плащанията и повишена анонимност можете да използвате нов адрес за всяко плащане. @@ -82,7 +82,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Подпишете съобщение като доказателство, че притежавате определен адрес @@ -107,7 +107,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address Проверете съобщение, за да сте сигурни че е подписано с определен Биткоин адрес @@ -122,7 +122,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -248,7 +248,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -275,7 +275,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -374,7 +374,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte Показва информация за Биткоин @@ -419,12 +419,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address Изпращане към Биткоин адрес - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -455,7 +455,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte Биткоин @@ -480,7 +480,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte &За Биткоин @@ -500,12 +500,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -536,12 +536,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network %n връзка към Биткоин мрежата%n връзки към Биткоин мрежата @@ -652,7 +652,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -667,7 +667,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -733,7 +733,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. "%1" не е валиден Биткоин адрес. @@ -752,7 +752,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -815,12 +815,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login &Пускане на Биткоин при вход в системата @@ -840,8 +840,8 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматично отваряне на входящия Trinity порт. Работи само с рутери поддържащи UPnP. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматично отваряне на входящия megabyte порт. Работи само с рутери поддържащи UPnP. @@ -850,7 +850,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -925,7 +925,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. Промяната на езика ще влезе в сила след рестартиране на Биткоин. @@ -940,7 +940,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. Ще се показват адресите в списъка с транзакции независимо от наличието на кратко име. @@ -992,7 +992,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1011,7 +1011,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1065,7 +1065,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1215,7 +1215,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1235,12 +1235,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1250,7 +1250,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1260,7 +1260,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1444,7 +1444,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Въведете Биткоин адрес (например 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1509,7 +1509,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Подпишете съобщение като доказателство, че притежавате определен адрес @@ -1545,7 +1545,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address Проверете съобщение, за да сте сигурни че е подписано с определен Биткоин адрес @@ -1561,7 +1561,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Въведете Биткоин адрес (например 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1571,7 +1571,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature Биткоин подпис @@ -1645,7 +1645,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2183,7 +2183,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version Биткоин версия @@ -2193,7 +2193,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2213,12 +2213,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2296,13 +2296,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2318,7 +2318,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2363,7 +2363,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2613,7 +2613,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2803,12 +2803,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2868,7 +2868,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_bs.ts b/src/qt/locale/bitcoin_bs.ts index 9cdef83..f58a761 100644 --- a/src/qt/locale/bitcoin_bs.ts +++ b/src/qt/locale/bitcoin_bs.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - O Trinityu + About megabyte + O megabyteu - <b>Trinity</b> version - <b>Trinity</b> verzija + <b>megabyte</b> version + <b>megabyte</b> verzija @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,7 +369,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,7 +2178,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_ca.ts b/src/qt/locale/bitcoin_ca.ts index 34704e6..3c5c5b8 100644 --- a/src/qt/locale/bitcoin_ca.ts +++ b/src/qt/locale/bitcoin_ca.ts @@ -4,12 +4,12 @@ AboutDialog - About Trinity - A prop de Trinity + About megabyte + A prop de megabyte - <b>Trinity</b> version + <b>megabyte</b> version @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,7 +369,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,7 +2178,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_ca_ES.ts b/src/qt/locale/bitcoin_ca_ES.ts index d828b46..83296c9 100644 --- a/src/qt/locale/bitcoin_ca_ES.ts +++ b/src/qt/locale/bitcoin_ca_ES.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Sobre Trinity + About megabyte + Sobre megabyte - <b>Trinity</b> version - <b>Trinity</b> versió + <b>megabyte</b> version + <b>megabyte</b> versió @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,8 +62,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Aquestes són les teves adreces Trinity per a rebre pagaments. Pot interesar-te proveïr diferents adreces a cadascun dels enviadors així pots identificar qui et va pagant. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Aquestes són les teves adreces megabyte per a rebre pagaments. Pot interesar-te proveïr diferents adreces a cadascun dels enviadors així pots identificar qui et va pagant. @@ -77,8 +77,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address - Signa el missatge per provar que ets propietari de l'adreça Trinity + Sign a message to prove you own a megabyte address + Signa el missatge per provar que ets propietari de l'adreça megabyte @@ -102,8 +102,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Verificar un missatge per asegurar-se que ha estat signat amb una adreça Trinity específica + Verify a message to ensure it was signed with a specified megabyte address + Verificar un missatge per asegurar-se que ha estat signat amb una adreça megabyte específica @@ -117,8 +117,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Aquestes són la seva adreça de Trinity per enviar els pagaments. Sempre revisi la quantitat i l'adreça del destinatari abans transferència de monedes. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Aquestes són la seva adreça de megabyte per enviar els pagaments. Sempre revisi la quantitat i l'adreça del destinatari abans transferència de monedes. @@ -243,8 +243,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Advertència: Si encripteu el vostre moneder i perdeu la constrasenya, <b>PERDREU TOTS ELS VOSTRES TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Advertència: Si encripteu el vostre moneder i perdeu la constrasenya, <b>PERDREU TOTS ELS VOSTRES megabyteS</b>! @@ -270,8 +270,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity es tancarà ara per acabar el procés d'encriptació. Recorda que encriptar el teu moneder no protegeix completament els teus trinitys de ser robades per programari maliciós instal·lat al teu ordinador. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte es tancarà ara per acabar el procés d'encriptació. Recorda que encriptar el teu moneder no protegeix completament els teus megabytes de ser robades per programari maliciós instal·lat al teu ordinador. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Mostra informació sobre Trinity + Show information about megabyte + Mostra informació sobre megabyte @@ -414,13 +414,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Enviar monedes a una adreça Trinity + Send coins to a megabyte address + Enviar monedes a una adreça megabyte - Modify configuration options for Trinity - Modificar les opcions de configuració per trinity + Modify configuration options for megabyte + Modificar les opcions de configuració per megabyte @@ -450,8 +450,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -475,8 +475,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &Sobre Trinity + &About megabyte + &Sobre megabyte @@ -495,13 +495,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them - Signa el missatges amb la seva adreça de Trinity per provar que les poseeixes + Sign messages with your megabyte addresses to prove you own them + Signa el missatges amb la seva adreça de megabyte per provar que les poseeixes - Verify messages to ensure they were signed with specified Trinity addresses - Verificar els missatges per assegurar-te que han estat signades amb una adreça Trinity específica. + Verify messages to ensure they were signed with specified megabyte addresses + Verificar els missatges per assegurar-te que han estat signades amb una adreça megabyte específica. @@ -531,13 +531,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Client Trinity + megabyte client + Client megabyte - %n active connection(s) to Trinity network - %n connexió activa a la xarxa Trinity%n connexions actives a la xarxa Trinity + %n active connection(s) to megabyte network + %n connexió activa a la xarxa megabyte%n connexions actives a la xarxa megabyte @@ -647,8 +647,8 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - la URI no pot ser processada! Això es pot ser causat per una adreça Trinity invalida o paràmetres URI malformats. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + la URI no pot ser processada! Això es pot ser causat per una adreça megabyte invalida o paràmetres URI malformats. @@ -662,8 +662,8 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Ha tingut lloc un error fatal. Trinity no pot continuar executant-se de manera segura i es tancará. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Ha tingut lloc un error fatal. megabyte no pot continuar executant-se de manera segura i es tancará. @@ -728,8 +728,8 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. - L'adreça introduida "%1" no és una adreça Trinity valida. + The entered address "%1" is not a valid megabyte address. + L'adreça introduida "%1" no és una adreça megabyte valida. @@ -747,8 +747,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -810,13 +810,13 @@ Address: %4 - Automatically start Trinity after logging in to the system. - Iniciar automàticament Trinity després de l'inici de sessió del sistema. + Automatically start megabyte after logging in to the system. + Iniciar automàticament megabyte després de l'inici de sessió del sistema. - &Start Trinity on system login - &Iniciar Trinity al inici de sessió del sistema. + &Start megabyte on system login + &Iniciar megabyte al inici de sessió del sistema. @@ -835,8 +835,8 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Obrir el port del client de Trinity al router de forma automàtica. Això només funciona quan el teu router implementa UPnP i l'opció està activada. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Obrir el port del client de megabyte al router de forma automàtica. Això només funciona quan el teu router implementa UPnP i l'opció està activada. @@ -845,8 +845,8 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Connectar a la xarxa Trinity a través de un SOCKS proxy (per exemple connectant a través de Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Connectar a la xarxa megabyte a través de un SOCKS proxy (per exemple connectant a través de Tor). @@ -920,8 +920,8 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Aquí pots definir el llenguatge de l'aplicatiu. Aquesta configuració tindrà efecte un cop es reiniciï Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Aquí pots definir el llenguatge de l'aplicatiu. Aquesta configuració tindrà efecte un cop es reiniciï megabyte. @@ -935,8 +935,8 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. - Mostrar adreces Trinity als llistats de transaccions o no. + Whether to show megabyte addresses in the transaction list or not. + Mostrar adreces megabyte als llistats de transaccions o no. @@ -987,8 +987,8 @@ Address: %4 - This setting will take effect after restarting Trinity. - Aquesta configuració tindrà efecte un cop es reiniciï Trinity. + This setting will take effect after restarting megabyte. + Aquesta configuració tindrà efecte un cop es reiniciï megabyte. @@ -1006,8 +1006,8 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - La informació mostrada pot no estar al día. El teu moneder es sincronitza automàticament amb la xarxa Trinity un cop s'ha establert connexió, però aquest proces no s'ha completat encara. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + La informació mostrada pot no estar al día. El teu moneder es sincronitza automàticament amb la xarxa megabyte un cop s'ha establert connexió, però aquest proces no s'ha completat encara. @@ -1060,8 +1060,8 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler - No es pot iniciar trinity: manejador clicla-per-pagar + Cannot start megabyte: click-to-pay handler + No es pot iniciar megabyte: manejador clicla-per-pagar @@ -1210,8 +1210,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Mostrar el missatge d'ajuda de Trinity-Qt per a obtenir un llistat de possibles ordres per a la línia d'ordres de Trinity. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Mostrar el missatge d'ajuda de megabyte-Qt per a obtenir un llistat de possibles ordres per a la línia d'ordres de megabyte. @@ -1230,13 +1230,13 @@ Address: %4 - Trinity - Debug window - Trinity -Finestra de debug + megabyte - Debug window + megabyte -Finestra de debug - Trinity Core - Nucli de Trinity + megabyte Core + Nucli de megabyte @@ -1245,8 +1245,8 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Obrir el dietari de debug de Trinity del directori de dades actual. Aixó pot trigar uns quants segons per a dietàris grossos. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Obrir el dietari de debug de megabyte del directori de dades actual. Aixó pot trigar uns quants segons per a dietàris grossos. @@ -1255,8 +1255,8 @@ Address: %4 - Welcome to the Trinity RPC console. - Benvingut a la consola RPC de Trinity + Welcome to the megabyte RPC console. + Benvingut a la consola RPC de megabyte @@ -1439,8 +1439,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introdueixi una adreça de Trinity (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introdueixi una adreça de megabyte (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,8 +1504,8 @@ Address: %4 - Sign the message to prove you own this Trinity address - Signa el missatge per provar que ets propietari d'aquesta adreça Trinity + Sign the message to prove you own this megabyte address + Signa el missatge per provar que ets propietari d'aquesta adreça megabyte @@ -1540,8 +1540,8 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address - Verificar el missatge per assegurar-se que ha estat signat amb una adreça Trinity específica + Verify the message to ensure it was signed with the specified megabyte address + Verificar el missatge per assegurar-se que ha estat signat amb una adreça megabyte específica @@ -1556,8 +1556,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introdueixi una adreça de Trinity (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introdueixi una adreça de megabyte (per exemple 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,8 +1566,8 @@ Address: %4 - Enter Trinity signature - Introduïr una clau Trinity + Enter megabyte signature + Introduïr una clau megabyte @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,8 +2178,8 @@ Address: %4 bitcoin-core - Trinity version - Versió de Trinity + megabyte version + Versió de megabyte @@ -2188,8 +2188,8 @@ Address: %4 - Send command to -server or trinityd - Enviar comanda a -servidor o trinityd + Send command to -server or megabyted + Enviar comanda a -servidor o megabyted @@ -2208,13 +2208,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - Especificat arxiu de configuració (per defecte: trinity.conf) + Specify configuration file (default: megabyte.conf) + Especificat arxiu de configuració (per defecte: megabyte.conf) - Specify pid file (default: trinityd.pid) - Especificar arxiu pid (per defecte: trinityd.pid) + Specify pid file (default: megabyted.pid) + Especificar arxiu pid (per defecte: megabyted.pid) @@ -2291,15 +2291,15 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com - %s has de establir una contrasenya RPC a l'arxiu de configuració:\n%s\nEs recomana que useu la següent constrasenya aleatòria:\nrpcuser=trinityrpc\nrpcpassword=%s\n(no necesiteu recordar aquesta contrsenya)\nEl nom d'usuari i contrasenya NO HAN de ser els mateixos.\nSi l'arxiu no existeix, crea'l amb els permisos d'arxiu de només lectura per al propietari.\nTambé es recomana establir la notificació d'alertes i així seràs notificat de les incidències;\nper exemple: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com + %s has de establir una contrasenya RPC a l'arxiu de configuració:\n%s\nEs recomana que useu la següent constrasenya aleatòria:\nrpcuser=megabyterpc\nrpcpassword=%s\n(no necesiteu recordar aquesta contrsenya)\nEl nom d'usuari i contrasenya NO HAN de ser els mateixos.\nSi l'arxiu no existeix, crea'l amb els permisos d'arxiu de només lectura per al propietari.\nTambé es recomana establir la notificació d'alertes i així seràs notificat de les incidències;\nper exemple: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,8 +2313,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. - No es pot bloquejar el directori de dades %s. Probablement Trinity ja estigui en execució. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + No es pot bloquejar el directori de dades %s. Probablement megabyte ja estigui en execució. @@ -2358,8 +2358,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Advertència: Si us plau comprovi que la data i hora del seu computador siguin correctes! Si el seu rellotge està mal configurat, Trinity no funcionará de manera apropiada. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Advertència: Si us plau comprovi que la data i hora del seu computador siguin correctes! Si el seu rellotge està mal configurat, megabyte no funcionará de manera apropiada. @@ -2608,8 +2608,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - Opcions SSL: (veure la Wiki de Trinity per a instruccions de configuració SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Opcions SSL: (veure la Wiki de megabyte per a instruccions de configuració SSL) @@ -2798,13 +2798,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Error carregant wallet.dat: El moneder requereix una versió de Trinity més moderna + Error loading wallet.dat: Wallet requires newer version of megabyte + Error carregant wallet.dat: El moneder requereix una versió de megabyte més moderna - Wallet needed to be rewritten: restart Trinity to complete - El moneder necesita ser re-escrit: re-inicia Trinity per a completar la tasca + Wallet needed to be rewritten: restart megabyte to complete + El moneder necesita ser re-escrit: re-inicia megabyte per a completar la tasca @@ -2863,8 +2863,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Impossible d'unir %s en aquest ordinador. Probablement Trinity ja estigui en execució. + Unable to bind to %s on this computer. megabyte is probably already running. + Impossible d'unir %s en aquest ordinador. Probablement megabyte ja estigui en execució. diff --git a/src/qt/locale/bitcoin_cs.ts b/src/qt/locale/bitcoin_cs.ts index 8e9b89d..138c284 100644 --- a/src/qt/locale/bitcoin_cs.ts +++ b/src/qt/locale/bitcoin_cs.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - O Trinityu + About megabyte + O megabyteu - <b>Trinity</b> version - <b>Trinity</b> verze + <b>megabyte</b> version + <b>megabyte</b> verze @@ -34,8 +34,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - The Trinity developers - Vývojáři Trinityu + The megabyte developers + Vývojáři megabyteu @@ -67,8 +67,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Tohle jsou tvé Trinityové adresy pro příjem plateb. Můžeš dát pokaždé každému plátci novou adresu, abys věděl, kdo ti kdy kolik platil. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Tohle jsou tvé megabyteové adresy pro příjem plateb. Můžeš dát pokaždé každému plátci novou adresu, abys věděl, kdo ti kdy kolik platil. @@ -82,8 +82,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Sign a message to prove you own a Trinity address - Podepiš zprávu, čímž prokážeš, že jsi vlastníkem Trinityové adresy + Sign a message to prove you own a megabyte address + Podepiš zprávu, čímž prokážeš, že jsi vlastníkem megabyteové adresy @@ -107,8 +107,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Verify a message to ensure it was signed with a specified Trinity address - Ověř zprávu, aby ses ujistil, že byla podepsána danou Trinityovou adresou + Verify a message to ensure it was signed with a specified megabyte address + Ověř zprávu, aby ses ujistil, že byla podepsána danou megabyteovou adresou @@ -122,8 +122,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Tohle jsou tvé Trinityové adresy pro posílání plateb. Před odesláním mincí si vždy zkontroluj částku a cílovou adresu. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Tohle jsou tvé megabyteové adresy pro posílání plateb. Před odesláním mincí si vždy zkontroluj částku a cílovou adresu. @@ -248,8 +248,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Varování: Pokud si zašifruješ peněženku a ztratíš či zapomeneš heslo, <b>PŘIJDEŠ O VŠECHNY TRINITYY</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Varování: Pokud si zašifruješ peněženku a ztratíš či zapomeneš heslo, <b>PŘIJDEŠ O VŠECHNY megabyteY</b>! @@ -275,8 +275,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity se teď ukončí, aby dokončil zašifrování. Pamatuj však, že pouhé zašifrování peněženky úplně nezabraňuje krádeži tvých trinityů malwarem, kterým se může počítač nakazit. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte se teď ukončí, aby dokončil zašifrování. Pamatuj však, že pouhé zašifrování peněženky úplně nezabraňuje krádeži tvých megabyteů malwarem, kterým se může počítač nakazit. @@ -374,8 +374,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Show information about Trinity - Zobraz informace o Trinityu + Show information about megabyte + Zobraz informace o megabyteu @@ -419,13 +419,13 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Send coins to a Trinity address - Pošli mince na Trinityovou adresu + Send coins to a megabyte address + Pošli mince na megabyteovou adresu - Modify configuration options for Trinity - Uprav nastavení Trinityu + Modify configuration options for megabyte + Uprav nastavení megabyteu @@ -455,8 +455,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - &About Trinity - O &Trinityu + &About megabyte + O &megabyteu @@ -500,13 +500,13 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Sign messages with your Trinity addresses to prove you own them - Podepiš zprávy svými Trinityovými adresami, čímž prokážeš, že jsi jejich vlastníkem + Sign messages with your megabyte addresses to prove you own them + Podepiš zprávy svými megabyteovými adresami, čímž prokážeš, že jsi jejich vlastníkem - Verify messages to ensure they were signed with specified Trinity addresses - Ověř zprávy, aby ses ujistil, že byly podepsány danými Trinityovými adresami + Verify messages to ensure they were signed with specified megabyte addresses + Ověř zprávy, aby ses ujistil, že byly podepsány danými megabyteovými adresami @@ -536,13 +536,13 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open - Trinity client - Trinity klient + megabyte client + megabyte klient - %n active connection(s) to Trinity network - %n aktivní spojení do Trinityové sítě%n aktivní spojení do Trinityové sítě%n aktivních spojení do Trinityové sítě + %n active connection(s) to megabyte network + %n aktivní spojení do megabyteové sítě%n aktivní spojení do megabyteové sítě%n aktivních spojení do megabyteové sítě @@ -656,8 +656,8 @@ Adresa: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - Nepodařilo se analyzovat URI! Důvodem může být neplatná Trinityová adresa nebo poškozené parametry URI. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + Nepodařilo se analyzovat URI! Důvodem může být neplatná megabyteová adresa nebo poškozené parametry URI. @@ -671,8 +671,8 @@ Adresa: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Stala se fatální chyba. Trinity nemůže bezpečně pokračovat v činnosti, a proto skončí. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Stala se fatální chyba. megabyte nemůže bezpečně pokračovat v činnosti, a proto skončí. @@ -737,8 +737,8 @@ Adresa: %4 - The entered address "%1" is not a valid Trinity address. - Zadaná adresa "%1" není platná Trinityová adresa. + The entered address "%1" is not a valid megabyte address. + Zadaná adresa "%1" není platná megabyteová adresa. @@ -756,8 +756,8 @@ Adresa: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Adresa: %4 - Automatically start Trinity after logging in to the system. - Automaticky spustí Trinity po přihlášení do systému. + Automatically start megabyte after logging in to the system. + Automaticky spustí megabyte po přihlášení do systému. - &Start Trinity on system login - S&pustit Trinity po přihlášení do systému + &Start megabyte on system login + S&pustit megabyte po přihlášení do systému @@ -844,7 +844,7 @@ Adresa: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. Automaticky otevře potřebný port na routeru. Tohle funguje jen za předpokladu, že tvůj router podporuje UPnP a že je UPnP povolené. @@ -854,8 +854,8 @@ Adresa: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Připojí se do Trinityové sítě přes SOCKS proxy (např. když se připojuje přes Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Připojí se do megabyteové sítě přes SOCKS proxy (např. když se připojuje přes Tor). @@ -929,8 +929,8 @@ Adresa: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Tady lze nastavit jazyk uživatelského rozhraní. Nastavení se projeví až po restartování Trinityu. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Tady lze nastavit jazyk uživatelského rozhraní. Nastavení se projeví až po restartování megabyteu. @@ -944,8 +944,8 @@ Adresa: %4 - Whether to show Trinity addresses in the transaction list or not. - Zda ukazovat trinityové adresy ve výpisu transakcí nebo ne. + Whether to show megabyte addresses in the transaction list or not. + Zda ukazovat megabyteové adresy ve výpisu transakcí nebo ne. @@ -996,8 +996,8 @@ Adresa: %4 - This setting will take effect after restarting Trinity. - Nastavení se projeví až po restartování Trinityu. + This setting will take effect after restarting megabyte. + Nastavení se projeví až po restartování megabyteu. @@ -1015,8 +1015,8 @@ Adresa: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Zobrazené informace nemusí být aktuální. Tvá peněženka se automaticky sesynchronizuje s Trinityovou sítí, jakmile se s ní spojí. Zatím ale ještě není synchronizace dokončena. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Zobrazené informace nemusí být aktuální. Tvá peněženka se automaticky sesynchronizuje s megabyteovou sítí, jakmile se s ní spojí. Zatím ale ještě není synchronizace dokončena. @@ -1069,8 +1069,8 @@ Adresa: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Nemůžu spustit trinity: obsluha click-to-pay + Cannot start megabyte: click-to-pay handler + Nemůžu spustit megabyte: obsluha click-to-pay @@ -1219,8 +1219,8 @@ Adresa: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Seznam parametrů Trinityu pro příkazovou řádku získáš v nápovědě Trinityu Qt. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Seznam parametrů megabyteu pro příkazovou řádku získáš v nápovědě megabyteu Qt. @@ -1239,13 +1239,13 @@ Adresa: %4 - Trinity - Debug window - Trinity - ladicí okno + megabyte - Debug window + megabyte - ladicí okno - Trinity Core - Jádro Trinityu + megabyte Core + Jádro megabyteu @@ -1254,8 +1254,8 @@ Adresa: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Otevři soubor s ladicími záznamy Trinityu z aktuálního datového adresáře. U velkých logů to může pár vteřin zabrat. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Otevři soubor s ladicími záznamy megabyteu z aktuálního datového adresáře. U velkých logů to může pár vteřin zabrat. @@ -1264,8 +1264,8 @@ Adresa: %4 - Welcome to the Trinity RPC console. - Vítej v Trinityové RPC konzoli. + Welcome to the megabyte RPC console. + Vítej v megabyteové RPC konzoli. @@ -1448,8 +1448,8 @@ Adresa: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadej Trinityovou adresu (např. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Zadej megabyteovou adresu (např. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,8 +1513,8 @@ Adresa: %4 - Sign the message to prove you own this Trinity address - Podepiš zprávu, čímž prokážeš, že jsi vlastníkem této Trinityové adresy + Sign the message to prove you own this megabyte address + Podepiš zprávu, čímž prokážeš, že jsi vlastníkem této megabyteové adresy @@ -1549,8 +1549,8 @@ Adresa: %4 - Verify the message to ensure it was signed with the specified Trinity address - Ověř zprávu, aby ses ujistil, že byla podepsána danou Trinityovou adresou + Verify the message to ensure it was signed with the specified megabyte address + Ověř zprávu, aby ses ujistil, že byla podepsána danou megabyteovou adresou @@ -1565,8 +1565,8 @@ Adresa: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadej Trinityovou adresu (např. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Zadej megabyteovou adresu (např. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Adresa: %4 - Enter Trinity signature - Vlož Trinityový podpis + Enter megabyte signature + Vlož megabyteový podpis @@ -1649,8 +1649,8 @@ Adresa: %4 SplashScreen - The Trinity developers - Vývojáři Trinityu + The megabyte developers + Vývojáři megabyteu @@ -2187,8 +2187,8 @@ Adresa: %4 bitcoin-core - Trinity version - Verze Trinityu + megabyte version + Verze megabyteu @@ -2197,8 +2197,8 @@ Adresa: %4 - Send command to -server or trinityd - Poslat příkaz pro -server nebo trinityd + Send command to -server or megabyted + Poslat příkaz pro -server nebo megabyted @@ -2217,13 +2217,13 @@ Adresa: %4 - Specify configuration file (default: trinity.conf) - Konfigurační soubor (výchozí: trinity.conf) + Specify configuration file (default: megabyte.conf) + Konfigurační soubor (výchozí: megabyte.conf) - Specify pid file (default: trinityd.pid) - PID soubor (výchozí: trinityd.pid) + Specify pid file (default: megabyted.pid) + PID soubor (výchozí: megabyted.pid) @@ -2300,24 +2300,24 @@ Adresa: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, musíš nastavit rpcpassword v konfiguračním souboru: %s Je vhodné použít následující náhodné heslo: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (není potřeba si ho pamatovat) rpcuser a rpcpassword NESMÍ být stejné. Pokud konfigurační soubor ještě neexistuje, vytvoř ho tak, aby ho mohl číst pouze vlastník. Je také doporučeno si nastavit alertnotify, abys byl upozorněn na případné problémy; -například: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +například: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2332,8 +2332,8 @@ například: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Nedaří se mi získat zámek na datový adresář %s. Trinity pravděpodobně už jednou běží. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Nedaří se mi získat zámek na datový adresář %s. megabyte pravděpodobně už jednou běží. @@ -2377,8 +2377,8 @@ například: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Upozornění: Zkontroluj, že máš v počítači správně nastavený datum a čas! Pokud jsou nastaveny špatně, Trinity nebude fungovat správně. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Upozornění: Zkontroluj, že máš v počítači správně nastavený datum a čas! Pokud jsou nastaveny špatně, megabyte nebude fungovat správně. @@ -2627,8 +2627,8 @@ například: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - Možnosti SSL: (viz instrukce nastavení SSL v Trinity Wiki) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Možnosti SSL: (viz instrukce nastavení SSL v megabyte Wiki) @@ -2817,13 +2817,13 @@ například: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Chyba při načítání wallet.dat: peněženka vyžaduje novější verzi Trinityu + Error loading wallet.dat: Wallet requires newer version of megabyte + Chyba při načítání wallet.dat: peněženka vyžaduje novější verzi megabyteu - Wallet needed to be rewritten: restart Trinity to complete - Soubor s peněženkou potřeboval přepsat: restartuj Trinity, aby se operace dokončila + Wallet needed to be rewritten: restart megabyte to complete + Soubor s peněženkou potřeboval přepsat: restartuj megabyte, aby se operace dokončila @@ -2882,8 +2882,8 @@ například: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Nedaří se mi připojit na %s na tomhle počítači. Trinity už pravděpodobně jednou běží. + Unable to bind to %s on this computer. megabyte is probably already running. + Nedaří se mi připojit na %s na tomhle počítači. megabyte už pravděpodobně jednou běží. diff --git a/src/qt/locale/bitcoin_cy.ts b/src/qt/locale/bitcoin_cy.ts index 08c0dd0..cb4b555 100644 --- a/src/qt/locale/bitcoin_cy.ts +++ b/src/qt/locale/bitcoin_cy.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity + About megabyte - <b>Trinity</b> version - Fersiwn <b>Trinity</b> + <b>megabyte</b> version + Fersiwn <b>megabyte</b> @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Dangos gwybodaeth am Trinity + Show information about megabyte + Dangos gwybodaeth am megabyte @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,7 +2178,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_da.ts b/src/qt/locale/bitcoin_da.ts index a61f180..91c93fc 100644 --- a/src/qt/locale/bitcoin_da.ts +++ b/src/qt/locale/bitcoin_da.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Om Trinity + About megabyte + Om megabyte - <b>Trinity</b> version - <b>Trinity</b> version + <b>megabyte</b> version + <b>megabyte</b> version @@ -34,8 +34,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - The Trinity developers - Trinity-udviklerne + The megabyte developers + megabyte-udviklerne @@ -67,8 +67,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Dette er dine Trinity-adresser til at modtage betalinger med. Du kan give en forskellig adresse til hver afsender, så du kan holde styr på, hvem der betaler dig. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Dette er dine megabyte-adresser til at modtage betalinger med. Du kan give en forskellig adresse til hver afsender, så du kan holde styr på, hvem der betaler dig. @@ -82,8 +82,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Sign a message to prove you own a Trinity address - Underskriv en besked for at bevise, at en Trinity-adresse tilhører dig + Sign a message to prove you own a megabyte address + Underskriv en besked for at bevise, at en megabyte-adresse tilhører dig @@ -107,8 +107,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Verify a message to ensure it was signed with a specified Trinity address - Efterprøv en besked for at sikre, at den er underskrevet med den angivne Trinity-adresse + Verify a message to ensure it was signed with a specified megabyte address + Efterprøv en besked for at sikre, at den er underskrevet med den angivne megabyte-adresse @@ -122,8 +122,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Disse er dine Trinity-adresser for at sende betalinger. Tjek altid beløb og modtageradresse, inden du sender trinitys. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Disse er dine megabyte-adresser for at sende betalinger. Tjek altid beløb og modtageradresse, inden du sender megabytes. @@ -138,7 +138,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Send &Coins - Send trinitys + Send megabytes @@ -248,8 +248,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Advarsel: Hvis du krypterer din tegnebog og mister din adgangskode, vil du <b>MISTE ALLE DINE TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Advarsel: Hvis du krypterer din tegnebog og mister din adgangskode, vil du <b>MISTE ALLE DINE megabyteS</b>! @@ -275,8 +275,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity vil nu lukke for at gennemføre krypteringsprocessen. Husk på, at kryptering af din tegnebog vil ikke beskytte dine trinitys fuldt ud mod at blive stjålet af malware på din computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte vil nu lukke for at gennemføre krypteringsprocessen. Husk på, at kryptering af din tegnebog vil ikke beskytte dine megabytes fuldt ud mod at blive stjålet af malware på din computer. @@ -374,8 +374,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Show information about Trinity - Vis informationer om Trinity + Show information about megabyte + Vis informationer om megabyte @@ -419,13 +419,13 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Send coins to a Trinity address - Send trinitys til en Trinity-adresse + Send coins to a megabyte address + Send megabytes til en megabyte-adresse - Modify configuration options for Trinity - Rediger konfigurationsindstillinger af Trinity + Modify configuration options for megabyte + Rediger konfigurationsindstillinger af megabyte @@ -455,8 +455,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - &About Trinity - Om Trinity + &About megabyte + Om megabyte @@ -500,13 +500,13 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Sign messages with your Trinity addresses to prove you own them - Underskriv beskeder med dine Trinity-adresser for at bevise, at de tilhører dig + Sign messages with your megabyte addresses to prove you own them + Underskriv beskeder med dine megabyte-adresser for at bevise, at de tilhører dig - Verify messages to ensure they were signed with specified Trinity addresses - Efterprøv beskeder for at sikre, at de er underskrevet med de(n) angivne Trinity-adresse(r) + Verify messages to ensure they were signed with specified megabyte addresses + Efterprøv beskeder for at sikre, at de er underskrevet med de(n) angivne megabyte-adresse(r) @@ -536,13 +536,13 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open - Trinity client - Trinity-klient + megabyte client + megabyte-klient - %n active connection(s) to Trinity network - %n aktiv(e) forbindelse(r) til Trinity-netværket%n aktiv(e) forbindelse(r) til Trinity-netværket + %n active connection(s) to megabyte network + %n aktiv(e) forbindelse(r) til megabyte-netværket%n aktiv(e) forbindelse(r) til megabyte-netværket @@ -656,8 +656,8 @@ Adresse: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI kan ikke fortolkes! Dette kan skyldes en ugyldig Trinity-adresse eller misdannede URI-parametre. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI kan ikke fortolkes! Dette kan skyldes en ugyldig megabyte-adresse eller misdannede URI-parametre. @@ -671,8 +671,8 @@ Adresse: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Der opstod en fatal fejl. Trinity kan ikke længere fortsætte sikkert og vil afslutte. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Der opstod en fatal fejl. megabyte kan ikke længere fortsætte sikkert og vil afslutte. @@ -737,8 +737,8 @@ Adresse: %4 - The entered address "%1" is not a valid Trinity address. - Den indtastede adresse "%1" er ikke en gyldig Trinity-adresse. + The entered address "%1" is not a valid megabyte address. + Den indtastede adresse "%1" er ikke en gyldig megabyte-adresse. @@ -756,8 +756,8 @@ Adresse: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Adresse: %4 - Automatically start Trinity after logging in to the system. - Start Trinity automatisk, når der logges ind på systemet + Automatically start megabyte after logging in to the system. + Start megabyte automatisk, når der logges ind på systemet - &Start Trinity on system login - Start Trinity, når systemet startes + &Start megabyte on system login + Start megabyte, når systemet startes @@ -844,8 +844,8 @@ Adresse: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Åbn Trinity-klientens port på routeren automatisk. Dette virker kun, når din router understøtter UPnP og UPnP er aktiveret. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Åbn megabyte-klientens port på routeren automatisk. Dette virker kun, når din router understøtter UPnP og UPnP er aktiveret. @@ -854,8 +854,8 @@ Adresse: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Opret forbindelse til Trinity-netværket via en SOCKS-proxy (f.eks. ved tilslutning gennem Tor) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Opret forbindelse til megabyte-netværket via en SOCKS-proxy (f.eks. ved tilslutning gennem Tor) @@ -929,8 +929,8 @@ Adresse: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Brugergrænsefladesproget kan angives her. Denne indstilling træder først i kraft, når Trinity genstartes. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Brugergrænsefladesproget kan angives her. Denne indstilling træder først i kraft, når megabyte genstartes. @@ -940,12 +940,12 @@ Adresse: %4 Choose the default subdivision unit to show in the interface and when sending coins. - Vælg den standard underopdelingsenhed, som skal vises i brugergrænsefladen og ved afsendelse af trinitys. + Vælg den standard underopdelingsenhed, som skal vises i brugergrænsefladen og ved afsendelse af megabytes. - Whether to show Trinity addresses in the transaction list or not. - Afgør hvorvidt Trinity-adresser skal vises i transaktionslisten eller ej. + Whether to show megabyte addresses in the transaction list or not. + Afgør hvorvidt megabyte-adresser skal vises i transaktionslisten eller ej. @@ -996,8 +996,8 @@ Adresse: %4 - This setting will take effect after restarting Trinity. - Denne indstilling træder i kraft, efter Trinity genstartes. + This setting will take effect after restarting megabyte. + Denne indstilling træder i kraft, efter megabyte genstartes. @@ -1015,8 +1015,8 @@ Adresse: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Den viste information kan være forældet. Din tegnebog synkroniserer automatisk med Trinity-netværket, når en forbindelse etableres, men denne proces er ikke gennemført endnu. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Den viste information kan være forældet. Din tegnebog synkroniserer automatisk med megabyte-netværket, når en forbindelse etableres, men denne proces er ikke gennemført endnu. @@ -1069,8 +1069,8 @@ Adresse: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Kan ikke starte trinity: click-to-pay-håndtering + Cannot start megabyte: click-to-pay handler + Kan ikke starte megabyte: click-to-pay-håndtering @@ -1219,8 +1219,8 @@ Adresse: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Vis Trinity-Qt-hjælpebeskeden for at få en liste over de tilgængelige Trinity-kommandolinjeindstillinger. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Vis megabyte-Qt-hjælpebeskeden for at få en liste over de tilgængelige megabyte-kommandolinjeindstillinger. @@ -1239,13 +1239,13 @@ Adresse: %4 - Trinity - Debug window - Trinity - Fejlsøgningsvindue + megabyte - Debug window + megabyte - Fejlsøgningsvindue - Trinity Core - Trinity Core + megabyte Core + megabyte Core @@ -1254,8 +1254,8 @@ Adresse: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Åbn Trinity-fejlsøgningslogfilen fra det nuværende datakatalog. Dette kan tage nogle få sekunder for en store logfiler. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Åbn megabyte-fejlsøgningslogfilen fra det nuværende datakatalog. Dette kan tage nogle få sekunder for en store logfiler. @@ -1264,8 +1264,8 @@ Adresse: %4 - Welcome to the Trinity RPC console. - Velkommen til Trinity RPC-konsollen + Welcome to the megabyte RPC console. + Velkommen til megabyte RPC-konsollen @@ -1290,7 +1290,7 @@ Adresse: %4 Send Coins - Send trinitys + Send megabytes @@ -1340,7 +1340,7 @@ Adresse: %4 Confirm send coins - Bekræft afsendelse af trinitys + Bekræft afsendelse af megabytes @@ -1385,7 +1385,7 @@ Adresse: %4 Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Fejl: Transaktionen blev afvist. Dette kan ske, hvis nogle af dine trinitys i din tegnebog allerede er brugt, som hvis du brugte en kopi af wallet.dat og dine trinitys er blevet brugt i kopien, men ikke er markeret som brugt her. + Fejl: Transaktionen blev afvist. Dette kan ske, hvis nogle af dine megabytes i din tegnebog allerede er brugt, som hvis du brugte en kopi af wallet.dat og dine megabytes er blevet brugt i kopien, men ikke er markeret som brugt her. @@ -1408,7 +1408,7 @@ Adresse: %4 The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity-adressen som betalingen skal sendes til (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte-adressen som betalingen skal sendes til (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1448,8 +1448,8 @@ Adresse: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Indtast en Trinity-adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Indtast en megabyte-adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1467,12 +1467,12 @@ Adresse: %4 You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - Du kan underskrive beskeder med dine Trinity-adresser for at bevise, at de tilhører dig. Pas på ikke at underskrive noget vagt, da phisingangreb kan narre dig til at overdrage din identitet. Underskriv kun fuldt detaljerede udsagn, du er enig i. + Du kan underskrive beskeder med dine megabyte-adresser for at bevise, at de tilhører dig. Pas på ikke at underskrive noget vagt, da phisingangreb kan narre dig til at overdrage din identitet. Underskriv kun fuldt detaljerede udsagn, du er enig i. The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity-adressen som beskeden skal underskrives med (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte-adressen som beskeden skal underskrives med (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,8 +1513,8 @@ Adresse: %4 - Sign the message to prove you own this Trinity address - Underskriv denne besked for at bevise, at Trinity-adressen tilhører dig + Sign the message to prove you own this megabyte address + Underskriv denne besked for at bevise, at megabyte-adressen tilhører dig @@ -1545,12 +1545,12 @@ Adresse: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity-adressen som beskeden er underskrevet med (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte-adressen som beskeden er underskrevet med (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address - Efterprøv beskeden for at sikre, at den er underskrevet med den angivne Trinity-adresse + Verify the message to ensure it was signed with the specified megabyte address + Efterprøv beskeden for at sikre, at den er underskrevet med den angivne megabyte-adresse @@ -1565,8 +1565,8 @@ Adresse: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Indtast en Trinity-adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Indtast en megabyte-adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Adresse: %4 - Enter Trinity signature - Indtast Trinity-underskriften + Enter megabyte signature + Indtast megabyte-underskriften @@ -1649,8 +1649,8 @@ Adresse: %4 SplashScreen - The Trinity developers - Trinity-udviklerne + The megabyte developers + megabyte-udviklerne @@ -1784,7 +1784,7 @@ Adresse: %4 Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Genererede trinitys skal vente 120 blokke, før de kan blive brugt. Da du genererede denne blok, blev den transmitteret til netværket for at blive føjet til blokkæden. Hvis det mislykkes at komme ind i kæden, vil den skifte til "ikke godkendt" og ikke blive kunne bruges. Dette kan lejlighedsvis ske, hvis en anden knude genererer en blok inden for få sekunder af din. + Genererede megabytes skal vente 120 blokke, før de kan blive brugt. Da du genererede denne blok, blev den transmitteret til netværket for at blive føjet til blokkæden. Hvis det mislykkes at komme ind i kæden, vil den skifte til "ikke godkendt" og ikke blive kunne bruges. Dette kan lejlighedsvis ske, hvis en anden knude genererer en blok inden for få sekunder af din. @@ -2137,7 +2137,7 @@ Adresse: %4 Send Coins - Send trinitys + Send megabytes @@ -2187,8 +2187,8 @@ Adresse: %4 bitcoin-core - Trinity version - Trinity-version + megabyte version + megabyte-version @@ -2197,8 +2197,8 @@ Adresse: %4 - Send command to -server or trinityd - Send kommando til -server eller trinityd + Send command to -server or megabyted + Send kommando til -server eller megabyted @@ -2217,13 +2217,13 @@ Adresse: %4 - Specify configuration file (default: trinity.conf) - Angiv konfigurationsfil (standard: trinity.conf) + Specify configuration file (default: megabyte.conf) + Angiv konfigurationsfil (standard: megabyte.conf) - Specify pid file (default: trinityd.pid) - Angiv pid-fil (default: trinityd.pid) + Specify pid file (default: megabyted.pid) + Angiv pid-fil (default: megabyted.pid) @@ -2300,24 +2300,24 @@ Adresse: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, du skal angive en RPC-adgangskode i konfigurationsfilen: %s Det anbefales, at du bruger nedenstående, tilfældige adgangskode: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (du behøver ikke huske denne adgangskode) Brugernavnet og adgangskode MÅ IKKE være det samme. Hvis filen ikke eksisterer, opret den og giv ingen andre end ejeren læserettighed. Det anbefales også at angive alertnotify, så du påmindes om problemer; -f.eks.: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +f.eks.: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2332,18 +2332,18 @@ f.eks.: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Kan ikke opnå lås på datakatalog %s. Trinity er sandsynligvis allerede startet. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Kan ikke opnå lås på datakatalog %s. megabyte er sandsynligvis allerede startet. Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Fejl: Transaktionen blev afvist. Dette kan ske, hvis nogle af dine trinitys i din tegnebog allerede er brugt, som hvis du brugte en kopi af wallet.dat og dine trinitys er blevet brugt i kopien, men ikke er markeret som brugt her. + Fejl: Transaktionen blev afvist. Dette kan ske, hvis nogle af dine megabytes i din tegnebog allerede er brugt, som hvis du brugte en kopi af wallet.dat og dine megabytes er blevet brugt i kopien, men ikke er markeret som brugt her. Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! - Fejl: Denne transaktion kræver et transaktionsgebyr på minimum %s pga. dens størrelse, kompleksitet eller anvendelse af nyligt modtagne trinitys! + Fejl: Denne transaktion kræver et transaktionsgebyr på minimum %s pga. dens størrelse, kompleksitet eller anvendelse af nyligt modtagne megabytes! @@ -2377,8 +2377,8 @@ f.eks.: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Advarsel: Undersøg venligst, at din computers dato og klokkeslæt er korrekt indstillet! Hvis der er fejl i disse, vil Trinity ikke fungere korrekt. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Advarsel: Undersøg venligst, at din computers dato og klokkeslæt er korrekt indstillet! Hvis der er fejl i disse, vil megabyte ikke fungere korrekt. @@ -2498,7 +2498,7 @@ f.eks.: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com Failed to write to coin database - Skrivning af trinity-database mislykkedes + Skrivning af megabyte-database mislykkedes @@ -2518,7 +2518,7 @@ f.eks.: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com Generate coins (default: 0) - Generer trinitys (standard: 0) + Generer megabytes (standard: 0) @@ -2817,13 +2817,13 @@ f.eks.: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Error loading wallet.dat: Wallet requires newer version of Trinity - Fejl ved indlæsning af wallet.dat: Tegnebog kræver en nyere version af Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Fejl ved indlæsning af wallet.dat: Tegnebog kræver en nyere version af megabyte - Wallet needed to be rewritten: restart Trinity to complete - Det var nødvendigt at genskrive tegnebogen: genstart Trinity for at gennemføre + Wallet needed to be rewritten: restart megabyte to complete + Det var nødvendigt at genskrive tegnebogen: genstart megabyte for at gennemføre @@ -2882,8 +2882,8 @@ f.eks.: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Unable to bind to %s on this computer. Trinity is probably already running. - Kunne ikke tildele %s på denne computer. Trinity kører sikkert allerede. + Unable to bind to %s on this computer. megabyte is probably already running. + Kunne ikke tildele %s på denne computer. megabyte kører sikkert allerede. diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts index 755bbd0..6e747c1 100644 --- a/src/qt/locale/bitcoin_de.ts +++ b/src/qt/locale/bitcoin_de.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Über Trinity + About megabyte + Über megabyte - <b>Trinity</b> version - <b>Trinity</b>-Version + <b>megabyte</b> version + <b>megabyte</b>-Version @@ -34,8 +34,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - The Trinity developers - Die Trinityentwickler + The megabyte developers + Die megabyteentwickler @@ -67,8 +67,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Dies sind Ihre Trinity-Adressen zum Empfangen von Zahlungen. Es steht Ihnen frei, jedem Absender eine Andere mitzuteilen, um einen besseren Überblick über eingehende Zahlungen zu erhalten. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Dies sind Ihre megabyte-Adressen zum Empfangen von Zahlungen. Es steht Ihnen frei, jedem Absender eine Andere mitzuteilen, um einen besseren Überblick über eingehende Zahlungen zu erhalten. @@ -82,8 +82,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Sign a message to prove you own a Trinity address - Eine Nachricht signieren, um den Besitz einer Trinity-Adresse zu beweisen + Sign a message to prove you own a megabyte address + Eine Nachricht signieren, um den Besitz einer megabyte-Adresse zu beweisen @@ -107,8 +107,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Verify a message to ensure it was signed with a specified Trinity address - Eine Nachricht verifizieren, um sicherzustellen, dass diese mit einer angegebenen Trinity-Adresse signiert wurde + Verify a message to ensure it was signed with a specified megabyte address + Eine Nachricht verifizieren, um sicherzustellen, dass diese mit einer angegebenen megabyte-Adresse signiert wurde @@ -122,8 +122,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dies sind Ihre Trinity-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Trinitys überweisen. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Dies sind Ihre megabyte-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie megabytes überweisen. @@ -138,7 +138,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Send &Coins - Trinitys &überweisen + megabytes &überweisen @@ -248,8 +248,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Warnung: Wenn Sie Ihre Brieftasche verschlüsseln und Ihre Passphrase verlieren, werden Sie <b>alle Ihre Trinitys verlieren</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Warnung: Wenn Sie Ihre Brieftasche verschlüsseln und Ihre Passphrase verlieren, werden Sie <b>alle Ihre megabytes verlieren</b>! @@ -275,8 +275,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Verschlüsselung Ihrer Brieftasche nicht vollständig vor Diebstahl Ihrer Trinitys durch Schadsoftware schützt, die Ihren Computer befällt. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Verschlüsselung Ihrer Brieftasche nicht vollständig vor Diebstahl Ihrer megabytes durch Schadsoftware schützt, die Ihren Computer befällt. @@ -374,8 +374,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Show information about Trinity - Informationen über Trinity anzeigen + Show information about megabyte + Informationen über megabyte anzeigen @@ -419,12 +419,12 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Send coins to a Trinity address - Trinitys an eine Trinity-Adresse überweisen + Send coins to a megabyte address + megabytes an eine megabyte-Adresse überweisen - Modify configuration options for Trinity + Modify configuration options for megabyte Die Konfiguration des Clients bearbeiten @@ -455,8 +455,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - &About Trinity - &Über Trinity + &About megabyte + &Über megabyte @@ -500,13 +500,13 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Sign messages with your Trinity addresses to prove you own them - Nachrichten signieren, um den Besitz Ihrer Trinity-Adressen zu beweisen + Sign messages with your megabyte addresses to prove you own them + Nachrichten signieren, um den Besitz Ihrer megabyte-Adressen zu beweisen - Verify messages to ensure they were signed with specified Trinity addresses - Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen Trinity-Adressen signiert wurden + Verify messages to ensure they were signed with specified megabyte addresses + Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen megabyte-Adressen signiert wurden @@ -536,13 +536,13 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open - Trinity client - Trinity-Client + megabyte client + megabyte-Client - %n active connection(s) to Trinity network - %n aktive Verbindung zum Trinity-Netzwerk%n aktive Verbindungen zum Trinity-Netzwerk + %n active connection(s) to megabyte network + %n aktive Verbindung zum megabyte-Netzwerk%n aktive Verbindungen zum megabyte-Netzwerk @@ -607,7 +607,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Die Transaktion übersteigt das Größenlimit. Sie können sie trotzdem senden, wenn Sie eine zusätzliche Transaktionsgebühr in Höhe von %1 zahlen. Diese wird an die Knoten verteilt, die Ihre Transaktion bearbeiten und unterstützt damit das Trinity-Netzwerk. Möchten Sie die Gebühr bezahlen? + Die Transaktion übersteigt das Größenlimit. Sie können sie trotzdem senden, wenn Sie eine zusätzliche Transaktionsgebühr in Höhe von %1 zahlen. Diese wird an die Knoten verteilt, die Ihre Transaktion bearbeiten und unterstützt damit das megabyte-Netzwerk. Möchten Sie die Gebühr bezahlen? @@ -655,8 +655,8 @@ Adresse: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI kann nicht analysiert werden! Dies kann durch eine ungültige Trinity-Adresse oder fehlerhafte URI-Parameter verursacht werden. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI kann nicht analysiert werden! Dies kann durch eine ungültige megabyte-Adresse oder fehlerhafte URI-Parameter verursacht werden. @@ -670,8 +670,8 @@ Adresse: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Ein schwerer Fehler ist aufgetreten. Trinity kann nicht stabil weiter ausgeführt werden und wird beendet. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Ein schwerer Fehler ist aufgetreten. megabyte kann nicht stabil weiter ausgeführt werden und wird beendet. @@ -736,8 +736,8 @@ Adresse: %4 - The entered address "%1" is not a valid Trinity address. - Die eingegebene Adresse "%1" ist keine gültige Trinity-Adresse. + The entered address "%1" is not a valid megabyte address. + Die eingegebene Adresse "%1" ist keine gültige megabyte-Adresse. @@ -755,8 +755,8 @@ Adresse: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -818,13 +818,13 @@ Adresse: %4 - Automatically start Trinity after logging in to the system. - Trinity nach der Anmeldung am System automatisch ausführen. + Automatically start megabyte after logging in to the system. + megabyte nach der Anmeldung am System automatisch ausführen. - &Start Trinity on system login - &Starte Trinity nach Systemanmeldung + &Start megabyte on system login + &Starte megabyte nach Systemanmeldung @@ -843,8 +843,8 @@ Adresse: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Automatisch den Trinity-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Automatisch den megabyte-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. @@ -853,8 +853,8 @@ Adresse: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Über einen SOCKS-Proxy mit dem Trinity-Netzwerk verbinden (z.B. beim Verbinden über Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Über einen SOCKS-Proxy mit dem megabyte-Netzwerk verbinden (z.B. beim Verbinden über Tor). @@ -928,8 +928,8 @@ Adresse: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von Trinity aktiv. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von megabyte aktiv. @@ -939,12 +939,12 @@ Adresse: %4 Choose the default subdivision unit to show in the interface and when sending coins. - Wählen Sie die Standarduntereinheit, die in der Benutzeroberfläche und beim Überweisen von Trinitys angezeigt werden soll. + Wählen Sie die Standarduntereinheit, die in der Benutzeroberfläche und beim Überweisen von megabytes angezeigt werden soll. - Whether to show Trinity addresses in the transaction list or not. - Legt fest, ob Trinity-Adressen in der Transaktionsliste angezeigt werden. + Whether to show megabyte addresses in the transaction list or not. + Legt fest, ob megabyte-Adressen in der Transaktionsliste angezeigt werden. @@ -995,8 +995,8 @@ Adresse: %4 - This setting will take effect after restarting Trinity. - Diese Einstellung wird erst nach einem Neustart von Trinity aktiv. + This setting will take effect after restarting megabyte. + Diese Einstellung wird erst nach einem Neustart von megabyte aktiv. @@ -1014,8 +1014,8 @@ Adresse: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Brieftasche wird automatisch synchronisiert, nachdem eine Verbindung zum Trinity-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Brieftasche wird automatisch synchronisiert, nachdem eine Verbindung zum megabyte-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. @@ -1068,8 +1068,8 @@ Adresse: %4 PaymentServer - Cannot start trinity: click-to-pay handler - "trinity: Klicken-zum-Bezahlen"-Handler konnte nicht gestartet werden + Cannot start megabyte: click-to-pay handler + "megabyte: Klicken-zum-Bezahlen"-Handler konnte nicht gestartet werden @@ -1218,8 +1218,8 @@ Adresse: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Zeige die Trinity-Qt-Hilfsnachricht, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Zeige die megabyte-Qt-Hilfsnachricht, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten. @@ -1238,13 +1238,13 @@ Adresse: %4 - Trinity - Debug window - Trinity - Debugfenster + megabyte - Debug window + megabyte - Debugfenster - Trinity Core - Trinity-Kern + megabyte Core + megabyte-Kern @@ -1253,8 +1253,8 @@ Adresse: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Öffnet die Trinity-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Öffnet die megabyte-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. @@ -1263,8 +1263,8 @@ Adresse: %4 - Welcome to the Trinity RPC console. - Willkommen in der Trinity-RPC-Konsole. + Welcome to the megabyte RPC console. + Willkommen in der megabyte-RPC-Konsole. @@ -1289,7 +1289,7 @@ Adresse: %4 Send Coins - Trinitys überweisen + megabytes überweisen @@ -1384,7 +1384,7 @@ Adresse: %4 Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Fehler: Die Transaktion wurde abgelehnt. Dies kann passieren, wenn einige Trinitys aus Ihrer Brieftasche bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie Ihrer wallet.dat genutzt, die Trinitys dort ausgegeben haben und dies daher in der derzeit aktiven Brieftasche nicht vermerkt ist. + Fehler: Die Transaktion wurde abgelehnt. Dies kann passieren, wenn einige megabytes aus Ihrer Brieftasche bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie Ihrer wallet.dat genutzt, die megabytes dort ausgegeben haben und dies daher in der derzeit aktiven Brieftasche nicht vermerkt ist. @@ -1447,8 +1447,8 @@ Adresse: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1512,8 +1512,8 @@ Adresse: %4 - Sign the message to prove you own this Trinity address - Die Nachricht signieren, um den Besitz dieser Trinity-Adresse zu beweisen + Sign the message to prove you own this megabyte address + Die Nachricht signieren, um den Besitz dieser megabyte-Adresse zu beweisen @@ -1548,8 +1548,8 @@ Adresse: %4 - Verify the message to ensure it was signed with the specified Trinity address - Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen Trinity-Adresse signiert wurde + Verify the message to ensure it was signed with the specified megabyte address + Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen megabyte-Adresse signiert wurde @@ -1564,8 +1564,8 @@ Adresse: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1574,8 +1574,8 @@ Adresse: %4 - Enter Trinity signature - Trinity-Signatur eingeben + Enter megabyte signature + megabyte-Signatur eingeben @@ -1648,8 +1648,8 @@ Adresse: %4 SplashScreen - The Trinity developers - Die Trinityentwickler + The megabyte developers + Die megabyteentwickler @@ -1783,7 +1783,7 @@ Adresse: %4 Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Generierte Trinitys müssen 120 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block generierten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und der Betrag wird nicht verfügbar werden. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich generiert. + Generierte megabytes müssen 120 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block generierten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und der Betrag wird nicht verfügbar werden. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich generiert. @@ -2136,7 +2136,7 @@ Adresse: %4 Send Coins - Trinitys überweisen + megabytes überweisen @@ -2186,8 +2186,8 @@ Adresse: %4 bitcoin-core - Trinity version - Trinity-Version + megabyte version + megabyte-Version @@ -2196,8 +2196,8 @@ Adresse: %4 - Send command to -server or trinityd - Befehl an -server oder trinityd senden + Send command to -server or megabyted + Befehl an -server oder megabyted senden @@ -2216,13 +2216,13 @@ Adresse: %4 - Specify configuration file (default: trinity.conf) - Konfigurationsdatei festlegen (Standard: trinity.conf) + Specify configuration file (default: megabyte.conf) + Konfigurationsdatei festlegen (Standard: megabyte.conf) - Specify pid file (default: trinityd.pid) - PID-Datei festlegen (Standard: trinityd.pid) + Specify pid file (default: megabyted.pid) + PID-Datei festlegen (Standard: megabyted.pid) @@ -2299,24 +2299,24 @@ Adresse: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, Sie müssen den Wert rpcpasswort in dieser Konfigurationsdatei angeben: %s Es wird empfohlen das folgende Zufallspasswort zu verwenden: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (Sie müssen sich dieses Passwort nicht merken!) Der Benutzername und das Passwort dürfen NICHT identisch sein. Falls die Konfigurationsdatei nicht existiert, erzeugen Sie diese bitte mit Leserechten nur für den Dateibesitzer. Es wird ebenfalls empfohlen alertnotify anzugeben, um im Problemfall benachrichtig zu werden; -zum Beispiel: alertnotify=echo %%s | mail -s \"Trinity Alert\" admin@foo.com +zum Beispiel: alertnotify=echo %%s | mail -s \"megabyte Alert\" admin@foo.com @@ -2331,13 +2331,13 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Trinity Alert\" admin@f - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Datenverzeichnis %s kann nicht gesperrt werden. Evtl. wurde Trinity bereits gestartet. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Datenverzeichnis %s kann nicht gesperrt werden. Evtl. wurde megabyte bereits gestartet. Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Fehler: Die Transaktion wurde abgelehnt! Dies kann passieren, wenn einige Trinitys aus Ihrer Brieftasche bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie Ihrer wallet.dat genutzt, die Trinitys dort ausgegeben haben und dies daher in der derzeit aktiven Brieftasche nicht vermerkt ist. + Fehler: Die Transaktion wurde abgelehnt! Dies kann passieren, wenn einige megabytes aus Ihrer Brieftasche bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie Ihrer wallet.dat genutzt, die megabytes dort ausgegeben haben und dies daher in der derzeit aktiven Brieftasche nicht vermerkt ist. @@ -2376,8 +2376,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Trinity Alert\" admin@f - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Warnung: Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da Trinity ansonsten nicht ordnungsgemäß funktionieren wird! + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Warnung: Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da megabyte ansonsten nicht ordnungsgemäß funktionieren wird! @@ -2517,7 +2517,7 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Trinity Alert\" admin@f Generate coins (default: 0) - Trinitys generieren (Standard: 0) + megabytes generieren (Standard: 0) @@ -2816,13 +2816,13 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Trinity Alert\" admin@f - Error loading wallet.dat: Wallet requires newer version of Trinity - Fehler beim Laden von wallet.dat: Brieftasche benötigt neuere Version von Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Fehler beim Laden von wallet.dat: Brieftasche benötigt neuere Version von megabyte - Wallet needed to be rewritten: restart Trinity to complete - Brieftasche musste neu geschrieben werden: Starten Sie Trinity zur Fertigstellung neu + Wallet needed to be rewritten: restart megabyte to complete + Brieftasche musste neu geschrieben werden: Starten Sie megabyte zur Fertigstellung neu @@ -2881,8 +2881,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Trinity Alert\" admin@f - Unable to bind to %s on this computer. Trinity is probably already running. - Kann auf diesem Computer nicht an %s binden. Evtl. wurde Trinity bereits gestartet. + Unable to bind to %s on this computer. megabyte is probably already running. + Kann auf diesem Computer nicht an %s binden. Evtl. wurde megabyte bereits gestartet. diff --git a/src/qt/locale/bitcoin_el_GR.ts b/src/qt/locale/bitcoin_el_GR.ts index 38b2432..b286344 100644 --- a/src/qt/locale/bitcoin_el_GR.ts +++ b/src/qt/locale/bitcoin_el_GR.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Σχετικά με το Trinity + About megabyte + Σχετικά με το megabyte - <b>Trinity</b> version - Έκδοση Trinity + <b>megabyte</b> version + Έκδοση megabyte @@ -34,8 +34,8 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers - Οι Trinity προγραμματιστές + The megabyte developers + Οι megabyte προγραμματιστές @@ -67,8 +67,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Αυτές είναι οι Trinity διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Αυτές είναι οι megabyte διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. @@ -82,8 +82,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address - Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως σας ανήκει μια συγκεκριμένη διεύθυνση Trinity + Sign a message to prove you own a megabyte address + Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως σας ανήκει μια συγκεκριμένη διεύθυνση megabyte @@ -107,8 +107,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως ανήκει μια συγκεκριμένη διεύθυνση Trinity + Verify a message to ensure it was signed with a specified megabyte address + Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως ανήκει μια συγκεκριμένη διεύθυνση megabyte @@ -122,8 +122,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Αυτές είναι οι Trinity διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Αυτές είναι οι megabyte διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. @@ -248,8 +248,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Προσοχη: Εαν κρυπτογραφησεις το πορτοφολι σου και χάσεις τον κωδικο σου θα χάσεις <b> ΟΛΑ ΣΟΥ ΤΑ TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Προσοχη: Εαν κρυπτογραφησεις το πορτοφολι σου και χάσεις τον κωδικο σου θα χάσεις <b> ΟΛΑ ΣΟΥ ΤΑ megabyteS</b>! Είσαι σίγουρος ότι θέλεις να κρυπτογραφησεις το πορτοφολι; @@ -276,8 +276,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Το Trinity θα κλεισει τώρα για να τελειώσει την διαδικασία κρυπτογραφησης. Θυμησου ότι κρυπτογραφώντας το πορτοφολι σου δεν μπορείς να προστατέψεις πλήρως τα trinitys σου από κλοπή στην περίπτωση όπου μολυνθεί ο υπολογιστής σου με κακόβουλο λογισμικο. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + Το megabyte θα κλεισει τώρα για να τελειώσει την διαδικασία κρυπτογραφησης. Θυμησου ότι κρυπτογραφώντας το πορτοφολι σου δεν μπορείς να προστατέψεις πλήρως τα megabytes σου από κλοπή στην περίπτωση όπου μολυνθεί ο υπολογιστής σου με κακόβουλο λογισμικο. @@ -375,8 +375,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Εμφάνισε πληροφορίες σχετικά με το Trinity + Show information about megabyte + Εμφάνισε πληροφορίες σχετικά με το megabyte @@ -420,13 +420,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Στείλε νομισματα σε μια διεύθυνση trinity + Send coins to a megabyte address + Στείλε νομισματα σε μια διεύθυνση megabyte - Modify configuration options for Trinity - Επεργασία ρυθμισεων επιλογών για το Trinity + Modify configuration options for megabyte + Επεργασία ρυθμισεων επιλογών για το megabyte @@ -456,8 +456,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -481,8 +481,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &Σχετικα:Trinity + &About megabyte + &Σχετικα:megabyte @@ -501,13 +501,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them Υπογράψτε ένα μήνυμα για να βεβαιώσετε πως είστε ο κάτοχος αυτής της διεύθυνσης - Verify messages to ensure they were signed with specified Trinity addresses - Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως ανήκει μια συγκεκριμένη διεύθυνση Trinity + Verify messages to ensure they were signed with specified megabyte addresses + Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως ανήκει μια συγκεκριμένη διεύθυνση megabyte @@ -537,13 +537,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Πελάτης Trinity + megabyte client + Πελάτης megabyte - %n active connection(s) to Trinity network - %n ενεργή σύνδεση στο δίκτυο Trinity%n ενεργές συνδέσεις στο δίκτυο Βitcoin + %n active connection(s) to megabyte network + %n ενεργή σύνδεση στο δίκτυο megabyte%n ενεργές συνδέσεις στο δίκτυο Βitcoin @@ -659,8 +659,8 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - Το URI δεν μπορεί να αναλυθεί! Αυτό μπορεί να προκληθεί από μια μη έγκυρη διεύθυνση Trinity ή ακατάλληλη παραμέτρο URI. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + Το URI δεν μπορεί να αναλυθεί! Αυτό μπορεί να προκληθεί από μια μη έγκυρη διεύθυνση megabyte ή ακατάλληλη παραμέτρο URI. @@ -674,8 +674,8 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Παρουσιάστηκε ανεπανόρθωτο σφάλμα. Το Trinity δεν μπορεί πλέον να συνεχίσει με ασφάλεια και θα τερματισθει. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Παρουσιάστηκε ανεπανόρθωτο σφάλμα. Το megabyte δεν μπορεί πλέον να συνεχίσει με ασφάλεια και θα τερματισθει. @@ -740,8 +740,8 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. - Η διεύθυνση "%1" δεν είναι έγκυρη Trinity διεύθυνση. + The entered address "%1" is not a valid megabyte address. + Η διεύθυνση "%1" δεν είναι έγκυρη megabyte διεύθυνση. @@ -759,8 +759,8 @@ Address: %4 - Trinity-Qt - trinity-qt + megabyte-Qt + megabyte-qt @@ -822,12 +822,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. - Αυτόματη εκκίνηση του Trinity μετά την εισαγωγή στο σύστημα + Automatically start megabyte after logging in to the system. + Αυτόματη εκκίνηση του megabyte μετά την εισαγωγή στο σύστημα - &Start Trinity on system login + &Start megabyte on system login &Έναρξη του Βιtcoin κατά την εκκίνηση του συστήματος @@ -847,8 +847,8 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Αυτόματο άνοιγμα των θυρών Trinity στον δρομολογητή. Λειτουργεί μόνο αν ο δρομολογητής σας υποστηρίζει τη λειτουργία UPnP. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Αυτόματο άνοιγμα των θυρών megabyte στον δρομολογητή. Λειτουργεί μόνο αν ο δρομολογητής σας υποστηρίζει τη λειτουργία UPnP. @@ -857,8 +857,8 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Σύνδεση στο Trinity δίκτυο μέσω διαμεσολαβητή SOCKS4 (π.χ. για σύνδεση μέσω Tor) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Σύνδεση στο megabyte δίκτυο μέσω διαμεσολαβητή SOCKS4 (π.χ. για σύνδεση μέσω Tor) @@ -932,8 +932,8 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Εδώ μπορεί να ρυθμιστεί η γλώσσα διεπαφής χρήστη. Αυτή η ρύθμιση θα ισχύσει μετά την επανεκκίνηση του Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Εδώ μπορεί να ρυθμιστεί η γλώσσα διεπαφής χρήστη. Αυτή η ρύθμιση θα ισχύσει μετά την επανεκκίνηση του megabyte. @@ -947,8 +947,8 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. - Επιλέξτε αν θέλετε να εμφανίζονται οι διευθύνσεις Trinity στη λίστα συναλλαγών. + Whether to show megabyte addresses in the transaction list or not. + Επιλέξτε αν θέλετε να εμφανίζονται οι διευθύνσεις megabyte στη λίστα συναλλαγών. @@ -999,8 +999,8 @@ Address: %4 - This setting will take effect after restarting Trinity. - Αυτή η ρύθμιση θα ισχύσει μετά την επανεκκίνηση του Trinity. + This setting will take effect after restarting megabyte. + Αυτή η ρύθμιση θα ισχύσει μετά την επανεκκίνηση του megabyte. @@ -1018,8 +1018,8 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Οι πληροφορίες που εμφανίζονται μπορεί να είναι ξεπερασμένες. Το πορτοφόλι σας συγχρονίζεται αυτόματα με το δίκτυο Trinity μετά από μια σύνδεση, αλλά αυτή η διαδικασία δεν έχει ακόμη ολοκληρωθεί. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Οι πληροφορίες που εμφανίζονται μπορεί να είναι ξεπερασμένες. Το πορτοφόλι σας συγχρονίζεται αυτόματα με το δίκτυο megabyte μετά από μια σύνδεση, αλλά αυτή η διαδικασία δεν έχει ακόμη ολοκληρωθεί. @@ -1072,8 +1072,8 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Δεν είναι δυνατή η εκκίνηση του Trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler + Δεν είναι δυνατή η εκκίνηση του megabyte: click-to-pay handler @@ -1222,8 +1222,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Εμφανιση του Trinity-Qt μήνυματος βοήθειας για να πάρετε μια λίστα με τις πιθανές επιλογές Trinity γραμμής εντολών. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Εμφανιση του megabyte-Qt μήνυματος βοήθειας για να πάρετε μια λίστα με τις πιθανές επιλογές megabyte γραμμής εντολών. @@ -1242,13 +1242,13 @@ Address: %4 - Trinity - Debug window - Trinity - Παράθυρο αποσφαλμάτωσης + megabyte - Debug window + megabyte - Παράθυρο αποσφαλμάτωσης - Trinity Core - Trinity Core + megabyte Core + megabyte Core @@ -1257,7 +1257,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. Ανοίξτε το αρχείο καταγραφής εντοπισμού σφαλμάτων από τον τρέχοντα κατάλογο δεδομένων. Αυτό μπορεί να πάρει μερικά δευτερόλεπτα για τα μεγάλα αρχεία καταγραφής. @@ -1267,8 +1267,8 @@ Address: %4 - Welcome to the Trinity RPC console. - Καλώς ήρθατε στην Trinity RPC κονσόλα. + Welcome to the megabyte RPC console. + Καλώς ήρθατε στην megabyte RPC κονσόλα. @@ -1451,8 +1451,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Εισάγετε μια διεύθυνση Trinity (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Εισάγετε μια διεύθυνση megabyte (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1475,7 +1475,7 @@ Address: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Εισάγετε μια διεύθυνση Trinity (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Εισάγετε μια διεύθυνση megabyte (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1516,8 +1516,8 @@ Address: %4 - Sign the message to prove you own this Trinity address - Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως σας ανήκει μια συγκεκριμένη διεύθυνση Trinity + Sign the message to prove you own this megabyte address + Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως σας ανήκει μια συγκεκριμένη διεύθυνση megabyte @@ -1548,12 +1548,12 @@ Address: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Εισάγετε μια διεύθυνση Trinity (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Εισάγετε μια διεύθυνση megabyte (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address - Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως υπογραφθηκε απο μια συγκεκριμένη διεύθυνση Trinity + Verify the message to ensure it was signed with the specified megabyte address + Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως υπογραφθηκε απο μια συγκεκριμένη διεύθυνση megabyte @@ -1568,8 +1568,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Εισάγετε μια διεύθυνση Trinity (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Εισάγετε μια διεύθυνση megabyte (π.χ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1578,8 +1578,8 @@ Address: %4 - Enter Trinity signature - Εισαγωγή υπογραφής Trinity + Enter megabyte signature + Εισαγωγή υπογραφής megabyte @@ -1652,8 +1652,8 @@ Address: %4 SplashScreen - The Trinity developers - Οι Trinity προγραμματιστές + The megabyte developers + Οι megabyte προγραμματιστές @@ -2190,8 +2190,8 @@ Address: %4 bitcoin-core - Trinity version - Έκδοση Trinity + megabyte version + Έκδοση megabyte @@ -2200,8 +2200,8 @@ Address: %4 - Send command to -server or trinityd - Αποστολή εντολής στον εξυπηρετητή ή στο trinityd + Send command to -server or megabyted + Αποστολή εντολής στον εξυπηρετητή ή στο megabyted @@ -2220,13 +2220,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - Ορίστε αρχείο ρυθμίσεων (προεπιλογή: trinity.conf) + Specify configuration file (default: megabyte.conf) + Ορίστε αρχείο ρυθμίσεων (προεπιλογή: megabyte.conf) - Specify pid file (default: trinityd.pid) - Ορίστε αρχείο pid (προεπιλογή: trinityd.pid) + Specify pid file (default: megabyted.pid) + Ορίστε αρχείο pid (προεπιλογή: megabyted.pid) @@ -2303,24 +2303,24 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2335,8 +2335,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Αδυναμία κλειδώματος του φακέλου δεδομένων %s. Πιθανώς το Trinity να είναι ήδη ενεργό. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Αδυναμία κλειδώματος του φακέλου δεδομένων %s. Πιθανώς το megabyte να είναι ήδη ενεργό. @@ -2381,8 +2381,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Προειδοποίηση: Παρακαλώ βεβαιωθείτε πως η ημερομηνία κι ώρα του συστήματός σας είναι σωστές. Αν το ρολόι του υπολογιστή σας πάει λάθος, ενδέχεται να μη λειτουργεί σωστά το Trinity. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Προειδοποίηση: Παρακαλώ βεβαιωθείτε πως η ημερομηνία κι ώρα του συστήματός σας είναι σωστές. Αν το ρολόι του υπολογιστή σας πάει λάθος, ενδέχεται να μη λειτουργεί σωστά το megabyte. @@ -2631,8 +2631,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - Ρυθμίσεις SSL: (ανατρέξτε στο Trinity Wiki για οδηγίες ρυθμίσεων SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Ρυθμίσεις SSL: (ανατρέξτε στο megabyte Wiki για οδηγίες ρυθμίσεων SSL) @@ -2821,13 +2821,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Σφάλμα φόρτωσης wallet.dat: Το Πορτοφόλι απαιτεί μια νεότερη έκδοση του Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Σφάλμα φόρτωσης wallet.dat: Το Πορτοφόλι απαιτεί μια νεότερη έκδοση του megabyte - Wallet needed to be rewritten: restart Trinity to complete - Απαιτείται η επανεγγραφή του Πορτοφολιού, η οποία θα ολοκληρωθεί στην επανεκκίνηση του Trinity + Wallet needed to be rewritten: restart megabyte to complete + Απαιτείται η επανεγγραφή του Πορτοφολιού, η οποία θα ολοκληρωθεί στην επανεκκίνηση του megabyte @@ -2886,8 +2886,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Αδύνατη η σύνδεση με τη θύρα %s αυτού του υπολογιστή. Το Trinity είναι πιθανώς ήδη ενεργό. + Unable to bind to %s on this computer. megabyte is probably already running. + Αδύνατη η σύνδεση με τη θύρα %s αυτού του υπολογιστή. Το megabyte είναι πιθανώς ήδη ενεργό. diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index d76fa53..975201c 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -6,13 +6,13 @@ AboutDialog - About Trinity - About Trinity + About megabyte + About megabyte - <b>Trinity</b> version - <b>Trinity</b> version + <b>megabyte</b> version + <b>megabyte</b> version @@ -36,8 +36,8 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers - The Trinity developers + The megabyte developers + The megabyte developers @@ -69,8 +69,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -84,8 +84,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address + Sign a message to prove you own a megabyte address @@ -109,8 +109,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address + Verify a message to ensure it was signed with a specified megabyte address @@ -124,8 +124,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -250,8 +250,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -277,8 +277,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -376,8 +376,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Show information about Trinity + Show information about megabyte + Show information about megabyte @@ -421,13 +421,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Send coins to a Trinity address + Send coins to a megabyte address + Send coins to a megabyte address - Modify configuration options for Trinity - Modify configuration options for Trinity + Modify configuration options for megabyte + Modify configuration options for megabyte @@ -458,8 +458,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -485,8 +485,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &About Trinity + &About megabyte + &About megabyte @@ -506,13 +506,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -543,15 +543,15 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Trinity client + megabyte client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network - %n active connection to Trinity network - %n active connections to Trinity network + %n active connection to megabyte network + %n active connections to megabyte network @@ -675,8 +675,8 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -690,8 +690,8 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -756,8 +756,8 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. + The entered address "%1" is not a valid megabyte address. @@ -775,8 +775,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -838,13 +838,13 @@ Address: %4 - Automatically start Trinity after logging in to the system. - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login - &Start Trinity on system login + &Start megabyte on system login + &Start megabyte on system login @@ -863,8 +863,8 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -873,8 +873,8 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -948,8 +948,8 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -963,8 +963,8 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -1015,8 +1015,8 @@ Address: %4 - This setting will take effect after restarting Trinity. - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. + This setting will take effect after restarting megabyte. @@ -1034,8 +1034,8 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1098,8 +1098,8 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1248,8 +1248,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1268,13 +1268,13 @@ Address: %4 - Trinity - Debug window - Trinity - Debug window + megabyte - Debug window + megabyte - Debug window - Trinity Core - Trinity Core + megabyte Core + megabyte Core @@ -1283,8 +1283,8 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1293,8 +1293,8 @@ Address: %4 - Welcome to the Trinity RPC console. - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. + Welcome to the megabyte RPC console. @@ -1478,8 +1478,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1543,8 +1543,8 @@ Address: %4 - Sign the message to prove you own this Trinity address - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address + Sign the message to prove you own this megabyte address @@ -1579,8 +1579,8 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address + Verify the message to ensure it was signed with the specified megabyte address @@ -1595,8 +1595,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1605,8 +1605,8 @@ Address: %4 - Enter Trinity signature - Enter Trinity signature + Enter megabyte signature + Enter megabyte signature @@ -1679,8 +1679,8 @@ Address: %4 SplashScreen - The Trinity developers - The Trinity developers + The megabyte developers + The megabyte developers @@ -2232,8 +2232,8 @@ Address: %4 bitcoin-core - Trinity version - Trinity version + megabyte version + megabyte version @@ -2242,8 +2242,8 @@ Address: %4 - Send command to -server or trinityd - Send command to -server or trinityd + Send command to -server or megabyted + Send command to -server or megabyted @@ -2262,13 +2262,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) + Specify pid file (default: megabyted.pid) @@ -2345,24 +2345,24 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2377,8 +2377,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2427,8 +2427,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2872,13 +2872,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2937,8 +2937,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_eo.ts b/src/qt/locale/bitcoin_eo.ts index 96324f1..5aaf0b7 100644 --- a/src/qt/locale/bitcoin_eo.ts +++ b/src/qt/locale/bitcoin_eo.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Pri Trinity + About megabyte + Pri megabyte - <b>Trinity</b> version - <b>Trinity</b>-a versio + <b>megabyte</b> version + <b>megabyte</b>-a versio @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,7 +369,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte Vidigu informaĵon pri Bitmono @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,8 +747,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,8 +2178,8 @@ Address: %4 bitcoin-core - Trinity version - Trinity-a versio + megabyte version + megabyte-a versio @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_es.ts b/src/qt/locale/bitcoin_es.ts index 3959ac5..d3d85c7 100644 --- a/src/qt/locale/bitcoin_es.ts +++ b/src/qt/locale/bitcoin_es.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Acerca de Trinity + About megabyte + Acerca de megabyte - <b>Trinity</b> version - Versión de <b>Trinity</b> + <b>megabyte</b> version + Versión de <b>megabyte</b> @@ -37,8 +37,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - The Trinity developers - Los programadores Trinity + The megabyte developers + Los programadores megabyte @@ -70,8 +70,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Estas son sus direcciones Trinity para recibir pagos. Puede utilizar una diferente por cada persona emisora para saber quién le está pagando. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Estas son sus direcciones megabyte para recibir pagos. Puede utilizar una diferente por cada persona emisora para saber quién le está pagando. @@ -85,8 +85,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Sign a message to prove you own a Trinity address - Firmar un mensaje para demostrar que se posee una dirección Trinity + Sign a message to prove you own a megabyte address + Firmar un mensaje para demostrar que se posee una dirección megabyte @@ -110,8 +110,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Verify a message to ensure it was signed with a specified Trinity address - Verificar un mensaje para comprobar que fue firmado con la dirección Trinity indicada + Verify a message to ensure it was signed with a specified megabyte address + Verificar un mensaje para comprobar que fue firmado con la dirección megabyte indicada @@ -125,8 +125,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son sus direcciones Trinity para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de transferir monedas. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estas son sus direcciones megabyte para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de transferir monedas. @@ -251,8 +251,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Atencion: ¡Si cifra su monedero y pierde la contraseña perderá <b>TODOS SUS TRINITYS</b>!" + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Atencion: ¡Si cifra su monedero y pierde la contraseña perderá <b>TODOS SUS megabyteS</b>!" @@ -278,8 +278,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity se cerrará para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus trinitys de robo por malware que infecte su sistema. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte se cerrará para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus megabytes de robo por malware que infecte su sistema. @@ -377,8 +377,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Show information about Trinity - Mostrar información acerca de Trinity + Show information about megabyte + Mostrar información acerca de megabyte @@ -422,13 +422,13 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Send coins to a Trinity address - Enviar monedas a una dirección Trinity + Send coins to a megabyte address + Enviar monedas a una dirección megabyte - Modify configuration options for Trinity - Modificar las opciones de configuración de Trinity + Modify configuration options for megabyte + Modificar las opciones de configuración de megabyte @@ -458,8 +458,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Trinity - Trinity + megabyte + megabyte @@ -483,8 +483,8 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - &About Trinity - &Acerca de Trinity + &About megabyte + &Acerca de megabyte @@ -503,13 +503,13 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Sign messages with your Trinity addresses to prove you own them - Firmar mensajes con sus direcciones Trinity para demostrar la propiedad + Sign messages with your megabyte addresses to prove you own them + Firmar mensajes con sus direcciones megabyte para demostrar la propiedad - Verify messages to ensure they were signed with specified Trinity addresses - Verificar mensajes comprobando que están firmados con direcciones Trinity concretas + Verify messages to ensure they were signed with specified megabyte addresses + Verificar mensajes comprobando que están firmados con direcciones megabyte concretas @@ -539,13 +539,13 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - Trinity client - Cliente Trinity + megabyte client + Cliente megabyte - %n active connection(s) to Trinity network - %n conexión activa hacia la red Trinity%n conexiones activas hacia la red Trinity + %n active connection(s) to megabyte network + %n conexión activa hacia la red megabyte%n conexiones activas hacia la red megabyte @@ -659,8 +659,8 @@ Dirección: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - ¡No se puede interpretar la URI! Esto puede deberse a una dirección Trinity inválida o a parámetros de URI mal formados. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + ¡No se puede interpretar la URI! Esto puede deberse a una dirección megabyte inválida o a parámetros de URI mal formados. @@ -674,8 +674,8 @@ Dirección: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Ha ocurrido un error crítico. Trinity ya no puede continuar con seguridad y se cerrará. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Ha ocurrido un error crítico. megabyte ya no puede continuar con seguridad y se cerrará. @@ -740,8 +740,8 @@ Dirección: %4 - The entered address "%1" is not a valid Trinity address. - La dirección introducida "%1" no es una dirección Trinity válida. + The entered address "%1" is not a valid megabyte address. + La dirección introducida "%1" no es una dirección megabyte válida. @@ -759,8 +759,8 @@ Dirección: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -822,13 +822,13 @@ Dirección: %4 - Automatically start Trinity after logging in to the system. - Iniciar Trinity automáticamente al encender el sistema. + Automatically start megabyte after logging in to the system. + Iniciar megabyte automáticamente al encender el sistema. - &Start Trinity on system login - &Iniciar Trinity al iniciar el sistema + &Start megabyte on system login + &Iniciar megabyte al iniciar el sistema @@ -847,8 +847,8 @@ Dirección: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automáticamente el puerto del cliente Trinity en el router. Esta opción solo funciona si el router admite UPnP y está activado. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automáticamente el puerto del cliente megabyte en el router. Esta opción solo funciona si el router admite UPnP y está activado. @@ -857,8 +857,8 @@ Dirección: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Conectar a la red Trinity a través de un proxy SOCKS (ej. para conectar con la red Tor) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Conectar a la red megabyte a través de un proxy SOCKS (ej. para conectar con la red Tor) @@ -932,8 +932,8 @@ Dirección: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará cuando se reinicie Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará cuando se reinicie megabyte. @@ -947,8 +947,8 @@ Dirección: %4 - Whether to show Trinity addresses in the transaction list or not. - Mostrar o no las direcciones Trinity en la lista de transacciones. + Whether to show megabyte addresses in the transaction list or not. + Mostrar o no las direcciones megabyte en la lista de transacciones. @@ -999,8 +999,8 @@ Dirección: %4 - This setting will take effect after restarting Trinity. - Esta configuración tendrá efecto tras reiniciar Trinity. + This setting will take effect after restarting megabyte. + Esta configuración tendrá efecto tras reiniciar megabyte. @@ -1018,8 +1018,8 @@ Dirección: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red Trinity después de que se haya establecido una conexión , pero este proceso aún no se ha completado. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red megabyte después de que se haya establecido una conexión , pero este proceso aún no se ha completado. @@ -1072,8 +1072,8 @@ Dirección: %4 PaymentServer - Cannot start trinity: click-to-pay handler - No se pudo iniciar trinity: manejador de pago-al-clic + Cannot start megabyte: click-to-pay handler + No se pudo iniciar megabyte: manejador de pago-al-clic @@ -1222,8 +1222,8 @@ Dirección: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Mostrar el mensaje de ayuda de Trinity-Qt que enumera las opciones disponibles de línea de órdenes para Trinity. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Mostrar el mensaje de ayuda de megabyte-Qt que enumera las opciones disponibles de línea de órdenes para megabyte. @@ -1242,13 +1242,13 @@ Dirección: %4 - Trinity - Debug window - Trinity - Ventana de depuración + megabyte - Debug window + megabyte - Ventana de depuración - Trinity Core - Núcleo de Trinity + megabyte Core + Núcleo de megabyte @@ -1257,7 +1257,7 @@ Dirección: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. Abrir el archivo de registro de depuración en el directorio actual de datos. Esto puede llevar varios segundos para archivos de registro grandes. @@ -1267,8 +1267,8 @@ Dirección: %4 - Welcome to the Trinity RPC console. - Bienvenido a la consola RPC de Trinity + Welcome to the megabyte RPC console. + Bienvenido a la consola RPC de megabyte @@ -1451,8 +1451,8 @@ Dirección: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduzca una dirección Trinity (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduzca una dirección megabyte (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1516,8 +1516,8 @@ Dirección: %4 - Sign the message to prove you own this Trinity address - Firmar el mensaje para demostrar que se posee esta dirección Trinity + Sign the message to prove you own this megabyte address + Firmar el mensaje para demostrar que se posee esta dirección megabyte @@ -1552,8 +1552,8 @@ Dirección: %4 - Verify the message to ensure it was signed with the specified Trinity address - Verificar el mensaje para comprobar que fue firmado con la dirección Trinity indicada + Verify the message to ensure it was signed with the specified megabyte address + Verificar el mensaje para comprobar que fue firmado con la dirección megabyte indicada @@ -1568,8 +1568,8 @@ Dirección: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduzca una dirección Trinity (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduzca una dirección megabyte (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1578,8 +1578,8 @@ Dirección: %4 - Enter Trinity signature - Introduzca una firma Trinity + Enter megabyte signature + Introduzca una firma megabyte @@ -1652,8 +1652,8 @@ Dirección: %4 SplashScreen - The Trinity developers - Los programadores Trinity + The megabyte developers + Los programadores megabyte @@ -2190,8 +2190,8 @@ Dirección: %4 bitcoin-core - Trinity version - Versión de Trinity + megabyte version + Versión de megabyte @@ -2200,8 +2200,8 @@ Dirección: %4 - Send command to -server or trinityd - Envíar comando a -server o trinityd + Send command to -server or megabyted + Envíar comando a -server o megabyted @@ -2223,14 +2223,14 @@ Dirección: %4 - Specify configuration file (default: trinity.conf) - Especificar archivo de configuración (predeterminado: trinity.conf) + Specify configuration file (default: megabyte.conf) + Especificar archivo de configuración (predeterminado: megabyte.conf) - Specify pid file (default: trinityd.pid) - Especificar archivo pid (predeterminado: trinity.pid) + Specify pid file (default: megabyted.pid) + Especificar archivo pid (predeterminado: megabyte.pid) @@ -2311,24 +2311,24 @@ Dirección: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, debe establecer un valor rpcpassword en el archivo de configuración: %s Se recomienda utilizar la siguiente contraseña aleatoria: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (no es necesario recordar esta contraseña) El nombre de usuario y la contraseña DEBEN NO ser iguales. Si el archivo no existe, créelo con permisos de archivo de solo lectura. Se recomienda también establecer alertnotify para recibir notificaciones de problemas. -Por ejemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +Por ejemplo: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2343,8 +2343,8 @@ Por ejemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. - No se puede bloquear el directorio de datos %s. Probablemente Trinity ya se está ejecutando. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + No se puede bloquear el directorio de datos %s. Probablemente megabyte ya se está ejecutando. @@ -2388,8 +2388,8 @@ Por ejemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Precaución: Por favor, ¡revise que la fecha y hora de su ordenador son correctas! Si su reloj está mal, Trinity no funcionará correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Precaución: Por favor, ¡revise que la fecha y hora de su ordenador son correctas! Si su reloj está mal, megabyte no funcionará correctamente. @@ -2838,13 +2838,13 @@ Por ejemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Error al cargar wallet.dat: El monedero requiere una versión más reciente de Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Error al cargar wallet.dat: El monedero requiere una versión más reciente de megabyte - Wallet needed to be rewritten: restart Trinity to complete - El monedero ha necesitado ser reescrito. Reinicie Trinity para completar el proceso + Wallet needed to be rewritten: restart megabyte to complete + El monedero ha necesitado ser reescrito. Reinicie megabyte para completar el proceso @@ -2903,8 +2903,8 @@ Por ejemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - No es posible conectar con %s en este sistema. Probablemente Trinity ya está ejecutándose. + Unable to bind to %s on this computer. megabyte is probably already running. + No es posible conectar con %s en este sistema. Probablemente megabyte ya está ejecutándose. diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts index cdc5d36..5cd8ae5 100644 --- a/src/qt/locale/bitcoin_es_CL.ts +++ b/src/qt/locale/bitcoin_es_CL.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Sobre Trinity + About megabyte + Sobre megabyte - <b>Trinity</b> version - <b>Trinity</b> - versión + <b>megabyte</b> version + <b>megabyte</b> - versión @@ -37,7 +37,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - The Trinity developers + The megabyte developers @@ -70,8 +70,8 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Estas son tus direcciones Trinity para recibir pagos. Puedes utilizar una diferente por cada persona emisora para saber quien te está pagando. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Estas son tus direcciones megabyte para recibir pagos. Puedes utilizar una diferente por cada persona emisora para saber quien te está pagando. @@ -85,7 +85,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Firmar un mensaje para provar que usted es dueño de esta dirección @@ -110,7 +110,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -125,7 +125,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -251,8 +251,8 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Atención: ¡Si codificas tu billetera y pierdes la contraseña perderás <b>TODOS TUS TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Atención: ¡Si codificas tu billetera y pierdes la contraseña perderás <b>TODOS TUS megabyteS</b>! @@ -278,8 +278,8 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity se cerrará para finalizar el proceso de encriptación. Recuerde que encriptar su billetera no protegera completatamente sus trinitys de ser robados por malware que infecte su computador + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte se cerrará para finalizar el proceso de encriptación. Recuerde que encriptar su billetera no protegera completatamente sus megabytes de ser robados por malware que infecte su computador @@ -377,8 +377,8 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Show information about Trinity - Muestra información acerca de Trinity + Show information about megabyte + Muestra información acerca de megabyte @@ -422,13 +422,13 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Send coins to a Trinity address - Enviar monedas a una dirección trinity + Send coins to a megabyte address + Enviar monedas a una dirección megabyte - Modify configuration options for Trinity - Modifica las opciones de configuración de trinity + Modify configuration options for megabyte + Modifica las opciones de configuración de megabyte @@ -458,8 +458,8 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Trinity - Trinity + megabyte + megabyte @@ -483,8 +483,8 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - &About Trinity - &Sobre Trinity + &About megabyte + &Sobre megabyte @@ -503,12 +503,12 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -539,13 +539,13 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - Trinity client - Cliente Trinity + megabyte client + Cliente megabyte - %n active connection(s) to Trinity network - %n conexión activa hacia la red Trinity%n conexiones activas hacia la red Trinity + %n active connection(s) to megabyte network + %n conexión activa hacia la red megabyte%n conexiones activas hacia la red megabyte @@ -658,7 +658,7 @@ Dirección: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -673,7 +673,7 @@ Dirección: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -739,8 +739,8 @@ Dirección: %4 - The entered address "%1" is not a valid Trinity address. - La dirección introducida "%1" no es una dirección Trinity valida. + The entered address "%1" is not a valid megabyte address. + La dirección introducida "%1" no es una dirección megabyte valida. @@ -758,7 +758,7 @@ Dirección: %4 - Trinity-Qt + megabyte-Qt @@ -822,13 +822,13 @@ Dirección: %4 - Automatically start Trinity after logging in to the system. - Inicia Trinity automáticamente despues de encender el computador + Automatically start megabyte after logging in to the system. + Inicia megabyte automáticamente despues de encender el computador - &Start Trinity on system login - &Inicia Trinity al iniciar el sistema + &Start megabyte on system login + &Inicia megabyte al iniciar el sistema @@ -847,8 +847,8 @@ Dirección: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Abre automáticamente el puerto del cliente Trinity en el router. Esto funciona solo cuando tu router es compatible con UPnP y está habilitado. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Abre automáticamente el puerto del cliente megabyte en el router. Esto funciona solo cuando tu router es compatible con UPnP y está habilitado. @@ -857,8 +857,8 @@ Dirección: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Conecta a la red Trinity a través de un proxy SOCKS (ej. cuando te conectas por la red Tor) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Conecta a la red megabyte a través de un proxy SOCKS (ej. cuando te conectas por la red Tor) @@ -932,7 +932,7 @@ Dirección: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -947,7 +947,7 @@ Dirección: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -999,7 +999,7 @@ Dirección: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1018,7 +1018,7 @@ Dirección: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1072,7 +1072,7 @@ Dirección: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1222,7 +1222,7 @@ Dirección: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1242,12 +1242,12 @@ Dirección: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1257,7 +1257,7 @@ Dirección: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1267,7 +1267,7 @@ Dirección: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1451,8 +1451,8 @@ Dirección: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce una dirección Trinity (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduce una dirección megabyte (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1475,7 +1475,7 @@ Dirección: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce una dirección Trinity (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduce una dirección megabyte (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1516,7 +1516,7 @@ Dirección: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Firmar un mensjage para probar que usted es dueño de esta dirección @@ -1548,11 +1548,11 @@ Dirección: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce una dirección Trinity (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduce una dirección megabyte (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1568,8 +1568,8 @@ Dirección: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce una dirección Trinity (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduce una dirección megabyte (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1578,7 +1578,7 @@ Dirección: %4 - Enter Trinity signature + Enter megabyte signature @@ -1652,7 +1652,7 @@ Dirección: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2190,8 +2190,8 @@ Dirección: %4 bitcoin-core - Trinity version - Versión Trinity + megabyte version + Versión megabyte @@ -2200,8 +2200,8 @@ Dirección: %4 - Send command to -server or trinityd - Envia comando a trinity lanzado con -server u trinityd + Send command to -server or megabyted + Envia comando a megabyte lanzado con -server u megabyted @@ -2224,14 +2224,14 @@ Dirección: %4 - Specify configuration file (default: trinity.conf) - Especifica archivo de configuración (predeterminado: trinity.conf) + Specify configuration file (default: megabyte.conf) + Especifica archivo de configuración (predeterminado: megabyte.conf) - Specify pid file (default: trinityd.pid) - Especifica archivo pid (predeterminado: trinity.pid) + Specify pid file (default: megabyted.pid) + Especifica archivo pid (predeterminado: megabyte.pid) @@ -2313,13 +2313,13 @@ Dirección: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2335,7 +2335,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2380,8 +2380,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Precaución: Por favor revise que la fecha y hora de tu ordenador son correctas. Si tu reloj está mal configurado Trinity no funcionará correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Precaución: Por favor revise que la fecha y hora de tu ordenador son correctas. Si tu reloj está mal configurado megabyte no funcionará correctamente. @@ -2631,8 +2631,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - Opciones SSL: (ver la Trinity Wiki para instrucciones de configuración SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Opciones SSL: (ver la megabyte Wiki para instrucciones de configuración SSL) @@ -2833,13 +2833,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Error cargando wallet.dat: Billetera necesita una vercion reciente de Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Error cargando wallet.dat: Billetera necesita una vercion reciente de megabyte - Wallet needed to be rewritten: restart Trinity to complete - La billetera necesita ser reescrita: reinicie Trinity para completar + Wallet needed to be rewritten: restart megabyte to complete + La billetera necesita ser reescrita: reinicie megabyte para completar @@ -2898,8 +2898,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - No es posible escuchar en el %s en este ordenador. Probablemente Trinity ya se está ejecutando. + Unable to bind to %s on this computer. megabyte is probably already running. + No es posible escuchar en el %s en este ordenador. Probablemente megabyte ya se está ejecutando. diff --git a/src/qt/locale/bitcoin_et.ts b/src/qt/locale/bitcoin_et.ts index 07ba01f..441fb9f 100644 --- a/src/qt/locale/bitcoin_et.ts +++ b/src/qt/locale/bitcoin_et.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Trinityist + About megabyte + megabyteist - <b>Trinity</b> version - <b>Trinityi</b> versioon + <b>megabyte</b> version + <b>megabytei</b> versioon @@ -34,7 +34,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - The Trinity developers + The megabyte developers @@ -67,8 +67,8 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Maksete saamiseks kasutatavad Trinityi aadressid. Maksjate paremaks jälgimiseks võib igaühele anda erineva. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Maksete saamiseks kasutatavad megabytei aadressid. Maksjate paremaks jälgimiseks võib igaühele anda erineva. @@ -82,7 +82,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Allkirjasta sõnum, et tõestada Bitconi aadressi olemasolu. @@ -107,8 +107,8 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Verify a message to ensure it was signed with a specified Trinity address - Kinnita sõnum tõestamaks selle allkirjastatust määratud Trinityi aadressiga. + Verify a message to ensure it was signed with a specified megabyte address + Kinnita sõnum tõestamaks selle allkirjastatust määratud megabytei aadressiga. @@ -122,8 +122,8 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Need on sinu Trinityi aadressid maksete saatmiseks. Müntide saatmisel kontrolli alati summat ning saaja aadressi. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Need on sinu megabytei aadressid maksete saatmiseks. Müntide saatmisel kontrolli alati summat ning saaja aadressi. @@ -248,8 +248,8 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Hoiatus: Kui sa kaotad oma, rahakoti krüpteerimisel kasutatud, salafraasi, siis <b>KAOTAD KA KÕIK OMA TRINITYID</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Hoiatus: Kui sa kaotad oma, rahakoti krüpteerimisel kasutatud, salafraasi, siis <b>KAOTAD KA KÕIK OMA megabyteID</b>! @@ -275,8 +275,8 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity sulgub krüpteeringu lõpetamiseks. Pea meeles, et rahakoti krüpteerimine ei välista trinityide vargust, kui sinu arvuti on nakatunud pahavaraga. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte sulgub krüpteeringu lõpetamiseks. Pea meeles, et rahakoti krüpteerimine ei välista megabyteide vargust, kui sinu arvuti on nakatunud pahavaraga. @@ -374,8 +374,8 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Show information about Trinity - Kuva info Trinityi kohta + Show information about megabyte + Kuva info megabytei kohta @@ -419,13 +419,13 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Send coins to a Trinity address - Saada münte Trinityi aadressile + Send coins to a megabyte address + Saada münte megabytei aadressile - Modify configuration options for Trinity - Muuda Trinityi seadeid + Modify configuration options for megabyte + Muuda megabytei seadeid @@ -455,8 +455,8 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - &About Trinity - %Trinityist + &About megabyte + %megabyteist @@ -500,13 +500,13 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Sign messages with your Trinity addresses to prove you own them - Omandi tõestamiseks allkirjasta sõnumid oma Trinityi aadressiga + Sign messages with your megabyte addresses to prove you own them + Omandi tõestamiseks allkirjasta sõnumid oma megabytei aadressiga - Verify messages to ensure they were signed with specified Trinity addresses - Kinnita sõnumid kindlustamaks et need allkirjastati määratud Trinityi aadressiga + Verify messages to ensure they were signed with specified megabyte addresses + Kinnita sõnumid kindlustamaks et need allkirjastati määratud megabytei aadressiga @@ -536,13 +536,13 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS - Trinity client - Trinityi klient + megabyte client + megabytei klient - %n active connection(s) to Trinity network - %n aktiivne ühendus Trinityi võrku%n aktiivset ühendust Trinityi võrku + %n active connection(s) to megabyte network + %n aktiivne ühendus megabytei võrku%n aktiivset ühendust megabytei võrku @@ -655,8 +655,8 @@ Aadress: %4⏎ - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI ei suudeta parsida. Põhjuseks võib olla kehtetu Trinityi aadress või vigased URI parameetrid. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI ei suudeta parsida. Põhjuseks võib olla kehtetu megabytei aadress või vigased URI parameetrid. @@ -670,8 +670,8 @@ Aadress: %4⏎ - A fatal error occurred. Trinity can no longer continue safely and will quit. - Ilmnes kriitiline tõrge. Trinity suletakse turvakaalutluste tõttu. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Ilmnes kriitiline tõrge. megabyte suletakse turvakaalutluste tõttu. @@ -736,8 +736,8 @@ Aadress: %4⏎ - The entered address "%1" is not a valid Trinity address. - Sisestatud aadress "%1" ei ole Trinityis kehtiv. + The entered address "%1" is not a valid megabyte address. + Sisestatud aadress "%1" ei ole megabyteis kehtiv. @@ -755,8 +755,8 @@ Aadress: %4⏎ - Trinity-Qt - Trinityi-Qt + megabyte-Qt + megabytei-Qt @@ -818,13 +818,13 @@ Aadress: %4⏎ - Automatically start Trinity after logging in to the system. - Käivita Trinity süsteemi logimisel. + Automatically start megabyte after logging in to the system. + Käivita megabyte süsteemi logimisel. - &Start Trinity on system login - &Start Trinity sisselogimisel + &Start megabyte on system login + &Start megabyte sisselogimisel @@ -843,8 +843,8 @@ Aadress: %4⏎ - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Trinityi kliendi pordi automaatne avamine ruuteris. Toimib, kui sinu ruuter aktsepteerib UPnP ühendust. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + megabytei kliendi pordi automaatne avamine ruuteris. Toimib, kui sinu ruuter aktsepteerib UPnP ühendust. @@ -853,8 +853,8 @@ Aadress: %4⏎ - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Kasuta Trinityi võrgustikku ühendumiseks SOCKS turva proxy't (nt Tor'i kasutamisel). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Kasuta megabytei võrgustikku ühendumiseks SOCKS turva proxy't (nt Tor'i kasutamisel). @@ -928,8 +928,8 @@ Aadress: %4⏎ - The user interface language can be set here. This setting will take effect after restarting Trinity. - Kasutajaliidese keele valimise koht. Valik rakendub Trinityi käivitamisel. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Kasutajaliidese keele valimise koht. Valik rakendub megabytei käivitamisel. @@ -943,8 +943,8 @@ Aadress: %4⏎ - Whether to show Trinity addresses in the transaction list or not. - Kuvada Trinityi aadress tehingute loetelus või mitte. + Whether to show megabyte addresses in the transaction list or not. + Kuvada megabytei aadress tehingute loetelus või mitte. @@ -995,8 +995,8 @@ Aadress: %4⏎ - This setting will take effect after restarting Trinity. - Tehtud valik rakendub Trinityi käivitamisel. + This setting will take effect after restarting megabyte. + Tehtud valik rakendub megabytei käivitamisel. @@ -1014,7 +1014,7 @@ Aadress: %4⏎ - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. Kuvatav info ei pruugi olla ajakohane. Ühenduse loomisel süngitakse sinu rahakott automaatselt Bitconi võrgustikuga, kuid see toiming on hetkel lõpetamata. @@ -1068,8 +1068,8 @@ Aadress: %4⏎ PaymentServer - Cannot start trinity: click-to-pay handler - Trinity ei käivitu: vajuta-maksa toiming + Cannot start megabyte: click-to-pay handler + megabyte ei käivitu: vajuta-maksa toiming @@ -1218,8 +1218,8 @@ Aadress: %4⏎ - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Näita kehtivate käsurea valikute kuvamiseks Trinityi-Qt abiteksti + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Näita kehtivate käsurea valikute kuvamiseks megabytei-Qt abiteksti @@ -1238,13 +1238,13 @@ Aadress: %4⏎ - Trinity - Debug window - Trinity - debugimise aken + megabyte - Debug window + megabyte - debugimise aken - Trinity Core - Trinityi tuumik + megabyte Core + megabytei tuumik @@ -1253,8 +1253,8 @@ Aadress: %4⏎ - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Ava Trinityi logifail praegusest andmekaustast. Toiminguks võib kuluda kuni mõni sekund. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Ava megabytei logifail praegusest andmekaustast. Toiminguks võib kuluda kuni mõni sekund. @@ -1263,8 +1263,8 @@ Aadress: %4⏎ - Welcome to the Trinity RPC console. - Teretulemast Trinityi RPC konsooli. + Welcome to the megabyte RPC console. + Teretulemast megabytei RPC konsooli. @@ -1447,8 +1447,8 @@ Aadress: %4⏎ - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Sisesta Trinityi aadress (nt: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Sisesta megabytei aadress (nt: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1512,8 +1512,8 @@ Aadress: %4⏎ - Sign the message to prove you own this Trinity address - Allkirjasta sõnum Trinityi aadressi sulle kuulumise tõestamiseks + Sign the message to prove you own this megabyte address + Allkirjasta sõnum megabytei aadressi sulle kuulumise tõestamiseks @@ -1548,8 +1548,8 @@ Aadress: %4⏎ - Verify the message to ensure it was signed with the specified Trinity address - Kinnita sõnum tõestamaks selle allkirjastatust määratud Trinityi aadressiga. + Verify the message to ensure it was signed with the specified megabyte address + Kinnita sõnum tõestamaks selle allkirjastatust määratud megabytei aadressiga. @@ -1564,8 +1564,8 @@ Aadress: %4⏎ - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Sisesta Trinityi aadress (nt: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Sisesta megabytei aadress (nt: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1574,8 +1574,8 @@ Aadress: %4⏎ - Enter Trinity signature - Sisesta Trinityi allkiri + Enter megabyte signature + Sisesta megabytei allkiri @@ -1648,7 +1648,7 @@ Aadress: %4⏎ SplashScreen - The Trinity developers + The megabyte developers @@ -2186,8 +2186,8 @@ Aadress: %4⏎ bitcoin-core - Trinity version - Trinityi versioon + megabyte version + megabytei versioon @@ -2196,8 +2196,8 @@ Aadress: %4⏎ - Send command to -server or trinityd - Saada käsklus -serverile või trinitydile + Send command to -server or megabyted + Saada käsklus -serverile või megabytedile @@ -2216,13 +2216,13 @@ Aadress: %4⏎ - Specify configuration file (default: trinity.conf) - Täpsusta sätete fail (vaikimisi: trinity.conf) + Specify configuration file (default: megabyte.conf) + Täpsusta sätete fail (vaikimisi: megabyte.conf) - Specify pid file (default: trinityd.pid) - Täpsusta PID fail (vaikimisi: trinity.pid) + Specify pid file (default: megabyted.pid) + Täpsusta PID fail (vaikimisi: megabyte.pid) @@ -2299,24 +2299,24 @@ Aadress: %4⏎ %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, sul tuleb rpcpassword määrata seadete failis: %s Soovitatav on kasutada järgmist juhuslikku parooli: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (seda parooli ei pea meeles pidama) Kasutajanimi ning parool EI TOHI kattuda. Kui faili ei leita, loo see ainult-omaniku-loetavas failiõigustes . Soovitatav on seadistada tõrgete puhul teavitus; -nt: alertnotify=echo %%s | email -s "Trinity Alert" admin@foo.com +nt: alertnotify=echo %%s | email -s "megabyte Alert" admin@foo.com @@ -2331,8 +2331,8 @@ nt: alertnotify=echo %%s | email -s "Trinity Alert" admin@foo.com - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Ei suuda määrata ainuõigust andmekaustale %s. Tõenäolisel on Trinity juba avatud. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Ei suuda määrata ainuõigust andmekaustale %s. Tõenäolisel on megabyte juba avatud. @@ -2376,8 +2376,8 @@ nt: alertnotify=echo %%s | email -s "Trinity Alert" admin@foo.com - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Hoiatus: Palun kontrolli oma arvuti kuupäeva/kellaaega! Kui arvuti kell on vale, siis Trinity ei tööta korralikult + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Hoiatus: Palun kontrolli oma arvuti kuupäeva/kellaaega! Kui arvuti kell on vale, siis megabyte ei tööta korralikult @@ -2626,8 +2626,8 @@ nt: alertnotify=echo %%s | email -s "Trinity Alert" admin@foo.com - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL valikud: (vaata Trinityi Wikist või SSL sätete juhendist) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL valikud: (vaata megabytei Wikist või SSL sätete juhendist) @@ -2816,13 +2816,13 @@ nt: alertnotify=echo %%s | email -s "Trinity Alert" admin@foo.com - Error loading wallet.dat: Wallet requires newer version of Trinity - Viga wallet.dat käivitamisel: Rahakott nõuab Trinityi uusimat versiooni + Error loading wallet.dat: Wallet requires newer version of megabyte + Viga wallet.dat käivitamisel: Rahakott nõuab megabytei uusimat versiooni - Wallet needed to be rewritten: restart Trinity to complete - Rahakott tuli ümberkirjutada: toimingu lõpetamiseks taaskäivita Trinity + Wallet needed to be rewritten: restart megabyte to complete + Rahakott tuli ümberkirjutada: toimingu lõpetamiseks taaskäivita megabyte @@ -2881,8 +2881,8 @@ nt: alertnotify=echo %%s | email -s "Trinity Alert" admin@foo.com - Unable to bind to %s on this computer. Trinity is probably already running. - %s'ga ei ole võimalik sellest arvutist siduda. Trinity juba töötab. + Unable to bind to %s on this computer. megabyte is probably already running. + %s'ga ei ole võimalik sellest arvutist siduda. megabyte juba töötab. diff --git a/src/qt/locale/bitcoin_eu_ES.ts b/src/qt/locale/bitcoin_eu_ES.ts index 59673fc..b624605 100644 --- a/src/qt/locale/bitcoin_eu_ES.ts +++ b/src/qt/locale/bitcoin_eu_ES.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Trinity-i buruz + About megabyte + megabyte-i buruz - <b>Trinity</b> version - <b>Trinity</b> bertsioa + <b>megabyte</b> version + <b>megabyte</b> bertsioa @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Erakutsi Trinity-i buruzko informazioa + Show information about megabyte + Erakutsi megabyte-i buruzko informazioa @@ -380,7 +380,7 @@ This product includes software developed by the OpenSSL Project for use in the O Show information about Qt - Erakutsi Trinity-i buruzko informazioa + Erakutsi megabyte-i buruzko informazioa @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,13 +531,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network - Konexio aktibo %n Trinity-en sarera%n konexio aktibo Trinity-en sarera + %n active connection(s) to megabyte network + Konexio aktibo %n megabyte-en sarera%n konexio aktibo megabyte-en sarera @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Sartu Bitocin helbide bat (adb.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Sartu Bitocin helbide bat (adb.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,7 +2178,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version Botcoin bertsioa @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,13 +2208,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - Ezarpen fitxategia aukeratu (berezkoa: trinity.conf) + Specify configuration file (default: megabyte.conf) + Ezarpen fitxategia aukeratu (berezkoa: megabyte.conf) - Specify pid file (default: trinityd.pid) - pid fitxategia aukeratu (berezkoa: trinityd.pid) + Specify pid file (default: megabyted.pid) + pid fitxategia aukeratu (berezkoa: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_fa.ts b/src/qt/locale/bitcoin_fa.ts index a4a3231..f962f20 100644 --- a/src/qt/locale/bitcoin_fa.ts +++ b/src/qt/locale/bitcoin_fa.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - در مورد Trinity + About megabyte + در مورد megabyte - <b>Trinity</b> version - نسخه Trinity + <b>megabyte</b> version + نسخه megabyte @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,8 +62,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - این آدرسها، آدرسهای trinity شما برای دریافت وجوه هستند. شما ممکن است آدرسهای متفاوت را به هر گیرنده اختصاص دهید که بتوانید مواردی که پرداخت می کنید را پیگیری نمایید + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + این آدرسها، آدرسهای megabyte شما برای دریافت وجوه هستند. شما ممکن است آدرسهای متفاوت را به هر گیرنده اختصاص دهید که بتوانید مواردی که پرداخت می کنید را پیگیری نمایید @@ -77,8 +77,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address - پیام را برای اثبات آدرس Trinity خود امضا کنید + Sign a message to prove you own a megabyte address + پیام را برای اثبات آدرس megabyte خود امضا کنید @@ -102,8 +102,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - یک پیام را برای حصول اطمینان از ورود به سیستم با آدرس trinity مشخص، شناسایی کنید + Verify a message to ensure it was signed with a specified megabyte address + یک پیام را برای حصول اطمینان از ورود به سیستم با آدرس megabyte مشخص، شناسایی کنید @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -244,8 +244,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - هشدار: اگر wallet رمزگذاری شود و شما passphrase را گم کنید شما همه اطلاعات trinity را از دست خواهید داد. + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + هشدار: اگر wallet رمزگذاری شود و شما passphrase را گم کنید شما همه اطلاعات megabyte را از دست خواهید داد. @@ -271,7 +271,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. Biticon هم اکنون بسته می‌شود تا فرایند رمزگذاری را تمام کند. به خاطر داشته باشید که رمزگذاری کیف پولتان نمی‌تواند به طور کامل بیتیکون‌های شما را در برابر دزدیده شدن توسط بدافزارهایی که رایانه شما را آلوده می‌کنند، محافظت نماید. @@ -370,7 +370,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte نمایش اطلاعات در مورد بیتکویین @@ -415,13 +415,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address سکه ها را به آدرس bitocin ارسال کن - Modify configuration options for Trinity - انتخابهای پیکربندی را برای trinity اصلاح کن + Modify configuration options for megabyte + انتخابهای پیکربندی را برای megabyte اصلاح کن @@ -451,7 +451,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte یت کویین @@ -476,8 +476,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - در مورد trinity + &About megabyte + در مورد megabyte @@ -496,12 +496,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -532,12 +532,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - مشتری Trinity + megabyte client + مشتری megabyte - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network در صد ارتباطات فعال بیتکویین با شبکه %n @@ -651,8 +651,8 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI قابل تحلیل نیست. این خطا ممکن است به دلیل ادرس TRINITY اشتباه یا پارامترهای اشتباه URI رخ داده باشد + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI قابل تحلیل نیست. این خطا ممکن است به دلیل ادرس megabyte اشتباه یا پارامترهای اشتباه URI رخ داده باشد @@ -666,8 +666,8 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - خطا روی داده است. Trinity نمی تواند بدون مشکل ادامه دهد و باید بسته شود + A fatal error occurred. megabyte can no longer continue safely and will quit. + خطا روی داده است. megabyte نمی تواند بدون مشکل ادامه دهد و باید بسته شود @@ -732,8 +732,8 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. - آدرس وارد شده %1 یک ادرس صحیح trinity نیست + The entered address "%1" is not a valid megabyte address. + آدرس وارد شده %1 یک ادرس صحیح megabyte نیست @@ -751,8 +751,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -814,13 +814,13 @@ Address: %4 - Automatically start Trinity after logging in to the system. - در زمان ورود به سیستم به صورت خودکار trinity را اجرا کن + Automatically start megabyte after logging in to the system. + در زمان ورود به سیستم به صورت خودکار megabyte را اجرا کن - &Start Trinity on system login - اجرای trinity در زمان ورود به سیستم + &Start megabyte on system login + اجرای megabyte در زمان ورود به سیستم @@ -839,7 +839,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. اتوماتیک باز کردن بندر بیتکویین در روتر . این فقط در مواردی می باشد که روتر با کمک یو پ ن پ کار می کند @@ -849,8 +849,8 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - اتصال به شبکه TRINITY از طریق پراکسی ساکس (برای مثال وقتی از طریق نرم افزار TOR متصل می شوید) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + اتصال به شبکه megabyte از طریق پراکسی ساکس (برای مثال وقتی از طریق نرم افزار TOR متصل می شوید) @@ -924,8 +924,8 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - زبان میانجی کاربر می تواند در اینجا تنظیم شود. این تنظیمات بعد از شروع دوباره RESTART در TRINITY اجرایی خواهند بود. + The user interface language can be set here. This setting will take effect after restarting megabyte. + زبان میانجی کاربر می تواند در اینجا تنظیم شود. این تنظیمات بعد از شروع دوباره RESTART در megabyte اجرایی خواهند بود. @@ -939,7 +939,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. تا آدرسهای bITCOIN در فهرست تراکنش نمایش داده شوند یا نشوند. @@ -991,8 +991,8 @@ Address: %4 - This setting will take effect after restarting Trinity. - این تنظیمات پس از اجرای دوباره Trinity اعمال می شوند + This setting will take effect after restarting megabyte. + این تنظیمات پس از اجرای دوباره megabyte اعمال می شوند @@ -1010,8 +1010,8 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - اطلاعات نمایش داده شده روزآمد نیستند.wallet شما به صورت خودکار با شبکه trinity بعد از برقراری اتصال روزآمد می شود اما این فرایند هنوز کامل نشده است. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + اطلاعات نمایش داده شده روزآمد نیستند.wallet شما به صورت خودکار با شبکه megabyte بعد از برقراری اتصال روزآمد می شود اما این فرایند هنوز کامل نشده است. @@ -1064,7 +1064,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1214,8 +1214,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - پیام راهنمای Trinity-Qt را برای گرفتن فهرست گزینه های command-line نشان بده + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + پیام راهنمای megabyte-Qt را برای گرفتن فهرست گزینه های command-line نشان بده @@ -1234,13 +1234,13 @@ Address: %4 - Trinity - Debug window - صفحه اشکال زدایی Trinity + megabyte - Debug window + صفحه اشکال زدایی megabyte - Trinity Core - هسته Trinity + megabyte Core + هسته megabyte @@ -1249,8 +1249,8 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - فایلِ لاگِ اشکال زدایی Trinity را از دایرکتوری جاری داده ها باز کنید. این عملیات ممکن است برای فایلهای لاگِ حجیم طولانی شود. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + فایلِ لاگِ اشکال زدایی megabyte را از دایرکتوری جاری داده ها باز کنید. این عملیات ممکن است برای فایلهای لاگِ حجیم طولانی شود. @@ -1259,8 +1259,8 @@ Address: %4 - Welcome to the Trinity RPC console. - به کنسول Trinity RPC خوش آمدید + Welcome to the megabyte RPC console. + به کنسول megabyte RPC خوش آمدید @@ -1443,7 +1443,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) آدرس بیتکویین وارد کنید (bijvoorbeeld: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1508,8 +1508,8 @@ Address: %4 - Sign the message to prove you own this Trinity address - پیام را برای اثبات آدرس TRINITY خود امضا کنید + Sign the message to prove you own this megabyte address + پیام را برای اثبات آدرس megabyte خود امضا کنید @@ -1544,8 +1544,8 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address - پیام را برای اطمنان از ورود به سیستم با آدرس TRINITY مشخص خود،تایید کنید + Verify the message to ensure it was signed with the specified megabyte address + پیام را برای اطمنان از ورود به سیستم با آدرس megabyte مشخص خود،تایید کنید @@ -1560,7 +1560,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) آدرس بیتکویین وارد کنید (bijvoorbeeld: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1570,7 +1570,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature امضای BITOCOIN خود را وارد کنید @@ -1644,7 +1644,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2185,7 +2185,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version سخه بیتکویین @@ -2195,7 +2195,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted ارسال فرمان به سرور یا باتکویین @@ -2215,13 +2215,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - (: trinity.confپیش فرض: )فایل تنظیمی خاص + Specify configuration file (default: megabyte.conf) + (: megabyte.confپیش فرض: )فایل تنظیمی خاص - Specify pid file (default: trinityd.pid) - (trinityd.pidپیش فرض : ) فایل پید خاص + Specify pid file (default: megabyted.pid) + (megabyted.pidپیش فرض : ) فایل پید خاص @@ -2298,13 +2298,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2320,7 +2320,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2365,8 +2365,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - هشدار: لطفا زمان و تاریخ رایانه خود را تصحیح نمایید! اگر ساعت رایانه شما اشتباه باشد trinity ممکن است صحیح کار نکند + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + هشدار: لطفا زمان و تاریخ رایانه خود را تصحیح نمایید! اگر ساعت رایانه شما اشتباه باشد megabyte ممکن است صحیح کار نکند @@ -2615,8 +2615,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - گزینه ssl (به ویکیtrinity برای راهنمای راه اندازی ssl مراجعه شود) + SSL options: (see the megabyte Wiki for SSL setup instructions) + گزینه ssl (به ویکیmegabyte برای راهنمای راه اندازی ssl مراجعه شود) @@ -2805,12 +2805,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte خطا در بارگیری wallet.dat: کیف پول به ویرایش جدیدتری از Biticon نیاز دارد - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete سلام @@ -2870,8 +2870,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - اتصال به %s از این رایانه امکان پذیر نیست. Trinity احتمالا در حال اجراست. + Unable to bind to %s on this computer. megabyte is probably already running. + اتصال به %s از این رایانه امکان پذیر نیست. megabyte احتمالا در حال اجراست. diff --git a/src/qt/locale/bitcoin_fa_IR.ts b/src/qt/locale/bitcoin_fa_IR.ts index c77a038..a0f089b 100644 --- a/src/qt/locale/bitcoin_fa_IR.ts +++ b/src/qt/locale/bitcoin_fa_IR.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity + About megabyte در مورد بیتکویین - <b>Trinity</b> version - <b>Trinity</b> version + <b>megabyte</b> version + <b>megabyte</b> version @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,8 +270,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity برای اتمام فرایند رمزگذاری بسته خواهد شد. به خاطر داشته باشید که رمزگذاری WALLET شما، کامپیوتر شما را از آلودگی به بدافزارها مصون نمی دارد. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte برای اتمام فرایند رمزگذاری بسته خواهد شد. به خاطر داشته باشید که رمزگذاری WALLET شما، کامپیوتر شما را از آلودگی به بدافزارها مصون نمی دارد. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - اطلاعات در مورد Trinity را نشان بده + Show information about megabyte + اطلاعات در مورد megabyte را نشان بده @@ -414,13 +414,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity - اصلاح انتخابها برای پیکربندی Trinity + Modify configuration options for megabyte + اصلاح انتخابها برای پیکربندی megabyte @@ -450,8 +450,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - trinity + megabyte + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte &در مورد بیتکویین @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,14 +531,14 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - مشتری trinity + megabyte client + مشتری megabyte - %n active connection(s) to Trinity network - %n ارتباط فعال به شبکه Trinity -%n ارتباط فعال به شبکه Trinity + %n active connection(s) to megabyte network + %n ارتباط فعال به شبکه megabyte +%n ارتباط فعال به شبکه megabyte @@ -649,7 +649,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -664,7 +664,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -730,8 +730,8 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. - آدرس وارد شده "%1" یک آدرس صحیح برای trinity نسشت + The entered address "%1" is not a valid megabyte address. + آدرس وارد شده "%1" یک آدرس صحیح برای megabyte نسشت @@ -749,7 +749,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -812,12 +812,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -837,7 +837,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -847,7 +847,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -922,7 +922,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -937,7 +937,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -989,7 +989,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1008,8 +1008,8 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - اطلاعات نمایش داده شده ممکن است روزآمد نباشد. wallet شما به صورت خودکار بعد از برقراری اتصال با شبکه trinity به روز می شود اما این فرایند هنوز تکمیل نشده است. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + اطلاعات نمایش داده شده ممکن است روزآمد نباشد. wallet شما به صورت خودکار بعد از برقراری اتصال با شبکه megabyte به روز می شود اما این فرایند هنوز تکمیل نشده است. @@ -1062,7 +1062,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1213,7 +1213,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1233,12 +1233,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1248,7 +1248,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1258,8 +1258,8 @@ Address: %4 - Welcome to the Trinity RPC console. - به کنسول آر.پی.سی. TRINITY خوش آمدید + Welcome to the megabyte RPC console. + به کنسول آر.پی.سی. megabyte خوش آمدید @@ -1442,8 +1442,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - یک آدرس trinity وارد کنید (مثال 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + یک آدرس megabyte وارد کنید (مثال 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1466,7 +1466,7 @@ Address: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - یک آدرس trinity وارد کنید (مثال 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + یک آدرس megabyte وارد کنید (مثال 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1507,7 +1507,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1539,11 +1539,11 @@ Address: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - یک آدرس trinity وارد کنید (مثال 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + یک آدرس megabyte وارد کنید (مثال 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1559,8 +1559,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - یک آدرس trinity وارد کنید (مثال 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + یک آدرس megabyte وارد کنید (مثال 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1569,7 +1569,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1643,7 +1643,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2181,8 +2181,8 @@ Address: %4 bitcoin-core - Trinity version - نسخه trinity + megabyte version + نسخه megabyte @@ -2191,8 +2191,8 @@ Address: %4 - Send command to -server or trinityd - ارسال دستور به سرور یا trinityed + Send command to -server or megabyted + ارسال دستور به سرور یا megabyteed @@ -2211,13 +2211,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - فایل پیکربندیِ را مشخص کنید (پیش فرض: trinity.conf) + Specify configuration file (default: megabyte.conf) + فایل پیکربندیِ را مشخص کنید (پیش فرض: megabyte.conf) - Specify pid file (default: trinityd.pid) - فایل pid را مشخص کنید (پیش فرض: trinityd.pid) + Specify pid file (default: megabyted.pid) + فایل pid را مشخص کنید (پیش فرض: megabyted.pid) @@ -2294,13 +2294,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2316,7 +2316,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2361,7 +2361,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2611,7 +2611,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2801,13 +2801,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - خطا در هنگام لود شدن wallet.dat. به نسخه جدید Trinity برای wallet نیاز است. + Error loading wallet.dat: Wallet requires newer version of megabyte + خطا در هنگام لود شدن wallet.dat. به نسخه جدید megabyte برای wallet نیاز است. - Wallet needed to be rewritten: restart Trinity to complete - wallet نیاز به بازنویسی دارد. Trinity را برای تکمیل عملیات دوباره اجرا کنید. + Wallet needed to be rewritten: restart megabyte to complete + wallet نیاز به بازنویسی دارد. megabyte را برای تکمیل عملیات دوباره اجرا کنید. @@ -2866,7 +2866,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_fi.ts b/src/qt/locale/bitcoin_fi.ts index 4df4266..aae0bd2 100644 --- a/src/qt/locale/bitcoin_fi.ts +++ b/src/qt/locale/bitcoin_fi.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Tietoa Trinityista + About megabyte + Tietoa megabyteista - <b>Trinity</b> version - <b>Trinity</b> versio + <b>megabyte</b> version + <b>megabyte</b> versio @@ -35,7 +35,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - The Trinity developers + The megabyte developers @@ -68,8 +68,8 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Nämä ovat Trinity-osoitteesi joihin voit vastaanottaa maksuja. Voit haluta antaa jokaiselle maksajalle omansa, että pystyt seuraamaan keneltä maksut tulevat. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Nämä ovat megabyte-osoitteesi joihin voit vastaanottaa maksuja. Voit haluta antaa jokaiselle maksajalle omansa, että pystyt seuraamaan keneltä maksut tulevat. @@ -83,8 +83,8 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Sign a message to prove you own a Trinity address - Allekirjoita viesti todistaaksesi, että omistat Trinity-osoitteen + Sign a message to prove you own a megabyte address + Allekirjoita viesti todistaaksesi, että omistat megabyte-osoitteen @@ -108,8 +108,8 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Verify a message to ensure it was signed with a specified Trinity address - Tarkista viestin allekirjoitus varmistaaksesi, että se allekirjoitettiin tietyllä Trinity-osoitteella + Verify a message to ensure it was signed with a specified megabyte address + Tarkista viestin allekirjoitus varmistaaksesi, että se allekirjoitettiin tietyllä megabyte-osoitteella @@ -123,7 +123,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -249,8 +249,8 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Varoitus: Jos salaat lompakkosi ja menetät tunnuslauseesi, <b>MENETÄT KAIKKI TRINITYISI</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Varoitus: Jos salaat lompakkosi ja menetät tunnuslauseesi, <b>MENETÄT KAIKKI megabyteISI</b>! @@ -276,8 +276,8 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity sulkeutuu lopettaakseen salausprosessin. Muista, että salattukaan lompakko ei täysin suojaa sitä haittaohjelmien aiheuttamilta varkauksilta. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte sulkeutuu lopettaakseen salausprosessin. Muista, että salattukaan lompakko ei täysin suojaa sitä haittaohjelmien aiheuttamilta varkauksilta. @@ -361,7 +361,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Show the list of addresses for receiving payments - Näytä Trinityien vastaanottamiseen käytetyt osoitteet + Näytä megabyteien vastaanottamiseen käytetyt osoitteet @@ -375,8 +375,8 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Show information about Trinity - Näytä tietoa Trinity-projektista + Show information about megabyte + Näytä tietoa megabyte-projektista @@ -420,13 +420,13 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Send coins to a Trinity address - Lähetä kolikoita Trinity-osoitteeseen + Send coins to a megabyte address + Lähetä kolikoita megabyte-osoitteeseen - Modify configuration options for Trinity - Muuta Trinityin konfiguraatioasetuksia + Modify configuration options for megabyte + Muuta megabytein konfiguraatioasetuksia @@ -456,8 +456,8 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Trinity - Trinity + megabyte + megabyte @@ -481,8 +481,8 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - &About Trinity - &Tietoa Trinityista + &About megabyte + &Tietoa megabyteista @@ -492,7 +492,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Show or hide the main Window - Näytä tai piilota Trinity-ikkuna + Näytä tai piilota megabyte-ikkuna @@ -501,13 +501,13 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Sign messages with your Trinity addresses to prove you own them - Allekirjoita viestisi omalla Trinity -osoitteellasi todistaaksesi, että omistat ne + Sign messages with your megabyte addresses to prove you own them + Allekirjoita viestisi omalla megabyte -osoitteellasi todistaaksesi, että omistat ne - Verify messages to ensure they were signed with specified Trinity addresses - Varmista, että viestisi on allekirjoitettu määritetyllä Trinity -osoitteella + Verify messages to ensure they were signed with specified megabyte addresses + Varmista, että viestisi on allekirjoitettu määritetyllä megabyte -osoitteella @@ -537,13 +537,13 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - Trinity client - Trinity-asiakas + megabyte client + megabyte-asiakas - %n active connection(s) to Trinity network - %n aktiivinen yhteys Trinity-verkkoon%n aktiivista yhteyttä Trinity-verkkoon + %n active connection(s) to megabyte network + %n aktiivinen yhteys megabyte-verkkoon%n aktiivista yhteyttä megabyte-verkkoon @@ -656,8 +656,8 @@ Osoite: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URIa ei voitu jäsentää! Tämä voi johtua kelvottomasta Trinity-osoitteesta tai virheellisistä URI parametreista. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URIa ei voitu jäsentää! Tämä voi johtua kelvottomasta megabyte-osoitteesta tai virheellisistä URI parametreista. @@ -671,8 +671,8 @@ Osoite: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Peruuttamaton virhe on tapahtunut. Trinity ei voi enää jatkaa turvallisesti ja sammutetaan. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Peruuttamaton virhe on tapahtunut. megabyte ei voi enää jatkaa turvallisesti ja sammutetaan. @@ -737,8 +737,8 @@ Osoite: %4 - The entered address "%1" is not a valid Trinity address. - Antamasi osoite "%1" ei ole validi Trinity-osoite. + The entered address "%1" is not a valid megabyte address. + Antamasi osoite "%1" ei ole validi megabyte-osoite. @@ -756,8 +756,8 @@ Osoite: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Osoite: %4 - Automatically start Trinity after logging in to the system. - Käynnistä Trinity kirjautumisen yhteydessä. + Automatically start megabyte after logging in to the system. + Käynnistä megabyte kirjautumisen yhteydessä. - &Start Trinity on system login - &Käynnistä Trinity kirjautumisen yhteydessä + &Start megabyte on system login + &Käynnistä megabyte kirjautumisen yhteydessä @@ -844,8 +844,8 @@ Osoite: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Avaa Trinity-asiakasohjelman portti reitittimellä automaattisesti. Tämä toimii vain, jos reitittimesi tukee UPnP:tä ja se on käytössä. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Avaa megabyte-asiakasohjelman portti reitittimellä automaattisesti. Tämä toimii vain, jos reitittimesi tukee UPnP:tä ja se on käytössä. @@ -854,8 +854,8 @@ Osoite: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Ota yhteys Trinity-verkkoon SOCKS-proxyn läpi (esimerkiksi kun haluat käyttää Tor-verkkoa). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Ota yhteys megabyte-verkkoon SOCKS-proxyn läpi (esimerkiksi kun haluat käyttää Tor-verkkoa). @@ -910,7 +910,7 @@ Osoite: %4 Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - Ikkunaa suljettaessa vain pienentää Trinity-ohjelman ikkunan lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. + Ikkunaa suljettaessa vain pienentää megabyte-ohjelman ikkunan lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. @@ -929,23 +929,23 @@ Osoite: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Tässä voit määritellä käyttöliittymän kielen. Muutokset astuvat voimaan seuraavan kerran, kun Trinity käynnistetään. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Tässä voit määritellä käyttöliittymän kielen. Muutokset astuvat voimaan seuraavan kerran, kun megabyte käynnistetään. &Unit to show amounts in: - Yksikkö jona trinity-määrät näytetään + Yksikkö jona megabyte-määrät näytetään Choose the default subdivision unit to show in the interface and when sending coins. - Valitse mitä yksikköä käytetään ensisijaisesti trinity-määrien näyttämiseen. + Valitse mitä yksikköä käytetään ensisijaisesti megabyte-määrien näyttämiseen. - Whether to show Trinity addresses in the transaction list or not. - Näytetäänkö Trinity-osoitteet rahansiirrot listassa vai ei. + Whether to show megabyte addresses in the transaction list or not. + Näytetäänkö megabyte-osoitteet rahansiirrot listassa vai ei. @@ -996,8 +996,8 @@ Osoite: %4 - This setting will take effect after restarting Trinity. - Tämä asetus astuu voimaan seuraavalla kerralla, kun Trinity käynnistetään. + This setting will take effect after restarting megabyte. + Tämä asetus astuu voimaan seuraavalla kerralla, kun megabyte käynnistetään. @@ -1015,8 +1015,8 @@ Osoite: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Näytetyt tiedot eivät välttämättä ole ajantasalla. Lompakkosi synkronoituu Trinity-verkon kanssa automaattisesti yhteyden muodostamisen jälkeen, mutta synkronointi on vielä meneillään. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Näytetyt tiedot eivät välttämättä ole ajantasalla. Lompakkosi synkronoituu megabyte-verkon kanssa automaattisesti yhteyden muodostamisen jälkeen, mutta synkronointi on vielä meneillään. @@ -1051,12 +1051,12 @@ Osoite: %4 Your current balance - Tililläsi tällä hetkellä olevien Trinityien määrä + Tililläsi tällä hetkellä olevien megabyteien määrä Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Niiden saapuvien rahansiirtojen määrä, joita Trinity-verkko ei vielä ole ehtinyt vahvistaa ja siten eivät vielä näy saldossa. + Niiden saapuvien rahansiirtojen määrä, joita megabyte-verkko ei vielä ole ehtinyt vahvistaa ja siten eivät vielä näy saldossa. @@ -1069,7 +1069,7 @@ Osoite: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1219,8 +1219,8 @@ Osoite: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Näytä Trinity-Qt komentoriviparametrien ohjesivu, jossa on listattuna mahdolliset komentoriviparametrit. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Näytä megabyte-Qt komentoriviparametrien ohjesivu, jossa on listattuna mahdolliset komentoriviparametrit. @@ -1239,13 +1239,13 @@ Osoite: %4 - Trinity - Debug window - Trinity - Debug ikkuna + megabyte - Debug window + megabyte - Debug ikkuna - Trinity Core - Trinity-ydin + megabyte Core + megabyte-ydin @@ -1254,7 +1254,7 @@ Osoite: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. Avaa lokitiedosto nykyisestä data-kansiosta. Tämä voi viedä useamman sekunnin, jos lokitiedosto on iso. @@ -1264,8 +1264,8 @@ Osoite: %4 - Welcome to the Trinity RPC console. - Tervetuloa Trinity RPC konsoliin. + Welcome to the megabyte RPC console. + Tervetuloa megabyte RPC konsoliin. @@ -1290,7 +1290,7 @@ Osoite: %4 Send Coins - Lähetä Trinityeja + Lähetä megabyteeja @@ -1340,7 +1340,7 @@ Osoite: %4 Confirm send coins - Hyväksy Trinityien lähettäminen + Hyväksy megabyteien lähettäminen @@ -1360,7 +1360,7 @@ Osoite: %4 The amount to pay must be larger than 0. - Maksettavan summan tulee olla suurempi kuin 0 Trinityia. + Maksettavan summan tulee olla suurempi kuin 0 megabyteia. @@ -1385,7 +1385,7 @@ Osoite: %4 Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Virhe: Rahansiirto hylättiin. Tämä voi tapahtua jos jotkin trinityeistasi on jo käytetty, esimerkiksi jos olet käyttänyt kopiota wallet.dat-lompakkotiedostosta ja trinityit on merkitty käytetyksi vain kopiossa. + Virhe: Rahansiirto hylättiin. Tämä voi tapahtua jos jotkin megabyteeistasi on jo käytetty, esimerkiksi jos olet käyttänyt kopiota wallet.dat-lompakkotiedostosta ja megabyteit on merkitty käytetyksi vain kopiossa. @@ -1448,8 +1448,8 @@ Osoite: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Anna Trinity-osoite (esim. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Anna megabyte-osoite (esim. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,8 +1513,8 @@ Osoite: %4 - Sign the message to prove you own this Trinity address - Allekirjoita viesti todistaaksesi, että omistat tämän Trinity-osoitteen + Sign the message to prove you own this megabyte address + Allekirjoita viesti todistaaksesi, että omistat tämän megabyte-osoitteen @@ -1549,8 +1549,8 @@ Osoite: %4 - Verify the message to ensure it was signed with the specified Trinity address - Tarkista viestin allekirjoitus varmistaaksesi, että se allekirjoitettiin tietyllä Trinity-osoitteella + Verify the message to ensure it was signed with the specified megabyte address + Tarkista viestin allekirjoitus varmistaaksesi, että se allekirjoitettiin tietyllä megabyte-osoitteella @@ -1565,8 +1565,8 @@ Osoite: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Anna Trinity-osoite (esim. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Anna megabyte-osoite (esim. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Osoite: %4 - Enter Trinity signature - Syötä Trinity-allekirjoitus + Enter megabyte signature + Syötä megabyte-allekirjoitus @@ -1649,7 +1649,7 @@ Osoite: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -1955,7 +1955,7 @@ Osoite: %4 Destination address of transaction. - Rahansiirron kohteen Trinity-osoite + Rahansiirron kohteen megabyte-osoite @@ -2137,7 +2137,7 @@ Osoite: %4 Send Coins - Lähetä Trinityeja + Lähetä megabyteeja @@ -2187,8 +2187,8 @@ Osoite: %4 bitcoin-core - Trinity version - Trinityin versio + megabyte version + megabytein versio @@ -2197,8 +2197,8 @@ Osoite: %4 - Send command to -server or trinityd - Lähetä käsky palvelimelle tai trinityd:lle + Send command to -server or megabyted + Lähetä käsky palvelimelle tai megabyted:lle @@ -2217,13 +2217,13 @@ Osoite: %4 - Specify configuration file (default: trinity.conf) - Määritä asetustiedosto (oletus: trinity.conf) + Specify configuration file (default: megabyte.conf) + Määritä asetustiedosto (oletus: megabyte.conf) - Specify pid file (default: trinityd.pid) - Määritä pid-tiedosto (oletus: trinity.pid) + Specify pid file (default: megabyted.pid) + Määritä pid-tiedosto (oletus: megabyte.pid) @@ -2300,13 +2300,13 @@ Osoite: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2322,7 +2322,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2367,8 +2367,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat paikkansapitäviä! Trinity ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat paikkansapitäviä! megabyte ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. @@ -2617,8 +2617,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL asetukset (katso Trinity Wikistä tarkemmat SSL ohjeet) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL asetukset (katso megabyte Wikistä tarkemmat SSL ohjeet) @@ -2808,13 +2808,13 @@ TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Error loading wallet.dat: Wallet requires newer version of Trinity - Virhe ladattaessa wallet.dat-tiedostoa: Tarvitset uudemman version Trinityista + Error loading wallet.dat: Wallet requires newer version of megabyte + Virhe ladattaessa wallet.dat-tiedostoa: Tarvitset uudemman version megabyteista - Wallet needed to be rewritten: restart Trinity to complete - Lompakko tarvitsee uudelleenkirjoittaa: käynnistä Trinity uudelleen + Wallet needed to be rewritten: restart megabyte to complete + Lompakko tarvitsee uudelleenkirjoittaa: käynnistä megabyte uudelleen @@ -2873,8 +2873,8 @@ TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Unable to bind to %s on this computer. Trinity is probably already running. - Kytkeytyminen %s ei onnistu tällä tietokoneella. Trinity on todennäköisesti jo ajamassa. + Unable to bind to %s on this computer. megabyte is probably already running. + Kytkeytyminen %s ei onnistu tällä tietokoneella. megabyte on todennäköisesti jo ajamassa. diff --git a/src/qt/locale/bitcoin_fr.ts b/src/qt/locale/bitcoin_fr.ts index 8485351..3c6549d 100644 --- a/src/qt/locale/bitcoin_fr.ts +++ b/src/qt/locale/bitcoin_fr.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - À propos de Trinity + About megabyte + À propos de megabyte - <b>Trinity</b> version - <b>Trinity</b> version + <b>megabyte</b> version + <b>megabyte</b> version @@ -34,8 +34,8 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers - Les développeurs Trinity + The megabyte developers + Les développeurs megabyte @@ -67,8 +67,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Voici vos adresses Trinity qui vous permettent de recevoir des paiements. Vous pouvez donner une adresse différente à chaque expéditeur afin de savoir qui vous paye. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Voici vos adresses megabyte qui vous permettent de recevoir des paiements. Vous pouvez donner une adresse différente à chaque expéditeur afin de savoir qui vous paye. @@ -82,8 +82,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address - Signer un message pour prouver que vous détenez une adresse Trinity + Sign a message to prove you own a megabyte address + Signer un message pour prouver que vous détenez une adresse megabyte @@ -107,8 +107,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Vérifier un message pour vous assurer qu'il a bien été signé avec l'adresse Trinity spécifiée + Verify a message to ensure it was signed with a specified megabyte address + Vérifier un message pour vous assurer qu'il a bien été signé avec l'adresse megabyte spécifiée @@ -122,8 +122,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Ce sont vos adresses Trinity pour émettre des paiements. Vérifiez toujours le montant et l'adresse du destinataire avant d'envoyer des pièces. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Ce sont vos adresses megabyte pour émettre des paiements. Vérifiez toujours le montant et l'adresse du destinataire avant d'envoyer des pièces. @@ -248,8 +248,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Attention : Si vous chiffrez votre porte-monnaie et perdez votre phrase de passe, vous <b>PERDREZ ACCÈS À TOUS VOS TRINITYS</b> ! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Attention : Si vous chiffrez votre porte-monnaie et perdez votre phrase de passe, vous <b>PERDREZ ACCÈS À TOUS VOS megabyteS</b> ! @@ -275,8 +275,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity va à présent se fermer pour terminer la procédure de cryptage. N'oubliez pas que le chiffrement de votre porte-monnaie ne peut pas fournir une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte va à présent se fermer pour terminer la procédure de cryptage. N'oubliez pas que le chiffrement de votre porte-monnaie ne peut pas fournir une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. @@ -374,8 +374,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Afficher des informations à propos de Trinity + Show information about megabyte + Afficher des informations à propos de megabyte @@ -419,13 +419,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Envoyer des pièces à une adresse Trinity + Send coins to a megabyte address + Envoyer des pièces à une adresse megabyte - Modify configuration options for Trinity - Modifier les options de configuration de Trinity + Modify configuration options for megabyte + Modifier les options de configuration de megabyte @@ -455,8 +455,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - À &propos de Trinity + &About megabyte + À &propos de megabyte @@ -500,13 +500,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them - Signer les messages avec vos adresses Trinity pour prouver que vous les détenez + Sign messages with your megabyte addresses to prove you own them + Signer les messages avec vos adresses megabyte pour prouver que vous les détenez - Verify messages to ensure they were signed with specified Trinity addresses - Vérifier les messages pour vous assurer qu'ils ont bien été signés avec les adresses Trinity spécifiées + Verify messages to ensure they were signed with specified megabyte addresses + Vérifier les messages pour vous assurer qu'ils ont bien été signés avec les adresses megabyte spécifiées @@ -536,13 +536,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Client Trinity + megabyte client + Client megabyte - %n active connection(s) to Trinity network - %n connexion active avec le réseau Trinity%n connexions actives avec le réseau Trinity + %n active connection(s) to megabyte network + %n connexion active avec le réseau megabyte%n connexions actives avec le réseau megabyte @@ -656,8 +656,8 @@ Adresse : %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - L'URI ne peut être analysé ! Cela peut être causé par une adresse Trinity invalide ou par des paramètres d'URI malformés. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + L'URI ne peut être analysé ! Cela peut être causé par une adresse megabyte invalide ou par des paramètres d'URI malformés. @@ -671,8 +671,8 @@ Adresse : %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Une erreur fatale est survenue. Trinity ne peut plus continuer à fonctionner de façon sûre et va s'arrêter. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Une erreur fatale est survenue. megabyte ne peut plus continuer à fonctionner de façon sûre et va s'arrêter. @@ -737,8 +737,8 @@ Adresse : %4 - The entered address "%1" is not a valid Trinity address. - L'adresse fournie « %1 » n'est pas une adresse Trinity valide. + The entered address "%1" is not a valid megabyte address. + L'adresse fournie « %1 » n'est pas une adresse megabyte valide. @@ -756,8 +756,8 @@ Adresse : %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Adresse : %4 - Automatically start Trinity after logging in to the system. - Démarrer Trinity automatiquement lors de l'ouverture une session sur l'ordinateur. + Automatically start megabyte after logging in to the system. + Démarrer megabyte automatiquement lors de l'ouverture une session sur l'ordinateur. - &Start Trinity on system login - &Démarrer Trinity lors de l'ouverture d'une session + &Start megabyte on system login + &Démarrer megabyte lors de l'ouverture d'une session @@ -844,8 +844,8 @@ Adresse : %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Ouvrir le port du client Trinity automatiquement sur le routeur. Cela ne fonctionne que si votre routeur supporte l'UPnP et si la fonctionnalité est activée. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Ouvrir le port du client megabyte automatiquement sur le routeur. Cela ne fonctionne que si votre routeur supporte l'UPnP et si la fonctionnalité est activée. @@ -854,8 +854,8 @@ Adresse : %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Connexion au réseau Trinity à travers un proxy SOCKS (par ex. lors d'une connexion via Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Connexion au réseau megabyte à travers un proxy SOCKS (par ex. lors d'une connexion via Tor). @@ -929,8 +929,8 @@ Adresse : %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - La langue de l'interface utilisateur peut être définie ici. Ce réglage sera pris en compte après redémarrage de Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + La langue de l'interface utilisateur peut être définie ici. Ce réglage sera pris en compte après redémarrage de megabyte. @@ -944,8 +944,8 @@ Adresse : %4 - Whether to show Trinity addresses in the transaction list or not. - Détermine si les adresses Trinity seront affichées sur la liste des transactions. + Whether to show megabyte addresses in the transaction list or not. + Détermine si les adresses megabyte seront affichées sur la liste des transactions. @@ -996,8 +996,8 @@ Adresse : %4 - This setting will take effect after restarting Trinity. - Ce réglage sera pris en compte après un redémarrage de Trinity. + This setting will take effect after restarting megabyte. + Ce réglage sera pris en compte après un redémarrage de megabyte. @@ -1015,8 +1015,8 @@ Adresse : %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Les informations affichées peuvent être obsolètes. Votre porte-monnaie est automatiquement synchronisé avec le réseau Trinity lorsque la connexion s'établit, or ce processus n'est pas encore terminé. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Les informations affichées peuvent être obsolètes. Votre porte-monnaie est automatiquement synchronisé avec le réseau megabyte lorsque la connexion s'établit, or ce processus n'est pas encore terminé. @@ -1069,8 +1069,8 @@ Adresse : %4 PaymentServer - Cannot start trinity: click-to-pay handler - Impossible de démarrer trinity : gestionnaire de cliquer-pour-payer + Cannot start megabyte: click-to-pay handler + Impossible de démarrer megabyte : gestionnaire de cliquer-pour-payer @@ -1219,8 +1219,8 @@ Adresse : %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Afficher le message d'aide de Trinity-Qt pour obtenir la liste des options de ligne de commande disponibles pour Trinity. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Afficher le message d'aide de megabyte-Qt pour obtenir la liste des options de ligne de commande disponibles pour megabyte. @@ -1239,13 +1239,13 @@ Adresse : %4 - Trinity - Debug window - Trinity - Fenêtre de débogage + megabyte - Debug window + megabyte - Fenêtre de débogage - Trinity Core - Noyau Trinity + megabyte Core + Noyau megabyte @@ -1254,8 +1254,8 @@ Adresse : %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Ouvrir le journal de débogage de Trinity depuis le répertoire de données actuel. Cela peut prendre quelques secondes pour les journaux de grande taille. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Ouvrir le journal de débogage de megabyte depuis le répertoire de données actuel. Cela peut prendre quelques secondes pour les journaux de grande taille. @@ -1264,8 +1264,8 @@ Adresse : %4 - Welcome to the Trinity RPC console. - Bienvenue sur la console RPC de Trinity. + Welcome to the megabyte RPC console. + Bienvenue sur la console RPC de megabyte. @@ -1448,8 +1448,8 @@ Adresse : %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Entrez une adresse Trinity (par ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Entrez une adresse megabyte (par ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,8 +1513,8 @@ Adresse : %4 - Sign the message to prove you own this Trinity address - Signer le message pour prouver que vous détenez cette adresse Trinity + Sign the message to prove you own this megabyte address + Signer le message pour prouver que vous détenez cette adresse megabyte @@ -1549,8 +1549,8 @@ Adresse : %4 - Verify the message to ensure it was signed with the specified Trinity address - Vérifier le message pour vous assurer qu'il a bien été signé par l'adresse Trinity spécifiée + Verify the message to ensure it was signed with the specified megabyte address + Vérifier le message pour vous assurer qu'il a bien été signé par l'adresse megabyte spécifiée @@ -1565,8 +1565,8 @@ Adresse : %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Entrez une adresse Trinity (par ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Entrez une adresse megabyte (par ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Adresse : %4 - Enter Trinity signature - Entrer une signature Trinity + Enter megabyte signature + Entrer une signature megabyte @@ -1649,8 +1649,8 @@ Adresse : %4 SplashScreen - The Trinity developers - Les développeurs Trinity + The megabyte developers + Les développeurs megabyte @@ -2187,8 +2187,8 @@ Adresse : %4 bitcoin-core - Trinity version - Version de Trinity + megabyte version + Version de megabyte @@ -2197,8 +2197,8 @@ Adresse : %4 - Send command to -server or trinityd - Envoyer une commande à -server ou à trinityd + Send command to -server or megabyted + Envoyer une commande à -server ou à megabyted @@ -2217,13 +2217,13 @@ Adresse : %4 - Specify configuration file (default: trinity.conf) - Spécifier le fichier de configuration (par défaut : trinity.conf) + Specify configuration file (default: megabyte.conf) + Spécifier le fichier de configuration (par défaut : megabyte.conf) - Specify pid file (default: trinityd.pid) - Spécifier le fichier PID (par défaut : trinityd.pid) + Specify pid file (default: megabyted.pid) + Spécifier le fichier PID (par défaut : megabyted.pid) @@ -2300,24 +2300,24 @@ Adresse : %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, vous devez définir un mot de passe rpc dans le fichier de configuration : %s Il vous est conseillé d'utiliser le mot de passe aléatoire suivant : -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (vous n'avez pas besoin de retenir ce mot de passe) Le nom d'utilisateur et le mot de passe NE DOIVENT PAS être identiques. Si le fichier n'existe pas, créez-le avec les droits de lecture accordés au propriétaire. Il est aussi conseillé de régler alertnotify pour être prévenu des problèmes ; -par exemple : alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +par exemple : alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2332,8 +2332,8 @@ par exemple : alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Impossible d’obtenir un verrou sur le répertoire de données %s. Trinity fonctionne probablement déjà. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Impossible d’obtenir un verrou sur le répertoire de données %s. megabyte fonctionne probablement déjà. @@ -2377,8 +2377,8 @@ par exemple : alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Attention : veuillez vérifier que l'heure et la date de votre ordinateur sont correctes ! Si votre horloge n'est pas à l'heure, Trinity ne fonctionnera pas correctement. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Attention : veuillez vérifier que l'heure et la date de votre ordinateur sont correctes ! Si votre horloge n'est pas à l'heure, megabyte ne fonctionnera pas correctement. @@ -2627,8 +2627,8 @@ par exemple : alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - SSL options: (see the Trinity Wiki for SSL setup instructions) - Options SSL : (cf. le wiki de Trinity pour les instructions de configuration du SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Options SSL : (cf. le wiki de megabyte pour les instructions de configuration du SSL) @@ -2817,13 +2817,13 @@ par exemple : alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - Error loading wallet.dat: Wallet requires newer version of Trinity - Erreur lors du chargement de wallet.dat : le porte-monnaie nécessite une version plus récente de Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Erreur lors du chargement de wallet.dat : le porte-monnaie nécessite une version plus récente de megabyte - Wallet needed to be rewritten: restart Trinity to complete - Le porte-monnaie nécessitait une réécriture : veuillez redémarrer Trinity pour terminer l'opération + Wallet needed to be rewritten: restart megabyte to complete + Le porte-monnaie nécessitait une réécriture : veuillez redémarrer megabyte pour terminer l'opération @@ -2882,8 +2882,8 @@ par exemple : alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - Unable to bind to %s on this computer. Trinity is probably already running. - Impossible de se lier à %s sur cet ordinateur. Trinity fonctionne probablement déjà. + Unable to bind to %s on this computer. megabyte is probably already running. + Impossible de se lier à %s sur cet ordinateur. megabyte fonctionne probablement déjà. diff --git a/src/qt/locale/bitcoin_fr_CA.ts b/src/qt/locale/bitcoin_fr_CA.ts index 7315635..31ef2af 100644 --- a/src/qt/locale/bitcoin_fr_CA.ts +++ b/src/qt/locale/bitcoin_fr_CA.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - A propos de Trinity + About megabyte + A propos de megabyte - <b>Trinity</b> version - <b>Trinity</b> version + <b>megabyte</b> version + <b>megabyte</b> version @@ -34,7 +34,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - The Trinity developers + The megabyte developers @@ -67,8 +67,8 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Ceux-ci sont vos adresses Trinity qui vous permettent de recevoir des paiements. Vous pouvez en donner une différente à chaque expédieur afin de savoir qui vous payent. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Ceux-ci sont vos adresses megabyte qui vous permettent de recevoir des paiements. Vous pouvez en donner une différente à chaque expédieur afin de savoir qui vous payent. @@ -82,7 +82,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -107,7 +107,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -122,7 +122,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -248,7 +248,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -275,7 +275,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -374,7 +374,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Show information about Trinity + Show information about megabyte @@ -419,12 +419,12 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -455,7 +455,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Trinity + megabyte @@ -480,8 +480,8 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - &About Trinity - &A propos de Trinity + &About megabyte + &A propos de megabyte @@ -500,12 +500,12 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -536,12 +536,12 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -652,7 +652,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -667,7 +667,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -733,7 +733,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -752,7 +752,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -815,12 +815,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -840,7 +840,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -850,7 +850,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -925,7 +925,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -940,7 +940,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -992,7 +992,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1011,7 +1011,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1065,7 +1065,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1215,7 +1215,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1235,12 +1235,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1250,7 +1250,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1260,7 +1260,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1444,7 +1444,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1509,7 +1509,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1545,7 +1545,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1561,7 +1561,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1571,7 +1571,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1645,7 +1645,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2183,7 +2183,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version @@ -2193,7 +2193,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2213,12 +2213,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2296,13 +2296,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2318,7 +2318,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2363,7 +2363,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2613,7 +2613,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2803,12 +2803,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2868,7 +2868,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_gu_IN.ts b/src/qt/locale/bitcoin_gu_IN.ts index efaffbf..d3bd013 100644 --- a/src/qt/locale/bitcoin_gu_IN.ts +++ b/src/qt/locale/bitcoin_gu_IN.ts @@ -4,12 +4,12 @@ AboutDialog - About Trinity + About megabyte બીટકોઈન વિષે - <b>Trinity</b> version + <b>megabyte</b> version @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,7 +369,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,7 +2178,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts index 6108643..61384b5 100644 --- a/src/qt/locale/bitcoin_he.ts +++ b/src/qt/locale/bitcoin_he.ts @@ -4,12 +4,12 @@ AboutDialog - About Trinity + About megabyte אודות ביטקוין - <b>Trinity</b> version + <b>megabyte</b> version גרסת <b>ביטקוין</b> @@ -34,7 +34,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -67,7 +67,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. אלה כתובת הביטקוין שלך עבור קבלת תשלומים. ייתכן ותרצה לתת כתובת שונה לכל שולח כדי שתוכל לעקוב אחר מי משלם לך. @@ -82,7 +82,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address חתום על הודעה בכדי להוכיח כי אתה הבעלים של כתובת ביטקוין. @@ -107,7 +107,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address אמת הודעה בכדי להבטיח שהיא נחתמה עם כתובת ביטקוין מסוימת. @@ -122,7 +122,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. אלה כתובת הביטקוין שלך עבור שליחת תשלומים. תמיד בדוק את מספר ואת כתובות מקבלי התשלומים לפני שליחת מטבעות. @@ -248,7 +248,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! אזהרה: אם אתה מצפין את הארנק ומאבד את הסיסמא, אתה <b>תאבד את כל הביטקוינים שלך</b>! @@ -275,7 +275,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. ביטקוין ייסגר עכשיו כדי להשלים את תהליך ההצפנה. זכור שהצפנת הארנק שלך אינו יכול להגן באופן מלא על הביטקוינים שלך מתוכנות זדוניות המושתלות על המחשב. @@ -374,7 +374,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte הצג מידע על ביטקוין @@ -419,12 +419,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address שלח מטבעות לכתובת ביטקוין - Modify configuration options for Trinity + Modify configuration options for megabyte שנה אפשרויות תצורה עבור ביטקוין @@ -455,7 +455,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte ביטקוין @@ -480,7 +480,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte אודות ביטקוין @@ -500,12 +500,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them חתום על הודעות עם כתובות הביטקוין שלך כדי להוכיח שהן בבעלותך - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses אמת הודעות כדי להבטיח שהן נחתמו עם כתובת ביטקוין מסוימות @@ -536,12 +536,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client תוכנת ביטקוין - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network חיבור פעיל אחד לרשת הביטקוין%n חיבורים פעילים לרשת הביטקוין @@ -655,7 +655,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. לא ניתן לנתח URI! זה יכול להיגרם כתוצאה מכתובת ביטקוין לא תקינה או פרמטרי URI חסרי צורה תקינה. @@ -670,7 +670,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. שגיאה סופנית אירעה. ביטקוין אינו יכול להמשיך לפעול בבטחה ולכן ייסגר. @@ -736,7 +736,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. הכתובת שהוכנסה "%1" אינה כתובת ביטקוין תקינה. @@ -755,8 +755,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -818,12 +818,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. הפעל את ביטקוין באופן עצמאי לאחר התחברות למערכת. - &Start Trinity on system login + &Start megabyte on system login התחל את ביטקוין בעת התחברות למערכת @@ -843,7 +843,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. פתח את פורט ביטקוין בנתב באופן אוטומטי. עובד רק אם UPnP מאופשר ונתמך ע"י הנתב. @@ -853,7 +853,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). התחבר לרשת הביטקוין דרך פרוקסי SOCKS (למשל בעת התחברות דרך Tor). @@ -928,7 +928,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. ניתן לקבוע כאן את שפת ממשק המשתמש. הגדרה זו תחול לאחר הפעלה מחדש של ביטקוין. @@ -943,7 +943,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. האם להציג כתובות ביטקוין ברשימת הפעולות או לא. @@ -995,7 +995,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. הגדרה זו תחול לאחר הפעלה מחדש של ביטקוין. @@ -1014,7 +1014,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. המידע המוצג עשוי להיות מיושן. הארנק שלך מסתנכרן באופן אוטומטי עם רשת הביטקוין לאחר כינון חיבור, אך התהליך טרם הסתיים. @@ -1068,7 +1068,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler לא ניתן להתחיל את ביטקוין: מפעיל לחץ-לתשלום @@ -1218,8 +1218,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - הצג את הודעה העזרה של trinity-qt כדי לקבל רשימה של אפשרויות שורת פקודה של ביטקוין. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + הצג את הודעה העזרה של megabyte-qt כדי לקבל רשימה של אפשרויות שורת פקודה של ביטקוין. @@ -1238,12 +1238,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window ביטקוין - חלון ניפוי - Trinity Core + megabyte Core ליבת ביטקוין @@ -1253,7 +1253,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. פתח את קובץ יומן הניפוי מתיקיית הנתונים הנוכחית. זה עשוי לקחת מספר שניות עבור קובצי יומן גדולים. @@ -1263,7 +1263,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. ברוכים הבאים ללוח בקרת RPC של ביטקוין @@ -1447,7 +1447,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) הכנס כתובת ביטקוין (למשל 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1512,7 +1512,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address חתום על ההודעה כדי להוכיח שכתובת הביטקוין הזו בבעלותך. @@ -1548,7 +1548,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address אמת את ההודעה כדי להבטיח שהיא נחתמה עם כתובת הביטקוין הנתונה @@ -1564,7 +1564,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) הכנס כתובת ביטקוין (למשל 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1574,7 +1574,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature הכנס חתימת ביטקוין @@ -1648,7 +1648,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2186,7 +2186,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version גרסת ביטקוין @@ -2196,8 +2196,8 @@ Address: %4 - Send command to -server or trinityd - שלח פקודה ל -server או trinityd + Send command to -server or megabyted + שלח פקודה ל -server או megabyted @@ -2216,13 +2216,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - ציין קובץ הגדרות (ברירת מחדל: trinity.conf) + Specify configuration file (default: megabyte.conf) + ציין קובץ הגדרות (ברירת מחדל: megabyte.conf) - Specify pid file (default: trinityd.pid) - ציין קובץ pid (ברירת מחדל: trinityd.pid) + Specify pid file (default: megabyted.pid) + ציין קובץ pid (ברירת מחדל: megabyted.pid) @@ -2299,24 +2299,24 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, עליך לקבוע סיסמת RPC בקובץ הקונפיגורציה: %s מומלץ להשתמש בסיסמא האקראית הבאה: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (אין צורך לזכור את הסיסמה) אסור ששם המשתמש והסיסמא יהיו זהים. אם הקובץ אינו קיים, צור אותו עם הרשאות קריאה לבעלים בלבד. זה מומלץ לסמן alertnotify כדי לקבל דיווח על תקלות; -למשל: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +למשל: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2331,7 +2331,7 @@ rpcpassword=%s - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. לא מסוגל להשיג נעילה על תיקיית הנתונים %s. כנראה שביטקוין כבר רץ. @@ -2376,7 +2376,7 @@ rpcpassword=%s - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. אזהרה: אנא בדוק שהתאריך והשעה של המחשב שלך נכונים! אם השעון שלך אינו נכון ביטקוין לא יעבוד כראוי. @@ -2626,7 +2626,7 @@ rpcpassword=%s - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) אפשרויות SSL: (ראה את הויקי של ביטקוין עבור הוראות הגדרת SSL) @@ -2816,12 +2816,12 @@ rpcpassword=%s - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte שגיאה בטעינת הקובץ wallet.dat: הארנק דורש גרסה חדשה יותר של ביטקוין - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete יש לכתוב מחדש את הארנק: אתחל את ביטקוין לסיום @@ -2881,7 +2881,7 @@ rpcpassword=%s - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. לא ניתן לקשור ל-%s במחשב זה. ביטקוין כנראה עדיין רץ. diff --git a/src/qt/locale/bitcoin_hi_IN.ts b/src/qt/locale/bitcoin_hi_IN.ts index dde5e16..f186686 100644 --- a/src/qt/locale/bitcoin_hi_IN.ts +++ b/src/qt/locale/bitcoin_hi_IN.ts @@ -4,12 +4,12 @@ AboutDialog - About Trinity + About megabyte बिटकोइन के संबंध में - <b>Trinity</b> version + <b>megabyte</b> version बिटकोइन वर्सन @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -370,7 +370,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte बीटकोइन के बारे में जानकारी ! @@ -415,12 +415,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -451,7 +451,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte बीटकोइन @@ -476,7 +476,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -496,12 +496,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -532,12 +532,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network %n सक्रिया संपर्क बीटकोइन नेटवर्क से%n सक्रिया संपर्क बीटकोइन नेटवर्क से @@ -651,7 +651,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -666,7 +666,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -732,7 +732,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -751,7 +751,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt बीटकोइन-Qt @@ -814,12 +814,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -839,7 +839,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -849,7 +849,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -924,7 +924,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -939,7 +939,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -991,7 +991,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1010,7 +1010,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1064,7 +1064,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1215,7 +1215,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1235,12 +1235,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1250,7 +1250,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1260,7 +1260,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1444,8 +1444,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity एड्रेस लिखें (उदाहरण: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte एड्रेस लिखें (उदाहरण: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1509,7 +1509,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1545,7 +1545,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1561,8 +1561,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity एड्रेस लिखें (उदाहरण: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte एड्रेस लिखें (उदाहरण: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1571,7 +1571,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1645,7 +1645,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2183,7 +2183,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version बीटकोइन संस्करण @@ -2193,8 +2193,8 @@ Address: %4 - Send command to -server or trinityd - -server या trinityd को कमांड भेजें + Send command to -server or megabyted + -server या megabyted को कमांड भेजें @@ -2213,13 +2213,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - configuraion की फाइल का विवरण दें (default: trinity.conf) + Specify configuration file (default: megabyte.conf) + configuraion की फाइल का विवरण दें (default: megabyte.conf) - Specify pid file (default: trinityd.pid) - pid फाइल का विवरण दें (default: trinity.pid) + Specify pid file (default: megabyted.pid) + pid फाइल का विवरण दें (default: megabyte.pid) @@ -2296,13 +2296,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2318,7 +2318,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2363,7 +2363,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2613,7 +2613,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2803,12 +2803,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2868,7 +2868,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_hr.ts b/src/qt/locale/bitcoin_hr.ts index 3953ab2..2d46914 100644 --- a/src/qt/locale/bitcoin_hr.ts +++ b/src/qt/locale/bitcoin_hr.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - O Trinity-u + About megabyte + O megabyte-u - <b>Trinity</b> version - <b>Trinity</b> verzija + <b>megabyte</b> version + <b>megabyte</b> verzija @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,8 +62,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Ovo su vaše Trinity adrese za primanje isplate. Možda želite dati drukčiju adresu svakom primatelju tako da možete pratiti tko je platio. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Ovo su vaše megabyte adrese za primanje isplate. Možda želite dati drukčiju adresu svakom primatelju tako da možete pratiti tko je platio. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,8 +243,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Upozorenje: Ako šifrirate vaš novčanik i izgubite lozinku, <b>IZGUBIT ĆETE SVE SVOJE TRINITYSE!</b> + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Upozorenje: Ako šifrirate vaš novčanik i izgubite lozinku, <b>IZGUBIT ĆETE SVE SVOJE megabyteSE!</b> @@ -270,8 +270,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity će se sada zatvoriti kako bi dovršio postupak šifriranja. Zapamtite da šifriranje vašeg novčanika ne može u potpunosti zaštititi vaše trinitye od krađe preko zloćudnog softvera koji bi bio na vašem računalu. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte će se sada zatvoriti kako bi dovršio postupak šifriranja. Zapamtite da šifriranje vašeg novčanika ne može u potpunosti zaštititi vaše megabytee od krađe preko zloćudnog softvera koji bi bio na vašem računalu. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Prikaži informacije o Trinityu + Show information about megabyte + Prikaži informacije o megabyteu @@ -414,13 +414,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Slanje novca na trinity adresu + Send coins to a megabyte address + Slanje novca na megabyte adresu - Modify configuration options for Trinity - Promijeni postavke konfiguracije za trinity + Modify configuration options for megabyte + Promijeni postavke konfiguracije za megabyte @@ -450,8 +450,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -475,8 +475,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &O Trinityu + &About megabyte + &O megabyteu @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,13 +531,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Trinity klijent + megabyte client + megabyte klijent - %n active connection(s) to Trinity network - %n aktivna veza na Trinity mrežu%n aktivne veze na Trinity mrežu%n aktivnih veza na Trinity mrežu + %n active connection(s) to megabyte network + %n aktivna veza na megabyte mrežu%n aktivne veze na megabyte mrežu%n aktivnih veza na megabyte mrežu @@ -651,7 +651,7 @@ Adresa:%4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -666,7 +666,7 @@ Adresa:%4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -732,8 +732,8 @@ Adresa:%4 - The entered address "%1" is not a valid Trinity address. - Upisana adresa "%1" nije valjana trinity adresa. + The entered address "%1" is not a valid megabyte address. + Upisana adresa "%1" nije valjana megabyte adresa. @@ -751,7 +751,7 @@ Adresa:%4 - Trinity-Qt + megabyte-Qt @@ -814,13 +814,13 @@ Adresa:%4 - Automatically start Trinity after logging in to the system. - Automatski pokreni Trinity kad se uključi računalo + Automatically start megabyte after logging in to the system. + Automatski pokreni megabyte kad se uključi računalo - &Start Trinity on system login - &Pokreni Trinity kod pokretanja sustava + &Start megabyte on system login + &Pokreni megabyte kod pokretanja sustava @@ -839,8 +839,8 @@ Adresa:%4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Automatski otvori port Trinity klijenta na ruteru. To radi samo ako ruter podržava UPnP i ako je omogućen. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Automatski otvori port megabyte klijenta na ruteru. To radi samo ako ruter podržava UPnP i ako je omogućen. @@ -849,7 +849,7 @@ Adresa:%4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). Spojite se na Bitcon mrežu putem SOCKS proxy-a (npr. kod povezivanja kroz Tor) @@ -924,7 +924,7 @@ Adresa:%4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,11 +935,11 @@ Adresa:%4 Choose the default subdivision unit to show in the interface and when sending coins. - Izaberite željeni najmanji dio trinitya koji će biti prikazan u sučelju i koji će se koristiti za plaćanje. + Izaberite željeni najmanji dio megabytea koji će biti prikazan u sučelju i koji će se koristiti za plaćanje. - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -991,7 +991,7 @@ Adresa:%4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1010,7 +1010,7 @@ Adresa:%4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1064,7 +1064,7 @@ Adresa:%4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1214,7 +1214,7 @@ Adresa:%4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1234,12 +1234,12 @@ Adresa:%4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1249,7 +1249,7 @@ Adresa:%4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1259,7 +1259,7 @@ Adresa:%4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1443,8 +1443,8 @@ Adresa:%4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Unesite Trinity adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Unesite megabyte adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1467,7 +1467,7 @@ Adresa:%4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Unesite Trinity adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Unesite megabyte adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1508,7 +1508,7 @@ Adresa:%4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,11 +1540,11 @@ Adresa:%4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Unesite Trinity adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Unesite megabyte adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1560,8 +1560,8 @@ Adresa:%4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Unesite Trinity adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Unesite megabyte adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1570,7 +1570,7 @@ Adresa:%4 - Enter Trinity signature + Enter megabyte signature @@ -1644,7 +1644,7 @@ Adresa:%4 SplashScreen - The Trinity developers + The megabyte developers @@ -2182,8 +2182,8 @@ Adresa:%4 bitcoin-core - Trinity version - Trinity verzija + megabyte version + megabyte verzija @@ -2192,8 +2192,8 @@ Adresa:%4 - Send command to -server or trinityd - Pošalji komandu usluzi -server ili trinityd + Send command to -server or megabyted + Pošalji komandu usluzi -server ili megabyted @@ -2212,13 +2212,13 @@ Adresa:%4 - Specify configuration file (default: trinity.conf) - Odredi konfiguracijsku datoteku (ugrađeni izbor: trinity.conf) + Specify configuration file (default: megabyte.conf) + Odredi konfiguracijsku datoteku (ugrađeni izbor: megabyte.conf) - Specify pid file (default: trinityd.pid) - Odredi proces ID datoteku (ugrađeni izbor: trinity.pid) + Specify pid file (default: megabyted.pid) + Odredi proces ID datoteku (ugrađeni izbor: megabyte.pid) @@ -2295,13 +2295,13 @@ Adresa:%4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2317,7 +2317,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2362,8 +2362,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Upozorenje: Molimo provjerite jesu li datum i vrijeme na vašem računalu točni. Ako vaš sat ide krivo, Trinity neće raditi ispravno. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Upozorenje: Molimo provjerite jesu li datum i vrijeme na vašem računalu točni. Ako vaš sat ide krivo, megabyte neće raditi ispravno. @@ -2612,8 +2612,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL postavke: (za detalje o podešavanju SSL opcija vidi Trinity Wiki) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL postavke: (za detalje o podešavanju SSL opcija vidi megabyte Wiki) @@ -2802,13 +2802,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Greška kod učitavanja wallet.dat: Novčanik zahtjeva noviju verziju Trinitya + Error loading wallet.dat: Wallet requires newer version of megabyte + Greška kod učitavanja wallet.dat: Novčanik zahtjeva noviju verziju megabytea - Wallet needed to be rewritten: restart Trinity to complete - Novčanik je trebao prepravak: ponovo pokrenite Trinity + Wallet needed to be rewritten: restart megabyte to complete + Novčanik je trebao prepravak: ponovo pokrenite megabyte @@ -2867,8 +2867,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Program ne može koristiti %s na ovom računalu. Trinity program je vjerojatno već pokrenut. + Unable to bind to %s on this computer. megabyte is probably already running. + Program ne može koristiti %s na ovom računalu. megabyte program je vjerojatno već pokrenut. diff --git a/src/qt/locale/bitcoin_hu.ts b/src/qt/locale/bitcoin_hu.ts index 74bb8f5..23c0558 100644 --- a/src/qt/locale/bitcoin_hu.ts +++ b/src/qt/locale/bitcoin_hu.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - A Trinityról + About megabyte + A megabyteról - <b>Trinity</b> version - <b>Trinity</b> verzió + <b>megabyte</b> version + <b>megabyte</b> verzió @@ -33,7 +33,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - The Trinity developers + The megabyte developers @@ -66,8 +66,8 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Ezekkel a Trinity-címekkel fogadhatod kifizetéseket. Érdemes lehet minden egyes kifizető számára külön címet létrehozni, hogy könnyebben nyomon követhesd, kitől kaptál már pénzt. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Ezekkel a megabyte-címekkel fogadhatod kifizetéseket. Érdemes lehet minden egyes kifizető számára külön címet létrehozni, hogy könnyebben nyomon követhesd, kitől kaptál már pénzt. @@ -81,7 +81,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -106,8 +106,8 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Verify a message to ensure it was signed with a specified Trinity address - Üzenet ellenőrzése, hogy valóban a megjelölt Trinity címekkel van-e aláírva. + Verify a message to ensure it was signed with a specified megabyte address + Üzenet ellenőrzése, hogy valóban a megjelölt megabyte címekkel van-e aláírva. @@ -121,7 +121,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -247,8 +247,8 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Figyelem: Ha kódolod a tárcát, és elveszíted a jelszavad, akkor <b>AZ ÖSSZES TRINITYODAT IS EL FOGOD VESZÍTENI!</b> + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Figyelem: Ha kódolod a tárcát, és elveszíted a jelszavad, akkor <b>AZ ÖSSZES megabyteODAT IS EL FOGOD VESZÍTENI!</b> @@ -274,8 +274,8 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity will close now to finish the encryption process. Ne feledd, hogy a tárca titkosítása sem nyújt teljes védelmet az adathalász programok fertőzésével szemben. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Ne feledd, hogy a tárca titkosítása sem nyújt teljes védelmet az adathalász programok fertőzésével szemben. @@ -373,8 +373,8 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Show information about Trinity - Információk a Trinityról + Show information about megabyte + Információk a megabyteról @@ -418,13 +418,13 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Send coins to a Trinity address + Send coins to a megabyte address Érmék küldése megadott címre - Modify configuration options for Trinity - Trinity konfigurációs opciók + Modify configuration options for megabyte + megabyte konfigurációs opciók @@ -454,8 +454,8 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Trinity - Trinity + megabyte + megabyte @@ -479,8 +479,8 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - &About Trinity - &A Trinityról + &About megabyte + &A megabyteról @@ -499,13 +499,13 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Sign messages with your Trinity addresses to prove you own them - Üzenet aláírása a Trinity címmel, amivel bizonyítja, hogy a cím az ön tulajdona. + Sign messages with your megabyte addresses to prove you own them + Üzenet aláírása a megabyte címmel, amivel bizonyítja, hogy a cím az ön tulajdona. - Verify messages to ensure they were signed with specified Trinity addresses - Annak ellenőrzése, hogy az üzenetek valóban a megjelölt Trinity címekkel vannak-e alaírva + Verify messages to ensure they were signed with specified megabyte addresses + Annak ellenőrzése, hogy az üzenetek valóban a megjelölt megabyte címekkel vannak-e alaírva @@ -535,13 +535,13 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - Trinity client - Trinity kliens + megabyte client + megabyte kliens - %n active connection(s) to Trinity network - %n aktív kapcsolat a Trinity-hálózattal%n aktív kapcsolat a Trinity-hálózattal + %n active connection(s) to megabyte network + %n aktív kapcsolat a megabyte-hálózattal%n aktív kapcsolat a megabyte-hálózattal @@ -655,7 +655,7 @@ Cím: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -670,7 +670,7 @@ Cím: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -736,8 +736,8 @@ Cím: %4 - The entered address "%1" is not a valid Trinity address. - A megadott "%1" cím nem egy érvényes Trinity-cím. + The entered address "%1" is not a valid megabyte address. + A megadott "%1" cím nem egy érvényes megabyte-cím. @@ -755,7 +755,7 @@ Cím: %4 - Trinity-Qt + megabyte-Qt @@ -819,12 +819,12 @@ Cím: %4 - Automatically start Trinity after logging in to the system. - Induljon el a Trinity a számítógép bekapcsolásakor + Automatically start megabyte after logging in to the system. + Induljon el a megabyte a számítógép bekapcsolásakor - &Start Trinity on system login + &Start megabyte on system login &Induljon el a számítógép bekapcsolásakor @@ -844,8 +844,8 @@ Cím: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - A Trinity-kliens portjának automatikus megnyitása a routeren. Ez csak akkor működik, ha a routered támogatja az UPnP-t és az engedélyezve is van rajta. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + A megabyte-kliens portjának automatikus megnyitása a routeren. Ez csak akkor működik, ha a routered támogatja az UPnP-t és az engedélyezve is van rajta. @@ -854,8 +854,8 @@ Cím: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - SOCKS proxyn keresztüli csatlakozás a Trinity hálózatához (pl. Tor-on keresztüli csatlakozás esetén) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + SOCKS proxyn keresztüli csatlakozás a megabyte hálózatához (pl. Tor-on keresztüli csatlakozás esetén) @@ -929,7 +929,7 @@ Cím: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -944,7 +944,7 @@ Cím: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -996,8 +996,8 @@ Cím: %4 - This setting will take effect after restarting Trinity. - Ez a beállítás a Trinity ujraindítása után lép érvénybe. + This setting will take effect after restarting megabyte. + Ez a beállítás a megabyte ujraindítása után lép érvénybe. @@ -1015,8 +1015,8 @@ Cím: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - A kijelzett információ lehet, hogy elavult. A pénztárcája automatikusan szinkronizálja magát a Trinity hálózattal miután a kapcsolat létrejön, de ez e folyamat még nem fejeződött be. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + A kijelzett információ lehet, hogy elavult. A pénztárcája automatikusan szinkronizálja magát a megabyte hálózattal miután a kapcsolat létrejön, de ez e folyamat még nem fejeződött be. @@ -1069,7 +1069,7 @@ Cím: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1219,7 +1219,7 @@ Cím: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1239,12 +1239,12 @@ Cím: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1254,7 +1254,7 @@ Cím: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1264,7 +1264,7 @@ Cím: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1365,7 +1365,7 @@ Cím: %4 The amount exceeds your balance. - Nincs ennyi trinity az egyenlegeden. + Nincs ennyi megabyte az egyenlegeden. @@ -1449,8 +1449,8 @@ Cím: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adj meg egy Trinity-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Adj meg egy megabyte-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) @@ -1473,7 +1473,7 @@ Cím: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adj meg egy Trinity-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) + Adj meg egy megabyte-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) @@ -1514,7 +1514,7 @@ Cím: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1546,11 +1546,11 @@ Cím: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adj meg egy Trinity-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) + Adj meg egy megabyte-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1566,8 +1566,8 @@ Cím: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adj meg egy Trinity-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Adj meg egy megabyte-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) @@ -1576,8 +1576,8 @@ Cím: %4 - Enter Trinity signature - Adja meg a Trinity aláírást + Enter megabyte signature + Adja meg a megabyte aláírást @@ -1650,7 +1650,7 @@ Cím: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2188,8 +2188,8 @@ Cím: %4 bitcoin-core - Trinity version - Trinity verzió + megabyte version + megabyte verzió @@ -2198,8 +2198,8 @@ Cím: %4 - Send command to -server or trinityd - Parancs küldése a -serverhez vagy a trinitydhez + Send command to -server or megabyted + Parancs küldése a -serverhez vagy a megabytedhez @@ -2222,14 +2222,14 @@ Cím: %4 - Specify configuration file (default: trinity.conf) - Konfigurációs fájl (alapértelmezett: trinity.conf) + Specify configuration file (default: megabyte.conf) + Konfigurációs fájl (alapértelmezett: megabyte.conf) - Specify pid file (default: trinityd.pid) - pid-fájl (alapértelmezett: trinityd.pid) + Specify pid file (default: megabyted.pid) + pid-fájl (alapértelmezett: megabyted.pid) @@ -2311,13 +2311,13 @@ Cím: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2333,7 +2333,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2378,8 +2378,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Figyelem: Ellenőrizd, hogy helyesen van-e beállítva a gépeden a dátum és az idő. A Trinity nem fog megfelelően működni, ha rosszul van beállítvaaz órád. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Figyelem: Ellenőrizd, hogy helyesen van-e beállítva a gépeden a dátum és az idő. A megabyte nem fog megfelelően működni, ha rosszul van beállítvaaz órád. @@ -2628,8 +2628,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL-opciók: (lásd a Trinity Wiki SSL-beállítási instrukcióit) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL-opciók: (lásd a megabyte Wiki SSL-beállítási instrukcióit) @@ -2829,13 +2829,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Hiba a wallet.dat betöltése közben: ehhez a tárcához újabb verziójú Trinity-kliens szükséges + Error loading wallet.dat: Wallet requires newer version of megabyte + Hiba a wallet.dat betöltése közben: ehhez a tárcához újabb verziójú megabyte-kliens szükséges - Wallet needed to be rewritten: restart Trinity to complete - A Tárca újraírása szükséges: Indítsa újra a teljesen a Trinity-t + Wallet needed to be rewritten: restart megabyte to complete + A Tárca újraírása szükséges: Indítsa újra a teljesen a megabyte-t @@ -2880,7 +2880,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. Insufficient funds - Nincs elég trinityod. + Nincs elég megabyteod. @@ -2894,8 +2894,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - A %s nem elérhető ezen a gépen. A Trinity valószínűleg fut már. + Unable to bind to %s on this computer. megabyte is probably already running. + A %s nem elérhető ezen a gépen. A megabyte valószínűleg fut már. diff --git a/src/qt/locale/bitcoin_it.ts b/src/qt/locale/bitcoin_it.ts index 606ba4f..a7964c8 100644 --- a/src/qt/locale/bitcoin_it.ts +++ b/src/qt/locale/bitcoin_it.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Info su Trinity + About megabyte + Info su megabyte - <b>Trinity</b> version - Versione di <b>Trinity</b> + <b>megabyte</b> version + Versione di <b>megabyte</b> @@ -34,8 +34,8 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - The Trinity developers - Sviluppatori di Trinity + The megabyte developers + Sviluppatori di megabyte @@ -67,8 +67,8 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Questi sono i tuoi indirizzi Trinity per ricevere pagamenti. Potrai darne uno diverso ad ognuno per tenere così traccia di chi ti sta pagando. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Questi sono i tuoi indirizzi megabyte per ricevere pagamenti. Potrai darne uno diverso ad ognuno per tenere così traccia di chi ti sta pagando. @@ -82,7 +82,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Firma un messaggio per dimostrare di possedere questo indirizzo @@ -107,8 +107,8 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Verify a message to ensure it was signed with a specified Trinity address - Verifica un messaggio per accertarsi che sia firmato con un indirizzo Trinity specifico + Verify a message to ensure it was signed with a specified megabyte address + Verifica un messaggio per accertarsi che sia firmato con un indirizzo megabyte specifico @@ -122,7 +122,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -138,7 +138,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Send &Coins - Invia &Trinity + Invia &megabyte @@ -248,8 +248,8 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Attenzione: se si cifra il portamonete e si perde la frase d'ordine, <b>SI PERDERANNO TUTTI I PROPRI TRINITY</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Attenzione: se si cifra il portamonete e si perde la frase d'ordine, <b>SI PERDERANNO TUTTI I PROPRI megabyte</b>! @@ -275,8 +275,8 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity verrà ora chiuso per finire il processo di crittazione. Ricorda che criptare il tuo portamonete non può fornire una protezione totale contro furti causati da malware che dovessero infettare il tuo computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte verrà ora chiuso per finire il processo di crittazione. Ricorda che criptare il tuo portamonete non può fornire una protezione totale contro furti causati da malware che dovessero infettare il tuo computer. @@ -374,8 +374,8 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Show information about Trinity - Mostra informazioni su Trinity + Show information about megabyte + Mostra informazioni su megabyte @@ -419,13 +419,13 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Send coins to a Trinity address - Invia monete ad un indirizzo trinity + Send coins to a megabyte address + Invia monete ad un indirizzo megabyte - Modify configuration options for Trinity - Modifica configurazione opzioni per trinity + Modify configuration options for megabyte + Modifica configurazione opzioni per megabyte @@ -455,8 +455,8 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - &About Trinity - &Info su Trinity + &About megabyte + &Info su megabyte @@ -500,13 +500,13 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Sign messages with your Trinity addresses to prove you own them - Firma i messaggi con il tuo indirizzo Trinity per dimostrare di possederli + Sign messages with your megabyte addresses to prove you own them + Firma i messaggi con il tuo indirizzo megabyte per dimostrare di possederli - Verify messages to ensure they were signed with specified Trinity addresses - Verifica i messaggi per accertarsi che siano stati firmati con gli indirizzi Trinity specificati + Verify messages to ensure they were signed with specified megabyte addresses + Verifica i messaggi per accertarsi che siano stati firmati con gli indirizzi megabyte specificati @@ -536,13 +536,13 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - Trinity client - Trinity client + megabyte client + megabyte client - %n active connection(s) to Trinity network - %n connessione attiva alla rete Trinity%n connessioni attive alla rete Trinity + %n active connection(s) to megabyte network + %n connessione attiva alla rete megabyte%n connessioni attive alla rete megabyte @@ -657,8 +657,8 @@ Indirizzo: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - Impossibile interpretare l'URI! Ciò può essere causato da un indirizzo Trinity invalido o da parametri URI non corretti. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + Impossibile interpretare l'URI! Ciò può essere causato da un indirizzo megabyte invalido o da parametri URI non corretti. @@ -672,8 +672,8 @@ Indirizzo: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Riscontrato un errore irreversibile. Trinity non può più continuare in sicurezza e verrà terminato. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Riscontrato un errore irreversibile. megabyte non può più continuare in sicurezza e verrà terminato. @@ -738,8 +738,8 @@ Indirizzo: %4 - The entered address "%1" is not a valid Trinity address. - L'indirizzo inserito "%1" non è un indirizzo trinity valido. + The entered address "%1" is not a valid megabyte address. + L'indirizzo inserito "%1" non è un indirizzo megabyte valido. @@ -757,8 +757,8 @@ Indirizzo: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -821,13 +821,13 @@ Indirizzo: %4 - Automatically start Trinity after logging in to the system. - Avvia automaticamente Trinity all'accensione del computer + Automatically start megabyte after logging in to the system. + Avvia automaticamente megabyte all'accensione del computer - &Start Trinity on system login - &Fai partire Trinity all'avvio del sistema + &Start megabyte on system login + &Fai partire megabyte all'avvio del sistema @@ -846,8 +846,8 @@ Indirizzo: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Apri automaticamente la porta del client Trinity sul router. Questo funziona solo se il router supporta UPnP ed è abilitato. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Apri automaticamente la porta del client megabyte sul router. Questo funziona solo se il router supporta UPnP ed è abilitato. @@ -856,7 +856,7 @@ Indirizzo: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). Connettiti alla rete Bitcon attraverso un proxy SOCKS (ad esempio quando ci si collega via Tor) @@ -931,8 +931,8 @@ Indirizzo: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - La lingua dell'interfaccia utente può essere impostata qui. L'impostazione avrà effetto dopo il riavvio di Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + La lingua dell'interfaccia utente può essere impostata qui. L'impostazione avrà effetto dopo il riavvio di megabyte. @@ -946,8 +946,8 @@ Indirizzo: %4 - Whether to show Trinity addresses in the transaction list or not. - Se mostrare l'indirizzo Trinity nella transazione o meno. + Whether to show megabyte addresses in the transaction list or not. + Se mostrare l'indirizzo megabyte nella transazione o meno. @@ -998,8 +998,8 @@ Indirizzo: %4 - This setting will take effect after restarting Trinity. - L'impostazione avrà effetto dopo il riavvio di Trinity. + This setting will take effect after restarting megabyte. + L'impostazione avrà effetto dopo il riavvio di megabyte. @@ -1017,8 +1017,8 @@ Indirizzo: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Le informazioni visualizzate sono datate. Il tuo partafogli verrà sincronizzato automaticamente con il network Trinity dopo che la connessione è stabilita, ma questo processo non può essere completato ora. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Le informazioni visualizzate sono datate. Il tuo partafogli verrà sincronizzato automaticamente con il network megabyte dopo che la connessione è stabilita, ma questo processo non può essere completato ora. @@ -1071,7 +1071,7 @@ Indirizzo: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1221,8 +1221,8 @@ Indirizzo: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Mostra il messaggio di aiuto di Trinity-QT per avere la lista di tutte le opzioni della riga di comando di Trinity. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Mostra il messaggio di aiuto di megabyte-QT per avere la lista di tutte le opzioni della riga di comando di megabyte. @@ -1241,12 +1241,12 @@ Indirizzo: %4 - Trinity - Debug window - Trinity - Finestra debug + megabyte - Debug window + megabyte - Finestra debug - Trinity Core + megabyte Core @@ -1256,8 +1256,8 @@ Indirizzo: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Apri il file di log del debug di Trinity dalla cartella attuale. Può richiedere alcuni secondi per file di log grandi. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Apri il file di log del debug di megabyte dalla cartella attuale. Può richiedere alcuni secondi per file di log grandi. @@ -1266,8 +1266,8 @@ Indirizzo: %4 - Welcome to the Trinity RPC console. - Benvenuto nella console RPC di Trinity + Welcome to the megabyte RPC console. + Benvenuto nella console RPC di megabyte @@ -1292,7 +1292,7 @@ Indirizzo: %4 Send Coins - Spedisci Trinity + Spedisci megabyte @@ -1342,7 +1342,7 @@ Indirizzo: %4 Confirm send coins - Conferma la spedizione di trinity + Conferma la spedizione di megabyte @@ -1387,7 +1387,7 @@ Indirizzo: %4 Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Errore: la transazione è stata rifiutata. Ciò accade se alcuni trinity nel portamonete sono stati già spesi, ad esempio se è stata usata una copia del file wallet.dat e i trinity sono stati spesi dalla copia ma non segnati come spesi qui. + Errore: la transazione è stata rifiutata. Ciò accade se alcuni megabyte nel portamonete sono stati già spesi, ad esempio se è stata usata una copia del file wallet.dat e i megabyte sono stati spesi dalla copia ma non segnati come spesi qui. @@ -1450,8 +1450,8 @@ Indirizzo: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Inserisci un indirizzo Trinity (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Inserisci un indirizzo megabyte (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1474,7 +1474,7 @@ Indirizzo: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Inserisci un indirizzo Trinity (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Inserisci un indirizzo megabyte (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1515,7 +1515,7 @@ Indirizzo: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Firma un messaggio per dimostrare di possedere questo indirizzo @@ -1547,12 +1547,12 @@ Indirizzo: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Inserisci un indirizzo Trinity (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Inserisci un indirizzo megabyte (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address - Verifica il messaggio per assicurarsi che sia stato firmato con l'indirizzo Trinity specificato + Verify the message to ensure it was signed with the specified megabyte address + Verifica il messaggio per assicurarsi che sia stato firmato con l'indirizzo megabyte specificato @@ -1567,8 +1567,8 @@ Indirizzo: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Inserisci un indirizzo Trinity (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Inserisci un indirizzo megabyte (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1577,8 +1577,8 @@ Indirizzo: %4 - Enter Trinity signature - Inserisci firma Trinity + Enter megabyte signature + Inserisci firma megabyte @@ -1598,7 +1598,7 @@ Indirizzo: %4 The entered address does not refer to a key. - L'indirizzo trinity inserito non è associato a nessuna chiave. + L'indirizzo megabyte inserito non è associato a nessuna chiave. @@ -1651,8 +1651,8 @@ Indirizzo: %4 SplashScreen - The Trinity developers - Sviluppatori di Trinity + The megabyte developers + Sviluppatori di megabyte @@ -1786,7 +1786,7 @@ Indirizzo: %4 Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Bisogna attendere 120 blocchi prima di spendere I trinity generati. Quando è stato generato questo blocco, è stato trasmesso alla rete per aggiungerlo alla catena di blocchi. Se non riesce a entrare nella catena, verrà modificato in "non accettato" e non sarà spendibile. Questo può accadere a volte, se un altro nodo genera un blocco entro pochi secondi del tuo. + Bisogna attendere 120 blocchi prima di spendere I megabyte generati. Quando è stato generato questo blocco, è stato trasmesso alla rete per aggiungerlo alla catena di blocchi. Se non riesce a entrare nella catena, verrà modificato in "non accettato" e non sarà spendibile. Questo può accadere a volte, se un altro nodo genera un blocco entro pochi secondi del tuo. @@ -2139,7 +2139,7 @@ Indirizzo: %4 Send Coins - Spedisci Trinity + Spedisci megabyte @@ -2189,8 +2189,8 @@ Indirizzo: %4 bitcoin-core - Trinity version - Versione di Trinity + megabyte version + Versione di megabyte @@ -2199,8 +2199,8 @@ Indirizzo: %4 - Send command to -server or trinityd - Manda il comando a -server o trinityd + Send command to -server or megabyted + Manda il comando a -server o megabyted @@ -2223,14 +2223,14 @@ Indirizzo: %4 - Specify configuration file (default: trinity.conf) - Specifica il file di configurazione (di default: trinity.conf) + Specify configuration file (default: megabyte.conf) + Specifica il file di configurazione (di default: megabyte.conf) - Specify pid file (default: trinityd.pid) - Specifica il file pid (default: trinityd.pid) + Specify pid file (default: megabyted.pid) + Specifica il file pid (default: megabyted.pid) @@ -2312,13 +2312,13 @@ Indirizzo: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2334,13 +2334,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Non è possibile ottenere i dati sulla cartella %s. Probabilmente Trinity è già in esecuzione. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Non è possibile ottenere i dati sulla cartella %s. Probabilmente megabyte è già in esecuzione. Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Errore: la transazione è stata rifiutata. Ciò accade se alcuni trinity nel portamonete sono stati già spesi, ad esempio se è stata usata una copia del file wallet.dat e i trinity sono stati spesi dalla copia ma non segnati come spesi qui. + Errore: la transazione è stata rifiutata. Ciò accade se alcuni megabyte nel portamonete sono stati già spesi, ad esempio se è stata usata una copia del file wallet.dat e i megabyte sono stati spesi dalla copia ma non segnati come spesi qui. @@ -2379,8 +2379,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Attenzione: si prega di controllare che la data del computer e l'ora siano corrette. Se il vostro orologio è sbagliato Trinity non funziona correttamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Attenzione: si prega di controllare che la data del computer e l'ora siano corrette. Se il vostro orologio è sbagliato megabyte non funziona correttamente. @@ -2500,7 +2500,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. Failed to write to coin database - Scrittura nel database dei trinity fallita + Scrittura nel database dei megabyte fallita @@ -2629,8 +2629,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - Opzioni SSL: (vedi il wiki di Trinity per le istruzioni di configurazione SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Opzioni SSL: (vedi il wiki di megabyte per le istruzioni di configurazione SSL) @@ -2831,13 +2831,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Errore caricamento wallet.dat: il wallet richiede una versione nuova di Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Errore caricamento wallet.dat: il wallet richiede una versione nuova di megabyte - Wallet needed to be rewritten: restart Trinity to complete - Il portamonete deve essere riscritto: riavviare Trinity per completare + Wallet needed to be rewritten: restart megabyte to complete + Il portamonete deve essere riscritto: riavviare megabyte per completare @@ -2896,8 +2896,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Impossibile collegarsi alla %s su questo computer. Probabilmente Trinity è già in esecuzione. + Unable to bind to %s on this computer. megabyte is probably already running. + Impossibile collegarsi alla %s su questo computer. Probabilmente megabyte è già in esecuzione. diff --git a/src/qt/locale/bitcoin_ja.ts b/src/qt/locale/bitcoin_ja.ts index 532fb99..8884278 100644 --- a/src/qt/locale/bitcoin_ja.ts +++ b/src/qt/locale/bitcoin_ja.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Trinityについて + About megabyte + megabyteについて - <b>Trinity</b> version - <b>Trinity</b> バージョン + <b>megabyte</b> version + <b>megabyte</b> バージョン @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Trinityに関する情報を見る + Show information about megabyte + megabyteに関する情報を見る @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,8 +2178,8 @@ Address: %4 bitcoin-core - Trinity version - Trinity Bertsio + megabyte version + megabyte Bertsio @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_la.ts b/src/qt/locale/bitcoin_la.ts index 5d69073..b7d905a 100644 --- a/src/qt/locale/bitcoin_la.ts +++ b/src/qt/locale/bitcoin_la.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Informatio de Trinity + About megabyte + Informatio de megabyte - <b>Trinity</b> version - <b>Trinity</b> versio + <b>megabyte</b> version + <b>megabyte</b> versio @@ -33,8 +33,8 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - The Trinity developers - Trinity curatores + The megabyte developers + megabyte curatores @@ -66,8 +66,8 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Haec sunt inscriptiones Trinity tuae pro accipendo pensitationes. Cupias variam ad quemque mittentem dare ut melius scias quem tibi pensare. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Haec sunt inscriptiones megabyte tuae pro accipendo pensitationes. Cupias variam ad quemque mittentem dare ut melius scias quem tibi pensare. @@ -81,8 +81,8 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Sign a message to prove you own a Trinity address - Signa nuntium ut demonstres inscriptionem Trinity a te possessam esse + Sign a message to prove you own a megabyte address + Signa nuntium ut demonstres inscriptionem megabyte a te possessam esse @@ -106,8 +106,8 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Verify a message to ensure it was signed with a specified Trinity address - Verifica nuntium ut cures signatum esse cum specificata inscriptione Trinity + Verify a message to ensure it was signed with a specified megabyte address + Verifica nuntium ut cures signatum esse cum specificata inscriptione megabyte @@ -121,7 +121,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. Hae sunt inscriptiones mittendi pensitationes. Semper inspice quantitatem et inscriptionem accipiendi antequam nummos mittis. @@ -247,7 +247,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! Monitio: Si cassidile tuum cifras et tesseram amittis, tu <b>AMITTES OMNES TUOS NUMMOS BITOS</b>! @@ -274,8 +274,8 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity iam desinet ut finiat actionem cifrandi. Memento cassidile cifrare non posse cuncte curare ne tui nummi clepantur ab malis programatibus in tuo computatro. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte iam desinet ut finiat actionem cifrandi. Memento cassidile cifrare non posse cuncte curare ne tui nummi clepantur ab malis programatibus in tuo computatro. @@ -373,8 +373,8 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Show information about Trinity - Monstra informationem de Trinity + Show information about megabyte + Monstra informationem de megabyte @@ -418,13 +418,13 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Send coins to a Trinity address - Mitte nummos ad inscriptionem Trinity + Send coins to a megabyte address + Mitte nummos ad inscriptionem megabyte - Modify configuration options for Trinity - Muta configurationis optiones pro Trinity + Modify configuration options for megabyte + Muta configurationis optiones pro megabyte @@ -454,8 +454,8 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Trinity - Trinity + megabyte + megabyte @@ -479,8 +479,8 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - &About Trinity - &Informatio de Trinity + &About megabyte + &Informatio de megabyte @@ -499,13 +499,13 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Sign messages with your Trinity addresses to prove you own them - Signa nuntios cum tuis inscriptionibus Trinity ut demonstres te eas possidere + Sign messages with your megabyte addresses to prove you own them + Signa nuntios cum tuis inscriptionibus megabyte ut demonstres te eas possidere - Verify messages to ensure they were signed with specified Trinity addresses - Verifica nuntios ut certus sis eos signatos esse cum specificatis inscriptionibus Trinity + Verify messages to ensure they were signed with specified megabyte addresses + Verifica nuntios ut certus sis eos signatos esse cum specificatis inscriptionibus megabyte @@ -535,13 +535,13 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op - Trinity client - Trinity cliens + megabyte client + megabyte cliens - %n active connection(s) to Trinity network - %n activa conexio ad rete Trinity%n activae conexiones ad rete Trinity + %n active connection(s) to megabyte network + %n activa conexio ad rete megabyte%n activae conexiones ad rete megabyte @@ -655,8 +655,8 @@ Inscriptio: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI intellegi non posse! Huius causa possit inscriptionem Trinity non validam aut URI parametra maleformata. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI intellegi non posse! Huius causa possit inscriptionem megabyte non validam aut URI parametra maleformata. @@ -670,8 +670,8 @@ Inscriptio: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Error fatalis accidit. Trinity nondum pergere tute potest, et exibit. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Error fatalis accidit. megabyte nondum pergere tute potest, et exibit. @@ -736,8 +736,8 @@ Inscriptio: %4 - The entered address "%1" is not a valid Trinity address. - Inscriptio inserta "%1" non valida inscriptio Trinity est. + The entered address "%1" is not a valid megabyte address. + Inscriptio inserta "%1" non valida inscriptio megabyte est. @@ -755,8 +755,8 @@ Inscriptio: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -818,13 +818,13 @@ Inscriptio: %4 - Automatically start Trinity after logging in to the system. - Pelle Trinity per se postquam in systema inire. + Automatically start megabyte after logging in to the system. + Pelle megabyte per se postquam in systema inire. - &Start Trinity on system login - &Pelle Trinity cum inire systema + &Start megabyte on system login + &Pelle megabyte cum inire systema @@ -843,8 +843,8 @@ Inscriptio: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Aperi per se portam clientis Trinity in itineratore. Hoc tantum effectivum est si itineratrum tuum supportat UPnP et id activum est. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Aperi per se portam clientis megabyte in itineratore. Hoc tantum effectivum est si itineratrum tuum supportat UPnP et id activum est. @@ -853,8 +853,8 @@ Inscriptio: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Connecte ad rete Trinity per SOCKS vicarium (e.g. quando conectens per Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Connecte ad rete megabyte per SOCKS vicarium (e.g. quando conectens per Tor). @@ -928,8 +928,8 @@ Inscriptio: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Lingua monstranda utenti hic constitui potest. Haec configuratio effectiva erit postquam Trinity iterum initiatum erit. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Lingua monstranda utenti hic constitui potest. Haec configuratio effectiva erit postquam megabyte iterum initiatum erit. @@ -943,8 +943,8 @@ Inscriptio: %4 - Whether to show Trinity addresses in the transaction list or not. - Num monstrare inscriptiones Trinity in enumeratione transactionum. + Whether to show megabyte addresses in the transaction list or not. + Num monstrare inscriptiones megabyte in enumeratione transactionum. @@ -995,8 +995,8 @@ Inscriptio: %4 - This setting will take effect after restarting Trinity. - Haec configuratio effectiva erit postquam Trinity iterum initiatum erit. + This setting will take effect after restarting megabyte. + Haec configuratio effectiva erit postquam megabyte iterum initiatum erit. @@ -1014,8 +1014,8 @@ Inscriptio: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Monstrata informatio fortasse non recentissima est. Tuum cassidile per se synchronizat cum rete Trinity postquam conexio constabilita est, sed hoc actio nondum perfecta est. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Monstrata informatio fortasse non recentissima est. Tuum cassidile per se synchronizat cum rete megabyte postquam conexio constabilita est, sed hoc actio nondum perfecta est. @@ -1068,8 +1068,8 @@ Inscriptio: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Trinity incipere non potest: cliccare-ad-pensandum handler + Cannot start megabyte: click-to-pay handler + megabyte incipere non potest: cliccare-ad-pensandum handler @@ -1218,8 +1218,8 @@ Inscriptio: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Monstra nuntium auxilii Trinity-Qt ut videas enumerationem possibilium optionum Trinity mandati initiantis. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Monstra nuntium auxilii megabyte-Qt ut videas enumerationem possibilium optionum megabyte mandati initiantis. @@ -1238,13 +1238,13 @@ Inscriptio: %4 - Trinity - Debug window - Trinity - Fenestra debug + megabyte - Debug window + megabyte - Fenestra debug - Trinity Core - Trinity Nucleus + megabyte Core + megabyte Nucleus @@ -1253,8 +1253,8 @@ Inscriptio: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Aperi plicam catalogi de Trinity debug ex activo indice datorum. Hoc possit pauca secunda pro plicis magnis catalogi. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Aperi plicam catalogi de megabyte debug ex activo indice datorum. Hoc possit pauca secunda pro plicis magnis catalogi. @@ -1263,8 +1263,8 @@ Inscriptio: %4 - Welcome to the Trinity RPC console. - Bene ventio in terminale RPC de Trinity. + Welcome to the megabyte RPC console. + Bene ventio in terminale RPC de megabyte. @@ -1447,8 +1447,8 @@ Inscriptio: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Insero inscriptionem Trinity (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Insero inscriptionem megabyte (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1512,8 +1512,8 @@ Inscriptio: %4 - Sign the message to prove you own this Trinity address - Signa nuntium ut demonstres hanc inscriptionem Trinity a te possessa esse + Sign the message to prove you own this megabyte address + Signa nuntium ut demonstres hanc inscriptionem megabyte a te possessa esse @@ -1548,8 +1548,8 @@ Inscriptio: %4 - Verify the message to ensure it was signed with the specified Trinity address - Verifica nuntium ut cures signatum esse cum specifica inscriptione Trinity + Verify the message to ensure it was signed with the specified megabyte address + Verifica nuntium ut cures signatum esse cum specifica inscriptione megabyte @@ -1564,8 +1564,8 @@ Inscriptio: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Insere inscriptionem Trinity (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Insere inscriptionem megabyte (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1574,8 +1574,8 @@ Inscriptio: %4 - Enter Trinity signature - Insere signationem Trinity + Enter megabyte signature + Insere signationem megabyte @@ -1648,8 +1648,8 @@ Inscriptio: %4 SplashScreen - The Trinity developers - Trinity curatores + The megabyte developers + megabyte curatores @@ -2186,8 +2186,8 @@ Inscriptio: %4 bitcoin-core - Trinity version - Versio de Trinity + megabyte version + Versio de megabyte @@ -2196,8 +2196,8 @@ Inscriptio: %4 - Send command to -server or trinityd - Mitte mandatum ad -server vel trinityd + Send command to -server or megabyted + Mitte mandatum ad -server vel megabyted @@ -2216,13 +2216,13 @@ Inscriptio: %4 - Specify configuration file (default: trinity.conf) - Specifica configurationis plicam (praedefinitum: trinity.conf) + Specify configuration file (default: megabyte.conf) + Specifica configurationis plicam (praedefinitum: megabyte.conf) - Specify pid file (default: trinityd.pid) - Specifica pid plicam (praedefinitum: trinity.pid) + Specify pid file (default: megabyted.pid) + Specifica pid plicam (praedefinitum: megabyte.pid) @@ -2299,24 +2299,24 @@ Inscriptio: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, necesse est te rpcpassword constituere in plica configurationis: %s Hortatur te hanc fortuitam tesseram uti: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (non est necesse te hanc tesseram meminisse) Nomen usoris et tessera eadem esse NON POSSUNT. Si plica non existit, eam crea cum permissionibus ut eius dominus tantum sinitur id legere. Quoque hortatur alertnotify constituere ut tu notificetur de problematibus; -exempli gratia: alertnotify=echo %%s | mail -s "Trinity Notificatio" admin@foo.com +exempli gratia: alertnotify=echo %%s | mail -s "megabyte Notificatio" admin@foo.com @@ -2331,8 +2331,8 @@ exempli gratia: alertnotify=echo %%s | mail -s "Trinity Notificatio" a - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Non posse serare datorum indicem %s. Trinity probabiliter iam operatur. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Non posse serare datorum indicem %s. megabyte probabiliter iam operatur. @@ -2376,8 +2376,8 @@ exempli gratia: alertnotify=echo %%s | mail -s "Trinity Notificatio" a - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Monitio: Sodes cura ut dies tempusque computatri tui recti sunt! Si horologium tuum pravum est, Trinity non proprie fungetur. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Monitio: Sodes cura ut dies tempusque computatri tui recti sunt! Si horologium tuum pravum est, megabyte non proprie fungetur. @@ -2626,8 +2626,8 @@ exempli gratia: alertnotify=echo %%s | mail -s "Trinity Notificatio" a - SSL options: (see the Trinity Wiki for SSL setup instructions) - Optiones SSL: (vide vici de Trinity pro instructionibus SSL configurationis) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Optiones SSL: (vide vici de megabyte pro instructionibus SSL configurationis) @@ -2816,13 +2816,13 @@ exempli gratia: alertnotify=echo %%s | mail -s "Trinity Notificatio" a - Error loading wallet.dat: Wallet requires newer version of Trinity - Error legendi wallet.dat: Cassidili necesse est recentior versio Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Error legendi wallet.dat: Cassidili necesse est recentior versio megabyte - Wallet needed to be rewritten: restart Trinity to complete - Cassidili necesse erat rescribi: Repelle Trinity ut compleas + Wallet needed to be rewritten: restart megabyte to complete + Cassidili necesse erat rescribi: Repelle megabyte ut compleas @@ -2881,8 +2881,8 @@ exempli gratia: alertnotify=echo %%s | mail -s "Trinity Notificatio" a - Unable to bind to %s on this computer. Trinity is probably already running. - Non posse conglutinare ad %s in hoc cumputatro. Trinity probabiliter iam operatur. + Unable to bind to %s on this computer. megabyte is probably already running. + Non posse conglutinare ad %s in hoc cumputatro. megabyte probabiliter iam operatur. diff --git a/src/qt/locale/bitcoin_lt.ts b/src/qt/locale/bitcoin_lt.ts index 406487b..89b90b6 100644 --- a/src/qt/locale/bitcoin_lt.ts +++ b/src/qt/locale/bitcoin_lt.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Apie Trinity + About megabyte + Apie megabyte - <b>Trinity</b> version - <b>Trinity</b> versija + <b>megabyte</b> version + <b>megabyte</b> versija @@ -33,7 +33,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - The Trinity developers + The megabyte developers @@ -66,8 +66,8 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Tai yra jūsų Trinity adresai mokėjimų gavimui. Galite duoti skirtingus adresus atskiriems siuntėjams, kad galėtumėte sekti, kas jums moka. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Tai yra jūsų megabyte adresai mokėjimų gavimui. Galite duoti skirtingus adresus atskiriems siuntėjams, kad galėtumėte sekti, kas jums moka. @@ -81,8 +81,8 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Sign a message to prove you own a Trinity address - Pasirašykite žinutę, kad įrodytume, jog esate Trinity adreso savininkas + Sign a message to prove you own a megabyte address + Pasirašykite žinutę, kad įrodytume, jog esate megabyte adreso savininkas @@ -106,8 +106,8 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Verify a message to ensure it was signed with a specified Trinity address - Patikrinkite žinutę, jog įsitikintumėte, kad ją pasirašė nurodytas Trinity adresas + Verify a message to ensure it was signed with a specified megabyte address + Patikrinkite žinutę, jog įsitikintumėte, kad ją pasirašė nurodytas megabyte adresas @@ -121,7 +121,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -247,8 +247,8 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Dėmesio: jei užšifruosite savo piniginę ir pamesite slaptafrazę, jūs<b>PRARASITE VISUS SAVO TRINITYUS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Dėmesio: jei užšifruosite savo piniginę ir pamesite slaptafrazę, jūs<b>PRARASITE VISUS SAVO megabyteUS</b>! @@ -274,8 +274,8 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity dabar užsidarys šifravimo proceso pabaigai. Atminkite, kad piniginės šifravimas negali pilnai apsaugoti trinityų vagysčių kai tinkle esančios kenkėjiškos programos patenka į jūsų kompiuterį. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte dabar užsidarys šifravimo proceso pabaigai. Atminkite, kad piniginės šifravimas negali pilnai apsaugoti megabyteų vagysčių kai tinkle esančios kenkėjiškos programos patenka į jūsų kompiuterį. @@ -373,8 +373,8 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Show information about Trinity - Rodyti informaciją apie Trinity + Show information about megabyte + Rodyti informaciją apie megabyte @@ -418,13 +418,13 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Send coins to a Trinity address - Siųsti monetas Trinity adresui + Send coins to a megabyte address + Siųsti monetas megabyte adresui - Modify configuration options for Trinity - Keisti trinity konfigūracijos galimybes + Modify configuration options for megabyte + Keisti megabyte konfigūracijos galimybes @@ -454,8 +454,8 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Trinity - Trinity + megabyte + megabyte @@ -479,8 +479,8 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - &About Trinity - &Apie Trinity + &About megabyte + &Apie megabyte @@ -499,12 +499,12 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -535,13 +535,13 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - Trinity client - Trinity klientas + megabyte client + megabyte klientas - %n active connection(s) to Trinity network - %n Trinity tinklo aktyvus ryšys%n Trinity tinklo aktyvūs ryšiai%n Trinity tinklo aktyvūs ryšiai + %n active connection(s) to megabyte network + %n megabyte tinklo aktyvus ryšys%n megabyte tinklo aktyvūs ryšiai%n megabyte tinklo aktyvūs ryšiai @@ -654,7 +654,7 @@ Adresas: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -669,7 +669,7 @@ Adresas: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -735,8 +735,8 @@ Adresas: %4 - The entered address "%1" is not a valid Trinity address. - Įvestas adresas „%1“ nėra galiojantis Trinity adresas. + The entered address "%1" is not a valid megabyte address. + Įvestas adresas „%1“ nėra galiojantis megabyte adresas. @@ -754,8 +754,8 @@ Adresas: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -817,13 +817,13 @@ Adresas: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. Automatiškai paleisti Bitkoin programą įjungus sistemą. - &Start Trinity on system login - &Paleisti Trinity programą su window sistemos paleidimu + &Start megabyte on system login + &Paleisti megabyte programą su window sistemos paleidimu @@ -842,8 +842,8 @@ Adresas: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Automatiškai atidaryti Trinity kliento prievadą maršrutizatoriuje. Tai veikia tik tada, kai jūsų maršrutizatorius palaiko UPnP ir ji įjungta. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Automatiškai atidaryti megabyte kliento prievadą maršrutizatoriuje. Tai veikia tik tada, kai jūsų maršrutizatorius palaiko UPnP ir ji įjungta. @@ -852,7 +852,7 @@ Adresas: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). Jungtis į Bitkoin tinklą per socks proxy (pvz. jungiantis per Tor) @@ -927,8 +927,8 @@ Adresas: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Čia gali būti nustatyta naudotojo sąsajos kalba. Šis nustatymas įsigalios iš naujo paleidus Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Čia gali būti nustatyta naudotojo sąsajos kalba. Šis nustatymas įsigalios iš naujo paleidus megabyte. @@ -942,7 +942,7 @@ Adresas: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -994,7 +994,7 @@ Adresas: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1013,7 +1013,7 @@ Adresas: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1067,7 +1067,7 @@ Adresas: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1217,7 +1217,7 @@ Adresas: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1237,13 +1237,13 @@ Adresas: %4 - Trinity - Debug window - Trinity - Derinimo langas + megabyte - Debug window + megabyte - Derinimo langas - Trinity Core - Trinity branduolys + megabyte Core + megabyte branduolys @@ -1252,7 +1252,7 @@ Adresas: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1262,7 +1262,7 @@ Adresas: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1446,7 +1446,7 @@ Adresas: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Įveskite bitkoinų adresą (pvz. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1511,7 +1511,7 @@ Adresas: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Registruotis žinute įrodymuii, kad turite šį adresą @@ -1547,8 +1547,8 @@ Adresas: %4 - Verify the message to ensure it was signed with the specified Trinity address - Patikrinkite žinutę, jog įsitikintumėte, kad ją pasirašė nurodytas Trinity adresas + Verify the message to ensure it was signed with the specified megabyte address + Patikrinkite žinutę, jog įsitikintumėte, kad ją pasirašė nurodytas megabyte adresas @@ -1563,7 +1563,7 @@ Adresas: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Įveskite bitkoinų adresą (pvz. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1573,8 +1573,8 @@ Adresas: %4 - Enter Trinity signature - Įveskite Trinity parašą + Enter megabyte signature + Įveskite megabyte parašą @@ -1647,7 +1647,7 @@ Adresas: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2185,8 +2185,8 @@ Adresas: %4 bitcoin-core - Trinity version - Trinity versija + megabyte version + megabyte versija @@ -2195,8 +2195,8 @@ Adresas: %4 - Send command to -server or trinityd - Siųsti komandą serveriui arba trinityd + Send command to -server or megabyted + Siųsti komandą serveriui arba megabyted @@ -2215,13 +2215,13 @@ Adresas: %4 - Specify configuration file (default: trinity.conf) - Nurodyti konfigūracijos failą (pagal nutylėjimąt: trinity.conf) + Specify configuration file (default: megabyte.conf) + Nurodyti konfigūracijos failą (pagal nutylėjimąt: megabyte.conf) - Specify pid file (default: trinityd.pid) - Nurodyti pid failą (pagal nutylėjimą: trinityd.pid) + Specify pid file (default: megabyted.pid) + Nurodyti pid failą (pagal nutylėjimą: megabyted.pid) @@ -2298,13 +2298,13 @@ Adresas: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2320,7 +2320,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2365,8 +2365,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Įspėjimas: Patikrinkite, kad kompiuterio data ir laikas yra teisingi.Jei Jūsų laikrodis neteisingai nustatytas Trinity, veiks netinkamai. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Įspėjimas: Patikrinkite, kad kompiuterio data ir laikas yra teisingi.Jei Jūsų laikrodis neteisingai nustatytas megabyte, veiks netinkamai. @@ -2615,8 +2615,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL opcijos (žr.e Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL opcijos (žr.e megabyte Wiki for SSL setup instructions) @@ -2805,13 +2805,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - wallet.dat pakrovimo klaida, wallet.dat reikalauja naujasnės Trinity versijos + Error loading wallet.dat: Wallet requires newer version of megabyte + wallet.dat pakrovimo klaida, wallet.dat reikalauja naujasnės megabyte versijos - Wallet needed to be rewritten: restart Trinity to complete - Piniginė turi būti prrašyta: įvykdymui perkraukite Trinity + Wallet needed to be rewritten: restart megabyte to complete + Piniginė turi būti prrašyta: įvykdymui perkraukite megabyte @@ -2870,8 +2870,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Nepavyko susieti šiame kompiuteryje prievado %s. Trinity tikriausiai jau veikia. + Unable to bind to %s on this computer. megabyte is probably already running. + Nepavyko susieti šiame kompiuteryje prievado %s. megabyte tikriausiai jau veikia. diff --git a/src/qt/locale/bitcoin_lv_LV.ts b/src/qt/locale/bitcoin_lv_LV.ts index 54f4839..6a577f7 100644 --- a/src/qt/locale/bitcoin_lv_LV.ts +++ b/src/qt/locale/bitcoin_lv_LV.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Par Trinity + About megabyte + Par megabyte - <b>Trinity</b> version - <b>Trinity</b> versija + <b>megabyte</b> version + <b>megabyte</b> versija @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,8 +270,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity aizvērsies, lai pabeigtu šifrēšanu. Atcerieties, ka maciņa šifrēšana nevar pilnībā novērst bitkoinu zādzību, ko veic datorā ieviesušās kaitīgas programmas. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte aizvērsies, lai pabeigtu šifrēšanu. Atcerieties, ka maciņa šifrēšana nevar pilnībā novērst bitkoinu zādzību, ko veic datorā ieviesušās kaitīgas programmas. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Parādīt informāciju par Trinity + Show information about megabyte + Parādīt informāciju par megabyte @@ -414,13 +414,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Nosūtīt bitkoinus uz Trinity adresi + Send coins to a megabyte address + Nosūtīt bitkoinus uz megabyte adresi - Modify configuration options for Trinity - Mainīt Trinity konfigurācijas uzstādījumus + Modify configuration options for megabyte + Mainīt megabyte konfigurācijas uzstādījumus @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,13 +531,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Trinity klients + megabyte client + megabyte klients - %n active connection(s) to Trinity network - %n aktīvu savienojumu ar Trinity tīklu%n aktīvs savienojums ar Trinity tīklu%n aktīvu savienojumu as Trinity tīklu + %n active connection(s) to megabyte network + %n aktīvu savienojumu ar megabyte tīklu%n aktīvs savienojums ar megabyte tīklu%n aktīvu savienojumu as megabyte tīklu @@ -651,7 +651,7 @@ Adrese: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -666,7 +666,7 @@ Adrese: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -732,8 +732,8 @@ Adrese: %4 - The entered address "%1" is not a valid Trinity address. - Ierakstītā adrese "%1" nav derīga Trinity adrese. + The entered address "%1" is not a valid megabyte address. + Ierakstītā adrese "%1" nav derīga megabyte adrese. @@ -751,8 +751,8 @@ Adrese: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -814,13 +814,13 @@ Adrese: %4 - Automatically start Trinity after logging in to the system. - Automātiski sākt Trinity pēc pieteikšanās sistēmā. + Automatically start megabyte after logging in to the system. + Automātiski sākt megabyte pēc pieteikšanās sistēmā. - &Start Trinity on system login - &Sākt Trinity reizē ar sistēmu + &Start megabyte on system login + &Sākt megabyte reizē ar sistēmu @@ -839,8 +839,8 @@ Adrese: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Uz rūtera automātiski atvērt Trinity klienta portu. Tas strādā tikai tad, ja rūteris atbalsta UPnP un tas ir ieslēgts. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Uz rūtera automātiski atvērt megabyte klienta portu. Tas strādā tikai tad, ja rūteris atbalsta UPnP un tas ir ieslēgts. @@ -849,7 +849,7 @@ Adrese: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -924,8 +924,8 @@ Adrese: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Šeit var iestatīt lietotāja valodu. Iestatījums aktivizēsies pēc Trinity pārstartēšanas. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Šeit var iestatīt lietotāja valodu. Iestatījums aktivizēsies pēc megabyte pārstartēšanas. @@ -939,8 +939,8 @@ Adrese: %4 - Whether to show Trinity addresses in the transaction list or not. - Rādīt vai nē Trinity adreses transakciju sarakstā. + Whether to show megabyte addresses in the transaction list or not. + Rādīt vai nē megabyte adreses transakciju sarakstā. @@ -991,7 +991,7 @@ Adrese: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. Iestatījums aktivizēsies pēc Bitkoin pārstartēšanas. @@ -1010,8 +1010,8 @@ Adrese: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Attēlotā informācija var būt novecojusi. Jūsu maciņš pēc savienojuma izveides automātiski sinhronizējas ar Trinity tīklu, taču šis process vēl nav beidzies. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Attēlotā informācija var būt novecojusi. Jūsu maciņš pēc savienojuma izveides automātiski sinhronizējas ar megabyte tīklu, taču šis process vēl nav beidzies. @@ -1064,7 +1064,7 @@ Adrese: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1214,7 +1214,7 @@ Adrese: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1234,12 +1234,12 @@ Adrese: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1249,7 +1249,7 @@ Adrese: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1259,8 +1259,8 @@ Adrese: %4 - Welcome to the Trinity RPC console. - Laipni lūgti Trinity RPC konsolē. + Welcome to the megabyte RPC console. + Laipni lūgti megabyte RPC konsolē. @@ -1443,8 +1443,8 @@ Adrese: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Ierakstiet Trinity adresi (piem. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Ierakstiet megabyte adresi (piem. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1508,7 +1508,7 @@ Adrese: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1544,7 +1544,7 @@ Adrese: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1560,8 +1560,8 @@ Adrese: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Ierakstiet Trinity adresi (piem. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Ierakstiet megabyte adresi (piem. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1570,7 +1570,7 @@ Adrese: %4 - Enter Trinity signature + Enter megabyte signature @@ -1644,7 +1644,7 @@ Adrese: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2182,8 +2182,8 @@ Adrese: %4 bitcoin-core - Trinity version - Trinity versija + megabyte version + megabyte versija @@ -2192,8 +2192,8 @@ Adrese: %4 - Send command to -server or trinityd - Nosūtīt komantu uz -server vai trinityd + Send command to -server or megabyted + Nosūtīt komantu uz -server vai megabyted @@ -2212,13 +2212,13 @@ Adrese: %4 - Specify configuration file (default: trinity.conf) - Norādiet konfigurācijas failu (pēc noklusēšanas: trinity.conf) + Specify configuration file (default: megabyte.conf) + Norādiet konfigurācijas failu (pēc noklusēšanas: megabyte.conf) - Specify pid file (default: trinityd.pid) - Norādiet pid failu (pēc noklusēšanas: trinityd.pid) + Specify pid file (default: megabyted.pid) + Norādiet pid failu (pēc noklusēšanas: megabyted.pid) @@ -2295,13 +2295,13 @@ Adrese: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2317,7 +2317,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2362,7 +2362,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2612,7 +2612,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2802,13 +2802,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Nevar ielādēt wallet.dat: maciņa atvēršanai nepieciešama jaunāka Trinity versija + Error loading wallet.dat: Wallet requires newer version of megabyte + Nevar ielādēt wallet.dat: maciņa atvēršanai nepieciešama jaunāka megabyte versija - Wallet needed to be rewritten: restart Trinity to complete - Bija nepieciešams pārstartēt maciņu: pabeigšanai pārstartējiet Trinity + Wallet needed to be rewritten: restart megabyte to complete + Bija nepieciešams pārstartēt maciņu: pabeigšanai pārstartējiet megabyte @@ -2867,8 +2867,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Nevar pievienoties %s uz šī datora. Trinity droši vien jau darbojas. + Unable to bind to %s on this computer. megabyte is probably already running. + Nevar pievienoties %s uz šī datora. megabyte droši vien jau darbojas. diff --git a/src/qt/locale/bitcoin_nb.ts b/src/qt/locale/bitcoin_nb.ts index d21f39b..fee1617 100644 --- a/src/qt/locale/bitcoin_nb.ts +++ b/src/qt/locale/bitcoin_nb.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Om Trinity + About megabyte + Om megabyte - <b>Trinity</b> version - <b>Trinity</b> versjon + <b>megabyte</b> version + <b>megabyte</b> versjon @@ -34,7 +34,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - The Trinity developers + The megabyte developers @@ -67,8 +67,8 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Dette er dine Trinity-adresser for mottak av betalinger. Du kan gi forskjellige adresser til alle som skal betale deg for å holde bedre oversikt. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Dette er dine megabyte-adresser for mottak av betalinger. Du kan gi forskjellige adresser til alle som skal betale deg for å holde bedre oversikt. @@ -82,8 +82,8 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Sign a message to prove you own a Trinity address - Signer en melding for å bevise at du eier en Trinity-adresse + Sign a message to prove you own a megabyte address + Signer en melding for å bevise at du eier en megabyte-adresse @@ -107,8 +107,8 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Verify a message to ensure it was signed with a specified Trinity address - Verifiser en melding for å være sikker på at den ble signert av en angitt Trinity-adresse + Verify a message to ensure it was signed with a specified megabyte address + Verifiser en melding for å være sikker på at den ble signert av en angitt megabyte-adresse @@ -122,7 +122,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -248,8 +248,8 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Advarsel: Hvis du krypterer lommeboken og mister adgangsfrasen, så vil du <b>MISTE ALLE DINE TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Advarsel: Hvis du krypterer lommeboken og mister adgangsfrasen, så vil du <b>MISTE ALLE DINE megabyteS</b>! @@ -275,8 +275,8 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity vil nå lukkes for å fullføre krypteringsprosessen. Husk at kryptering av lommeboken ikke fullt ut kan beskytte dine trinitys fra å bli stjålet om skadevare infiserer datamaskinen. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte vil nå lukkes for å fullføre krypteringsprosessen. Husk at kryptering av lommeboken ikke fullt ut kan beskytte dine megabytes fra å bli stjålet om skadevare infiserer datamaskinen. @@ -374,8 +374,8 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Show information about Trinity - Vis informasjon om Trinity + Show information about megabyte + Vis informasjon om megabyte @@ -419,13 +419,13 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Send coins to a Trinity address - Send til en Trinity-adresse + Send coins to a megabyte address + Send til en megabyte-adresse - Modify configuration options for Trinity - Endre oppsett for Trinity + Modify configuration options for megabyte + Endre oppsett for megabyte @@ -455,8 +455,8 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - &About Trinity - &Om Trinity + &About megabyte + &Om megabyte @@ -500,13 +500,13 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them Signér en melding for å bevise at du eier denne adressen - Verify messages to ensure they were signed with specified Trinity addresses - Bekreft meldinger for å være sikker på at de ble signert av en angitt Trinity-adresse + Verify messages to ensure they were signed with specified megabyte addresses + Bekreft meldinger for å være sikker på at de ble signert av en angitt megabyte-adresse @@ -536,13 +536,13 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - Trinity client - Trinityklient + megabyte client + megabyteklient - %n active connection(s) to Trinity network - %n aktiv forbindelse til Trinity-nettverket%n aktive forbindelser til Trinity-nettverket + %n active connection(s) to megabyte network + %n aktiv forbindelse til megabyte-nettverket%n aktive forbindelser til megabyte-nettverket @@ -656,8 +656,8 @@ Adresse: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI kunne ikke tolkes! Dette kan forårsakes av en ugyldig Trinity-adresse eller feil i URI-parametere. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI kunne ikke tolkes! Dette kan forårsakes av en ugyldig megabyte-adresse eller feil i URI-parametere. @@ -671,8 +671,8 @@ Adresse: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - En fatal feil har inntruffet. Det er ikke trygt å fortsette og Trinity må derfor avslutte. + A fatal error occurred. megabyte can no longer continue safely and will quit. + En fatal feil har inntruffet. Det er ikke trygt å fortsette og megabyte må derfor avslutte. @@ -737,8 +737,8 @@ Adresse: %4 - The entered address "%1" is not a valid Trinity address. - Den angitte adressed "%1" er ikke en gyldig Trinity-adresse. + The entered address "%1" is not a valid megabyte address. + Den angitte adressed "%1" er ikke en gyldig megabyte-adresse. @@ -756,8 +756,8 @@ Adresse: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -820,13 +820,13 @@ Adresse: %4 - Automatically start Trinity after logging in to the system. - Start Trinity automatisk etter innlogging. + Automatically start megabyte after logging in to the system. + Start megabyte automatisk etter innlogging. - &Start Trinity on system login - &Start Trinity ved systeminnlogging + &Start megabyte on system login + &Start megabyte ved systeminnlogging @@ -845,8 +845,8 @@ Adresse: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Åpne automatisk Trinity klientporten på ruteren. Dette virker kun om din ruter støtter UPnP og dette er påslått. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Åpne automatisk megabyte klientporten på ruteren. Dette virker kun om din ruter støtter UPnP og dette er påslått. @@ -855,8 +855,8 @@ Adresse: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Koble til Trinity-nettverket gjennom en SOCKS proxy (f.eks. ved tilkobling gjennom Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Koble til megabyte-nettverket gjennom en SOCKS proxy (f.eks. ved tilkobling gjennom Tor). @@ -930,8 +930,8 @@ Adresse: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Språket for brukergrensesnittet kan settes her. Innstillingen trer i kraft ved omstart av Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Språket for brukergrensesnittet kan settes her. Innstillingen trer i kraft ved omstart av megabyte. @@ -941,12 +941,12 @@ Adresse: %4 Choose the default subdivision unit to show in the interface and when sending coins. - Velg standard delt enhet for visning i grensesnittet og for sending av trinitys. + Velg standard delt enhet for visning i grensesnittet og for sending av megabytes. - Whether to show Trinity addresses in the transaction list or not. - Om Trinity-adresser skal vises i transaksjonslisten eller ikke. + Whether to show megabyte addresses in the transaction list or not. + Om megabyte-adresser skal vises i transaksjonslisten eller ikke. @@ -997,8 +997,8 @@ Adresse: %4 - This setting will take effect after restarting Trinity. - Denne innstillingen trer i kraft etter omstart av Trinity. + This setting will take effect after restarting megabyte. + Denne innstillingen trer i kraft etter omstart av megabyte. @@ -1016,8 +1016,8 @@ Adresse: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Informasjonen som vises kan være foreldet. Din lommebok synkroniseres automatisk med Trinity-nettverket etter at tilkobling er opprettet, men denne prosessen er ikke ferdig enda. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Informasjonen som vises kan være foreldet. Din lommebok synkroniseres automatisk med megabyte-nettverket etter at tilkobling er opprettet, men denne prosessen er ikke ferdig enda. @@ -1070,7 +1070,7 @@ Adresse: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler Kan ikke starte Bit-coin: klikk-og-betal håndterer @@ -1220,8 +1220,8 @@ Adresse: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Vis Trinity-Qt hjelpemelding for å få en liste med mulige kommandolinjevalg. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Vis megabyte-Qt hjelpemelding for å få en liste med mulige kommandolinjevalg. @@ -1240,13 +1240,13 @@ Adresse: %4 - Trinity - Debug window - Trinity - vindu for feilsøk + megabyte - Debug window + megabyte - vindu for feilsøk - Trinity Core - Trinity Kjerne + megabyte Core + megabyte Kjerne @@ -1255,8 +1255,8 @@ Adresse: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Åpne Trinity loggfil for feilsøk fra datamappen. Dette kan ta noen sekunder for store loggfiler. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Åpne megabyte loggfil for feilsøk fra datamappen. Dette kan ta noen sekunder for store loggfiler. @@ -1265,8 +1265,8 @@ Adresse: %4 - Welcome to the Trinity RPC console. - Velkommen til Trinity RPC konsoll. + Welcome to the megabyte RPC console. + Velkommen til megabyte RPC konsoll. @@ -1291,7 +1291,7 @@ Adresse: %4 Send Coins - Send Trinitys + Send megabytes @@ -1341,7 +1341,7 @@ Adresse: %4 Confirm send coins - Bekreft sending av trinitys + Bekreft sending av megabytes @@ -1386,7 +1386,7 @@ Adresse: %4 Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Feil: Transaksjonen ble avvist. Dette kan skje om noe av beløpet allerede var brukt, f.eks. hvis du kopierte wallet.dat og noen trinitys ble brukt i kopien men ikke ble markert som brukt her. + Feil: Transaksjonen ble avvist. Dette kan skje om noe av beløpet allerede var brukt, f.eks. hvis du kopierte wallet.dat og noen megabytes ble brukt i kopien men ikke ble markert som brukt her. @@ -1449,8 +1449,8 @@ Adresse: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Skriv inn en Trinity adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Skriv inn en megabyte adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1514,8 +1514,8 @@ Adresse: %4 - Sign the message to prove you own this Trinity address - Signer meldingen for å bevise at du eier denne Trinity-adressen + Sign the message to prove you own this megabyte address + Signer meldingen for å bevise at du eier denne megabyte-adressen @@ -1550,8 +1550,8 @@ Adresse: %4 - Verify the message to ensure it was signed with the specified Trinity address - Verifiser meldingen for å være sikker på at den ble signert av den angitte Trinity-adressen + Verify the message to ensure it was signed with the specified megabyte address + Verifiser meldingen for å være sikker på at den ble signert av den angitte megabyte-adressen @@ -1566,8 +1566,8 @@ Adresse: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Skriv inn en Trinity adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Skriv inn en megabyte adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1576,8 +1576,8 @@ Adresse: %4 - Enter Trinity signature - Angi Trinity signatur + Enter megabyte signature + Angi megabyte signatur @@ -1650,7 +1650,7 @@ Adresse: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -1785,7 +1785,7 @@ Adresse: %4 Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Genererte trinitys må modnes 120 blokker før de kan brukes. Da du genererte denne blokken ble den kringkastet til nettverket for å legges til i blokkjeden. Hvis den ikke kommer inn i kjeden får den tilstanden "ikke akseptert" og vil ikke kunne brukes. Dette skjer noen ganger hvis en annen node genererer en blokk noen sekunder fra din. + Genererte megabytes må modnes 120 blokker før de kan brukes. Da du genererte denne blokken ble den kringkastet til nettverket for å legges til i blokkjeden. Hvis den ikke kommer inn i kjeden får den tilstanden "ikke akseptert" og vil ikke kunne brukes. Dette skjer noen ganger hvis en annen node genererer en blokk noen sekunder fra din. @@ -2138,7 +2138,7 @@ Adresse: %4 Send Coins - Send Trinitys + Send megabytes @@ -2188,8 +2188,8 @@ Adresse: %4 bitcoin-core - Trinity version - Trinity versjon + megabyte version + megabyte versjon @@ -2198,8 +2198,8 @@ Adresse: %4 - Send command to -server or trinityd - Send kommando til -server eller trinityd + Send command to -server or megabyted + Send kommando til -server eller megabyted @@ -2218,13 +2218,13 @@ Adresse: %4 - Specify configuration file (default: trinity.conf) - Angi konfigurasjonsfil (standardverdi: trinity.conf) + Specify configuration file (default: megabyte.conf) + Angi konfigurasjonsfil (standardverdi: megabyte.conf) - Specify pid file (default: trinityd.pid) - Angi pid-fil (standardverdi: trinityd.pid) + Specify pid file (default: megabyted.pid) + Angi pid-fil (standardverdi: megabyted.pid) @@ -2301,24 +2301,24 @@ Adresse: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, du må angi rpcpassord i konfigurasjonsfilen. %s Det anbefales at du bruker det følgende tilfeldige passordet: -rpcbruker=trinityrpc +rpcbruker=megabyterpc rpcpassord=%s (du behøver ikke å huske passordet) Brukernavnet og passordet MÅ IKKE være like. Om filen ikke eksisterer, opprett den nå med eier-kun-les filrettigheter. Det er også anbefalt at å sette varselsmelding slik du får melding om problemer. -For eksempel: varselmelding=echo %%s | mail -s "Trinity varsel" admin@foo.com +For eksempel: varselmelding=echo %%s | mail -s "megabyte varsel" admin@foo.com @@ -2332,7 +2332,7 @@ For eksempel: varselmelding=echo %%s | mail -s "Trinity varsel" admin@ - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2377,8 +2377,8 @@ For eksempel: varselmelding=echo %%s | mail -s "Trinity varsel" admin@ - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Advarsel: Vennligst undersøk at din datamaskin har riktig dato og klokkeslett! Hvis klokken er stilt feil vil ikke Trinity fungere riktig. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Advarsel: Vennligst undersøk at din datamaskin har riktig dato og klokkeslett! Hvis klokken er stilt feil vil ikke megabyte fungere riktig. @@ -2627,8 +2627,8 @@ For eksempel: varselmelding=echo %%s | mail -s "Trinity varsel" admin@ - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL valg: (se Trinity Wiki for instruksjoner for oppsett av SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL valg: (se megabyte Wiki for instruksjoner for oppsett av SSL) @@ -2817,13 +2817,13 @@ For eksempel: varselmelding=echo %%s | mail -s "Trinity varsel" admin@ - Error loading wallet.dat: Wallet requires newer version of Trinity - Feil ved lasting av wallet.dat: Lommeboken krever en nyere versjon av Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Feil ved lasting av wallet.dat: Lommeboken krever en nyere versjon av megabyte - Wallet needed to be rewritten: restart Trinity to complete - Lommeboken måtte skrives om: start Trinity på nytt for å fullføre + Wallet needed to be rewritten: restart megabyte to complete + Lommeboken måtte skrives om: start megabyte på nytt for å fullføre @@ -2882,8 +2882,8 @@ For eksempel: varselmelding=echo %%s | mail -s "Trinity varsel" admin@ - Unable to bind to %s on this computer. Trinity is probably already running. - Kan ikke binde til %s på denne datamaskinen. Sannsynligvis kjører Trinity allerede. + Unable to bind to %s on this computer. megabyte is probably already running. + Kan ikke binde til %s på denne datamaskinen. Sannsynligvis kjører megabyte allerede. diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts index b262c15..d2bf354 100644 --- a/src/qt/locale/bitcoin_nl.ts +++ b/src/qt/locale/bitcoin_nl.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Over Trinity + About megabyte + Over megabyte - <b>Trinity</b> version - <b>Trinity</b> versie + <b>megabyte</b> version + <b>megabyte</b> versie @@ -34,8 +34,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - The Trinity developers - De Trinity-ontwikkelaars + The megabyte developers + De megabyte-ontwikkelaars @@ -67,8 +67,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Dit zijn uw Trinityadressen om betalingen mee te ontvangen. U kunt er voor kiezen om een uniek adres aan te maken voor elke afzender. Op deze manier kunt u bijhouden wie al aan u betaald heeft. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Dit zijn uw megabyteadressen om betalingen mee te ontvangen. U kunt er voor kiezen om een uniek adres aan te maken voor elke afzender. Op deze manier kunt u bijhouden wie al aan u betaald heeft. @@ -82,8 +82,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Sign a message to prove you own a Trinity address - Onderteken een bericht om te bewijzen dat u een bepaald Trinityadres bezit + Sign a message to prove you own a megabyte address + Onderteken een bericht om te bewijzen dat u een bepaald megabyteadres bezit @@ -107,8 +107,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Verify a message to ensure it was signed with a specified Trinity address - Controleer een bericht om te verifiëren dat het gespecificeerde Trinityadres het bericht heeft ondertekend. + Verify a message to ensure it was signed with a specified megabyte address + Controleer een bericht om te verifiëren dat het gespecificeerde megabyteadres het bericht heeft ondertekend. @@ -122,8 +122,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dit zijn uw Trinityadressen om betalingen mee te verzenden. Check altijd het bedrag en het ontvangende adres voordat u uw trinitys verzendt. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Dit zijn uw megabyteadressen om betalingen mee te verzenden. Check altijd het bedrag en het ontvangende adres voordat u uw megabytes verzendt. @@ -248,8 +248,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Waarschuwing: Als u uw portemonnee versleutelt en uw wachtwoord vergeet, zult u <b>AL UW TRINITYS VERLIEZEN</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Waarschuwing: Als u uw portemonnee versleutelt en uw wachtwoord vergeet, zult u <b>AL UW megabyteS VERLIEZEN</b>! @@ -275,8 +275,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity zal nu afsluiten om het versleutelingsproces te voltooien. Onthoud dat het versleutelen van uw portemonnee u niet volledig kan beschermen: Malware kan uw computer infecteren en uw trinitys stelen. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte zal nu afsluiten om het versleutelingsproces te voltooien. Onthoud dat het versleutelen van uw portemonnee u niet volledig kan beschermen: Malware kan uw computer infecteren en uw megabytes stelen. @@ -374,8 +374,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Show information about Trinity - Laat informatie zien over Trinity + Show information about megabyte + Laat informatie zien over megabyte @@ -419,13 +419,13 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Send coins to a Trinity address - Verstuur munten naar een Trinityadres + Send coins to a megabyte address + Verstuur munten naar een megabyteadres - Modify configuration options for Trinity - Wijzig instellingen van Trinity + Modify configuration options for megabyte + Wijzig instellingen van megabyte @@ -455,8 +455,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - &About Trinity - &Over Trinity + &About megabyte + &Over megabyte @@ -500,13 +500,13 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Sign messages with your Trinity addresses to prove you own them - Onderteken berichten met uw Trinityadressen om te bewijzen dat u deze adressen bezit + Sign messages with your megabyte addresses to prove you own them + Onderteken berichten met uw megabyteadressen om te bewijzen dat u deze adressen bezit - Verify messages to ensure they were signed with specified Trinity addresses - Verifiëer handtekeningen om zeker te zijn dat de berichten zijn ondertekend met de gespecificeerde Trinityadressen + Verify messages to ensure they were signed with specified megabyte addresses + Verifiëer handtekeningen om zeker te zijn dat de berichten zijn ondertekend met de gespecificeerde megabyteadressen @@ -536,13 +536,13 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d - Trinity client - Trinity client + megabyte client + megabyte client - %n active connection(s) to Trinity network - %n actieve connectie naar Trinitynetwerk%n actieve connecties naar Trinitynetwerk + %n active connection(s) to megabyte network + %n actieve connectie naar megabytenetwerk%n actieve connecties naar megabytenetwerk @@ -607,7 +607,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Deze transactie overschrijdt de groottelimiet. Om de transactie alsnog te versturen kunt u transactiekosten betalen van %1. Deze transactiekosten gaan naar de nodes die uw transactie verwerken en het helpt op deze manier bij het ondersteunen van het Trinitynetwerk. Wilt u de transactiekosten betalen? + Deze transactie overschrijdt de groottelimiet. Om de transactie alsnog te versturen kunt u transactiekosten betalen van %1. Deze transactiekosten gaan naar de nodes die uw transactie verwerken en het helpt op deze manier bij het ondersteunen van het megabytenetwerk. Wilt u de transactiekosten betalen? @@ -656,8 +656,8 @@ Adres: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI kan niet worden geïnterpreteerd. Dit kan komen door een ongeldig Trinityadres of misvormde URI-parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI kan niet worden geïnterpreteerd. Dit kan komen door een ongeldig megabyteadres of misvormde URI-parameters. @@ -671,8 +671,8 @@ Adres: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Er is een fatale fout opgetreden. Trinity kan niet meer veilig doorgaan en zal nu afgesloten worden. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Er is een fatale fout opgetreden. megabyte kan niet meer veilig doorgaan en zal nu afgesloten worden. @@ -737,8 +737,8 @@ Adres: %4 - The entered address "%1" is not a valid Trinity address. - Het opgegeven adres "%1" is een ongeldig Trinityadres + The entered address "%1" is not a valid megabyte address. + Het opgegeven adres "%1" is een ongeldig megabyteadres @@ -756,8 +756,8 @@ Adres: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Adres: %4 - Automatically start Trinity after logging in to the system. - Start Trinity automatisch na inloggen in het systeem + Automatically start megabyte after logging in to the system. + Start megabyte automatisch na inloggen in het systeem - &Start Trinity on system login - Start &Trinity bij het inloggen in het systeem + &Start megabyte on system login + Start &megabyte bij het inloggen in het systeem @@ -844,8 +844,8 @@ Adres: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Open de Trinity-poort automatisch op de router. Dit werkt alleen als de router UPnP ondersteunt en het aanstaat. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Open de megabyte-poort automatisch op de router. Dit werkt alleen als de router UPnP ondersteunt en het aanstaat. @@ -854,8 +854,8 @@ Adres: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Verbind met het Trinity-netwerk via een SOCKS-proxy (bijv. wanneer u via Tor wilt verbinden) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Verbind met het megabyte-netwerk via een SOCKS-proxy (bijv. wanneer u via Tor wilt verbinden) @@ -929,8 +929,8 @@ Adres: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - De taal van de gebruikersinterface kan hier ingesteld worden. Deze instelling zal pas van kracht worden nadat Trinity herstart wordt. + The user interface language can be set here. This setting will take effect after restarting megabyte. + De taal van de gebruikersinterface kan hier ingesteld worden. Deze instelling zal pas van kracht worden nadat megabyte herstart wordt. @@ -944,8 +944,8 @@ Adres: %4 - Whether to show Trinity addresses in the transaction list or not. - Of Trinityadressen getoond worden in de transactielijst + Whether to show megabyte addresses in the transaction list or not. + Of megabyteadressen getoond worden in de transactielijst @@ -996,8 +996,8 @@ Adres: %4 - This setting will take effect after restarting Trinity. - Deze instelling zal pas van kracht worden na het herstarten van Trinity. + This setting will take effect after restarting megabyte. + Deze instelling zal pas van kracht worden na het herstarten van megabyte. @@ -1015,8 +1015,8 @@ Adres: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - De weergegeven informatie kan verouderd zijn. Uw portemonnee synchroniseert automaticsh met het Trinitynetwerk nadat een verbinding is gelegd, maar dit proces is nog niet voltooid. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + De weergegeven informatie kan verouderd zijn. Uw portemonnee synchroniseert automaticsh met het megabytenetwerk nadat een verbinding is gelegd, maar dit proces is nog niet voltooid. @@ -1069,8 +1069,8 @@ Adres: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Kan trinity niet starten: click-to-pay handler + Cannot start megabyte: click-to-pay handler + Kan megabyte niet starten: click-to-pay handler @@ -1219,8 +1219,8 @@ Adres: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Toon het TrinityQt-hulpbericht voor een lijst met mogelijke Trinity commandoregel-opties. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Toon het megabyteQt-hulpbericht voor een lijst met mogelijke megabyte commandoregel-opties. @@ -1239,13 +1239,13 @@ Adres: %4 - Trinity - Debug window - Trinity-debugscherm + megabyte - Debug window + megabyte-debugscherm - Trinity Core - Trinity Kern + megabyte Core + megabyte Kern @@ -1254,8 +1254,8 @@ Adres: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Open het Trinitydebug-logbestand van de huidige datamap. Dit kan een aantal seconden duren voor grote logbestanden. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Open het megabytedebug-logbestand van de huidige datamap. Dit kan een aantal seconden duren voor grote logbestanden. @@ -1264,8 +1264,8 @@ Adres: %4 - Welcome to the Trinity RPC console. - Welkom bij de Trinity RPC-console. + Welcome to the megabyte RPC console. + Welkom bij de megabyte RPC-console. @@ -1448,8 +1448,8 @@ Adres: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Vul een Trinityadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Vul een megabyteadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,8 +1513,8 @@ Adres: %4 - Sign the message to prove you own this Trinity address - Onderteken een bericht om te bewijzen dat u een bepaald Trinityadres bezit + Sign the message to prove you own this megabyte address + Onderteken een bericht om te bewijzen dat u een bepaald megabyteadres bezit @@ -1549,8 +1549,8 @@ Adres: %4 - Verify the message to ensure it was signed with the specified Trinity address - Controleer een bericht om te verifiëren dat het gespecificeerde Trinityadres het bericht heeft ondertekend. + Verify the message to ensure it was signed with the specified megabyte address + Controleer een bericht om te verifiëren dat het gespecificeerde megabyteadres het bericht heeft ondertekend. @@ -1565,8 +1565,8 @@ Adres: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Vul een Trinityadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Vul een megabyteadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Adres: %4 - Enter Trinity signature - Voer Trinity-handtekening in + Enter megabyte signature + Voer megabyte-handtekening in @@ -1649,8 +1649,8 @@ Adres: %4 SplashScreen - The Trinity developers - De Trinity-ontwikkelaars + The megabyte developers + De megabyte-ontwikkelaars @@ -2187,8 +2187,8 @@ Adres: %4 bitcoin-core - Trinity version - Trinityversie + megabyte version + megabyteversie @@ -2197,8 +2197,8 @@ Adres: %4 - Send command to -server or trinityd - Stuur commando naar -server of trinityd + Send command to -server or megabyted + Stuur commando naar -server of megabyted @@ -2217,14 +2217,14 @@ Adres: %4 - Specify configuration file (default: trinity.conf) - Specificeer configuratiebestand (standaard: trinity.conf) + Specify configuration file (default: megabyte.conf) + Specificeer configuratiebestand (standaard: megabyte.conf) - Specify pid file (default: trinityd.pid) - Specificeer pid-bestand (standaard: trinityd.pid) + Specify pid file (default: megabyted.pid) + Specificeer pid-bestand (standaard: megabyted.pid) @@ -2302,23 +2302,23 @@ Adres: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, u moet een RPC-wachtwoord instellen in het configuratiebestand: %s U wordt aangeraden het volgende willekeurige wachtwoord te gebruiken: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (u hoeft dit wachtwoord niet te onthouden) De gebruikersnaam en wachtwoord mogen niet hetzelfde zijn. Als het bestand niet bestaat, make hem dan aan met leesrechten voor enkel de eigenaar. Het is ook aan te bevelen "alertnotify" in te stellen zodat u op de hoogte gesteld wordt van problemen; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2332,8 +2332,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Kan geen lock op de datamap %s verkrijgen. Trinity draait vermoedelijk reeds. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Kan geen lock op de datamap %s verkrijgen. megabyte draait vermoedelijk reeds. @@ -2377,8 +2377,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Waarschuwing: Controleer dat de datum en tijd op uw computer correct zijn ingesteld. Als uw klok fout staat zal Trinity niet correct werken. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Waarschuwing: Controleer dat de datum en tijd op uw computer correct zijn ingesteld. Als uw klok fout staat zal megabyte niet correct werken. @@ -2627,8 +2627,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL-opties: (zie de Trinity wiki voor SSL-instructies) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL-opties: (zie de megabyte wiki voor SSL-instructies) @@ -2817,13 +2817,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Fout bij laden wallet.dat: Portemonnee vereist een nieuwere versie van Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Fout bij laden wallet.dat: Portemonnee vereist een nieuwere versie van megabyte - Wallet needed to be rewritten: restart Trinity to complete - Portemonnee moest herschreven worden: Herstart Trinity om te voltooien + Wallet needed to be rewritten: restart megabyte to complete + Portemonnee moest herschreven worden: Herstart megabyte om te voltooien @@ -2882,8 +2882,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Niet in staat om aan %s te binden op deze computer. Trinity draait vermoedelijk reeds. + Unable to bind to %s on this computer. megabyte is probably already running. + Niet in staat om aan %s te binden op deze computer. megabyte draait vermoedelijk reeds. diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts index f76600d..d403174 100644 --- a/src/qt/locale/bitcoin_pl.ts +++ b/src/qt/locale/bitcoin_pl.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - O Trinity + About megabyte + O megabyte - <b>Trinity</b> version - Wersja <b>Trinity</b> + <b>megabyte</b> version + Wersja <b>megabyte</b> @@ -34,8 +34,8 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers - Deweloperzy Trinity + The megabyte developers + Deweloperzy megabyte @@ -67,8 +67,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Tutaj znajdują się twoje adresy Trinity do odbioru płatności. Możesz nadać oddzielne adresy dla każdego z wysyłających monety, żeby śledzić oddzielnie ich opłaty. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Tutaj znajdują się twoje adresy megabyte do odbioru płatności. Możesz nadać oddzielne adresy dla każdego z wysyłających monety, żeby śledzić oddzielnie ich opłaty. @@ -82,7 +82,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Podpisz wiadomość aby dowieść, że ten adres jest twój @@ -107,8 +107,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem Trinity. + Verify a message to ensure it was signed with a specified megabyte address + Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem megabyte. @@ -122,8 +122,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Tutaj znajdują się Twoje adresy Trinity do wysyłania płatności. Zawsze sprawdzaj ilość i adres odbiorcy przed wysyłką monet. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Tutaj znajdują się Twoje adresy megabyte do wysyłania płatności. Zawsze sprawdzaj ilość i adres odbiorcy przed wysyłką monet. @@ -248,8 +248,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Uwaga: Jeśli zaszyfrujesz swój portfel i zgubisz hasło to <b>STRACISZ WSZYSTKIE SWOJE TRINITY'Y</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Uwaga: Jeśli zaszyfrujesz swój portfel i zgubisz hasło to <b>STRACISZ WSZYSTKIE SWOJE megabyte'Y</b>! @@ -275,8 +275,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Program Trinity zamknie się aby dokończyć proces szyfrowania. Pamiętaj, że szyfrowanie portfela nie zabezpiecza w pełni Twoich trinityów przed kradzieżą przez wirusy lub trojany mogące zainfekować Twój komputer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + Program megabyte zamknie się aby dokończyć proces szyfrowania. Pamiętaj, że szyfrowanie portfela nie zabezpiecza w pełni Twoich megabyteów przed kradzieżą przez wirusy lub trojany mogące zainfekować Twój komputer. @@ -374,8 +374,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Pokaż informację o Trinity + Show information about megabyte + Pokaż informację o megabyte @@ -419,13 +419,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Wyślij monety na adres Trinity + Send coins to a megabyte address + Wyślij monety na adres megabyte - Modify configuration options for Trinity - Zmienia opcje konfiguracji trinitya + Modify configuration options for megabyte + Zmienia opcje konfiguracji megabytea @@ -455,8 +455,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - O Trinity + &About megabyte + O megabyte @@ -500,13 +500,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them Podpisz wiadomości swoim adresem aby udowodnić jego posiadanie - Verify messages to ensure they were signed with specified Trinity addresses - Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem Trinity. + Verify messages to ensure they were signed with specified megabyte addresses + Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem megabyte. @@ -536,13 +536,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Trinity klient + megabyte client + megabyte klient - %n active connection(s) to Trinity network - %n aktywne połączenie do sieci Trinity%n aktywne połączenia do sieci Trinity%n aktywnych połączeń do sieci Trinity + %n active connection(s) to megabyte network + %n aktywne połączenie do sieci megabyte%n aktywne połączenia do sieci megabyte%n aktywnych połączeń do sieci megabyte @@ -607,7 +607,7 @@ This product includes software developed by the OpenSSL Project for use in the O This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Transakcja przekracza limit. Możesz wysłać ją płacąc prowizję %1, która zostaje przekazana do węzłów, które ją prześlą i pomoże wspierać sieć Trinity. Czy chcesz zapłacić prowizję? + Transakcja przekracza limit. Możesz wysłać ją płacąc prowizję %1, która zostaje przekazana do węzłów, które ją prześlą i pomoże wspierać sieć megabyte. Czy chcesz zapłacić prowizję? @@ -656,8 +656,8 @@ Adres: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI nie może zostać przetworzony! Prawdopodobnie błędny adres Trinity bądź nieprawidłowe parametry URI. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI nie może zostać przetworzony! Prawdopodobnie błędny adres megabyte bądź nieprawidłowe parametry URI. @@ -671,8 +671,8 @@ Adres: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Błąd krytyczny. Trinity nie może kontynuować bezpiecznie więc zostanie zamknięty. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Błąd krytyczny. megabyte nie może kontynuować bezpiecznie więc zostanie zamknięty. @@ -737,8 +737,8 @@ Adres: %4 - The entered address "%1" is not a valid Trinity address. - Wprowadzony adres "%1" nie jest poprawnym adresem Trinity. + The entered address "%1" is not a valid megabyte address. + Wprowadzony adres "%1" nie jest poprawnym adresem megabyte. @@ -756,8 +756,8 @@ Adres: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Adres: %4 - Automatically start Trinity after logging in to the system. - Automatycznie uruchamia Trinity po zalogowaniu do systemu. + Automatically start megabyte after logging in to the system. + Automatycznie uruchamia megabyte po zalogowaniu do systemu. - &Start Trinity on system login - Uruchamiaj Trinity wraz z zalogowaniem do &systemu + &Start megabyte on system login + Uruchamiaj megabyte wraz z zalogowaniem do &systemu @@ -844,8 +844,8 @@ Adres: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Automatycznie otwiera port klienta Trinity na routerze. Ta opcja dzieła tylko jeśli twój router wspiera UPnP i jest ono włączone. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Automatycznie otwiera port klienta megabyte na routerze. Ta opcja dzieła tylko jeśli twój router wspiera UPnP i jest ono włączone. @@ -854,8 +854,8 @@ Adres: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Podłącz się do sieci Trinity przez proxy SOCKS (np. gdy łączysz się poprzez Tor'a) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Podłącz się do sieci megabyte przez proxy SOCKS (np. gdy łączysz się poprzez Tor'a) @@ -929,8 +929,8 @@ Adres: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Można tu ustawić język interfejsu uzytkownika. Żeby ustawienie przyniosło skutek trzeba uruchomić ponownie Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Można tu ustawić język interfejsu uzytkownika. Żeby ustawienie przyniosło skutek trzeba uruchomić ponownie megabyte. @@ -944,8 +944,8 @@ Adres: %4 - Whether to show Trinity addresses in the transaction list or not. - Pokazuj adresy Trinity na liście transakcji. + Whether to show megabyte addresses in the transaction list or not. + Pokazuj adresy megabyte na liście transakcji. @@ -996,8 +996,8 @@ Adres: %4 - This setting will take effect after restarting Trinity. - To ustawienie zostanie zastosowane po restarcie Trinity + This setting will take effect after restarting megabyte. + To ustawienie zostanie zastosowane po restarcie megabyte @@ -1015,8 +1015,8 @@ Adres: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Wyświetlana informacja może być nieaktualna. Twój portfel synchronizuje się automatycznie z siecią trinity, zaraz po tym jak uzyskano połączenie, ale proces ten nie został jeszcze ukończony. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Wyświetlana informacja może być nieaktualna. Twój portfel synchronizuje się automatycznie z siecią megabyte, zaraz po tym jak uzyskano połączenie, ale proces ten nie został jeszcze ukończony. @@ -1069,7 +1069,7 @@ Adres: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1219,8 +1219,8 @@ Adres: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Pokaż pomoc Trinity-Qt, aby zobaczyć listę wszystkich opcji linii poleceń + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Pokaż pomoc megabyte-Qt, aby zobaczyć listę wszystkich opcji linii poleceń @@ -1239,12 +1239,12 @@ Adres: %4 - Trinity - Debug window - Trinity - Okno debudowania + megabyte - Debug window + megabyte - Okno debudowania - Trinity Core + megabyte Core Rdzeń BitCoin @@ -1254,7 +1254,7 @@ Adres: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1264,8 +1264,8 @@ Adres: %4 - Welcome to the Trinity RPC console. - Witam w konsoli Trinity RPC + Welcome to the megabyte RPC console. + Witam w konsoli megabyte RPC @@ -1385,7 +1385,7 @@ Adres: %4 Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Błąd: transakcja została odrzucona. Może się to zdarzyć, gdy monety z Twojego portfela zostały już wydane, na przykład gdy używałeś kopii wallet.dat i trinityy które tam wydałeś nie zostały jeszcze odjęte z portfela z którego teraz korzystasz. + Błąd: transakcja została odrzucona. Może się to zdarzyć, gdy monety z Twojego portfela zostały już wydane, na przykład gdy używałeś kopii wallet.dat i megabytey które tam wydałeś nie zostały jeszcze odjęte z portfela z którego teraz korzystasz. @@ -1448,8 +1448,8 @@ Adres: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Wprowadź adres Trinity (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Wprowadź adres megabyte (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1472,7 +1472,7 @@ Adres: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Wprowadź adres Trinity (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Wprowadź adres megabyte (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,7 +1513,7 @@ Adres: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Podpisz wiadomość aby dowieść, że ten adres jest twój @@ -1545,12 +1545,12 @@ Adres: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Wprowadź adres Trinity (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Wprowadź adres megabyte (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address - Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem Trinity. + Verify the message to ensure it was signed with the specified megabyte address + Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem megabyte. @@ -1565,8 +1565,8 @@ Adres: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Wprowadź adres Trinity (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Wprowadź adres megabyte (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Adres: %4 - Enter Trinity signature - Wprowadź podpis Trinity + Enter megabyte signature + Wprowadź podpis megabyte @@ -1649,8 +1649,8 @@ Adres: %4 SplashScreen - The Trinity developers - Deweloperzy Trinity + The megabyte developers + Deweloperzy megabyte @@ -2187,8 +2187,8 @@ Adres: %4 bitcoin-core - Trinity version - Wersja Trinity + megabyte version + Wersja megabyte @@ -2197,8 +2197,8 @@ Adres: %4 - Send command to -server or trinityd - Wyślij polecenie do -server lub trinityd + Send command to -server or megabyted + Wyślij polecenie do -server lub megabyted @@ -2217,13 +2217,13 @@ Adres: %4 - Specify configuration file (default: trinity.conf) - Wskaż plik konfiguracyjny (domyślnie: trinity.conf) + Specify configuration file (default: megabyte.conf) + Wskaż plik konfiguracyjny (domyślnie: megabyte.conf) - Specify pid file (default: trinityd.pid) - Wskaż plik pid (domyślnie: trinity.pid) + Specify pid file (default: megabyted.pid) + Wskaż plik pid (domyślnie: megabyte.pid) @@ -2300,24 +2300,24 @@ Adres: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, musisz ustawić rpcpassword w pliku konfiguracyjnym:⏎ %s⏎ Zalecane jest użycie losowego hasła:⏎ -rpcuser=trinityrpc⏎ +rpcuser=megabyterpc⏎ rpcpassword=%s⏎ (nie musisz pamiętać tego hasła)⏎ Użytkownik i hasło nie mogą być takie same.⏎ Jeśli plik nie istnieje, utwórz go z uprawnieniami tylko-do-odczytu dla właściciela.⏎ Zalecane jest ustawienie alertnotify aby poinformować o problemach:⏎ -na przykład: alertnotify=echo %%s | mail -s "Alarm Trinity" admin@foo.com⏎ +na przykład: alertnotify=echo %%s | mail -s "Alarm megabyte" admin@foo.com⏎ @@ -2331,8 +2331,8 @@ na przykład: alertnotify=echo %%s | mail -s "Alarm Trinity" admin@foo - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Nie można zablokować folderu danych %s. Trinity prawdopodobnie już działa. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Nie można zablokować folderu danych %s. megabyte prawdopodobnie już działa. @@ -2376,8 +2376,8 @@ na przykład: alertnotify=echo %%s | mail -s "Alarm Trinity" admin@foo - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Uwaga: Sprawdź czy data i czas na Twoim komputerze są prawidłowe! Jeśli nie to Trinity nie będzie działał prawidłowo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Uwaga: Sprawdź czy data i czas na Twoim komputerze są prawidłowe! Jeśli nie to megabyte nie będzie działał prawidłowo. @@ -2626,8 +2626,8 @@ na przykład: alertnotify=echo %%s | mail -s "Alarm Trinity" admin@foo - SSL options: (see the Trinity Wiki for SSL setup instructions) - Opcje SSL: (odwiedź Trinity Wiki w celu uzyskania instrukcji) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Opcje SSL: (odwiedź megabyte Wiki w celu uzyskania instrukcji) @@ -2816,13 +2816,13 @@ na przykład: alertnotify=echo %%s | mail -s "Alarm Trinity" admin@foo - Error loading wallet.dat: Wallet requires newer version of Trinity - Błąd ładowania wallet.dat: Portfel wymaga nowszej wersji Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Błąd ładowania wallet.dat: Portfel wymaga nowszej wersji megabyte - Wallet needed to be rewritten: restart Trinity to complete - Portfel wymaga przepisania: zrestartuj Trinitya żeby ukończyć + Wallet needed to be rewritten: restart megabyte to complete + Portfel wymaga przepisania: zrestartuj megabytea żeby ukończyć @@ -2881,8 +2881,8 @@ na przykład: alertnotify=echo %%s | mail -s "Alarm Trinity" admin@foo - Unable to bind to %s on this computer. Trinity is probably already running. - Nie można przywiązać %s na tym komputerze. Trinity prawdopodobnie już działa. + Unable to bind to %s on this computer. megabyte is probably already running. + Nie można przywiązać %s na tym komputerze. megabyte prawdopodobnie już działa. diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts index f35efaa..eb9e196 100644 --- a/src/qt/locale/bitcoin_pt_BR.ts +++ b/src/qt/locale/bitcoin_pt_BR.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Sobre o Trinity + About megabyte + Sobre o megabyte - <b>Trinity</b> version - Versão do <b>Trinity</b> + <b>megabyte</b> version + Versão do <b>megabyte</b> @@ -34,8 +34,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - The Trinity developers - Desenvolvedores do Trinity + The megabyte developers + Desenvolvedores do megabyte @@ -67,8 +67,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Estes são os seus endereços Trinity para receber pagamentos. Você pode querer enviar um endereço diferente para cada remetente, para acompanhar quem está pagando. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Estes são os seus endereços megabyte para receber pagamentos. Você pode querer enviar um endereço diferente para cada remetente, para acompanhar quem está pagando. @@ -82,8 +82,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Sign a message to prove you own a Trinity address - Assine uma mensagem para provar que você é dono de um endereço Trinity + Sign a message to prove you own a megabyte address + Assine uma mensagem para provar que você é dono de um endereço megabyte @@ -107,8 +107,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Verify a message to ensure it was signed with a specified Trinity address - Verificar mensagem para se assegurar que ela foi assinada pelo dono de um endereço Trinity específico. + Verify a message to ensure it was signed with a specified megabyte address + Verificar mensagem para se assegurar que ela foi assinada pelo dono de um endereço megabyte específico. @@ -122,8 +122,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estes são os seus endereços Trinity para receber pagamentos. Você pode querer enviar um endereço diferente para cada remetente, para acompanhar quem está pagando. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estes são os seus endereços megabyte para receber pagamentos. Você pode querer enviar um endereço diferente para cada remetente, para acompanhar quem está pagando. @@ -248,8 +248,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Aviso: Se você criptografar sua carteira e perder sua senha, você vai <b>perder todos os seus TRINITYS!</b> + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Aviso: Se você criptografar sua carteira e perder sua senha, você vai <b>perder todos os seus megabyteS!</b> @@ -275,8 +275,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - O Trinity irá fechar agora para finalizar o processo de encriptação. Lembre-se de que encriptar sua carteira não protege totalmente suas trinitys de serem roubadas por malwares que tenham infectado o seu computador. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + O megabyte irá fechar agora para finalizar o processo de encriptação. Lembre-se de que encriptar sua carteira não protege totalmente suas megabytes de serem roubadas por malwares que tenham infectado o seu computador. @@ -374,8 +374,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Show information about Trinity - Mostrar informação sobre Trinity + Show information about megabyte + Mostrar informação sobre megabyte @@ -419,13 +419,13 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Send coins to a Trinity address - Enviar moedas para um endereço trinity + Send coins to a megabyte address + Enviar moedas para um endereço megabyte - Modify configuration options for Trinity - Modificar opções de configuração para trinity + Modify configuration options for megabyte + Modificar opções de configuração para megabyte @@ -455,8 +455,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - &About Trinity - &Sobre o Trinity + &About megabyte + &Sobre o megabyte @@ -500,13 +500,13 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Sign messages with your Trinity addresses to prove you own them - Assine mensagems com seus endereços Trinity para provar que você é dono deles + Sign messages with your megabyte addresses to prove you own them + Assine mensagems com seus endereços megabyte para provar que você é dono deles - Verify messages to ensure they were signed with specified Trinity addresses - Verificar mensagens para se assegurar que elas foram assinadas pelo dono de Endereços Trinity específicos + Verify messages to ensure they were signed with specified megabyte addresses + Verificar mensagens para se assegurar que elas foram assinadas pelo dono de Endereços megabyte específicos @@ -536,13 +536,13 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS - Trinity client - Cliente Trinity + megabyte client + Cliente megabyte - %n active connection(s) to Trinity network - %n conexão ativa na rede Trinity%n conexões ativas na rede Trinity + %n active connection(s) to megabyte network + %n conexão ativa na rede megabyte%n conexões ativas na rede megabyte @@ -655,8 +655,8 @@ Endereço: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI não pode ser decodificado! Isso pode ter sido causado por um endereço Trinity inválido ou por parâmetros URI malformados. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI não pode ser decodificado! Isso pode ter sido causado por um endereço megabyte inválido ou por parâmetros URI malformados. @@ -670,8 +670,8 @@ Endereço: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Um erro fatal ocorreu. Trinity não pode continuar em segurança e irá fechar. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Um erro fatal ocorreu. megabyte não pode continuar em segurança e irá fechar. @@ -736,8 +736,8 @@ Endereço: %4 - The entered address "%1" is not a valid Trinity address. - O endereço digitado "%1" não é um endereço Trinity válido. + The entered address "%1" is not a valid megabyte address. + O endereço digitado "%1" não é um endereço megabyte válido. @@ -755,8 +755,8 @@ Endereço: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -818,13 +818,13 @@ Endereço: %4 - Automatically start Trinity after logging in to the system. - Iniciar Trinity automaticamente após se logar no sistema. + Automatically start megabyte after logging in to the system. + Iniciar megabyte automaticamente após se logar no sistema. - &Start Trinity on system login - Iniciar Trinity no login do sistema + &Start megabyte on system login + Iniciar megabyte no login do sistema @@ -843,8 +843,8 @@ Endereço: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir as portas do cliente Trinity automaticamente no roteador. Isto só funcionará se seu roteador suportar UPnP e esta função estiver habilitada. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir as portas do cliente megabyte automaticamente no roteador. Isto só funcionará se seu roteador suportar UPnP e esta função estiver habilitada. @@ -853,8 +853,8 @@ Endereço: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Conectar à rede Trinity através de um proxy SOCKS (ex. quando estiver usando através do Tor) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Conectar à rede megabyte através de um proxy SOCKS (ex. quando estiver usando através do Tor) @@ -928,8 +928,8 @@ Endereço: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - A língua da interface com usuário pode ser escolhida aqui. Esta configuração só surtirá efeito após reiniciar o Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + A língua da interface com usuário pode ser escolhida aqui. Esta configuração só surtirá efeito após reiniciar o megabyte. @@ -939,12 +939,12 @@ Endereço: %4 Choose the default subdivision unit to show in the interface and when sending coins. - Escolha a unidade padrão de subdivisão para interface mostrar quando enviar trinitys. + Escolha a unidade padrão de subdivisão para interface mostrar quando enviar megabytes. - Whether to show Trinity addresses in the transaction list or not. - Mostrar ou não endereços Trinity na lista de transações. + Whether to show megabyte addresses in the transaction list or not. + Mostrar ou não endereços megabyte na lista de transações. @@ -995,8 +995,8 @@ Endereço: %4 - This setting will take effect after restarting Trinity. - Esta configuração surtirá efeito após reinicializar o aplicativo Trinity + This setting will take effect after restarting megabyte. + Esta configuração surtirá efeito após reinicializar o aplicativo megabyte @@ -1014,8 +1014,8 @@ Endereço: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - A informação mostrada pode estar desatualizada. Sua carteira sincroniza automaticamente com a rede Trinity depois que a conexão é estabelecida, mas este processo pode não estar completo ainda. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + A informação mostrada pode estar desatualizada. Sua carteira sincroniza automaticamente com a rede megabyte depois que a conexão é estabelecida, mas este processo pode não estar completo ainda. @@ -1068,8 +1068,8 @@ Endereço: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Não foi possível iniciar trinity: manipulador clique-para-pagar + Cannot start megabyte: click-to-pay handler + Não foi possível iniciar megabyte: manipulador clique-para-pagar @@ -1218,8 +1218,8 @@ Endereço: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Mostrar mensagem de ajuda do Trinity-Qt para obter uma lista com possíveis opções da linha de comando do Trinity. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Mostrar mensagem de ajuda do megabyte-Qt para obter uma lista com possíveis opções da linha de comando do megabyte. @@ -1238,13 +1238,13 @@ Endereço: %4 - Trinity - Debug window - Trinity - Janela de Depuração + megabyte - Debug window + megabyte - Janela de Depuração - Trinity Core - Núcleo Trinity + megabyte Core + Núcleo megabyte @@ -1253,8 +1253,8 @@ Endereço: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Abrir o arquivo de log de depuração do Trinity do diretório atual de dados. Isso pode levar alguns segundos para arquivos de log grandes. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Abrir o arquivo de log de depuração do megabyte do diretório atual de dados. Isso pode levar alguns segundos para arquivos de log grandes. @@ -1263,8 +1263,8 @@ Endereço: %4 - Welcome to the Trinity RPC console. - Bem-vindo ao console Trinity RPC. + Welcome to the megabyte RPC console. + Bem-vindo ao console megabyte RPC. @@ -1384,7 +1384,7 @@ Endereço: %4 Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Erro: A transação foi rejeitada. Isso pode acontecer se alguns dos trinitys de sua carteira já haviam sido gastos, por exemplo se você usou uma cópia do arquivo wallet.dat e alguns trinitys foram gastos na cópia mas não foram marcados como gastos aqui. + Erro: A transação foi rejeitada. Isso pode acontecer se alguns dos megabytes de sua carteira já haviam sido gastos, por exemplo se você usou uma cópia do arquivo wallet.dat e alguns megabytes foram gastos na cópia mas não foram marcados como gastos aqui. @@ -1447,8 +1447,8 @@ Endereço: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Digite um endereço Trinity (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Digite um endereço megabyte (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1512,8 +1512,8 @@ Endereço: %4 - Sign the message to prove you own this Trinity address - Assinar mensagem para provar que você é dono deste endereço Trinity + Sign the message to prove you own this megabyte address + Assinar mensagem para provar que você é dono deste endereço megabyte @@ -1548,8 +1548,8 @@ Endereço: %4 - Verify the message to ensure it was signed with the specified Trinity address - Verificar mensagem para se assegurar que ela foi assinada pelo dono de um endereço Trinity específico. + Verify the message to ensure it was signed with the specified megabyte address + Verificar mensagem para se assegurar que ela foi assinada pelo dono de um endereço megabyte específico. @@ -1564,8 +1564,8 @@ Endereço: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Digite um endereço Trinity (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Digite um endereço megabyte (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1574,8 +1574,8 @@ Endereço: %4 - Enter Trinity signature - Entre com a assinatura Trinity + Enter megabyte signature + Entre com a assinatura megabyte @@ -1648,8 +1648,8 @@ Endereço: %4 SplashScreen - The Trinity developers - Desenvolvedores do Trinity + The megabyte developers + Desenvolvedores do megabyte @@ -1783,7 +1783,7 @@ Endereço: %4 Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Trinitys gerados precisam maturar por 120 blocos antes de serem gastos. Quando você gera este bloco, ele é difundido na rede para ser adicionado ao blockchain. Se ele falhar ao ser acrescentado no blockchain, seu estado mudará para "não aceito" e não poderá ser gasto. Isso pode ocasionamente acontecer se outro nó gerou um bloco poucos segundos antes do seu. + megabytes gerados precisam maturar por 120 blocos antes de serem gastos. Quando você gera este bloco, ele é difundido na rede para ser adicionado ao blockchain. Se ele falhar ao ser acrescentado no blockchain, seu estado mudará para "não aceito" e não poderá ser gasto. Isso pode ocasionamente acontecer se outro nó gerou um bloco poucos segundos antes do seu. @@ -2186,8 +2186,8 @@ Endereço: %4 bitcoin-core - Trinity version - Versão do Trinity + megabyte version + Versão do megabyte @@ -2196,8 +2196,8 @@ Endereço: %4 - Send command to -server or trinityd - Enviar comando para -server ou trinityd + Send command to -server or megabyted + Enviar comando para -server ou megabyted @@ -2216,13 +2216,13 @@ Endereço: %4 - Specify configuration file (default: trinity.conf) - Especifique um arquivo de configurações (padrão: trinity.conf) + Specify configuration file (default: megabyte.conf) + Especifique um arquivo de configurações (padrão: megabyte.conf) - Specify pid file (default: trinityd.pid) - Especifique um arquivo de pid (padrão: trinityd.pid) + Specify pid file (default: megabyted.pid) + Especifique um arquivo de pid (padrão: megabyted.pid) @@ -2299,24 +2299,24 @@ Endereço: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, você deve especificar uma senha rpcpassword no arquivo de configuração:⏎ %s⏎ É recomendado que você use a seguinte senha aleatória:⏎ -rpcuser=trinityrpc⏎ +rpcuser=megabyterpc⏎ rpcpassword=%s⏎ (você não precisa lembrar esta senha)⏎ O nome de usuário e a senha NÃO PODEM ser os mesmos.⏎ Se o arquivo não existir, crie um com permissão de leitura apenas para o dono.⏎ É recomendado também definir um alertnotify para que você seja notificado de problemas;⏎ -por exemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com⏎ +por exemplo: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com⏎ @@ -2331,13 +2331,13 @@ por exemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Não foi possível obter exclusividade de escrita no endereço %s. O Trinity provavelmente já está rodando. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Não foi possível obter exclusividade de escrita no endereço %s. O megabyte provavelmente já está rodando. Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Erro: A transação foi rejeitada. Isso pode acontecer se alguns dos trinitys de sua carteira já haviam sido gastos, por exemplo se você usou uma cópia do arquivo wallet.dat e alguns trinitys foram gastos na cópia mas não foram marcados como gastos aqui. + Erro: A transação foi rejeitada. Isso pode acontecer se alguns dos megabytes de sua carteira já haviam sido gastos, por exemplo se você usou uma cópia do arquivo wallet.dat e alguns megabytes foram gastos na cópia mas não foram marcados como gastos aqui. @@ -2376,8 +2376,8 @@ por exemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Cuidado: Por favor, verifique que a data e hora do seu computador estão corretas! If o seu relógio estiver errado, o Trinity não irá funcionar corretamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Cuidado: Por favor, verifique que a data e hora do seu computador estão corretas! If o seu relógio estiver errado, o megabyte não irá funcionar corretamente. @@ -2626,8 +2626,8 @@ por exemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - Opções SSL: (veja a Wiki do Trinity para instruções de configuração SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Opções SSL: (veja a Wiki do megabyte para instruções de configuração SSL) @@ -2816,13 +2816,13 @@ por exemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Erro ao carregar wallet.dat: Carteira requer uma versão mais nova do Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Erro ao carregar wallet.dat: Carteira requer uma versão mais nova do megabyte - Wallet needed to be rewritten: restart Trinity to complete - A Carteira precisou ser reescrita: reinicie o Trinity para completar + Wallet needed to be rewritten: restart megabyte to complete + A Carteira precisou ser reescrita: reinicie o megabyte para completar @@ -2881,8 +2881,8 @@ por exemplo: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. - Impossível vincular a %s neste computador. O Trinity provavelmente já está rodando. + Unable to bind to %s on this computer. megabyte is probably already running. + Impossível vincular a %s neste computador. O megabyte provavelmente já está rodando. diff --git a/src/qt/locale/bitcoin_pt_PT.ts b/src/qt/locale/bitcoin_pt_PT.ts index 8f05f75..7cc9a47 100644 --- a/src/qt/locale/bitcoin_pt_PT.ts +++ b/src/qt/locale/bitcoin_pt_PT.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Sobre Trinity + About megabyte + Sobre megabyte - <b>Trinity</b> version - Versão do <b>Trinity</b> + <b>megabyte</b> version + Versão do <b>megabyte</b> @@ -34,8 +34,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - The Trinity developers - Os programadores Trinity + The megabyte developers + Os programadores megabyte @@ -67,8 +67,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Estes são os seus endereços Trinity para receber pagamentos. Poderá enviar um endereço diferente para cada remetente para poder identificar os pagamentos. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Estes são os seus endereços megabyte para receber pagamentos. Poderá enviar um endereço diferente para cada remetente para poder identificar os pagamentos. @@ -82,8 +82,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Sign a message to prove you own a Trinity address - Assine uma mensagem para provar que é dono de um endereço Trinity + Sign a message to prove you own a megabyte address + Assine uma mensagem para provar que é dono de um endereço megabyte @@ -107,8 +107,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Verify a message to ensure it was signed with a specified Trinity address - Verifique a mensagem para assegurar que foi assinada com o endereço Trinity especificado + Verify a message to ensure it was signed with a specified megabyte address + Verifique a mensagem para assegurar que foi assinada com o endereço megabyte especificado @@ -122,8 +122,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estes são os seus endereços Trinity para enviar pagamentos. Verifique sempre o valor e a morada de envio antes de enviar moedas. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estes são os seus endereços megabyte para enviar pagamentos. Verifique sempre o valor e a morada de envio antes de enviar moedas. @@ -248,8 +248,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Atenção: Se encriptar a carteira e perder a sua senha irá <b>PERDER TODOS OS SEUS TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Atenção: Se encriptar a carteira e perder a sua senha irá <b>PERDER TODOS OS SEUS megabyteS</b>! @@ -275,8 +275,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - O cliente Trinity irá agora ser fechado para terminar o processo de encriptação. Recorde que a encriptação da sua carteira não protegerá totalmente os seus trinitys de serem roubados por programas maliciosos que infectem o seu computador. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + O cliente megabyte irá agora ser fechado para terminar o processo de encriptação. Recorde que a encriptação da sua carteira não protegerá totalmente os seus megabytes de serem roubados por programas maliciosos que infectem o seu computador. @@ -374,8 +374,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Show information about Trinity - Mostrar informação sobre Trinity + Show information about megabyte + Mostrar informação sobre megabyte @@ -419,13 +419,13 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Send coins to a Trinity address - Enviar moedas para um endereço trinity + Send coins to a megabyte address + Enviar moedas para um endereço megabyte - Modify configuration options for Trinity - Modificar opções de configuração para trinity + Modify configuration options for megabyte + Modificar opções de configuração para megabyte @@ -455,8 +455,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - &About Trinity - &Sobre o Trinity + &About megabyte + &Sobre o megabyte @@ -500,13 +500,13 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Sign messages with your Trinity addresses to prove you own them - Assine mensagens com os seus endereços Trinity para provar que os controla + Sign messages with your megabyte addresses to prove you own them + Assine mensagens com os seus endereços megabyte para provar que os controla - Verify messages to ensure they were signed with specified Trinity addresses - Verifique mensagens para assegurar que foram assinadas com o endereço Trinity especificado + Verify messages to ensure they were signed with specified megabyte addresses + Verifique mensagens para assegurar que foram assinadas com o endereço megabyte especificado @@ -536,13 +536,13 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open - Trinity client - Cliente Trinity + megabyte client + Cliente megabyte - %n active connection(s) to Trinity network - %n ligação ativa à rede Trinity%n ligações ativas à rede Trinity + %n active connection(s) to megabyte network + %n ligação ativa à rede megabyte%n ligações ativas à rede megabyte @@ -656,8 +656,8 @@ Endereço: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI não foi lido correctamente! Isto pode ser causado por um endereço Trinity inválido ou por parâmetros URI malformados. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI não foi lido correctamente! Isto pode ser causado por um endereço megabyte inválido ou por parâmetros URI malformados. @@ -671,8 +671,8 @@ Endereço: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Ocorreu um erro fatal. O Trinity não pode continuar com segurança e irá fechar. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Ocorreu um erro fatal. O megabyte não pode continuar com segurança e irá fechar. @@ -737,8 +737,8 @@ Endereço: %4 - The entered address "%1" is not a valid Trinity address. - O endereço introduzido "%1" não é um endereço trinity válido. + The entered address "%1" is not a valid megabyte address. + O endereço introduzido "%1" não é um endereço megabyte válido. @@ -756,8 +756,8 @@ Endereço: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Endereço: %4 - Automatically start Trinity after logging in to the system. - Começar o Trinity automaticamente ao iniciar sessão no sistema. + Automatically start megabyte after logging in to the system. + Começar o megabyte automaticamente ao iniciar sessão no sistema. - &Start Trinity on system login - &Começar o Trinity ao iniciar o sistema + &Start megabyte on system login + &Começar o megabyte ao iniciar o sistema @@ -844,8 +844,8 @@ Endereço: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir a porta do cliente trinity automaticamente no seu router. Isto penas funciona se o seu router suportar UPnP e este se encontrar ligado. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir a porta do cliente megabyte automaticamente no seu router. Isto penas funciona se o seu router suportar UPnP e este se encontrar ligado. @@ -854,8 +854,8 @@ Endereço: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Ligar à rede Trinity através de um proxy SOCKS (p.ex. quando ligar através de Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Ligar à rede megabyte através de um proxy SOCKS (p.ex. quando ligar através de Tor). @@ -929,8 +929,8 @@ Endereço: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - A linguagem da interface do utilizador pode ser definida aqui. Esta definição entrará em efeito após reiniciar o Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + A linguagem da interface do utilizador pode ser definida aqui. Esta definição entrará em efeito após reiniciar o megabyte. @@ -944,8 +944,8 @@ Endereço: %4 - Whether to show Trinity addresses in the transaction list or not. - Se mostrar, ou não, os endereços Trinity na lista de transações. + Whether to show megabyte addresses in the transaction list or not. + Se mostrar, ou não, os endereços megabyte na lista de transações. @@ -996,8 +996,8 @@ Endereço: %4 - This setting will take effect after restarting Trinity. - Esta opção entrará em efeito após reiniciar o Trinity. + This setting will take effect after restarting megabyte. + Esta opção entrará em efeito após reiniciar o megabyte. @@ -1015,8 +1015,8 @@ Endereço: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - A informação mostrada poderá estar desatualizada. A sua carteira sincroniza automaticamente com a rede Trinity depois de estabelecer ligação, mas este processo ainda não está completo. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + A informação mostrada poderá estar desatualizada. A sua carteira sincroniza automaticamente com a rede megabyte depois de estabelecer ligação, mas este processo ainda não está completo. @@ -1069,8 +1069,8 @@ Endereço: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Impossível começar o modo clicar-para-pagar com trinity: + Cannot start megabyte: click-to-pay handler + Impossível começar o modo clicar-para-pagar com megabyte: @@ -1219,8 +1219,8 @@ Endereço: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Mostrar a mensagem de ajuda do Trinity-Qt para obter uma lista com possíveis opções a usar na linha de comandos. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Mostrar a mensagem de ajuda do megabyte-Qt para obter uma lista com possíveis opções a usar na linha de comandos. @@ -1239,13 +1239,13 @@ Endereço: %4 - Trinity - Debug window - Trinity - Janela de depuração + megabyte - Debug window + megabyte - Janela de depuração - Trinity Core - Núcleo Trinity + megabyte Core + Núcleo megabyte @@ -1254,7 +1254,7 @@ Endereço: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. Abrir o ficheiro de registo de depuração da pasta de dados actual. Isto pode demorar alguns segundos para ficheiros de registo maiores. @@ -1264,8 +1264,8 @@ Endereço: %4 - Welcome to the Trinity RPC console. - Bem-vindo à consola RPC Trinity. + Welcome to the megabyte RPC console. + Bem-vindo à consola RPC megabyte. @@ -1448,8 +1448,8 @@ Endereço: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduza um endereço Trinity (p.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduza um endereço megabyte (p.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,8 +1513,8 @@ Endereço: %4 - Sign the message to prove you own this Trinity address - Assine uma mensagem para provar que é dono deste endereço Trinity + Sign the message to prove you own this megabyte address + Assine uma mensagem para provar que é dono deste endereço megabyte @@ -1549,8 +1549,8 @@ Endereço: %4 - Verify the message to ensure it was signed with the specified Trinity address - Verifique a mensagem para assegurar que foi assinada com o endereço Trinity especificado + Verify the message to ensure it was signed with the specified megabyte address + Verifique a mensagem para assegurar que foi assinada com o endereço megabyte especificado @@ -1565,8 +1565,8 @@ Endereço: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduza um endereço Trinity (p.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduza um endereço megabyte (p.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Endereço: %4 - Enter Trinity signature - Introduza assinatura Trinity + Enter megabyte signature + Introduza assinatura megabyte @@ -1649,8 +1649,8 @@ Endereço: %4 SplashScreen - The Trinity developers - Os programadores Trinity + The megabyte developers + Os programadores megabyte @@ -2187,8 +2187,8 @@ Endereço: %4 bitcoin-core - Trinity version - Versão Trinity + megabyte version + Versão megabyte @@ -2197,8 +2197,8 @@ Endereço: %4 - Send command to -server or trinityd - Enviar comando para -server ou trinityd + Send command to -server or megabyted + Enviar comando para -server ou megabyted @@ -2217,13 +2217,13 @@ Endereço: %4 - Specify configuration file (default: trinity.conf) - Especificar ficheiro de configuração (por defeito: trinity.conf) + Specify configuration file (default: megabyte.conf) + Especificar ficheiro de configuração (por defeito: megabyte.conf) - Specify pid file (default: trinityd.pid) - Especificar ficheiro pid (por defeito: trinityd.pid) + Specify pid file (default: megabyted.pid) + Especificar ficheiro pid (por defeito: megabyted.pid) @@ -2300,24 +2300,24 @@ Endereço: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, deverá definir rpcpassword no ficheiro de configuração : %s É recomendado que use a seguinte palavra-passe aleatória: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (não precisa recordar esta palavra-passe) O nome de utilizador e password NÃO DEVEM ser iguais. Se o ficheiro não existir, crie-o com permissões de leitura apenas para o dono. Também é recomendado definir alertnotify para que seja alertado sobre problemas; -por exemplo: alertnotify=echo %%s | mail -s "Alerta Trinity" admin@foo.com +por exemplo: alertnotify=echo %%s | mail -s "Alerta megabyte" admin@foo.com @@ -2332,8 +2332,8 @@ por exemplo: alertnotify=echo %%s | mail -s "Alerta Trinity" admin@foo - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Impossível trancar a pasta de dados %s. Provavelmente o Trinity já está a ser executado. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Impossível trancar a pasta de dados %s. Provavelmente o megabyte já está a ser executado. @@ -2377,8 +2377,8 @@ por exemplo: alertnotify=echo %%s | mail -s "Alerta Trinity" admin@foo - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Atenção: Por favor verifique que a data e hora do seu computador estão correctas! Se o seu relógio não estiver certo o Trinity não irá funcionar correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Atenção: Por favor verifique que a data e hora do seu computador estão correctas! Se o seu relógio não estiver certo o megabyte não irá funcionar correctamente. @@ -2627,8 +2627,8 @@ por exemplo: alertnotify=echo %%s | mail -s "Alerta Trinity" admin@foo - SSL options: (see the Trinity Wiki for SSL setup instructions) - Opções SSL: (ver a Wiki Trinity para instruções de configuração SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Opções SSL: (ver a Wiki megabyte para instruções de configuração SSL) @@ -2817,13 +2817,13 @@ por exemplo: alertnotify=echo %%s | mail -s "Alerta Trinity" admin@foo - Error loading wallet.dat: Wallet requires newer version of Trinity - Erro ao carregar wallet.dat: A Carteira requer uma versão mais recente do Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Erro ao carregar wallet.dat: A Carteira requer uma versão mais recente do megabyte - Wallet needed to be rewritten: restart Trinity to complete - A Carteira precisou ser reescrita: reinicie o Trinity para completar + Wallet needed to be rewritten: restart megabyte to complete + A Carteira precisou ser reescrita: reinicie o megabyte para completar @@ -2882,8 +2882,8 @@ por exemplo: alertnotify=echo %%s | mail -s "Alerta Trinity" admin@foo - Unable to bind to %s on this computer. Trinity is probably already running. - Incapaz de vincular à porta %s neste computador. Provavelmente o Trinity já está a funcionar. + Unable to bind to %s on this computer. megabyte is probably already running. + Incapaz de vincular à porta %s neste computador. Provavelmente o megabyte já está a funcionar. diff --git a/src/qt/locale/bitcoin_ro_RO.ts b/src/qt/locale/bitcoin_ro_RO.ts index 776bf78..c4ad8c7 100644 --- a/src/qt/locale/bitcoin_ro_RO.ts +++ b/src/qt/locale/bitcoin_ro_RO.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Despre Trinity + About megabyte + Despre megabyte - <b>Trinity</b> version - <b>Trinity</b> versiunea + <b>megabyte</b> version + <b>megabyte</b> versiunea @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,8 +62,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Acestea sunt adresele dumneavoastră Trinity pentru a primi plăţi. Dacă doriţi, puteți da o adresa diferită fiecărui expeditor, pentru a putea ţine evidenţa plăţilor. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Acestea sunt adresele dumneavoastră megabyte pentru a primi plăţi. Dacă doriţi, puteți da o adresa diferită fiecărui expeditor, pentru a putea ţine evidenţa plăţilor. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Semneaza mesajul pentru a dovedi ca detii aceasta adresa Bitocin @@ -102,8 +102,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Verifica mesajul pentru a te asigura ca a fost insemnat cu o adresa trinity specifica + Verify a message to ensure it was signed with a specified megabyte address + Verifica mesajul pentru a te asigura ca a fost insemnat cu o adresa megabyte specifica @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,8 +243,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Atenție: Dacă pierdeţi parola portofelului electronic dupa criptare, <b>VEŢI PIERDE ÎNTREAGA SUMĂ DE TRINITY ACUMULATĂ</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Atenție: Dacă pierdeţi parola portofelului electronic dupa criptare, <b>VEŢI PIERDE ÎNTREAGA SUMĂ DE megabyte ACUMULATĂ</b>! @@ -270,8 +270,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity se va închide acum pentru a termina procesul de criptare. Amintiți-vă că criptarea portofelului dumneavoastră nu poate proteja în totalitate trinitys dvs. de a fi furate de intentii rele. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte se va închide acum pentru a termina procesul de criptare. Amintiți-vă că criptarea portofelului dumneavoastră nu poate proteja în totalitate megabytes dvs. de a fi furate de intentii rele. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Informaţii despre Trinity + Show information about megabyte + Informaţii despre megabyte @@ -414,13 +414,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - &Trimiteţi Trinity către o anumită adresă + Send coins to a megabyte address + &Trimiteţi megabyte către o anumită adresă - Modify configuration options for Trinity - Modifică setările pentru Trinity + Modify configuration options for megabyte + Modifică setările pentru megabyte @@ -450,8 +450,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -475,8 +475,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &Despre Trinity + &About megabyte + &Despre megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,13 +531,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Client Trinity + megabyte client + Client megabyte - %n active connection(s) to Trinity network - %n active connections to Trinity network%n active connections to Trinity network%n active connections to Trinity network + %n active connection(s) to megabyte network + %n active connections to megabyte network%n active connections to megabyte network%n active connections to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,8 +728,8 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. - Adresa introdusă "%1" nu este o adresă trinity valabilă. + The entered address "%1" is not a valid megabyte address. + Adresa introdusă "%1" nu este o adresă megabyte valabilă. @@ -747,8 +747,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -810,13 +810,13 @@ Address: %4 - Automatically start Trinity after logging in to the system. - Porneşte automat programul Trinity la pornirea computerului. + Automatically start megabyte after logging in to the system. + Porneşte automat programul megabyte la pornirea computerului. - &Start Trinity on system login - &S Porneşte Trinity la pornirea sistemului + &Start megabyte on system login + &S Porneşte megabyte la pornirea sistemului @@ -835,8 +835,8 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Deschide automat în router portul aferent clientului Trinity. Funcţionează doar în cazul în care routerul e compatibil UPnP şi opţiunea e activată. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Deschide automat în router portul aferent clientului megabyte. Funcţionează doar în cazul în care routerul e compatibil UPnP şi opţiunea e activată. @@ -845,8 +845,8 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Conectare la reţeaua Trinity folosind un proxy SOCKS (de exemplu, când conexiunea se stabileşte prin reţeaua Tor) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Conectare la reţeaua megabyte folosind un proxy SOCKS (de exemplu, când conexiunea se stabileşte prin reţeaua Tor) @@ -920,8 +920,8 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Limba interfeței utilizatorului poate fi setat aici. Această setare va avea efect după repornirea Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Limba interfeței utilizatorului poate fi setat aici. Această setare va avea efect după repornirea megabyte. @@ -931,12 +931,12 @@ Address: %4 Choose the default subdivision unit to show in the interface and when sending coins. - Alege subdiviziunea folosită la afişarea interfeţei şi la trimiterea de trinity. + Alege subdiviziunea folosită la afişarea interfeţei şi la trimiterea de megabyte. - Whether to show Trinity addresses in the transaction list or not. - Vezi dacă adresele Trinity sunt în lista de tranzacție sau nu + Whether to show megabyte addresses in the transaction list or not. + Vezi dacă adresele megabyte sunt în lista de tranzacție sau nu @@ -987,13 +987,13 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. The supplied proxy address is invalid. - Adresa trinity pe care a-ti specificat-o este invalida + Adresa megabyte pe care a-ti specificat-o este invalida @@ -1006,8 +1006,8 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Informațiile afișate pot fi expirate. Portofelul tău se sincronizează automat cu rețeaua Trinity după ce o conexiune este stabilita, dar acest proces nu a fost finalizat încă. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Informațiile afișate pot fi expirate. Portofelul tău se sincronizează automat cu rețeaua megabyte după ce o conexiune este stabilita, dar acest proces nu a fost finalizat încă. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,8 +1210,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Arata mesajul de ajutor Trinity-QT pentru a obtine o lista cu posibilele optiuni ale comenzilor Trinity + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Arata mesajul de ajutor megabyte-QT pentru a obtine o lista cu posibilele optiuni ale comenzilor megabyte @@ -1230,13 +1230,13 @@ Address: %4 - Trinity - Debug window - Trinity-Fereastra pentru debug + megabyte - Debug window + megabyte-Fereastra pentru debug - Trinity Core - Trinity Core + megabyte Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. Deschide logurile debug din directorul curent. Aceasta poate dura cateva secunde pentru fisierele mai mari @@ -1255,8 +1255,8 @@ Address: %4 - Welcome to the Trinity RPC console. - Bun venit la consola trinity RPC + Welcome to the megabyte RPC console. + Bun venit la consola megabyte RPC @@ -1281,7 +1281,7 @@ Address: %4 Send Coins - Trimite Trinity + Trimite megabyte @@ -1331,7 +1331,7 @@ Address: %4 Confirm send coins - Confirmaţi trimiterea de trinity + Confirmaţi trimiterea de megabyte @@ -1376,7 +1376,7 @@ Address: %4 Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Eroare: Tranyacţia a fost respinsă. Acesta poate fi rezultatul cheltuirii prealabile a unei sume de trinity din portofelul electronic, ca în cazul folosirii unei copii a fisierului wallet.dat, în care s-au efectuat tranzacţii neînregistrate în fisierul curent. + Eroare: Tranyacţia a fost respinsă. Acesta poate fi rezultatul cheltuirii prealabile a unei sume de megabyte din portofelul electronic, ca în cazul folosirii unei copii a fisierului wallet.dat, în care s-au efectuat tranzacţii neînregistrate în fisierul curent. @@ -1439,8 +1439,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduceţi o adresă Trinity (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduceţi o adresă megabyte (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1463,7 +1463,7 @@ Address: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduceţi o adresă Trinity (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduceţi o adresă megabyte (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,8 +1504,8 @@ Address: %4 - Sign the message to prove you own this Trinity address - Semneaza mesajul pentru a dovedi ca detii acesta adresa Trinity + Sign the message to prove you own this megabyte address + Semneaza mesajul pentru a dovedi ca detii acesta adresa megabyte @@ -1536,12 +1536,12 @@ Address: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduceţi o adresă Trinity (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduceţi o adresă megabyte (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address - Verifica mesajul pentru a fi sigur ca a fost semnat cu adresa Trinity specifica + Verify the message to ensure it was signed with the specified megabyte address + Verifica mesajul pentru a fi sigur ca a fost semnat cu adresa megabyte specifica @@ -1556,8 +1556,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduceţi o adresă Trinity (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduceţi o adresă megabyte (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature Introduce semnatura bitocin @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -1775,7 +1775,7 @@ Address: %4 Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Monedele trinity generate se pot cheltui dupa parcurgerea a 120 de blocuri. După ce a fost generat, s-a propagat în reţea, urmând să fie adăugat lanţului de blocuri. Dacă nu poate fi inclus in lanţ, starea sa va deveni "neacceptat" si nu va putea fi folosit la tranzacţii. Acest fenomen se întâmplă atunci cand un alt nod a generat un bloc la o diferenţa de câteva secunde. + Monedele megabyte generate se pot cheltui dupa parcurgerea a 120 de blocuri. După ce a fost generat, s-a propagat în reţea, urmând să fie adăugat lanţului de blocuri. Dacă nu poate fi inclus in lanţ, starea sa va deveni "neacceptat" si nu va putea fi folosit la tranzacţii. Acest fenomen se întâmplă atunci cand un alt nod a generat un bloc la o diferenţa de câteva secunde. @@ -2128,7 +2128,7 @@ Address: %4 Send Coins - Trimite Trinity + Trimite megabyte @@ -2178,8 +2178,8 @@ Address: %4 bitcoin-core - Trinity version - versiunea Trinity + megabyte version + versiunea megabyte @@ -2188,8 +2188,8 @@ Address: %4 - Send command to -server or trinityd - Trimite comanda la -server sau trinityd + Send command to -server or megabyted + Trimite comanda la -server sau megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) - Specifica-ți configurația fisierului (in mod normal: trinity.conf) + Specify configuration file (default: megabyte.conf) + Specifica-ți configurația fisierului (in mod normal: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2292,13 +2292,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2314,7 +2314,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2359,7 +2359,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2609,8 +2609,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - Optiuni SSl (vezi Trinity wiki pentru intructiunile de instalare) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Optiuni SSl (vezi megabyte wiki pentru intructiunile de instalare) @@ -2801,13 +2801,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Eroare incarcare wallet.dat: Portofelul are nevoie de o versiune Trinity mai noua + Error loading wallet.dat: Wallet requires newer version of megabyte + Eroare incarcare wallet.dat: Portofelul are nevoie de o versiune megabyte mai noua - Wallet needed to be rewritten: restart Trinity to complete - Portofelul trebuie rescris: restarteaza aplicatia trinity pentru a face asta. + Wallet needed to be rewritten: restart megabyte to complete + Portofelul trebuie rescris: restarteaza aplicatia megabyte pentru a face asta. @@ -2868,8 +2868,8 @@ details suggestions history - Unable to bind to %s on this computer. Trinity is probably already running. - Imposibilitatea de a lega la% s pe acest computer. Trinity este, probabil, deja în execuție. + Unable to bind to %s on this computer. megabyte is probably already running. + Imposibilitatea de a lega la% s pe acest computer. megabyte este, probabil, deja în execuție. diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index 40fd944..a256a2f 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - &О Trinity + About megabyte + &О megabyte - <b>Trinity</b> version - <b>Trinity</b> версия + <b>megabyte</b> version + <b>megabyte</b> версия @@ -34,8 +34,8 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers - Разработчики Trinity + The megabyte developers + Разработчики megabyte @@ -67,7 +67,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. Это Ваши адреса для получения платежей. Вы можете дать разные адреса отправителям, чтобы отслеживать, кто именно вам платит. @@ -82,8 +82,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address - Подписать сообщение, чтобы доказать владение адресом Trinity + Sign a message to prove you own a megabyte address + Подписать сообщение, чтобы доказать владение адресом megabyte @@ -107,8 +107,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом Trinity + Verify a message to ensure it was signed with a specified megabyte address + Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом megabyte @@ -122,7 +122,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. Ваши адреса для получения средств. Совет: проверьте сумму и адрес назначения перед переводом. @@ -248,7 +248,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! Внимание: если вы зашифруете бумажник и потеряете пароль, вы <b>ПОТЕРЯЕТЕ ВСЕ ВАШИ БИТКОИНЫ</b>! @@ -275,7 +275,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. Сейчас программа закроется для завершения процесса шифрования. Помните, что шифрование вашего бумажника не может полностью защитить ваши биткоины от кражи с помощью инфицирования вашего компьютера вредоносным ПО. @@ -374,8 +374,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Показать информацию о Trinity'е + Show information about megabyte + Показать информацию о megabyte'е @@ -419,13 +419,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Отправить монеты на указанный адрес Trinity + Send coins to a megabyte address + Отправить монеты на указанный адрес megabyte - Modify configuration options for Trinity - Изменить параметры конфигурации Trinity + Modify configuration options for megabyte + Изменить параметры конфигурации megabyte @@ -455,7 +455,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte Биткоин @@ -480,8 +480,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &О Trinity + &About megabyte + &О megabyte @@ -500,13 +500,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them - Подписать сообщения вашим адресом Trinity, чтобы доказать, что вы им владеете + Sign messages with your megabyte addresses to prove you own them + Подписать сообщения вашим адресом megabyte, чтобы доказать, что вы им владеете - Verify messages to ensure they were signed with specified Trinity addresses - Проверить сообщения, чтобы удостовериться, что они были подписаны определённым адресом Trinity + Verify messages to ensure they were signed with specified megabyte addresses + Проверить сообщения, чтобы удостовериться, что они были подписаны определённым адресом megabyte @@ -536,12 +536,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Trinity клиент + megabyte client + megabyte клиент - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network %n активное соединение с сетью%n активных соединений с сетью%n активных соединений с сетью @@ -656,8 +656,8 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - Не удалось обработать URI! Это может быть связано с неверным адресом Trinity или неправильными параметрами URI. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + Не удалось обработать URI! Это может быть связано с неверным адресом megabyte или неправильными параметрами URI. @@ -671,8 +671,8 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Произошла неисправимая ошибка. Trinity не может безопасно продолжать работу и будет закрыт. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Произошла неисправимая ошибка. megabyte не может безопасно продолжать работу и будет закрыт. @@ -737,8 +737,8 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. - Введённый адрес "%1" не является правильным Trinity-адресом. + The entered address "%1" is not a valid megabyte address. + Введённый адрес "%1" не является правильным megabyte-адресом. @@ -756,8 +756,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Address: %4 - Automatically start Trinity after logging in to the system. - Автоматически запускать Trinity после входа в систему + Automatically start megabyte after logging in to the system. + Автоматически запускать megabyte после входа в систему - &Start Trinity on system login - &Запускать Trinity при входе в систему + &Start megabyte on system login + &Запускать megabyte при входе в систему @@ -844,8 +844,8 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматически открыть порт для Trinity-клиента на роутере. Работает только если Ваш роутер поддерживает UPnP, и данная функция включена. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматически открыть порт для megabyte-клиента на роутере. Работает только если Ваш роутер поддерживает UPnP, и данная функция включена. @@ -854,8 +854,8 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Подключаться к сети Trinity через прокси SOCKS (например, при подключении через Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Подключаться к сети megabyte через прокси SOCKS (например, при подключении через Tor). @@ -929,8 +929,8 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска megabyte. @@ -944,8 +944,8 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. - Показывать ли адреса Trinity в списке транзакций. + Whether to show megabyte addresses in the transaction list or not. + Показывать ли адреса megabyte в списке транзакций. @@ -996,8 +996,8 @@ Address: %4 - This setting will take effect after restarting Trinity. - Эта настройка вступит в силу после перезапуска Trinity + This setting will take effect after restarting megabyte. + Эта настройка вступит в силу после перезапуска megabyte @@ -1015,8 +1015,8 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Отображаемая информация может быть устаревшей. Ваш бумажник автоматически синхронизируется с сетью Trinity после подключения, но этот процесс пока не завершён. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Отображаемая информация может быть устаревшей. Ваш бумажник автоматически синхронизируется с сетью megabyte после подключения, но этот процесс пока не завершён. @@ -1069,8 +1069,8 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Не удаётся запустить trinity: обработчик click-to-pay + Cannot start megabyte: click-to-pay handler + Не удаётся запустить megabyte: обработчик click-to-pay @@ -1219,8 +1219,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Показать помощь по Trinity-Qt, чтобы получить список доступных параметров командной строки. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Показать помощь по megabyte-Qt, чтобы получить список доступных параметров командной строки. @@ -1239,13 +1239,13 @@ Address: %4 - Trinity - Debug window - Trinity - Окно отладки + megabyte - Debug window + megabyte - Окно отладки - Trinity Core - Ядро Trinity + megabyte Core + Ядро megabyte @@ -1254,8 +1254,8 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Открыть отладочный лог-файл Trinity из текущего каталога данных. Это может занять несколько секунд для больших лог-файлов. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Открыть отладочный лог-файл megabyte из текущего каталога данных. Это может занять несколько секунд для больших лог-файлов. @@ -1264,8 +1264,8 @@ Address: %4 - Welcome to the Trinity RPC console. - Добро пожаловать в RPC-консоль Trinity. + Welcome to the megabyte RPC console. + Добро пожаловать в RPC-консоль megabyte. @@ -1448,8 +1448,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Введите Trinity-адрес (например 1LA5FtQhnnWnkK6zjFfutR7Stiit4wKd63) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Введите megabyte-адрес (например 1LA5FtQhnnWnkK6zjFfutR7Stiit4wKd63) @@ -1513,8 +1513,8 @@ Address: %4 - Sign the message to prove you own this Trinity address - Подписать сообщение, чтобы доказать владение адресом Trinity + Sign the message to prove you own this megabyte address + Подписать сообщение, чтобы доказать владение адресом megabyte @@ -1549,8 +1549,8 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address - Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом Trinity + Verify the message to ensure it was signed with the specified megabyte address + Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом megabyte @@ -1565,8 +1565,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Введите адрес Trinity (напр. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Введите адрес megabyte (напр. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Address: %4 - Enter Trinity signature - Введите подпись Trinity + Enter megabyte signature + Введите подпись megabyte @@ -1649,8 +1649,8 @@ Address: %4 SplashScreen - The Trinity developers - Разработчики Trinity + The megabyte developers + Разработчики megabyte @@ -2187,7 +2187,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version Версия @@ -2197,8 +2197,8 @@ Address: %4 - Send command to -server or trinityd - Отправить команду на -server или trinityd + Send command to -server or megabyted + Отправить команду на -server или megabyted @@ -2218,13 +2218,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - Указать конфигурационный файл (по умолчанию: trinity.conf) + Specify configuration file (default: megabyte.conf) + Указать конфигурационный файл (по умолчанию: megabyte.conf) - Specify pid file (default: trinityd.pid) - Задать pid-файл (по умолчанию: trinity.pid) + Specify pid file (default: megabyted.pid) + Задать pid-файл (по умолчанию: megabyte.pid) @@ -2301,24 +2301,24 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, вы должны установить опцию rpcpassword в конфигурационном файле: %s Рекомендуется использовать следующий случайный пароль: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (вам не нужно запоминать этот пароль) Имя и пароль ДОЛЖНЫ различаться. Если файл не существует, создайте его и установите права доступа только для владельца, только для чтения. Также рекомендуется включить alertnotify для оповещения о проблемах; -Например: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +Например: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2333,8 +2333,8 @@ rpcpassword=%s - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Не удаётся установить блокировку на каталог данных %s. Возможно, Trinity уже работает. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Не удаётся установить блокировку на каталог данных %s. Возможно, megabyte уже работает. @@ -2378,8 +2378,8 @@ rpcpassword=%s - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Внимание: убедитесь, что дата и время на Вашем компьютере выставлены верно. Если Ваши часы идут неправильно, Trinity будет работать некорректно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Внимание: убедитесь, что дата и время на Вашем компьютере выставлены верно. Если Ваши часы идут неправильно, megabyte будет работать некорректно. @@ -2628,9 +2628,9 @@ rpcpassword=%s - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) -Параметры SSL: (см. Trinity Wiki для инструкций по настройке SSL) +Параметры SSL: (см. megabyte Wiki для инструкций по настройке SSL) @@ -2819,13 +2819,13 @@ rpcpassword=%s - Error loading wallet.dat: Wallet requires newer version of Trinity - Ошибка загрузки wallet.dat: бумажник требует более новую версию Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Ошибка загрузки wallet.dat: бумажник требует более новую версию megabyte - Wallet needed to be rewritten: restart Trinity to complete - Необходимо перезаписать бумажник, перезапустите Trinity для завершения операции. + Wallet needed to be rewritten: restart megabyte to complete + Необходимо перезаписать бумажник, перезапустите megabyte для завершения операции. @@ -2884,8 +2884,8 @@ rpcpassword=%s - Unable to bind to %s on this computer. Trinity is probably already running. - Невозможно привязаться к %s на этом компьютере. Возможно, Trinity уже работает. + Unable to bind to %s on this computer. megabyte is probably already running. + Невозможно привязаться к %s на этом компьютере. Возможно, megabyte уже работает. diff --git a/src/qt/locale/bitcoin_sk.ts b/src/qt/locale/bitcoin_sk.ts index 1766ba8..c6259e3 100644 --- a/src/qt/locale/bitcoin_sk.ts +++ b/src/qt/locale/bitcoin_sk.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - O Trinity + About megabyte + O megabyte - <b>Trinity</b> version - <b>Trinity</b> verzia + <b>megabyte</b> version + <b>megabyte</b> verzia @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,8 +62,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Toto sú Vaše Trinity adresy pre prijímanie platieb. Môžete dať každému odosielateľovi inú rôznu adresu a tak udržiavať prehľad o platbách. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Toto sú Vaše megabyte adresy pre prijímanie platieb. Môžete dať každému odosielateľovi inú rôznu adresu a tak udržiavať prehľad o platbách. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Podpísať správu a dokázať že vlastníte túto adresu @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,8 +243,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Varovanie: Ak zašifrujete peňaženku a stratíte heslo, <b>STRATÍTE VŠETKY VAŠE TRINITYY</b>!⏎ + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Varovanie: Ak zašifrujete peňaženku a stratíte heslo, <b>STRATÍTE VŠETKY VAŠE megabyteY</b>!⏎ @@ -270,8 +270,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity sa teraz ukončí pre dokončenie procesu šifrovania. Pamätaj že šifrovanie peňaženky Ťa nemôže úplne ochrániť pred kráďežou trinityov pomocou škodlivého software. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte sa teraz ukončí pre dokončenie procesu šifrovania. Pamätaj že šifrovanie peňaženky Ťa nemôže úplne ochrániť pred kráďežou megabyteov pomocou škodlivého software. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Zobraziť informácie o Trinity + Show information about megabyte + Zobraziť informácie o megabyte @@ -414,13 +414,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Poslať trinitys na adresu + Send coins to a megabyte address + Poslať megabytes na adresu - Modify configuration options for Trinity - Upraviť možnosti nastavenia pre trinity + Modify configuration options for megabyte + Upraviť možnosti nastavenia pre megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,8 +475,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &O Trinity + &About megabyte + &O megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,13 +531,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Trinity klient + megabyte client + megabyte klient - %n active connection(s) to Trinity network - %n aktívne spojenie v Trinity sieti%n aktívne spojenia v Trinity sieti%n aktívnych spojení v Bitconi sieti + %n active connection(s) to megabyte network + %n aktívne spojenie v megabyte sieti%n aktívne spojenia v megabyte sieti%n aktívnych spojení v Bitconi sieti @@ -650,7 +650,7 @@ Adresa: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -665,7 +665,7 @@ Adresa: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -731,8 +731,8 @@ Adresa: %4 - The entered address "%1" is not a valid Trinity address. - Vložená adresa "%1" nieje platnou adresou trinity. + The entered address "%1" is not a valid megabyte address. + Vložená adresa "%1" nieje platnou adresou megabyte. @@ -750,7 +750,7 @@ Adresa: %4 - Trinity-Qt + megabyte-Qt @@ -813,13 +813,13 @@ Adresa: %4 - Automatically start Trinity after logging in to the system. - Automaticky spustiť Trinity po zapnutí počítača + Automatically start megabyte after logging in to the system. + Automaticky spustiť megabyte po zapnutí počítača - &Start Trinity on system login - &Spustiť Trinity pri spustení systému správy okien + &Start megabyte on system login + &Spustiť megabyte pri spustení systému správy okien @@ -838,8 +838,8 @@ Adresa: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Automaticky otvorit port pre Trinity na routeri. Toto funguje len ak router podporuje UPnP a je táto podpora aktivovaná. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Automaticky otvorit port pre megabyte na routeri. Toto funguje len ak router podporuje UPnP a je táto podpora aktivovaná. @@ -848,8 +848,8 @@ Adresa: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Pripojiť do siete Trinity cez SOCKS proxy (napr. keď sa pripájate cez Tor) + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Pripojiť do siete megabyte cez SOCKS proxy (napr. keď sa pripájate cez Tor) @@ -923,7 +923,7 @@ Adresa: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -938,7 +938,7 @@ Adresa: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -990,7 +990,7 @@ Adresa: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1009,7 +1009,7 @@ Adresa: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1063,7 +1063,7 @@ Adresa: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1213,7 +1213,7 @@ Adresa: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1233,12 +1233,12 @@ Adresa: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1248,7 +1248,7 @@ Adresa: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1258,7 +1258,7 @@ Adresa: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1284,7 +1284,7 @@ Adresa: %4 Send Coins - Poslať Trinitys + Poslať megabytes @@ -1334,7 +1334,7 @@ Adresa: %4 Confirm send coins - Potvrdiť odoslanie trinitys + Potvrdiť odoslanie megabytes @@ -1442,8 +1442,8 @@ Adresa: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadajte Trinity adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Zadajte megabyte adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1466,7 +1466,7 @@ Adresa: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadajte Trinity adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Zadajte megabyte adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1507,7 +1507,7 @@ Adresa: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Podpíšte správu aby ste dokázali že vlastníte túto adresu @@ -1539,11 +1539,11 @@ Adresa: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadajte Trinity adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Zadajte megabyte adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1559,8 +1559,8 @@ Adresa: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadajte Trinity adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Zadajte megabyte adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1569,7 +1569,7 @@ Adresa: %4 - Enter Trinity signature + Enter megabyte signature @@ -1643,7 +1643,7 @@ Adresa: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2131,7 +2131,7 @@ Adresa: %4 Send Coins - Poslať Trinitys + Poslať megabytes @@ -2181,8 +2181,8 @@ Adresa: %4 bitcoin-core - Trinity version - Trinity verzia + megabyte version + megabyte verzia @@ -2191,8 +2191,8 @@ Adresa: %4 - Send command to -server or trinityd - Odoslať príkaz -server alebo trinityd + Send command to -server or megabyted + Odoslať príkaz -server alebo megabyted @@ -2211,13 +2211,13 @@ Adresa: %4 - Specify configuration file (default: trinity.conf) - Určiť súbor s nastaveniami (predvolené: trinity.conf) + Specify configuration file (default: megabyte.conf) + Určiť súbor s nastaveniami (predvolené: megabyte.conf) - Specify pid file (default: trinityd.pid) - Určiť súbor pid (predvolené: trinityd.pid) + Specify pid file (default: megabyted.pid) + Určiť súbor pid (predvolené: megabyted.pid) @@ -2294,13 +2294,13 @@ Adresa: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2316,7 +2316,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2361,7 +2361,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2611,8 +2611,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL možnosť: (pozrite Trinity Wiki pre návod na nastavenie SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL možnosť: (pozrite megabyte Wiki pre návod na nastavenie SSL) @@ -2801,13 +2801,13 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity - Chyba načítania wallet.dat: Peňaženka vyžaduje novšiu verziu Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Chyba načítania wallet.dat: Peňaženka vyžaduje novšiu verziu megabyte - Wallet needed to be rewritten: restart Trinity to complete - Bolo potrebné prepísať peňaženku: dokončite reštartovaním Trinity + Wallet needed to be rewritten: restart megabyte to complete + Bolo potrebné prepísať peňaženku: dokončite reštartovaním megabyte @@ -2866,7 +2866,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_sr.ts b/src/qt/locale/bitcoin_sr.ts index c5d6ae2..578a681 100644 --- a/src/qt/locale/bitcoin_sr.ts +++ b/src/qt/locale/bitcoin_sr.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - О Trinity-у + About megabyte + О megabyte-у - <b>Trinity</b> version - <b>Trinity</b> верзија + <b>megabyte</b> version + <b>megabyte</b> верзија @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,8 +62,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Ово су Ваше Trinity адресе за примање уплата. Можете да сваком пошиљаоцу дате другачију адресу да би пратили ко је вршио уплате. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Ово су Ваше megabyte адресе за примање уплата. Можете да сваком пошиљаоцу дате другачију адресу да би пратили ко је вршио уплате. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,8 +243,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! - Упозорење: Ако се ваш новчаник шифрује а потом изгубите лозинкзу, ви ћете <b>ИЗГУБИТИ СВЕ TRINITY-Е</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! + Упозорење: Ако се ваш новчаник шифрује а потом изгубите лозинкзу, ви ћете <b>ИЗГУБИТИ СВЕ megabyte-Е</b>! @@ -270,8 +270,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Trinity će se sad zatvoriti da bi završio proces enkripcije. Zapamti da enkripcija tvog novčanika ne može u potpunosti da zaštiti tvoje trinitye da ne budu ukradeni od malawarea koji bi inficirao tvoj kompjuter. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + megabyte će se sad zatvoriti da bi završio proces enkripcije. Zapamti da enkripcija tvog novčanika ne može u potpunosti da zaštiti tvoje megabytee da ne budu ukradeni od malawarea koji bi inficirao tvoj kompjuter. @@ -369,8 +369,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Прегледајте информације о Trinity-у + Show information about megabyte + Прегледајте информације о megabyte-у @@ -414,13 +414,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Пошаљите новац на trinity адресу + Send coins to a megabyte address + Пошаљите новац на megabyte адресу - Modify configuration options for Trinity - Изаберите могућности trinity-а + Modify configuration options for megabyte + Изаберите могућности megabyte-а @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,8 +475,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &О Trinity-у + &About megabyte + &О megabyte-у @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,13 +531,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network - %n активна веза са Trinity мрежом%n активне везе са Trinity мрежом%n активних веза са Trinity мрежом + %n active connection(s) to megabyte network + %n активна веза са megabyte мрежом%n активне везе са megabyte мрежом%n активних веза са megabyte мрежом @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,8 +1439,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Unesite Trinity adresu (n.pr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Unesite megabyte adresu (n.pr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,8 +1556,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Unesite Trinity adresu (n.pr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Unesite megabyte adresu (n.pr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,8 +2178,8 @@ Address: %4 bitcoin-core - Trinity version - Trinity верзија + megabyte version + megabyte верзија @@ -2188,8 +2188,8 @@ Address: %4 - Send command to -server or trinityd - Pošalji naredbu na -server ili trinityid + Send command to -server or megabyted + Pošalji naredbu na -server ili megabyteid @@ -2209,13 +2209,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - Potvrdi željeni konfiguracioni fajl (podrazumevani:trinity.conf) + Specify configuration file (default: megabyte.conf) + Potvrdi željeni konfiguracioni fajl (podrazumevani:megabyte.conf) - Specify pid file (default: trinityd.pid) - Konkretizuj pid fajl (podrazumevani: trinityd.pid) + Specify pid file (default: megabyted.pid) + Konkretizuj pid fajl (podrazumevani: megabyted.pid) @@ -2293,13 +2293,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2315,7 +2315,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2360,7 +2360,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2610,7 +2610,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2800,12 +2800,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2865,7 +2865,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_sv.ts b/src/qt/locale/bitcoin_sv.ts index cde213c..8060ebc 100644 --- a/src/qt/locale/bitcoin_sv.ts +++ b/src/qt/locale/bitcoin_sv.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Om Trinity + About megabyte + Om megabyte - <b>Trinity</b> version - <b>Trinity</b>-version + <b>megabyte</b> version + <b>megabyte</b>-version @@ -35,8 +35,8 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - The Trinity developers - Trinity-utvecklarna + The megabyte developers + megabyte-utvecklarna @@ -68,8 +68,8 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Detta är dina Trinity-adresser för att ta emot betalningar. Du kan ge varje avsändare en egen adress så att du kan hålla reda på vem som betalar dig. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Detta är dina megabyte-adresser för att ta emot betalningar. Du kan ge varje avsändare en egen adress så att du kan hålla reda på vem som betalar dig. @@ -83,7 +83,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Signera ett meddelande för att bevisa att du äger denna adress @@ -108,8 +108,8 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Verify a message to ensure it was signed with a specified Trinity address - Verifiera meddelandet för att vara säker på att den var signerad med den specificerade Trinity-adressen + Verify a message to ensure it was signed with a specified megabyte address + Verifiera meddelandet för att vara säker på att den var signerad med den specificerade megabyte-adressen @@ -123,8 +123,8 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Detta är dina Trinity adresser för att skicka betalningar. Kolla alltid summan och den mottagande adressen innan du skickar Trinitys. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Detta är dina megabyte adresser för att skicka betalningar. Kolla alltid summan och den mottagande adressen innan du skickar megabytes. @@ -139,7 +139,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Send &Coins - Skicka &Trinitys + Skicka &megabytes @@ -249,7 +249,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! VARNING: Om du krypterar din plånbok och glömmer ditt lösenord, kommer du att <b>FÖRLORA ALLA DINA TILLGÅNGAR</b>! @@ -276,7 +276,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. Programmet kommer nu att stänga ner för att färdigställa krypteringen. Tänk på att en krypterad plånbok inte skyddar mot stöld om din dator är infekterad med en keylogger. @@ -375,8 +375,8 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Show information about Trinity - Visa information om Trinity + Show information about megabyte + Visa information om megabyte @@ -420,13 +420,13 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Send coins to a Trinity address - Skicka mynt till en Trinity-adress + Send coins to a megabyte address + Skicka mynt till en megabyte-adress - Modify configuration options for Trinity - Ändra konfigurationsalternativ för Trinity + Modify configuration options for megabyte + Ändra konfigurationsalternativ för megabyte @@ -456,8 +456,8 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Trinity - Trinity + megabyte + megabyte @@ -481,8 +481,8 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - &About Trinity - &Om Trinity + &About megabyte + &Om megabyte @@ -501,13 +501,13 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Sign messages with your Trinity addresses to prove you own them - Signera meddelanden med din Trinityadress för att bevisa att du äger dem + Sign messages with your megabyte addresses to prove you own them + Signera meddelanden med din megabyteadress för att bevisa att du äger dem - Verify messages to ensure they were signed with specified Trinity addresses - Verifiera meddelanden för att vara säker på att de var signerade med den specificerade Trinity-adressen + Verify messages to ensure they were signed with specified megabyte addresses + Verifiera meddelanden för att vara säker på att de var signerade med den specificerade megabyte-adressen @@ -537,13 +537,13 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni - Trinity client - Trinity-klient + megabyte client + megabyte-klient - %n active connection(s) to Trinity network - %n aktiv anslutning till Trinity-nätverket%n aktiva anslutningar till Trinity-nätverket + %n active connection(s) to megabyte network + %n aktiv anslutning till megabyte-nätverket%n aktiva anslutningar till megabyte-nätverket @@ -657,8 +657,8 @@ Adress: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI går inte att tolkas! Detta kan orsakas av en ogiltig Trinity-adress eller felaktiga URI parametrar. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI går inte att tolkas! Detta kan orsakas av en ogiltig megabyte-adress eller felaktiga URI parametrar. @@ -672,8 +672,8 @@ Adress: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Ett allvarligt fel har uppstått. Trinity kan inte längre köras säkert och kommer att avslutas. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Ett allvarligt fel har uppstått. megabyte kan inte längre köras säkert och kommer att avslutas. @@ -738,8 +738,8 @@ Adress: %4 - The entered address "%1" is not a valid Trinity address. - Den angivna adressen "%1" är inte en giltig Trinity-adress. + The entered address "%1" is not a valid megabyte address. + Den angivna adressen "%1" är inte en giltig megabyte-adress. @@ -757,8 +757,8 @@ Adress: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -820,13 +820,13 @@ Adress: %4 - Automatically start Trinity after logging in to the system. - Starta Trinity automatiskt efter inloggning. + Automatically start megabyte after logging in to the system. + Starta megabyte automatiskt efter inloggning. - &Start Trinity on system login - &Starta Trinity vid systemstart + &Start megabyte on system login + &Starta megabyte vid systemstart @@ -845,8 +845,8 @@ Adress: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Öppna automatiskt Trinity-klientens port på routern. Detta fungerar endast om din router har UPnP aktiverat. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Öppna automatiskt megabyte-klientens port på routern. Detta fungerar endast om din router har UPnP aktiverat. @@ -855,8 +855,8 @@ Adress: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Anslut till Trinity-nätverket genom en SOCKS-proxy (t.ex. när du ansluter genom Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Anslut till megabyte-nätverket genom en SOCKS-proxy (t.ex. när du ansluter genom Tor). @@ -930,8 +930,8 @@ Adress: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Användargränssnittets språk kan ställas in här. Denna inställning träder i kraft efter en omstart av Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Användargränssnittets språk kan ställas in här. Denna inställning träder i kraft efter en omstart av megabyte. @@ -945,8 +945,8 @@ Adress: %4 - Whether to show Trinity addresses in the transaction list or not. - Anger om Trinity-adresser skall visas i transaktionslistan. + Whether to show megabyte addresses in the transaction list or not. + Anger om megabyte-adresser skall visas i transaktionslistan. @@ -997,8 +997,8 @@ Adress: %4 - This setting will take effect after restarting Trinity. - Denna inställning träder i kraft efter en omstart av Trinity. + This setting will take effect after restarting megabyte. + Denna inställning träder i kraft efter en omstart av megabyte. @@ -1016,8 +1016,8 @@ Adress: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Den visade informationen kan vara inaktuell. Plånboken synkroniseras automatiskt med Trinity-nätverket efter att anslutningen är upprättad, men denna process har inte slutförts ännu. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Den visade informationen kan vara inaktuell. Plånboken synkroniseras automatiskt med megabyte-nätverket efter att anslutningen är upprättad, men denna process har inte slutförts ännu. @@ -1070,7 +1070,7 @@ Adress: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler Kan inte starta bitcin: klicka-och-betala handhavare @@ -1220,8 +1220,8 @@ Adress: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Visa Trinity-Qt hjälpmeddelande för att få en lista med möjliga Trinity kommandoradsalternativ. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Visa megabyte-Qt hjälpmeddelande för att få en lista med möjliga megabyte kommandoradsalternativ. @@ -1240,13 +1240,13 @@ Adress: %4 - Trinity - Debug window - Trinity - Debug fönster + megabyte - Debug window + megabyte - Debug fönster - Trinity Core - Trinity Kärna + megabyte Core + megabyte Kärna @@ -1255,8 +1255,8 @@ Adress: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Öppna Trinity debug-loggfilen som finns i datakatalogen. Detta kan ta några sekunder för stora loggfiler. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Öppna megabyte debug-loggfilen som finns i datakatalogen. Detta kan ta några sekunder för stora loggfiler. @@ -1265,8 +1265,8 @@ Adress: %4 - Welcome to the Trinity RPC console. - Välkommen till Trinity RPC-konsollen. + Welcome to the megabyte RPC console. + Välkommen till megabyte RPC-konsollen. @@ -1449,8 +1449,8 @@ Adress: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Ange en Trinity-adress (t.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Ange en megabyte-adress (t.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1514,7 +1514,7 @@ Adress: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Signera meddelandet för att bevisa att du äger denna adress @@ -1550,8 +1550,8 @@ Adress: %4 - Verify the message to ensure it was signed with the specified Trinity address - Verifiera meddelandet för att vara säker på att den var signerad med den angivna Trinity-adressen + Verify the message to ensure it was signed with the specified megabyte address + Verifiera meddelandet för att vara säker på att den var signerad med den angivna megabyte-adressen @@ -1566,8 +1566,8 @@ Adress: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Ange en Trinity-adress (t.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Ange en megabyte-adress (t.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1576,8 +1576,8 @@ Adress: %4 - Enter Trinity signature - Ange Trinity-signatur + Enter megabyte signature + Ange megabyte-signatur @@ -1650,8 +1650,8 @@ Adress: %4 SplashScreen - The Trinity developers - Trinity-utvecklarna + The megabyte developers + megabyte-utvecklarna @@ -2188,8 +2188,8 @@ Adress: %4 bitcoin-core - Trinity version - Trinity version + megabyte version + megabyte version @@ -2198,8 +2198,8 @@ Adress: %4 - Send command to -server or trinityd - Skicka kommando till -server eller trinityd + Send command to -server or megabyted + Skicka kommando till -server eller megabyted @@ -2218,13 +2218,13 @@ Adress: %4 - Specify configuration file (default: trinity.conf) - Ange konfigurationsfil (förvalt: trinity.conf) + Specify configuration file (default: megabyte.conf) + Ange konfigurationsfil (förvalt: megabyte.conf) - Specify pid file (default: trinityd.pid) - Ange pid fil (förvalt: trinityd.pid) + Specify pid file (default: megabyted.pid) + Ange pid fil (förvalt: megabyted.pid) @@ -2301,24 +2301,24 @@ Adress: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, du behöver sätta ett rpclösensord i konfigurationsfilen: %s Det är rekommenderat att använda följande slumpade lösenord: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (du behöver inte komma ihåg lösenordet) Användarnamnet och lösenordet FÅR INTE bara detsamma. Om filen inte existerar, skapa den med enbart ägarläsbara filrättigheter. Det är också rekommenderat att sätta alertnotify så du meddelas om problem; -till exempel: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +till exempel: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2333,8 +2333,8 @@ till exempel: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - Cannot obtain a lock on data directory %s. Trinity is probably already running. - Kan inte låsa data-mappen %s. Trinity körs förmodligen redan. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + Kan inte låsa data-mappen %s. megabyte körs förmodligen redan. @@ -2344,7 +2344,7 @@ till exempel: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! - Fel: Denna transaktion kräver en transaktionsavgift på minst %s på grund av dess storlek, komplexitet, eller användning av senast mottagna trinitys! + Fel: Denna transaktion kräver en transaktionsavgift på minst %s på grund av dess storlek, komplexitet, eller användning av senast mottagna megabytes! @@ -2378,8 +2378,8 @@ till exempel: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Varning: Vänligen kolla så att din dators datum och tid är korrekt! Om din klocka går fel kommer Trinity inte fungera korrekt. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Varning: Vänligen kolla så att din dators datum och tid är korrekt! Om din klocka går fel kommer megabyte inte fungera korrekt. @@ -2628,8 +2628,8 @@ till exempel: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL-inställningar: (se Trinity-wikin för SSL-setup instruktioner) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL-inställningar: (se megabyte-wikin för SSL-setup instruktioner) @@ -2818,13 +2818,13 @@ till exempel: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - Error loading wallet.dat: Wallet requires newer version of Trinity - Fel vid inläsningen av wallet.dat: Plånboken kräver en senare version av Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + Fel vid inläsningen av wallet.dat: Plånboken kräver en senare version av megabyte - Wallet needed to be rewritten: restart Trinity to complete - Plånboken behöver skrivas om: Starta om Trinity för att färdigställa + Wallet needed to be rewritten: restart megabyte to complete + Plånboken behöver skrivas om: Starta om megabyte för att färdigställa @@ -2869,7 +2869,7 @@ till exempel: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo Insufficient funds - Otillräckligt med trinitys + Otillräckligt med megabytes @@ -2883,8 +2883,8 @@ till exempel: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo - Unable to bind to %s on this computer. Trinity is probably already running. - Det går inte att binda till %s på den här datorn. Trinity är förmodligen redan igång. + Unable to bind to %s on this computer. megabyte is probably already running. + Det går inte att binda till %s på den här datorn. megabyte är förmodligen redan igång. diff --git a/src/qt/locale/bitcoin_th_TH.ts b/src/qt/locale/bitcoin_th_TH.ts index 9781480..47e5622 100644 --- a/src/qt/locale/bitcoin_th_TH.ts +++ b/src/qt/locale/bitcoin_th_TH.ts @@ -4,12 +4,12 @@ AboutDialog - About Trinity + About megabyte เกี่ยวกับ บิตคอย์น - <b>Trinity</b> version + <b>megabyte</b> version <b>บิตคอย์น<b>รุ่น @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -62,7 +62,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -77,7 +77,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address @@ -102,7 +102,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address @@ -117,7 +117,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -243,7 +243,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! @@ -270,7 +270,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. @@ -369,7 +369,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte @@ -414,12 +414,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address - Modify configuration options for Trinity + Modify configuration options for megabyte @@ -450,7 +450,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte @@ -475,7 +475,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte @@ -495,12 +495,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses @@ -531,12 +531,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network @@ -647,7 +647,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. @@ -662,7 +662,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -728,7 +728,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. @@ -747,7 +747,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt @@ -810,12 +810,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. - &Start Trinity on system login + &Start megabyte on system login @@ -835,7 +835,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. @@ -845,7 +845,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). @@ -920,7 +920,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. @@ -935,7 +935,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -987,7 +987,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. @@ -1006,7 +1006,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. @@ -1060,7 +1060,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1210,7 +1210,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. @@ -1230,12 +1230,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window - Trinity Core + megabyte Core @@ -1245,7 +1245,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1255,7 +1255,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. @@ -1439,7 +1439,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1504,7 +1504,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address @@ -1540,7 +1540,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address @@ -1556,7 +1556,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1566,7 +1566,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature @@ -1640,7 +1640,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2178,7 +2178,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version @@ -2188,7 +2188,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted @@ -2208,12 +2208,12 @@ Address: %4 - Specify configuration file (default: trinity.conf) + Specify configuration file (default: megabyte.conf) - Specify pid file (default: trinityd.pid) + Specify pid file (default: megabyted.pid) @@ -2291,13 +2291,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2313,7 +2313,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2358,7 +2358,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. @@ -2608,7 +2608,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) + SSL options: (see the megabyte Wiki for SSL setup instructions) @@ -2798,12 +2798,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete @@ -2863,7 +2863,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. diff --git a/src/qt/locale/bitcoin_tr.ts b/src/qt/locale/bitcoin_tr.ts index ed87393..626e0ee 100644 --- a/src/qt/locale/bitcoin_tr.ts +++ b/src/qt/locale/bitcoin_tr.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Trinity hakkında + About megabyte + megabyte hakkında - <b>Trinity</b> version - <b>Trinity</b> sürüm + <b>megabyte</b> version + <b>megabyte</b> sürüm @@ -34,8 +34,8 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers - Trinity geliştiricileri + The megabyte developers + megabyte geliştiricileri @@ -67,8 +67,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Bunlar, ödeme almak için Trinity adresleridir. Kimin ödeme yaptığını izleyebilmek için her ödeme yollaması gereken kişiye değişik bir adres verebilirsiniz. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Bunlar, ödeme almak için megabyte adresleridir. Kimin ödeme yaptığını izleyebilmek için her ödeme yollaması gereken kişiye değişik bir adres verebilirsiniz. @@ -82,8 +82,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address - Bir Trinity adresinin sizin olduğunu ispatlamak için mesaj imzalayın + Sign a message to prove you own a megabyte address + Bir megabyte adresinin sizin olduğunu ispatlamak için mesaj imzalayın @@ -107,8 +107,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Belirtilen Trinity adresi ile imzalandığını doğrulamak için bir mesajı kontrol et + Verify a message to ensure it was signed with a specified megabyte address + Belirtilen megabyte adresi ile imzalandığını doğrulamak için bir mesajı kontrol et @@ -122,8 +122,8 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. - Bunlar ödeme yapmak için kullanacağınız Trinity adreslerinizdir. Trinity yollamadan önce meblağı ve alıcı adresini daima kontrol ediniz. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. + Bunlar ödeme yapmak için kullanacağınız megabyte adreslerinizdir. megabyte yollamadan önce meblağı ve alıcı adresini daima kontrol ediniz. @@ -248,7 +248,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! Uyarı: Eğer cüzdanınızı şifrelerseniz ve parolanızı kaybederseniz, <b>TÜM BİTCOİNLERİNİZİ KAYBEDERSİNİZ</b>! @@ -275,8 +275,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. - Şifreleme işlemini tamamlamak için Trinity şimdi kapanacaktır. Cüzdanınızı şifrelemenin, Trinitylerinizin bilgisayara bulaşan kötücül bir yazılım tarafından çalınmaya karşı tamamen koruyamayacağını unutmayınız. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. + Şifreleme işlemini tamamlamak için megabyte şimdi kapanacaktır. Cüzdanınızı şifrelemenin, megabytelerinizin bilgisayara bulaşan kötücül bir yazılım tarafından çalınmaya karşı tamamen koruyamayacağını unutmayınız. @@ -374,8 +374,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Trinity hakkında bilgi göster + Show information about megabyte + megabyte hakkında bilgi göster @@ -419,13 +419,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address - Bir Trinity adresine Trinity yolla + Send coins to a megabyte address + Bir megabyte adresine megabyte yolla - Modify configuration options for Trinity - Trinity seçeneklerinin yapılandırmasını değiştir + Modify configuration options for megabyte + megabyte seçeneklerinin yapılandırmasını değiştir @@ -455,8 +455,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - Trinity &Hakkında + &About megabyte + megabyte &Hakkında @@ -500,13 +500,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them - Mesajları adreslerin size ait olduğunu ispatlamak için Trinity adresleri ile imzala + Sign messages with your megabyte addresses to prove you own them + Mesajları adreslerin size ait olduğunu ispatlamak için megabyte adresleri ile imzala - Verify messages to ensure they were signed with specified Trinity addresses - Belirtilen Trinity adresleri ile imzalandıklarından emin olmak için mesajları kontrol et + Verify messages to ensure they were signed with specified megabyte addresses + Belirtilen megabyte adresleri ile imzalandıklarından emin olmak için mesajları kontrol et @@ -536,13 +536,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Trinity istemcisi + megabyte client + megabyte istemcisi - %n active connection(s) to Trinity network - Trinity şebekesine %n faal bağlantıTrinity şebekesine %n faal bağlantı + %n active connection(s) to megabyte network + megabyte şebekesine %n faal bağlantımegabyte şebekesine %n faal bağlantı @@ -656,8 +656,8 @@ Adres: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - URI okunamadı! Sebebi geçersiz bir Trinity adresi veya hatalı URI parametreleri olabilir. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + URI okunamadı! Sebebi geçersiz bir megabyte adresi veya hatalı URI parametreleri olabilir. @@ -671,8 +671,8 @@ Adres: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. - Ciddi bir hata oluştu. Trinity artık güvenli bir şekilde işlemeye devam edemez ve kapanacaktır. + A fatal error occurred. megabyte can no longer continue safely and will quit. + Ciddi bir hata oluştu. megabyte artık güvenli bir şekilde işlemeye devam edemez ve kapanacaktır. @@ -737,8 +737,8 @@ Adres: %4 - The entered address "%1" is not a valid Trinity address. - Girilen "%1" adresi geçerli bir Trinity adresi değildir. + The entered address "%1" is not a valid megabyte address. + Girilen "%1" adresi geçerli bir megabyte adresi değildir. @@ -756,8 +756,8 @@ Adres: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,13 +819,13 @@ Adres: %4 - Automatically start Trinity after logging in to the system. - Sistemde oturum açıldığında Trinity'i otomatik olarak başlat. + Automatically start megabyte after logging in to the system. + Sistemde oturum açıldığında megabyte'i otomatik olarak başlat. - &Start Trinity on system login - Trinity'i sistem oturumuyla &başlat + &Start megabyte on system login + megabyte'i sistem oturumuyla &başlat @@ -844,8 +844,8 @@ Adres: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - Yönlendiricide Trinity istemci portlarını otomatik olarak açar. Bu, sadece yönlendiricinizin UPnP desteği bulunuyorsa ve etkinse çalışabilir. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + Yönlendiricide megabyte istemci portlarını otomatik olarak açar. Bu, sadece yönlendiricinizin UPnP desteği bulunuyorsa ve etkinse çalışabilir. @@ -854,8 +854,8 @@ Adres: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Trinity şebekesine SOCKS vekil sunucusu vasıtasıyla bağlan (mesela Tor ile bağlanıldığında). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + megabyte şebekesine SOCKS vekil sunucusu vasıtasıyla bağlan (mesela Tor ile bağlanıldığında). @@ -929,8 +929,8 @@ Adres: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Kullanıcı arayüzünün dili burada belirtilebilir. Bu ayar Trinity tekrar başlatıldığında etkinleşecektir. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Kullanıcı arayüzünün dili burada belirtilebilir. Bu ayar megabyte tekrar başlatıldığında etkinleşecektir. @@ -940,12 +940,12 @@ Adres: %4 Choose the default subdivision unit to show in the interface and when sending coins. - Trinity gönderildiğinde arayüzde gösterilecek varsayılan alt birimi seçiniz. + megabyte gönderildiğinde arayüzde gösterilecek varsayılan alt birimi seçiniz. - Whether to show Trinity addresses in the transaction list or not. - Muamele listesinde Trinity adreslerinin gösterilip gösterilmeyeceklerini belirler. + Whether to show megabyte addresses in the transaction list or not. + Muamele listesinde megabyte adreslerinin gösterilip gösterilmeyeceklerini belirler. @@ -996,8 +996,8 @@ Adres: %4 - This setting will take effect after restarting Trinity. - Bu ayarlar Trinity tekrar başlatıldığında etkinleşecektir. + This setting will take effect after restarting megabyte. + Bu ayarlar megabyte tekrar başlatıldığında etkinleşecektir. @@ -1015,7 +1015,7 @@ Adres: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. Görüntülenen veriler zaman aşımına uğramış olabilir. Bağlantı kurulduğunda cüzdanınız otomatik olarak şebeke ile eşleşir ancak bu işlem henüz tamamlanmamıştır. @@ -1069,8 +1069,8 @@ Adres: %4 PaymentServer - Cannot start trinity: click-to-pay handler - Trinity başlatılamadı: tıkla-ve-öde yöneticisi + Cannot start megabyte: click-to-pay handler + megabyte başlatılamadı: tıkla-ve-öde yöneticisi @@ -1219,8 +1219,8 @@ Adres: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Mevcut Trinity komut satırı seçeneklerinin listesini içeren Trinity-Qt yardımını göster. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Mevcut megabyte komut satırı seçeneklerinin listesini içeren megabyte-Qt yardımını göster. @@ -1239,13 +1239,13 @@ Adres: %4 - Trinity - Debug window - Trinity - Hata ayıklama penceresi + megabyte - Debug window + megabyte - Hata ayıklama penceresi - Trinity Core - Trinity Çekirdeği + megabyte Core + megabyte Çekirdeği @@ -1254,8 +1254,8 @@ Adres: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. - Güncel veri klasöründen Trinity hata ayıklama kütük dosyasını açar. Büyük kütük dosyaları için bu birkaç saniye alabilir. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. + Güncel veri klasöründen megabyte hata ayıklama kütük dosyasını açar. Büyük kütük dosyaları için bu birkaç saniye alabilir. @@ -1264,8 +1264,8 @@ Adres: %4 - Welcome to the Trinity RPC console. - Trinity RPC konsoluna hoş geldiniz. + Welcome to the megabyte RPC console. + megabyte RPC konsoluna hoş geldiniz. @@ -1290,7 +1290,7 @@ Adres: %4 Send Coins - Trinity yolla + megabyte yolla @@ -1448,8 +1448,8 @@ Adres: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity adresi giriniz (mesela 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte adresi giriniz (mesela 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,8 +1513,8 @@ Adres: %4 - Sign the message to prove you own this Trinity address - Bu Trinity adresinin sizin olduğunu ispatlamak için mesajı imzalayın + Sign the message to prove you own this megabyte address + Bu megabyte adresinin sizin olduğunu ispatlamak için mesajı imzalayın @@ -1549,8 +1549,8 @@ Adres: %4 - Verify the message to ensure it was signed with the specified Trinity address - Belirtilen Trinity adresi ile imzalandığını doğrulamak için mesajı kontrol et + Verify the message to ensure it was signed with the specified megabyte address + Belirtilen megabyte adresi ile imzalandığını doğrulamak için mesajı kontrol et @@ -1565,8 +1565,8 @@ Adres: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Trinity adresi giriniz (mesela 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + megabyte adresi giriniz (mesela 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Adres: %4 - Enter Trinity signature - Trinity imzası gir + Enter megabyte signature + megabyte imzası gir @@ -1649,8 +1649,8 @@ Adres: %4 SplashScreen - The Trinity developers - Trinity geliştiricileri + The megabyte developers + megabyte geliştiricileri @@ -1784,7 +1784,7 @@ Adres: %4 Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Oluşturulan Trinity'lerin harcanabilmelerinden önce 120 blok beklemeleri gerekmektedir. Bu blok, oluşturduğunuzda blok zincirine eklenmesi için ağda yayınlandı. Zincire eklenmesi başarısız olursa, durumu "kabul edilmedi" olarak değiştirilecek ve harcanamayacaktır. Bu, bazen başka bir düğüm sizden birkaç saniye önce ya da sonra blok oluşturursa meydana gelebilir. + Oluşturulan megabyte'lerin harcanabilmelerinden önce 120 blok beklemeleri gerekmektedir. Bu blok, oluşturduğunuzda blok zincirine eklenmesi için ağda yayınlandı. Zincire eklenmesi başarısız olursa, durumu "kabul edilmedi" olarak değiştirilecek ve harcanamayacaktır. Bu, bazen başka bir düğüm sizden birkaç saniye önce ya da sonra blok oluşturursa meydana gelebilir. @@ -2137,7 +2137,7 @@ Adres: %4 Send Coins - Trinity yolla + megabyte yolla @@ -2187,8 +2187,8 @@ Adres: %4 bitcoin-core - Trinity version - Trinity sürümü + megabyte version + megabyte sürümü @@ -2197,8 +2197,8 @@ Adres: %4 - Send command to -server or trinityd - -server ya da trinityd'ye komut gönder + Send command to -server or megabyted + -server ya da megabyted'ye komut gönder @@ -2217,13 +2217,13 @@ Adres: %4 - Specify configuration file (default: trinity.conf) - Yapılandırma dosyası belirt (varsayılan: trinity.conf) + Specify configuration file (default: megabyte.conf) + Yapılandırma dosyası belirt (varsayılan: megabyte.conf) - Specify pid file (default: trinityd.pid) - Pid dosyası belirt (varsayılan: trinityd.pid) + Specify pid file (default: megabyted.pid) + Pid dosyası belirt (varsayılan: megabyted.pid) @@ -2300,24 +2300,24 @@ Adres: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, şu yapılandırma dosyasında rpc parolası belirtmeniz gerekir: %s Aşağıdaki rastgele oluşturulan parolayı kullanmanız tavsiye edilir: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (bu parolayı hatırlamanız gerekli değildir) Kullanıcı ismi ile parolanın FARKLI olmaları gerekir. Dosya mevcut değilse, sadece sahibi için okumayla sınırlı izin ile oluşturunuz. Sorunlar hakkında bildiri almak için alertnotify unsurunu ayarlamanız tavsiye edilir; -mesela: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +mesela: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2332,8 +2332,8 @@ mesela: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Cannot obtain a lock on data directory %s. Trinity is probably already running. - %s veri dizininde kilit elde edilemedi. Trinity muhtemelen hâlihazırda çalışmaktadır. + Cannot obtain a lock on data directory %s. megabyte is probably already running. + %s veri dizininde kilit elde edilemedi. megabyte muhtemelen hâlihazırda çalışmaktadır. @@ -2363,7 +2363,7 @@ mesela: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Bu yayın öncesi bir deneme sürümüdür - tüm riski siz üstlenmiş olursunuz - trinity oluşturmak ya da ticari uygulamalar için kullanmayınız + Bu yayın öncesi bir deneme sürümüdür - tüm riski siz üstlenmiş olursunuz - megabyte oluşturmak ya da ticari uygulamalar için kullanmayınız @@ -2377,8 +2377,8 @@ mesela: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Uyarı: Lütfen bilgisayarınızın tarih ve saatinin doğru olup olmadığını kontrol ediniz! Saatiniz doğru değilse Trinity gerektiği gibi çalışamaz. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Uyarı: Lütfen bilgisayarınızın tarih ve saatinin doğru olup olmadığını kontrol ediniz! Saatiniz doğru değilse megabyte gerektiği gibi çalışamaz. @@ -2518,7 +2518,7 @@ mesela: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com Generate coins (default: 0) - Trinity oluştur (varsayılan: 0) + megabyte oluştur (varsayılan: 0) @@ -2627,8 +2627,8 @@ mesela: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL seçenekleri: (SSL kurulum bilgisi için Trinity vikisine bakınız) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL seçenekleri: (SSL kurulum bilgisi için megabyte vikisine bakınız) @@ -2817,13 +2817,13 @@ mesela: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Error loading wallet.dat: Wallet requires newer version of Trinity - wallet.dat dosyasının yüklenmesinde hata oluştu: cüzdanın daha yeni bir Trinity sürümüne ihtiyacı var + Error loading wallet.dat: Wallet requires newer version of megabyte + wallet.dat dosyasının yüklenmesinde hata oluştu: cüzdanın daha yeni bir megabyte sürümüne ihtiyacı var - Wallet needed to be rewritten: restart Trinity to complete - Cüzdanın tekrar yazılması gerekiyordu: işlemi tamamlamak için Trinity'i yeniden başlatınız + Wallet needed to be rewritten: restart megabyte to complete + Cüzdanın tekrar yazılması gerekiyordu: işlemi tamamlamak için megabyte'i yeniden başlatınız @@ -2882,8 +2882,8 @@ mesela: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Unable to bind to %s on this computer. Trinity is probably already running. - Bu bilgisayarda %s unsuruna bağlanılamadı. Trinity muhtemelen hâlihazırda çalışmaktadır. + Unable to bind to %s on this computer. megabyte is probably already running. + Bu bilgisayarda %s unsuruna bağlanılamadı. megabyte muhtemelen hâlihazırda çalışmaktadır. diff --git a/src/qt/locale/bitcoin_uk.ts b/src/qt/locale/bitcoin_uk.ts index 4051fce..5e8a642 100644 --- a/src/qt/locale/bitcoin_uk.ts +++ b/src/qt/locale/bitcoin_uk.ts @@ -4,13 +4,13 @@ AboutDialog - About Trinity - Про Trinity + About megabyte + Про megabyte - <b>Trinity</b> version - Версія <b>Trinity'a<b> + <b>megabyte</b> version + Версія <b>megabyte'a<b> @@ -34,7 +34,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers @@ -67,7 +67,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. Це ваші адреси для отримання платежів. Ви можете давати різні адреси різним людям, таким чином маючи можливість відслідкувати хто конкретно і скільки вам заплатив. @@ -82,7 +82,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address Підпишіть повідомлення щоб довести, що ви є власником цієї адреси @@ -107,8 +107,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address - Перевірте повідомлення для впевненості, що воно підписано вказаною Trinity-адресою + Verify a message to ensure it was signed with a specified megabyte address + Перевірте повідомлення для впевненості, що воно підписано вказаною megabyte-адресою @@ -122,7 +122,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -248,7 +248,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! УВАГА: Якщо ви зашифруєте гаманець і забудете пароль, ви <b>ВТРАТИТЕ ВСІ СВОЇ БІТКОІНИ</b>! @@ -275,7 +275,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. Біткоін-клієнт буде закрито для завершення процесу шифрування. Пам'ятайте, що шифрування гаманця не може повністю захистити ваші біткоіни від крадіжки, у випадку якщо ваш комп'ютер буде інфіковано шкідливими програмами. @@ -374,8 +374,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity - Показати інформацію про Trinity + Show information about megabyte + Показати інформацію про megabyte @@ -419,12 +419,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address Відправити монети на вказану адресу - Modify configuration options for Trinity + Modify configuration options for megabyte Редагувати параметри @@ -455,8 +455,8 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity - Trinity + megabyte + megabyte @@ -480,8 +480,8 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity - &Про Trinity + &About megabyte + &Про megabyte @@ -500,13 +500,13 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them - Підтвердіть, що Ви є власником повідомлення підписавши його Вашою Trinity-адресою + Sign messages with your megabyte addresses to prove you own them + Підтвердіть, що Ви є власником повідомлення підписавши його Вашою megabyte-адресою - Verify messages to ensure they were signed with specified Trinity addresses - Перевірте повідомлення для впевненості, що воно підписано вказаною Trinity-адресою + Verify messages to ensure they were signed with specified megabyte addresses + Перевірте повідомлення для впевненості, що воно підписано вказаною megabyte-адресою @@ -536,12 +536,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client - Trinity-клієнт + megabyte client + megabyte-клієнт - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network %n активне з'єднання з мережею%n активні з'єднання з мережею%n активних з'єднань з мережею @@ -656,8 +656,8 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. - Неможливо обробити URI! Це може бути викликано неправильною Trinity-адресою, чи невірними параметрами URI. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. + Неможливо обробити URI! Це може бути викликано неправильною megabyte-адресою, чи невірними параметрами URI. @@ -671,7 +671,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. @@ -737,8 +737,8 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. - Введена адреса «%1» не є коректною адресою в мережі Trinity. + The entered address "%1" is not a valid megabyte address. + Введена адреса «%1» не є коректною адресою в мережі megabyte. @@ -756,8 +756,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -819,12 +819,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. Автоматично запускати гаманець при вході до системи. - &Start Trinity on system login + &Start megabyte on system login &Запускати гаманець при вході в систему @@ -844,7 +844,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. Автоматично відкривати порт для клієнту біткоін на роутері. Працює лише якщо ваш роутер підтримує UPnP і ця функція увімкнена. @@ -854,8 +854,8 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). - Підключатись до мережі Trinity через SOCKS-проксі (наприклад при використанні Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). + Підключатись до мережі megabyte через SOCKS-проксі (наприклад при використанні Tor). @@ -929,8 +929,8 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. - Встановлює мову інтерфейсу. Зміни набудуть чинності після перезапуску Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. + Встановлює мову інтерфейсу. Зміни набудуть чинності після перезапуску megabyte. @@ -944,7 +944,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. @@ -996,8 +996,8 @@ Address: %4 - This setting will take effect after restarting Trinity. - Цей параметр набуде чинності після перезапуску Trinity. + This setting will take effect after restarting megabyte. + Цей параметр набуде чинності після перезапуску megabyte. @@ -1015,8 +1015,8 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. - Показана інформація вже може бути застарілою. Ваш гаманець буде автоматично синхронізовано з мережею Trinity після встановлення підключення, але цей процес ще не завершено. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. + Показана інформація вже може бути застарілою. Ваш гаманець буде автоматично синхронізовано з мережею megabyte після встановлення підключення, але цей процес ще не завершено. @@ -1069,7 +1069,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler @@ -1219,8 +1219,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - Показати довідку Trinity-Qt для отримання переліку можливих параметрів командного рядка. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + Показати довідку megabyte-Qt для отримання переліку можливих параметрів командного рядка. @@ -1239,12 +1239,12 @@ Address: %4 - Trinity - Debug window - Trinity - Вікно зневадження + megabyte - Debug window + megabyte - Вікно зневадження - Trinity Core + megabyte Core @@ -1254,7 +1254,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. @@ -1264,8 +1264,8 @@ Address: %4 - Welcome to the Trinity RPC console. - Вітаємо у консолі Trinity RPC. + Welcome to the megabyte RPC console. + Вітаємо у консолі megabyte RPC. @@ -1448,8 +1448,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Введіть адресу Trinity (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Введіть адресу megabyte (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1472,7 +1472,7 @@ Address: %4 The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Введіть адресу Trinity (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Введіть адресу megabyte (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,7 +1513,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address Підпишіть повідомлення щоб довести, що ви є власником цієї адреси @@ -1545,12 +1545,12 @@ Address: %4 The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Введіть адресу Trinity (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Введіть адресу megabyte (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Verify the message to ensure it was signed with the specified Trinity address - Перевірте повідомлення для впевненості, що воно підписано вказаною Trinity-адресою + Verify the message to ensure it was signed with the specified megabyte address + Перевірте повідомлення для впевненості, що воно підписано вказаною megabyte-адресою @@ -1565,8 +1565,8 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Введіть адресу Trinity (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Введіть адресу megabyte (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,8 +1575,8 @@ Address: %4 - Enter Trinity signature - Введіть сигнатуру Trinity + Enter megabyte signature + Введіть сигнатуру megabyte @@ -1649,7 +1649,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers @@ -2187,7 +2187,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version Версія @@ -2197,7 +2197,7 @@ Address: %4 - Send command to -server or trinityd + Send command to -server or megabyted Відправити команду серверу -server чи демону @@ -2217,13 +2217,13 @@ Address: %4 - Specify configuration file (default: trinity.conf) - Вкажіть файл конфігурації (типово: trinity.conf) + Specify configuration file (default: megabyte.conf) + Вкажіть файл конфігурації (типово: megabyte.conf) - Specify pid file (default: trinityd.pid) - Вкажіть pid-файл (типово: trinityd.pid) + Specify pid file (default: megabyted.pid) + Вкажіть pid-файл (типово: megabyted.pid) @@ -2300,13 +2300,13 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2322,7 +2322,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. @@ -2367,8 +2367,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. - Увага: будь ласка, перевірте дату і час на своєму комп'ютері. Якщо ваш годинник йде неправильно, Trinity може працювати некоректно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. + Увага: будь ласка, перевірте дату і час на своєму комп'ютері. Якщо ваш годинник йде неправильно, megabyte може працювати некоректно. @@ -2617,8 +2617,8 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - SSL options: (see the Trinity Wiki for SSL setup instructions) - Параметри SSL: (див. Trinity Wiki для налаштування SSL) + SSL options: (see the megabyte Wiki for SSL setup instructions) + Параметри SSL: (див. megabyte Wiki для налаштування SSL) @@ -2807,12 +2807,12 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Error loading wallet.dat: Wallet requires newer version of Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte Помилка при завантаженні wallet.dat: Гаманець потребує новішої версії Біткоін-клієнта - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete Потрібно перезаписати гаманець: перезапустіть Біткоін-клієнт для завершення @@ -2872,7 +2872,7 @@ for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo. - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. Неможливо прив'язати до порту %s на цьому комп'ютері. Можливо гаманець вже запущено. diff --git a/src/qt/locale/bitcoin_zh_CN.ts b/src/qt/locale/bitcoin_zh_CN.ts index b8e6c36..0c87c3b 100644 --- a/src/qt/locale/bitcoin_zh_CN.ts +++ b/src/qt/locale/bitcoin_zh_CN.ts @@ -4,12 +4,12 @@ AboutDialog - About Trinity + About megabyte 关于多彩币 - <b>Trinity</b> version + <b>megabyte</b> version <b>多彩币</b>版本 @@ -34,8 +34,8 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers - Trinity-qt 客户端开发团队 + The megabyte developers + megabyte-qt 客户端开发团队 @@ -67,7 +67,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. 这是您用来收款的多彩币地址。为了标记不同的资金来源,建议为每个付款人保留不同的收款地址。 @@ -82,7 +82,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address 签名消息,证明这个地址属于您。 @@ -107,7 +107,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address 验证消息,确保消息是由指定的多彩币地址签名过的。 @@ -122,7 +122,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. 这是您用来付款的多彩币地址。在付款前,请总是核实付款金额和收款地址。 @@ -248,7 +248,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! 警告:如果您加密了您的钱包,但是忘记了密码,你将会<b>丢失所有的多彩币</b>! @@ -275,7 +275,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. 将关闭软件以完成加密过程。 请您谨记:钱包加密并不是万能的,电脑中毒,您的多彩币还是有可能丢失。 @@ -374,7 +374,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte 显示多彩币的相关信息 @@ -419,12 +419,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address 向一个多彩币地址发送多彩币 - Modify configuration options for Trinity + Modify configuration options for megabyte 设置选项 @@ -455,7 +455,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte 多彩币 @@ -480,7 +480,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte &关于多彩币 @@ -500,12 +500,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them 用多彩币地址关联的私钥为消息签名,以证明您拥有这个多彩币地址 - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses 校验消息,确保该消息是由指定的多彩币地址所有者签名的 @@ -536,12 +536,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client 多彩币客户端 - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network 到多彩币网络的连接共有%n条 @@ -656,7 +656,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. URI无法解析!原因可能是多彩币地址不正确,或者URI参数错误。 @@ -671,7 +671,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. 发生严重错误。 @@ -737,7 +737,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. 您输入的 "%1" 不是合法的多彩币地址. @@ -756,8 +756,8 @@ Address: %4 - Trinity-Qt - Trinity-Qt + megabyte-Qt + megabyte-Qt @@ -820,12 +820,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. 登录系统后自动开启多彩币客户端 - &Start Trinity on system login + &Start megabyte on system login 启动时&运行 @@ -845,7 +845,7 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. 自动在路由器中打开多彩币端口。只有当您的路由器开启 UPnP 选项时此功能才有效。 @@ -855,7 +855,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). 通过代理服务器连接多彩币网络(例如:通过Tor连接) @@ -930,7 +930,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. 在这里设置用户界面的语言。设置将在客户端重启后生效。 @@ -945,7 +945,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. 是否需要在交易清单中显示多彩币地址。 @@ -997,7 +997,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. 需要重启客户端软件才能生效。 @@ -1016,7 +1016,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. 现在显示的消息可能是过期的. 在连接上多彩币网络节点后,您的钱包将自动与网络同步,但是这个过程还没有完成. @@ -1070,7 +1070,7 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler + Cannot start megabyte: click-to-pay handler 暂时无法启动多彩币:点击支付功能 @@ -1220,8 +1220,8 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. - 显示Trinity命令行选项帮助信息 + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. + 显示megabyte命令行选项帮助信息 @@ -1240,12 +1240,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window 多彩币 - 调试窗口 - Trinity Core + megabyte Core 多彩币核心 @@ -1255,7 +1255,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. 打开当前目录中的调试日志文件。日志文件大的话可能要等上几秒钟。 @@ -1265,7 +1265,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. 欢迎来到 RPC 控制台. @@ -1449,7 +1449,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) 请输入多彩币地址 (例如: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1514,7 +1514,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address 签名消息,证明这个地址属于您。 @@ -1550,7 +1550,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address 验证消息,确保消息是由指定的多彩币地址签名过的。 @@ -1566,7 +1566,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) 请输入多彩币地址 (例如: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1576,7 +1576,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature 输入多彩币签名 @@ -1650,8 +1650,8 @@ Address: %4 SplashScreen - The Trinity developers - Trinity-qt 客户端开发团队 + The megabyte developers + megabyte-qt 客户端开发团队 @@ -2188,7 +2188,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version 多彩币版本 @@ -2198,8 +2198,8 @@ Address: %4 - Send command to -server or trinityd - 发送命令到服务器或者 trinityd + Send command to -server or megabyted + 发送命令到服务器或者 megabyted @@ -2222,14 +2222,14 @@ Address: %4 - Specify configuration file (default: trinity.conf) - 指定配置文件 (默认为 trinity.conf) + Specify configuration file (default: megabyte.conf) + 指定配置文件 (默认为 megabyte.conf) - Specify pid file (default: trinityd.pid) - 指定 pid 文件 (默认为 trinityd.pid) + Specify pid file (default: megabyted.pid) + 指定 pid 文件 (默认为 megabyted.pid) @@ -2312,24 +2312,24 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, 您必须在配置文件设置rpcpassword: %s 建议您使用下面的随机密码: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (您无需记住此密码) 用户名和密码 必! 须! 不一样。 如果配置文件不存在,请自行建立一个只有所有者拥有只读权限的文件。 推荐您开启提示通知以便收到错误通知, -像这样: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +像这样: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2344,7 +2344,7 @@ rpcpassword=%s - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. 无法给数据目录 %s上锁。本软件可能已经在运行。 @@ -2389,7 +2389,7 @@ rpcpassword=%s - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. 警告:请检查电脑的日期时间设置是否正确!时间错误可能会导致多彩币客户端运行异常。 @@ -2639,8 +2639,8 @@ rpcpassword=%s - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL选项:(参见Trinity Wiki关于SSL设置栏目) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL选项:(参见megabyte Wiki关于SSL设置栏目) @@ -2839,13 +2839,13 @@ rpcpassword=%s - Error loading wallet.dat: Wallet requires newer version of Trinity - wallet.dat钱包文件加载错误:请升级到最新Trinity客户端 + Error loading wallet.dat: Wallet requires newer version of megabyte + wallet.dat钱包文件加载错误:请升级到最新megabyte客户端 - Wallet needed to be rewritten: restart Trinity to complete - 钱包文件需要重写:请退出并重新启动Trinity客户端 + Wallet needed to be rewritten: restart megabyte to complete + 钱包文件需要重写:请退出并重新启动megabyte客户端 @@ -2904,7 +2904,7 @@ rpcpassword=%s - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. 无法在本机绑定 %s 端口 . 多彩币客户端软件可能已经在运行. diff --git a/src/qt/locale/bitcoin_zh_TW.ts b/src/qt/locale/bitcoin_zh_TW.ts index ab82587..d4cdfef 100644 --- a/src/qt/locale/bitcoin_zh_TW.ts +++ b/src/qt/locale/bitcoin_zh_TW.ts @@ -4,12 +4,12 @@ AboutDialog - About Trinity + About megabyte 關於位元幣 - <b>Trinity</b> version + <b>megabyte</b> version <b>位元幣</b>版本 @@ -34,7 +34,7 @@ This product includes software developed by the OpenSSL Project for use in the O - The Trinity developers + The megabyte developers 位元幣開發人員 @@ -67,7 +67,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your megabyte addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. 這些是你用來收款的位元幣位址. 你可以提供不同的位址給不同的付款人, 來追蹤是誰支付給你. @@ -82,7 +82,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign a message to prove you own a Trinity address + Sign a message to prove you own a megabyte address 簽署訊息是用來證明位元幣位址是你的 @@ -107,7 +107,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Verify a message to ensure it was signed with a specified Trinity address + Verify a message to ensure it was signed with a specified megabyte address 驗證訊息是用來確認訊息是用指定的位元幣位址簽署的 @@ -122,7 +122,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Trinity addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your megabyte addresses for sending payments. Always check the amount and the receiving address before sending coins. 這是你用來付款的位元幣位址. 在付錢之前, 務必要檢查金額和收款位址是否正確. @@ -248,7 +248,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR TRINITYS</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR megabyteS</b>! 警告: 如果將錢包加密後忘記密碼, 你會<b>失去其中所有的位元幣</b>! @@ -275,7 +275,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your trinitys from being stolen by malware infecting your computer. + megabyte will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your megabytes from being stolen by malware infecting your computer. 位元幣現在要關閉以完成加密程序. 請記住, 加密錢包無法完全防止入侵電腦的惡意程式偷取你的位元幣. @@ -374,7 +374,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Show information about Trinity + Show information about megabyte 顯示位元幣相關資訊 @@ -419,12 +419,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Send coins to a Trinity address + Send coins to a megabyte address 付錢到位元幣位址 - Modify configuration options for Trinity + Modify configuration options for megabyte 修改位元幣的設定選項 @@ -455,7 +455,7 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity + megabyte 位元幣 @@ -480,7 +480,7 @@ This product includes software developed by the OpenSSL Project for use in the O - &About Trinity + &About megabyte 關於位元幣 @@ -500,12 +500,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Sign messages with your Trinity addresses to prove you own them + Sign messages with your megabyte addresses to prove you own them 用位元幣位址簽署訊息來證明那是你的 - Verify messages to ensure they were signed with specified Trinity addresses + Verify messages to ensure they were signed with specified megabyte addresses 驗證訊息來確認是用指定的位元幣位址簽署的 @@ -536,12 +536,12 @@ This product includes software developed by the OpenSSL Project for use in the O - Trinity client + megabyte client 位元幣客戶端軟體 - %n active connection(s) to Trinity network + %n active connection(s) to megabyte network 與位元幣網路有 %n 個連線在使用中 @@ -655,7 +655,7 @@ Address: %4 - URI can not be parsed! This can be caused by an invalid Trinity address or malformed URI parameters. + URI can not be parsed! This can be caused by an invalid megabyte address or malformed URI parameters. 無法解析 URI! 也許位元幣位址無效或 URI 參數有誤. @@ -670,7 +670,7 @@ Address: %4 - A fatal error occurred. Trinity can no longer continue safely and will quit. + A fatal error occurred. megabyte can no longer continue safely and will quit. 發生了致命的錯誤. 位元幣程式無法再繼續安全執行, 只好結束. @@ -736,7 +736,7 @@ Address: %4 - The entered address "%1" is not a valid Trinity address. + The entered address "%1" is not a valid megabyte address. 輸入的位址 "%1" 並不是有效的位元幣位址. @@ -755,7 +755,7 @@ Address: %4 - Trinity-Qt + megabyte-Qt 位元幣-Qt @@ -819,12 +819,12 @@ Address: %4 - Automatically start Trinity after logging in to the system. + Automatically start megabyte after logging in to the system. 在登入系統後自動啓動位元幣. - &Start Trinity on system login + &Start megabyte on system login 系統登入時啟動位元幣 @@ -844,8 +844,8 @@ Address: %4 - Automatically open the Trinity client port on the router. This only works when your router supports UPnP and it is enabled. - 自動在路由器上開啟 Trinity 的客戶端通訊埠. 只有在你的路由器支援 UPnP 且開啟時才有作用. + Automatically open the megabyte client port on the router. This only works when your router supports UPnP and it is enabled. + 自動在路由器上開啟 megabyte 的客戶端通訊埠. 只有在你的路由器支援 UPnP 且開啟時才有作用. @@ -854,7 +854,7 @@ Address: %4 - Connect to the Trinity network through a SOCKS proxy (e.g. when connecting through Tor). + Connect to the megabyte network through a SOCKS proxy (e.g. when connecting through Tor). 透過 SOCKS 代理伺服器連線至位元幣網路 (比如說要透過 Tor 連線). @@ -929,7 +929,7 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Trinity. + The user interface language can be set here. This setting will take effect after restarting megabyte. 可以在這裡設定使用者介面的語言. 這個設定在位元幣程式重啓後才會生效. @@ -944,7 +944,7 @@ Address: %4 - Whether to show Trinity addresses in the transaction list or not. + Whether to show megabyte addresses in the transaction list or not. 是否要在交易列表中顯示位元幣位址. @@ -996,7 +996,7 @@ Address: %4 - This setting will take effect after restarting Trinity. + This setting will take effect after restarting megabyte. 這個設定會在位元幣程式重啓後生效. @@ -1015,7 +1015,7 @@ Address: %4 - The displayed information may be out of date. Your wallet automatically synchronizes with the Trinity network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the megabyte network after a connection is established, but this process has not completed yet. 顯示的資訊可能是過期的. 與位元幣網路的連線建立後, 你的錢包會自動和網路同步, 但這個步驟還沒完成. @@ -1069,8 +1069,8 @@ Address: %4 PaymentServer - Cannot start trinity: click-to-pay handler - 無法啟動 trinity 隨按隨付處理器 + Cannot start megabyte: click-to-pay handler + 無法啟動 megabyte 隨按隨付處理器 @@ -1219,7 +1219,7 @@ Address: %4 - Show the Trinity-Qt help message to get a list with possible Trinity command-line options. + Show the megabyte-Qt help message to get a list with possible megabyte command-line options. 顯示位元幣-Qt的求助訊息, 來取得可用的命令列選項列表. @@ -1239,12 +1239,12 @@ Address: %4 - Trinity - Debug window + megabyte - Debug window 位元幣 - 除錯視窗 - Trinity Core + megabyte Core 位元幣核心 @@ -1254,7 +1254,7 @@ Address: %4 - Open the Trinity debug log file from the current data directory. This can take a few seconds for large log files. + Open the megabyte debug log file from the current data directory. This can take a few seconds for large log files. 從目前的資料目錄下開啓位元幣的除錯紀錄檔. 當紀錄檔很大時可能要花好幾秒的時間. @@ -1264,7 +1264,7 @@ Address: %4 - Welcome to the Trinity RPC console. + Welcome to the megabyte RPC console. 歡迎使用位元幣 RPC 主控台. @@ -1448,7 +1448,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) 輸入位元幣位址 (比如說 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1513,7 +1513,7 @@ Address: %4 - Sign the message to prove you own this Trinity address + Sign the message to prove you own this megabyte address 簽署訊息是用來證明這個位元幣位址是你的 @@ -1549,7 +1549,7 @@ Address: %4 - Verify the message to ensure it was signed with the specified Trinity address + Verify the message to ensure it was signed with the specified megabyte address 驗證訊息是用來確認訊息是用指定的位元幣位址簽署的 @@ -1565,7 +1565,7 @@ Address: %4 - Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) 輸入位元幣位址 (比如說 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -1575,7 +1575,7 @@ Address: %4 - Enter Trinity signature + Enter megabyte signature 輸入位元幣簽章 @@ -1649,7 +1649,7 @@ Address: %4 SplashScreen - The Trinity developers + The megabyte developers 位元幣開發人員 @@ -2187,7 +2187,7 @@ Address: %4 bitcoin-core - Trinity version + megabyte version 位元幣版本 @@ -2197,8 +2197,8 @@ Address: %4 - Send command to -server or trinityd - 送指令給 -server 或 trinityd + Send command to -server or megabyted + 送指令給 -server 或 megabyted @@ -2221,14 +2221,14 @@ Address: %4 - Specify configuration file (default: trinity.conf) - 指定設定檔 (預設: trinity.conf) + Specify configuration file (default: megabyte.conf) + 指定設定檔 (預設: megabyte.conf) - Specify pid file (default: trinityd.pid) - 指定行程識別碼檔案 (預設: trinityd.pid) + Specify pid file (default: megabyted.pid) + 指定行程識別碼檔案 (預設: megabyted.pid) @@ -2309,25 +2309,25 @@ Address: %4 %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com %s, 你必須要在以下設定檔中設定 RPC 密碼(rpcpassword): %s 建議你使用以下隨機產生的密碼: -rpcuser=trinityrpc +rpcuser=megabyterpc rpcpassword=%s (你不用記住這個密碼) 使用者名稱(rpcuser)和密碼(rpcpassword)不可以相同! 如果設定檔還不存在, 請在新增時, 設定檔案權限為"只有主人才能讀取". 也建議你設定警示通知, 發生問題時你才會被通知到; 比如說設定為: -alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com +alertnotify=echo %%s | mail -s "megabyte Alert" admin@foo.com @@ -2342,7 +2342,7 @@ alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Cannot obtain a lock on data directory %s. Trinity is probably already running. + Cannot obtain a lock on data directory %s. megabyte is probably already running. 無法鎖定資料目錄 %s. 也許位元幣已經在執行了. @@ -2387,7 +2387,7 @@ alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly. 警告: 請檢查電腦時間與日期是否正確! 位元幣無法在時鐘不準的情況下正常運作. @@ -2637,8 +2637,8 @@ alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - SSL options: (see the Trinity Wiki for SSL setup instructions) - SSL 選項: (SSL 設定程序請見 Trinity Wiki) + SSL options: (see the megabyte Wiki for SSL setup instructions) + SSL 選項: (SSL 設定程序請見 megabyte Wiki) @@ -2834,12 +2834,12 @@ alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Error loading wallet.dat: Wallet requires newer version of Trinity - 載入檔案 wallet.dat 失敗: 此錢包需要新版的 Trinity + Error loading wallet.dat: Wallet requires newer version of megabyte + 載入檔案 wallet.dat 失敗: 此錢包需要新版的 megabyte - Wallet needed to be rewritten: restart Trinity to complete + Wallet needed to be rewritten: restart megabyte to complete 錢包需要重寫: 請重啟位元幣來完成 @@ -2899,7 +2899,7 @@ alertnotify=echo %%s | mail -s "Trinity Alert" admin@foo.com - Unable to bind to %s on this computer. Trinity is probably already running. + Unable to bind to %s on this computer. megabyte is probably already running. 無法和這台電腦上的 %s 繫結. 也許位元幣已經在執行了. diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index b978488..8bf8e73 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -224,7 +224,7 @@ void OptionsDialog::showRestartWarning_Proxy() { if(!fRestartWarningDisplayed_Proxy) { - QMessageBox::warning(this, tr("Warning"), tr("This setting will take effect after restarting Trinity."), QMessageBox::Ok); + QMessageBox::warning(this, tr("Warning"), tr("This setting will take effect after restarting megabyte."), QMessageBox::Ok); fRestartWarningDisplayed_Proxy = true; } } @@ -233,7 +233,7 @@ void OptionsDialog::showRestartWarning_Lang() { if(!fRestartWarningDisplayed_Lang) { - QMessageBox::warning(this, tr("Warning"), tr("This setting will take effect after restarting Trinity."), QMessageBox::Ok); + QMessageBox::warning(this, tr("Warning"), tr("This setting will take effect after restarting megabyte."), QMessageBox::Ok); fRestartWarningDisplayed_Lang = true; } } diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp index 61c52a8..f9d43ac 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -25,7 +25,7 @@ using namespace boost; const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000; // milliseconds -const QString BITCOIN_IPC_PREFIX("trinity:"); +const QString BITCOIN_IPC_PREFIX("megabyte:"); // // Create a name that is unique for: @@ -34,7 +34,7 @@ const QString BITCOIN_IPC_PREFIX("trinity:"); // static QString ipcServerName() { - QString name("TrinityQt"); + QString name("megabyteQt"); // Append a simple hash of the datadir // Note that GetDataDir(true) returns a different path @@ -106,7 +106,7 @@ PaymentServer::PaymentServer(QApplication* parent) : QObject(parent), saveURIs(t uriServer = new QLocalServer(this); if (!uriServer->listen(name)) - qDebug() << tr("Cannot start trinity: click-to-pay handler"); + qDebug() << tr("Cannot start megabyte: click-to-pay handler"); else connect(uriServer, SIGNAL(newConnection()), this, SLOT(handleURIConnection())); } diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index b8d1e66..c14701d 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -3,7 +3,7 @@ // // This class handles payment requests from clicking on -// trinity: URIs +// megabyte: URIs // // This is somewhat tricky, because we have to deal with // the situation where the user clicks on a link during diff --git a/src/qt/res/bitcoin-qt.rc b/src/qt/res/bitcoin-qt.rc index 7b69742..cd6c4a8 100644 --- a/src/qt/res/bitcoin-qt.rc +++ b/src/qt/res/bitcoin-qt.rc @@ -8,7 +8,7 @@ IDI_ICON2 ICON DISCARDABLE "icons/bitcoin_testnet.ico" #define VER_PRODUCTVERSION_STR STRINGIZE(CLIENT_VERSION_MAJOR) "." STRINGIZE(CLIENT_VERSION_MINOR) "." STRINGIZE(CLIENT_VERSION_REVISION) "." STRINGIZE(CLIENT_VERSION_BUILD) #define VER_FILEVERSION VER_PRODUCTVERSION #define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR -#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin developers, 2014 The Trinity developers" +#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin developers, 2014 The megabyte developers" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION @@ -20,14 +20,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Trinity" - VALUE "FileDescription", "Trinity-Qt (OSS GUI client for Bitcoin)" + VALUE "CompanyName", "megabyte" + VALUE "FileDescription", "megabyte-Qt (OSS GUI client for Bitcoin)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "trinity-qt" + VALUE "InternalName", "megabyte-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", "trinity-qt.exe" - VALUE "ProductName", "Trinity-Qt" + VALUE "OriginalFilename", "megabyte-qt.exe" + VALUE "ProductName", "megabyte-Qt" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/qt/res/icons/bitcoin.png b/src/qt/res/icons/bitcoin.png index c0cfa92..0cd419e 100644 Binary files a/src/qt/res/icons/bitcoin.png and b/src/qt/res/icons/bitcoin.png differ diff --git a/src/qt/res/icons/bitcoin_testnet.png b/src/qt/res/icons/bitcoin_testnet.png index c0cfa92..0cd419e 100644 Binary files a/src/qt/res/icons/bitcoin_testnet.png and b/src/qt/res/icons/bitcoin_testnet.png differ diff --git a/src/qt/res/icons/splash2.png b/src/qt/res/icons/splash2.png index c0cfa92..0cd419e 100644 Binary files a/src/qt/res/icons/splash2.png and b/src/qt/res/icons/splash2.png differ diff --git a/src/qt/res/icons/toolbar.png b/src/qt/res/icons/toolbar.png index c0cfa92..0cd419e 100644 Binary files a/src/qt/res/icons/toolbar.png and b/src/qt/res/icons/toolbar.png differ diff --git a/src/qt/res/icons/toolbar_testnet.png b/src/qt/res/icons/toolbar_testnet.png index c0cfa92..0cd419e 100644 Binary files a/src/qt/res/icons/toolbar_testnet.png and b/src/qt/res/icons/toolbar_testnet.png differ diff --git a/src/qt/res/images/splash.png b/src/qt/res/images/splash.png index c0cfa92..0cd419e 100644 Binary files a/src/qt/res/images/splash.png and b/src/qt/res/images/splash.png differ diff --git a/src/qt/res/images/splash_testnet.png b/src/qt/res/images/splash_testnet.png index c0cfa92..0cd419e 100644 Binary files a/src/qt/res/images/splash_testnet.png and b/src/qt/res/images/splash_testnet.png differ diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index f8755e2..f7eea79 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -310,7 +310,7 @@ void RPCConsole::clear() "b { color: #006060; } " ); - message(CMD_REPLY, (tr("Welcome to the Trinity RPC console.") + "
" + + message(CMD_REPLY, (tr("Welcome to the megabyte RPC console.") + "
" + tr("Use up and down arrows to navigate history, and Ctrl-L to clear screen.") + "
" + tr("Type help for an overview of available commands.")), true); } diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp index 56bc67e..a52db13 100644 --- a/src/qt/sendcoinsentry.cpp +++ b/src/qt/sendcoinsentry.cpp @@ -24,7 +24,7 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) : #if QT_VERSION >= 0x040700 /* Do not move this to the XML file, Qt before 4.7 will choke on it */ ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book")); - ui->payTo->setPlaceholderText(tr("Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)")); + ui->payTo->setPlaceholderText(tr("Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)")); #endif setFocusPolicy(Qt::TabFocus); setFocusProxy(ui->payTo); diff --git a/src/qt/signverifymessagedialog.cpp b/src/qt/signverifymessagedialog.cpp index f90db10..3e34e6e 100644 --- a/src/qt/signverifymessagedialog.cpp +++ b/src/qt/signverifymessagedialog.cpp @@ -24,11 +24,11 @@ SignVerifyMessageDialog::SignVerifyMessageDialog(QWidget *parent) : #if (QT_VERSION >= 0x040700) /* Do not move this to the XML file, Qt before 4.7 will choke on it */ - ui->addressIn_SM->setPlaceholderText(tr("Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)")); + ui->addressIn_SM->setPlaceholderText(tr("Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)")); ui->signatureOut_SM->setPlaceholderText(tr("Click \"Sign Message\" to generate signature")); - ui->addressIn_VM->setPlaceholderText(tr("Enter a Trinity address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)")); - ui->signatureIn_VM->setPlaceholderText(tr("Enter Trinity signature")); + ui->addressIn_VM->setPlaceholderText(tr("Enter a megabyte address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)")); + ui->signatureIn_VM->setPlaceholderText(tr("Enter megabyte signature")); #endif GUIUtil::setupAddressWidget(ui->addressIn_SM, this); diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index 4bd0ed2..a74629e 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -21,7 +21,7 @@ SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f) : QString titleText = QString(QApplication::applicationName()).replace(QString("-testnet"), QString(""), Qt::CaseSensitive); // cut of testnet, place it as single object further down QString versionText = QString("Version %1").arg(QString::fromStdString(FormatFullVersion())); QString copyrightText = QChar(0xA9)+QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin developers")); - QString copyrightText2 = QChar(0xA9)+QString(" %1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Trinity developers")); + QString copyrightText2 = QChar(0xA9)+QString(" %1 ").arg(COPYRIGHT_YEAR) + QString(tr("The megabyte developers")); QString testnetAddText = QString(tr("[testnet]")); // define text to place as single text object QString font = "Arial"; diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 5f24cbf..6f9d994 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -69,7 +69,7 @@ Value importprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 3) throw runtime_error( - "importprivkey [label] [rescan=true]\n" + "importprivkey [label] [rescan=true]\n" "Adds a private key (as returned by dumpprivkey) to your wallet."); EnsureWalletIsUnlocked(); @@ -199,15 +199,15 @@ Value dumpprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "dumpprivkey \n" - "Reveals the private key corresponding to ."); + "dumpprivkey \n" + "Reveals the private key corresponding to ."); EnsureWalletIsUnlocked(); string strAddress = params[0].get_str(); CBitcoinAddress address; if (!address.SetString(strAddress)) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Trinity address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid megabyte address"); CKeyID keyID; if (!address.GetKeyID(keyID)) throw JSONRPCError(RPC_TYPE_ERROR, "Address does not refer to a key"); @@ -246,7 +246,7 @@ Value dumpwallet(const Array& params, bool fHelp) std::sort(vKeyBirth.begin(), vKeyBirth.end()); // produce output - file << strprintf("# Wallet dump created by Trinity %s (%s)\n", CLIENT_BUILD.c_str(), CLIENT_DATE.c_str()); + file << strprintf("# Wallet dump created by megabyte %s (%s)\n", CLIENT_BUILD.c_str(), CLIENT_DATE.c_str()); file << strprintf("# * Created on %s\n", EncodeDumpTime(GetTime()).c_str()); file << strprintf("# * Best block at time of backup was %i (%s),\n", nBestHeight, hashBestChain.ToString().c_str()); file << strprintf("# mined on %s\n", EncodeDumpTime(pindexBest->nTime).c_str()); diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 8a53d61..23adcdd 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -116,10 +116,10 @@ Value getwork(const Array& params, bool fHelp) "If [data] is specified, tries to solve the block and returns true if it was successful."); if (vNodes.empty()) - throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Trinity is not connected!"); + throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "megabyte is not connected!"); if (IsInitialBlockDownload()) - throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Trinity is downloading blocks..."); + throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "megabyte is downloading blocks..."); typedef map > mapNewBlock_t; static mapNewBlock_t mapNewBlock; // FIXME: thread safety @@ -257,10 +257,10 @@ Value getblocktemplate(const Array& params, bool fHelp) throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid mode"); if (vNodes.empty()) - throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Trinity is not connected!"); + throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "megabyte is not connected!"); if (IsInitialBlockDownload()) - throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Trinity is downloading blocks..."); + throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "megabyte is downloading blocks..."); // Update block static unsigned int nTransactionsUpdatedLast; diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 7580b93..c393370 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -194,7 +194,7 @@ Value listunspent(const Array& params, bool fHelp) { CBitcoinAddress address(input.get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Trinity address: ")+input.get_str()); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid megabyte address: ")+input.get_str()); if (setAddress.count(address)) throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ")+input.get_str()); setAddress.insert(address); @@ -292,7 +292,7 @@ Value createrawtransaction(const Array& params, bool fHelp) { CBitcoinAddress address(s.name_); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Trinity address: ")+s.name_); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid megabyte address: ")+s.name_); if (setAddress.count(address)) throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ")+s.name_); diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 35906a7..f641a55 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -101,7 +101,7 @@ Value getnewaddress(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "getnewaddress [account]\n" - "Returns a new Trinity address for receiving payments. " + "Returns a new megabyte address for receiving payments. " "If [account] is specified (recommended), it is added to the address book " "so payments received with the address will be credited to [account]."); @@ -168,7 +168,7 @@ Value getaccountaddress(const Array& params, bool fHelp) if (fHelp || params.size() != 1) throw runtime_error( "getaccountaddress \n" - "Returns the current Trinity address for receiving payments to this account."); + "Returns the current megabyte address for receiving payments to this account."); // Parse the account first so we don't generate a key if there's an error string strAccount = AccountFromValue(params[0]); @@ -186,12 +186,12 @@ Value setaccount(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "setaccount \n" + "setaccount \n" "Sets the account associated with the given address."); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Trinity address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid megabyte address"); string strAccount; @@ -216,12 +216,12 @@ Value getaccount(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "getaccount \n" + "getaccount \n" "Returns the account associated with the given address."); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Trinity address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid megabyte address"); string strAccount; map::iterator mi = pwalletMain->mapAddressBook.find(address.Get()); @@ -256,13 +256,13 @@ Value sendtoaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( - "sendtoaddress [comment] [comment-to]\n" + "sendtoaddress [comment] [comment-to]\n" " is a real and is rounded to the nearest 0.00000001" + HelpRequiringPassphrase()); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Trinity address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid megabyte address"); // Amount int64 nAmount = AmountFromValue(params[1]); @@ -319,7 +319,7 @@ Value signmessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 2) throw runtime_error( - "signmessage \n" + "signmessage \n" "Sign a message with the private key of an address"); EnsureWalletIsUnlocked(); @@ -354,7 +354,7 @@ Value verifymessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 3) throw runtime_error( - "verifymessage \n" + "verifymessage \n" "Verify a signed message"); string strAddress = params[0].get_str(); @@ -391,14 +391,14 @@ Value getreceivedbyaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "getreceivedbyaddress [minconf=1]\n" - "Returns the total amount received by in transactions with at least [minconf] confirmations."); + "getreceivedbyaddress [minconf=1]\n" + "Returns the total amount received by in transactions with at least [minconf] confirmations."); // Bitcoin address CBitcoinAddress address = CBitcoinAddress(params[0].get_str()); CScript scriptPubKey; if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Trinity address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid megabyte address"); scriptPubKey.SetDestination(address.Get()); if (!IsMine(*pwalletMain,scriptPubKey)) return (double)0.0; @@ -612,14 +612,14 @@ Value sendfrom(const Array& params, bool fHelp) { if (fHelp || params.size() < 3 || params.size() > 6) throw runtime_error( - "sendfrom [minconf=1] [comment] [comment-to]\n" + "sendfrom [minconf=1] [comment] [comment-to]\n" " is a real and is rounded to the nearest 0.00000001" + HelpRequiringPassphrase()); string strAccount = AccountFromValue(params[0]); CBitcoinAddress address(params[1].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Trinity address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid megabyte address"); int64 nAmount = AmountFromValue(params[2]); int nMinDepth = 1; if (params.size() > 3) @@ -675,7 +675,7 @@ Value sendmany(const Array& params, bool fHelp) { CBitcoinAddress address(s.name_); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Trinity address: ")+s.name_); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid megabyte address: ")+s.name_); if (setAddress.count(address)) throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ")+s.name_); @@ -730,7 +730,7 @@ static CScript _createmultisig(const Array& params) { const std::string& ks = keys[i].get_str(); - // Case 1: Trinity address and we have full public key: + // Case 1: megabyte address and we have full public key: CBitcoinAddress address(ks); if (address.IsValid()) { @@ -771,7 +771,7 @@ Value addmultisigaddress(const Array& params, bool fHelp) { string msg = "addmultisigaddress <'[\"key\",\"key\"]'> [account]\n" "Add a nrequired-to-sign multisignature address to the wallet\"\n" - "each key is a Trinity address or hex-encoded public key\n" + "each key is a megabyte address or hex-encoded public key\n" "If [account] is specified, assign address to [account]."; throw runtime_error(msg); } @@ -796,7 +796,7 @@ Value createmultisig(const Array& params, bool fHelp) string msg = "createmultisig <'[\"key\",\"key\"]'>\n" "Creates a multi-signature address and returns a json object\n" "with keys:\n" - "address : trinity address\n" + "address : megabyte address\n" "redeemScript : hex-encoded redemption script"; throw runtime_error(msg); } @@ -1462,7 +1462,7 @@ Value encryptwallet(const Array& params, bool fHelp) // slack space in .dat files; that is bad if the old data is // unencrypted private keys. So: StartShutdown(); - return "wallet encrypted; Trinity server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; + return "wallet encrypted; megabyte server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; } class DescribeAddressVisitor : public boost::static_visitor @@ -1504,8 +1504,8 @@ Value validateaddress(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "validateaddress \n" - "Return information about ."); + "validateaddress \n" + "Return information about ."); CBitcoinAddress address(params[0].get_str()); bool isValid = address.IsValid(); diff --git a/src/test/data/base58_keys_valid.json b/src/test/data/base58_keys_valid.json index e11ce61..0de0c04 100644 --- a/src/test/data/base58_keys_valid.json +++ b/src/test/data/base58_keys_valid.json @@ -126,7 +126,7 @@ } ], [ - "93TTYyFYwSN6wEo3E2fCrFPUp17FtrtNi2Lf7n4G3garFb16CRj", + "93MByFYwSN6wEo3E2fCrFPUp17FtrtNi2Lf7n4G3garFb16CRj", "d6bca256b5abc5602ec2e1c121a08b0da2556587430bcf7e1898af2224885203", { "isCompressed": false, @@ -135,7 +135,7 @@ } ], [ - "cTTTYtMGVYWTHCb1AFjmVbEbWjvKpKqKgMaR3QJxToMSQAhmCeTN", + "cTMBtMGVYWTHCb1AFjmVbEbWjvKpKqKgMaR3QJxToMSQAhmCeTN", "a81ca4e8f90181ec4b61b6a7eb998af17b2cb04de8a03b504b9e34c4c61db7d9", { "isCompressed": true, diff --git a/src/txdb.cpp b/src/txdb.cpp index 34836ea..7531de6 100644 --- a/src/txdb.cpp +++ b/src/txdb.cpp @@ -153,7 +153,7 @@ bool CCoinsViewDB::GetStats(CCoinsStats &stats) { } pcursor->Next(); } catch (std::exception &e) { - return error("%s() : deserialize error", __PRETTY_FUNCTION__); + return error("%s() : deserialize error", __PREMB_FUNCTION__); } } delete pcursor; @@ -235,7 +235,7 @@ bool CBlockTreeDB::LoadBlockIndexGuts() break; // if shutdown requested or finished loading block index } } catch (std::exception &e) { - return error("%s() : deserialize error", __PRETTY_FUNCTION__); + return error("%s() : deserialize error", __PREMB_FUNCTION__); } } delete pcursor; diff --git a/src/util.cpp b/src/util.cpp index b550024..e9d73df 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -981,7 +981,7 @@ static std::string FormatException(std::exception* pex, const char* pszThread) char pszModule[MAX_PATH] = ""; GetModuleFileNameA(NULL, pszModule, sizeof(pszModule)); #else - const char* pszModule = "trinity"; + const char* pszModule = "megabyte"; #endif if (pex) return strprintf( @@ -1017,13 +1017,13 @@ void PrintExceptionContinue(std::exception* pex, const char* pszThread) boost::filesystem::path GetDefaultDataDir() { namespace fs = boost::filesystem; - // Windows < Vista: C:\Documents and Settings\Username\Application Data\Trinity - // Windows >= Vista: C:\Users\Username\AppData\Roaming\Trinity - // Mac: ~/Library/Application Support/Trinity - // Unix: ~/.trinity + // Windows < Vista: C:\Documents and Settings\Username\Application Data\megabyte + // Windows >= Vista: C:\Users\Username\AppData\Roaming\megabyte + // Mac: ~/Library/Application Support/megabyte + // Unix: ~/.megabyte #ifdef WIN32 // Windows - return GetSpecialFolderPath(CSIDL_APPDATA) / "Trinity"; + return GetSpecialFolderPath(CSIDL_APPDATA) / "megabyte"; #else fs::path pathRet; char* pszHome = getenv("HOME"); @@ -1035,10 +1035,10 @@ boost::filesystem::path GetDefaultDataDir() // Mac pathRet /= "Library/Application Support"; fs::create_directory(pathRet); - return pathRet / "Trinity"; + return pathRet / "megabyte"; #else // Unix - return pathRet / ".trinity"; + return pathRet / ".megabyte"; #endif #endif } @@ -1079,7 +1079,7 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific) boost::filesystem::path GetConfigFile() { - boost::filesystem::path pathConfigFile(GetArg("-conf", "trinity.conf")); + boost::filesystem::path pathConfigFile(GetArg("-conf", "megabyte.conf")); if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile; return pathConfigFile; } @@ -1089,7 +1089,7 @@ void ReadConfigFile(map& mapSettingsRet, { boost::filesystem::ifstream streamConfig(GetConfigFile()); if (!streamConfig.good()) - return; // No trinity.conf file is OK + return; // No megabyte.conf file is OK // clear path cache after loading config file fCachedPath[0] = fCachedPath[1] = false; @@ -1099,7 +1099,7 @@ void ReadConfigFile(map& mapSettingsRet, for (boost::program_options::detail::config_file_iterator it(streamConfig, setOptions), end; it != end; ++it) { - // Don't overwrite existing settings so command line settings override trinity.conf + // Don't overwrite existing settings so command line settings override megabyte.conf string strKey = string("-") + it->string_key; if (mapSettingsRet.count(strKey) == 0) { @@ -1113,7 +1113,7 @@ void ReadConfigFile(map& mapSettingsRet, boost::filesystem::path GetPidFile() { - boost::filesystem::path pathPidFile(GetArg("-pid", "trinityd.pid")); + boost::filesystem::path pathPidFile(GetArg("-pid", "megabyted.pid")); if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile; return pathPidFile; } @@ -1337,7 +1337,7 @@ void AddTimeData(const CNetAddr& ip, int64 nTime) if (!fMatch) { fDone = true; - string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Trinity will not work properly."); + string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong megabyte will not work properly."); strMiscWarning = strMessage; printf("*** %s\n", strMessage.c_str()); uiInterface.ThreadSafeMessageBox(strMessage, "", CClientUIInterface::MSG_WARNING); diff --git a/src/version.cpp b/src/version.cpp index 7a856d9..7571510 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -8,7 +8,7 @@ // Name of client reported in the 'version' message. Report the same name // for both bitcoind and bitcoin-qt, to make it harder for attackers to // target servers or GUI users specifically. -const std::string CLIENT_NAME("TTY v.9.1"); +const std::string CLIENT_NAME("MB v.9.1"); // Client version number #define CLIENT_VERSION_SUFFIX "" diff --git a/trinity-qt.pro b/trinity-qt.pro index 4ae3e24..97ec7b7 100644 --- a/trinity-qt.pro +++ b/trinity-qt.pro @@ -1,6 +1,6 @@ TEMPLATE = app -TARGET = trinity-qt -macx:TARGET = "Trinity-Qt" +TARGET = megabyte-qt +macx:TARGET = "megabyte-Qt" VERSION = 0.9 INCLUDEPATH += src src/json src/qt QT += core gui network @@ -353,7 +353,7 @@ SOURCES += src/qt/test/test_main.cpp \ HEADERS += src/qt/test/uritests.h DEPENDPATH += src/qt/test QT += testlib -TARGET = trinity-qt_test +TARGET = megabyte-qt_test DEFINES += BITCOIN_QT_TEST macx: CONFIG -= app_bundle }