diff --git a/.gitignore b/.gitignore
index e11f42d..4b2deb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,46 +1,46 @@
-bin/
-debug/
-release/
-x64/
-artifacts/
-docs/website/public
-.vscode/
-res/libsodium.a
-res/libsodium/libsodium*
-res/libsodium.a
-src/ui_*.h
-*.autosave
-src/precompiled.h.cpp
-.qmake.stash
-silentdragonlite
-silentdragonlite.app
-silentdragon-lite-mingw*
-silentdragon-lite.vcxproj*
-silentdragonlite.vcxproj*
-silentdragon-lite.sln
-silentdragon-lite.pro.user
-/Makefile
-/Makefile.*
-qrc_application.cpp
-silentdragonlite_plugin_import.cpp
-silentdragon_plugin_import.cpp
-silentdragonlite_resource*
-silentdragon_resource*
-workspace.code-workspace
-*.zip
-*.tar.gz
-*.xcsettings
-.DS_Store
-*.mak
-hushd
-IDEWorkspaceChecks.plist
-*.sln
-node_modules
-silentdragonlite.pro.user.4.10-pre1
-silentdragonlite
-silentdragonlite_plugin_import.cpp
-silentdragonlite_resource.rc
-SilentDragonLite
-.gdb_history
-.*sw?
-core
+bin/
+debug/
+release/
+x64/
+artifacts/
+docs/website/public
+.vscode/
+res/libsodium.a
+res/libsodium/libsodium*
+res/libsodium.a
+src/ui_*.h
+*.autosave
+src/precompiled.h.cpp
+.qmake.stash
+silentdragonlite
+silentdragonlite.app
+silentdragon-lite-mingw*
+silentdragon-lite.vcxproj*
+silentdragonlite.vcxproj*
+silentdragon-lite.sln
+silentdragon-lite.pro.user
+/Makefile
+/Makefile.*
+qrc_application.cpp
+silentdragonlite_plugin_import.cpp
+silentdragon_plugin_import.cpp
+silentdragonlite_resource*
+silentdragon_resource*
+workspace.code-workspace
+*.zip
+*.tar.gz
+*.xcsettings
+.DS_Store
+*.mak
+hushd
+IDEWorkspaceChecks.plist
+*.sln
+node_modules
+silentdragonlite.pro.user.4.10-pre1
+silentdragonlite
+silentdragonlite_plugin_import.cpp
+silentdragonlite_resource.rc
+SilentDragonLite
+.gdb_history
+.*sw?
+core
diff --git a/.travis.yml b/.travis.yml
index c3810b7..dd004b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,41 +1,41 @@
-language: rust
-rust:
- - 1.41.0
-
-matrix:
- include:
- # works on Precise and Trusty
- - os: linux
- - dist: xenial
- compiler: clang
- addons:
- apt:
- sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
- packages: ['clang-3.7', 'g++-5']
-
-before_script:
- - export PATH="$PATH:$HOME/.cargo/bin"
-
-
-before_install:
- - rustup component add rustfmt --toolchain 1.41.0-x86_64-unknown-linux-gnu
- - gem install bundler
- - curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
- - export PATH="$PATH:$HOME/.cargo/bin"
- - sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-xenial -y
- - sudo apt-get update -qq
- - sudo apt-get install libsodium-dev pkg-config
- - sudo apt-get install qt514base libgl1-mesa-dev
- - source /opt/qt514/bin/qt514-env.sh
- - chmod +x res/libsodium/buildlibsodium.sh
-
-script:
- - qmake -v
- - clang++ -v
- - g++-5 -v
- - qmake silentdragon-lite.pro CONFIG+=release -spec linux-clang
- - make CC=clang CXX=clang++ -j2
- - make distclean
- - qmake silentdragon-lite.pro CONFIG+=release -spec linux-g++
- - res/libsodium/buildlibsodium.sh
- - make CC=gcc-5 CXX=g++-5 -j2
+language: rust
+rust:
+ - 1.41.0
+
+matrix:
+ include:
+ # works on Precise and Trusty
+ - os: linux
+ - dist: xenial
+ compiler: clang
+ addons:
+ apt:
+ sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
+ packages: ['clang-3.7', 'g++-5']
+
+before_script:
+ - export PATH="$PATH:$HOME/.cargo/bin"
+
+
+before_install:
+ - rustup component add rustfmt --toolchain 1.41.0-x86_64-unknown-linux-gnu
+ - gem install bundler
+ - curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
+ - export PATH="$PATH:$HOME/.cargo/bin"
+ - sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-xenial -y
+ - sudo apt-get update -qq
+ - sudo apt-get install libsodium-dev pkg-config
+ - sudo apt-get install qt514base libgl1-mesa-dev
+ - source /opt/qt514/bin/qt514-env.sh
+ - chmod +x res/libsodium/buildlibsodium.sh
+
+script:
+ - qmake -v
+ - clang++ -v
+ - g++-5 -v
+ - qmake silentdragon-lite.pro CONFIG+=release -spec linux-clang
+ - make CC=clang CXX=clang++ -j2
+ - make distclean
+ - qmake silentdragon-lite.pro CONFIG+=release -spec linux-g++
+ - res/libsodium/buildlibsodium.sh
+ - make CC=gcc-5 CXX=g++-5 -j2
diff --git a/AUTHORS b/AUTHORS
index 5e52b61..62b2e42 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
-# The Hush Developers
-
-Duke Leto https://git.hush.is/duke https://github.com/leto
-Jane Mercer https://git.hush.is/radix42 https://github.com/radix42
-fekt https://git.hush.is/fekt
-
+# The Hush Developers
+
+Duke Leto https://git.hush.is/duke https://github.com/leto
+Jane Mercer https://git.hush.is/radix42 https://github.com/radix42
+fekt https://git.hush.is/fekt
+
diff --git a/LICENSE b/LICENSE
index e8b36af..fb09c9f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,678 +1,678 @@
- Copyright 2019-2024 The Hush developers
- Copyright 2018 adityapk
-
-
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
+ Copyright 2019-2024 The Hush developers
+ Copyright 2018 adityapk
+
+
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/README.md b/README.md
index 6707be7..9127b71 100644
--- a/README.md
+++ b/README.md
@@ -1,120 +1,120 @@
-# SilentDragonXLite
-
-SilentDragonXLite is a lightwallet for DRAGONX ($DRAGONX) runs on Linux, Windows, and Mac which does not require you to download the full blockchain. This is experimental software under active development!
-
-## PRIVACY NOTICE
-
-SilentDragonXLite contacts a few different external websites to get various bits of data.
-The first two are option features, to get real-time price data feeds and if you want
-to look at explorer details. Price feed can be turned off in Settings and you can set
-a custom block explorer URL as well.
-
- * coingecko.com for price data API (optional)
- * explorer.dragonx.is for explorer links (optional)
- * various community-run lite wallet servers to provide basic functionality (required)
-
-This means your IP address is known to these servers. Enable Tor setting in your wallet to prevent this, or better yet, use TAILS: https://tails.boum.org/
-or https://qubes-os.org
-
-## Installation
-
-Choose to install a binary release or compile it yourself.
-For Arch Linux users, we have a silentdragonxlite package on [AUR](https://aur.archlinux.org/).
-
-### Option 1: Binary Release
-Go to the [releases page](https://git.hush.is/dragonx/SilentDragonXLite/releases) and grab the latest binary.
-
-### Option 2: Compile Release Yourself
-
-* SilentDragonXLite is written in C++ 14, and can be compiled with g++/clang++/visual c++.
-* It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or we recommend installing using your Linux version's package manager (if available).
-* **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/). **If you use a version greater then 1.63, then it will not currently build** as seen in [Issue #89](https://git.hush.is/hush/SilentDragonLite/issues/89).
-
-#### Building on Linux
-
-**Nothing below will work without rust. Check that your system has rustc 1.49. If not then you need to use [Rustup in Linux](https://rustup.rs/).**
-
-An example of how to install Rust 1.49 with rustup is below:
-
-```
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-Choose: 1) Proceed with installation (default)
-source $HOME/.cargo/env
-rustup install 1.49
-rustup default 1.49
-rustup -V
-```
-
-**Nothing below will work without the Linux "build-essential" package. Check that your system has it installed. If not, and you're using a Ubuntu/Debian distro, then you can install with `apt install build-essential`.**
-
-##### Ubuntu 22.04:
-
-```shell script
-sudo apt-get -y install build-essential qtbase5-dev qt5-qmake qtcreator qttools5-dev-tools
-```
-
-##### Ubuntu 18.04 and 20.04:
-```shell script
-sudo apt-get -y install build-essential qt5-default qt5-qmake qtcreator qttools5-dev-tools
-```
-
-Compiling can take some time, so be patient and wait for it to finish. It will take potentially a long time for slower systems. Be Patient and please report compiler problems!
-
-```shell script
-git clone https://git.hush.is/dragonx/SilentDragonXLite
-cd SilentDragonXLite
-./build.sh linguist
-# This defaults to using 2 cores to compile
-./build.sh
-# To use a custom number of cores to compile, such as 8 :
-# ./build.sh -j8
-./SilentDragonXLite
-```
-
-### Other notes
-
-#### Install Torsocks (or any other Socks service for TOR) on Ubuntu 18.04
-```shell script
-sudo apt update
-sudo apt install torsocks
-```
-#### Connection to our TOR onion service Server
-
-NOTE: Tor server is currently under maintenance.
-
-```
-* Open SDL Edit->Settings->LightwalletServer->nope.onion:80
-* Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonXLite
-```
-### Note Management
-SilentDragonXLite does automatic note and utxo management, which means it doesn't allow you to manually select which address to send outgoing transactions from. It follows these principles:
-
-* Defaults to sending shielded transactions, which are now enforced via consensus rules
-* Sapling funds need at least 2 confirmations before they can be spent (60 seconds on average for DRAGONX mainnet)
-* Can select funds from multiple shielded addresses in the same transaction (via raw transactions)
-* Will automatically shield your transparent funds at the first opportunity
-* When sending an outgoing transaction to a shielded address, SilentDragonXLite can decide to use the transaction to additionally shield your transparent funds (i.e., send your transparent funds to your own shielded address in the same transaction)
-
-## Where is my wallet stored?
-
-Linux: `~/.silentdragonxlite`
-
-Windows 10: `C:\Users\%user\AppData\Roaming\silentdragonxlite`
-
-Mac: `~/Library/Application Support/silentdragonxlite`
-
-## Where are settings stored?
-
-Linux: `~/.config/Hush/SilentDragonXLite.conf`
-
-Windows: `HKEY_CURRENT_USER\SOFTWARE\Hush\SilentXDragonLite`
-
-Mac: `~/Library/Preferences/com.hush.SilentDragonXLite.plist`
-
-## Support
-
-For support join us on [Telegram](https://dragonx.is/tg) or [file an issue](https://git.hush.is/dragonx/SilentDragonXLite/issues).
-
-## License
-
-GPLv3 or later
+# SilentDragonXLite
+
+SilentDragonXLite is a lightwallet for DRAGONX ($DRAGONX) runs on Linux, Windows, and Mac which does not require you to download the full blockchain. This is experimental software under active development!
+
+## PRIVACY NOTICE
+
+SilentDragonXLite contacts a few different external websites to get various bits of data.
+The first two are option features, to get real-time price data feeds and if you want
+to look at explorer details. Price feed can be turned off in Settings and you can set
+a custom block explorer URL as well.
+
+ * coingecko.com for price data API (optional)
+ * explorer.dragonx.is for explorer links (optional)
+ * various community-run lite wallet servers to provide basic functionality (required)
+
+This means your IP address is known to these servers. Enable Tor setting in your wallet to prevent this, or better yet, use TAILS: https://tails.boum.org/
+or https://qubes-os.org
+
+## Installation
+
+Choose to install a binary release or compile it yourself.
+For Arch Linux users, we have a silentdragonxlite package on [AUR](https://aur.archlinux.org/).
+
+### Option 1: Binary Release
+Go to the [releases page](https://git.hush.is/dragonx/SilentDragonXLite/releases) and grab the latest binary.
+
+### Option 2: Compile Release Yourself
+
+* SilentDragonXLite is written in C++ 14, and can be compiled with g++/clang++/visual c++.
+* It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or we recommend installing using your Linux version's package manager (if available).
+* **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/). **If you use a version greater then 1.63, then it will not currently build** as seen in [Issue #89](https://git.hush.is/hush/SilentDragonLite/issues/89).
+
+#### Building on Linux
+
+**Nothing below will work without rust. Check that your system has rustc 1.49. If not then you need to use [Rustup in Linux](https://rustup.rs/).**
+
+An example of how to install Rust 1.49 with rustup is below:
+
+```
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+Choose: 1) Proceed with installation (default)
+source $HOME/.cargo/env
+rustup install 1.49
+rustup default 1.49
+rustup -V
+```
+
+**Nothing below will work without the Linux "build-essential" package. Check that your system has it installed. If not, and you're using a Ubuntu/Debian distro, then you can install with `apt install build-essential`.**
+
+##### Ubuntu 22.04:
+
+```shell script
+sudo apt-get -y install build-essential qtbase5-dev qt5-qmake qtcreator qttools5-dev-tools
+```
+
+##### Ubuntu 18.04 and 20.04:
+```shell script
+sudo apt-get -y install build-essential qt5-default qt5-qmake qtcreator qttools5-dev-tools
+```
+
+Compiling can take some time, so be patient and wait for it to finish. It will take potentially a long time for slower systems. Be Patient and please report compiler problems!
+
+```shell script
+git clone https://git.hush.is/dragonx/SilentDragonXLite
+cd SilentDragonXLite
+./build.sh linguist
+# This defaults to using 2 cores to compile
+./build.sh
+# To use a custom number of cores to compile, such as 8 :
+# ./build.sh -j8
+./SilentDragonXLite
+```
+
+### Other notes
+
+#### Install Torsocks (or any other Socks service for TOR) on Ubuntu 18.04
+```shell script
+sudo apt update
+sudo apt install torsocks
+```
+#### Connection to our TOR onion service Server
+
+NOTE: Tor server is currently under maintenance.
+
+```
+* Open SDL Edit->Settings->LightwalletServer->nope.onion:80
+* Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonXLite
+```
+### Note Management
+SilentDragonXLite does automatic note and utxo management, which means it doesn't allow you to manually select which address to send outgoing transactions from. It follows these principles:
+
+* Defaults to sending shielded transactions, which are now enforced via consensus rules
+* Sapling funds need at least 2 confirmations before they can be spent (60 seconds on average for DRAGONX mainnet)
+* Can select funds from multiple shielded addresses in the same transaction (via raw transactions)
+* Will automatically shield your transparent funds at the first opportunity
+* When sending an outgoing transaction to a shielded address, SilentDragonXLite can decide to use the transaction to additionally shield your transparent funds (i.e., send your transparent funds to your own shielded address in the same transaction)
+
+## Where is my wallet stored?
+
+Linux: `~/.silentdragonxlite`
+
+Windows 10: `C:\Users\%user\AppData\Roaming\silentdragonxlite`
+
+Mac: `~/Library/Application Support/silentdragonxlite`
+
+## Where are settings stored?
+
+Linux: `~/.config/Hush/SilentDragonXLite.conf`
+
+Windows: `HKEY_CURRENT_USER\SOFTWARE\Hush\SilentXDragonLite`
+
+Mac: `~/Library/Preferences/com.hush.SilentDragonXLite.plist`
+
+## Support
+
+For support join us on [Telegram](https://dragonx.is/tg) or [file an issue](https://git.hush.is/dragonx/SilentDragonXLite/issues).
+
+## License
+
+GPLv3 or later
diff --git a/SilentDragonXLite b/SilentDragonXLite
index f8fbb64..de2aad6 100755
Binary files a/SilentDragonXLite and b/SilentDragonXLite differ
diff --git a/SilentDragonXLite_resource.rc b/SilentDragonXLite_resource.rc
new file mode 100644
index 0000000..bbc676a
--- /dev/null
+++ b/SilentDragonXLite_resource.rc
@@ -0,0 +1,37 @@
+#include
+
+IDI_ICON1 ICON DISCARDABLE "/home/d/external/SilentDragonXLite/res/icon.ico"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 0,0,0,0
+ PRODUCTVERSION 0,0,0,0
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS VS_FF_DEBUG
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_APP
+ FILESUBTYPE 0x0L
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "\0"
+ VALUE "FileDescription", "\0"
+ VALUE "FileVersion", "0.0.0.0\0"
+ VALUE "LegalCopyright", "\0"
+ VALUE "OriginalFilename", "SilentDragonXLite.exe\0"
+ VALUE "ProductName", "SilentDragonXLite\0"
+ VALUE "ProductVersion", "0.0.0.0\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0409, 1200
+ END
+ END
+/* End of Version info */
+
diff --git a/application.qrc b/application.qrc
index e104034..8ac77af 100644
--- a/application.qrc
+++ b/application.qrc
@@ -1,121 +1,121 @@
-
-
- res/Ubuntu-R.ttf
-
-
- res/connected.gif
- res/loading.gif
- res/paymentreq.gif
- res/icon.ico
- res/mail.png
- res/SDLogo.png
- res/sdlogo2.png
- res/Denio.png
- res/Duke.png
- res/onryo.png
- res/fekt.png
- res/jahway603.png
- res/Sharpee.png
- res/Anonymous.png
- res/send.png
- res/send.svg
- res/addcontact.svg
- res/send-new.svg
- res/add_contact.svg
- res/notification.svg
- res/send-new-white.png
- res/add_contact.png
- res/notification.png
- res/rahmen-message.png
- res/message-icon.svg
- res/lock_green.png
- res/lock_orange.png
- res/unlocked.png
- res/getAddrWhite.png
- res/send-white.png
- res/requestWhite.png
- res/addContactWhite.png
- res/getAddrBlack.png
- res/sendBlack.png
- res/requestBlack.png
- res/addContactBlack.png
- res/unknownBlack.png
- res/unknownWhite.png
- res/dark-01.png
- res/money-mouth.png
- res/money-outgoing.png
- res/hush-money-white.png
- res/tx_input.png
- res/tx_output.png
- res/tx_mined.png
-
-
- res/drgxlogo.png
- res/silentdragonxlite-animated.gif
- res/silentdragonxlite-animated-dark.gif
- res/silentdragonxlite-animated-startup-dark.gif
- res/loaderblack.gif
- res/loaderwhite.gif
- res/logobig.gif
-
-
- res/emoji/emoji1.png
- res/emoji/laughing.png
- res/emoji/money-mouth.png
- res/emoji/joy.png
- res/emoji/innocent.png
- res/emoji/partying_face.png
- res/emoji/face_with_3hearts.png
- res/emoji/face-with-rolling-eyes.png
- res/emoji/face-with-tongue.png
- res/emoji/heart_shaped_eyes.png
- res/emoji/nauseated-face.png
- res/emoji/pile-of-poo.png
- res/emoji/serious-face-with-symbols-covering-mouth.png
- res/emoji/smiling-face-with-sunglasses.png
- res/emoji/stuck-out.png
- res/emoji/sweet_smile.png
- res/emoji/hush-money-white.png
- res/emoji/SD.png
-
-
- res/silentdragonxlite_ar.qm
- res/silentdragonxlite_be.qm
- res/silentdragonxlite_pl.qm
- res/silentdragonxlite_de.qm
- res/silentdragonxlite_es.qm
- res/silentdragonxlite_fa.qm
- res/silentdragonxlite_fr.qm
- res/silentdragonxlite_hr.qm
- res/silentdragonxlite_id.qm
- res/silentdragonxlite_it.qm
- res/silentdragonxlite_pt.qm
- res/silentdragonxlite_ro.qm
- res/silentdragonxlite_ru.qm
- res/silentdragonxlite_ud.qm
- res/silentdragonxlite_sr.qm
- res/silentdragonxlite_tr.qm
- res/silentdragonxlite_zh.qm
-
-
- res/css/Blue.css
- res/css/Dark.css
- res/css/Default.css
- res/css/Light.css
- res/css/Midnight.css
- res/css/dragonx.css
-
-
- res/images/blue/unchecked.png
- res/images/blue/checked.png
- res/images/blue/blue_downArrow.png
- res/images/blue/blue_downArrow_small.png
- res/images/blue/blue_upArrow_small.png
- res/images/blue/blue_leftArrow_small.png
- res/images/blue/blue_rightArrow_small.png
- res/images/blue/blue_qtreeview_selected.png
-
-
- res/images/tile.png
-
-
+
+
+ res/Ubuntu-R.ttf
+
+
+ res/connected.gif
+ res/loading.gif
+ res/paymentreq.gif
+ res/icon.ico
+ res/mail.png
+ res/SDLogo.png
+ res/sdlogo2.png
+ res/Denio.png
+ res/Duke.png
+ res/onryo.png
+ res/fekt.png
+ res/jahway603.png
+ res/Sharpee.png
+ res/Anonymous.png
+ res/send.png
+ res/send.svg
+ res/addcontact.svg
+ res/send-new.svg
+ res/add_contact.svg
+ res/notification.svg
+ res/send-new-white.png
+ res/add_contact.png
+ res/notification.png
+ res/rahmen-message.png
+ res/message-icon.svg
+ res/lock_green.png
+ res/lock_orange.png
+ res/unlocked.png
+ res/getAddrWhite.png
+ res/send-white.png
+ res/requestWhite.png
+ res/addContactWhite.png
+ res/getAddrBlack.png
+ res/sendBlack.png
+ res/requestBlack.png
+ res/addContactBlack.png
+ res/unknownBlack.png
+ res/unknownWhite.png
+ res/dark-01.png
+ res/money-mouth.png
+ res/money-outgoing.png
+ res/hush-money-white.png
+ res/tx_input.png
+ res/tx_output.png
+ res/tx_mined.png
+
+
+ res/drgxlogo.png
+ res/silentdragonxlite-animated.gif
+ res/silentdragonxlite-animated-dark.gif
+ res/silentdragonxlite-animated-startup-dark.gif
+ res/loaderblack.gif
+ res/loaderwhite.gif
+ res/logobig.gif
+
+
+ res/emoji/emoji1.png
+ res/emoji/laughing.png
+ res/emoji/money-mouth.png
+ res/emoji/joy.png
+ res/emoji/innocent.png
+ res/emoji/partying_face.png
+ res/emoji/face_with_3hearts.png
+ res/emoji/face-with-rolling-eyes.png
+ res/emoji/face-with-tongue.png
+ res/emoji/heart_shaped_eyes.png
+ res/emoji/nauseated-face.png
+ res/emoji/pile-of-poo.png
+ res/emoji/serious-face-with-symbols-covering-mouth.png
+ res/emoji/smiling-face-with-sunglasses.png
+ res/emoji/stuck-out.png
+ res/emoji/sweet_smile.png
+ res/emoji/hush-money-white.png
+ res/emoji/SD.png
+
+
+ res/silentdragonxlite_ar.qm
+ res/silentdragonxlite_be.qm
+ res/silentdragonxlite_pl.qm
+ res/silentdragonxlite_de.qm
+ res/silentdragonxlite_es.qm
+ res/silentdragonxlite_fa.qm
+ res/silentdragonxlite_fr.qm
+ res/silentdragonxlite_hr.qm
+ res/silentdragonxlite_id.qm
+ res/silentdragonxlite_it.qm
+ res/silentdragonxlite_pt.qm
+ res/silentdragonxlite_ro.qm
+ res/silentdragonxlite_ru.qm
+ res/silentdragonxlite_ud.qm
+ res/silentdragonxlite_sr.qm
+ res/silentdragonxlite_tr.qm
+ res/silentdragonxlite_zh.qm
+
+
+ res/css/Blue.css
+ res/css/Dark.css
+ res/css/Default.css
+ res/css/Light.css
+ res/css/Midnight.css
+ res/css/dragonx.css
+
+
+ res/images/blue/unchecked.png
+ res/images/blue/checked.png
+ res/images/blue/blue_downArrow.png
+ res/images/blue/blue_downArrow_small.png
+ res/images/blue/blue_upArrow_small.png
+ res/images/blue/blue_leftArrow_small.png
+ res/images/blue/blue_rightArrow_small.png
+ res/images/blue/blue_qtreeview_selected.png
+
+
+ res/images/tile.png
+
+
diff --git a/build.sh b/build.sh
index 656f6f3..681aaca 100755
--- a/build.sh
+++ b/build.sh
@@ -1,69 +1,69 @@
-#!/usr/bin/env bash
-# Copyright 2019-2024 The Hush Developers
-# Released under the GPLv3
-
-UNAME=$(uname)
-
-# check if rustc and cargo are installed, otherwise exit with error
-if ! command -v rustc &> /dev/null
-then
- echo "rustc could not be found. Please install it and try again."
- exit 1
-fi
-
-if ! command -v cargo &> /dev/null
-then
- echo "cargo could not be found. Please install it and try again."
- exit 1
-fi
-
-if ! command -v qmake &> /dev/null
-then
- echo "qmake could not be found. Please install QT and try again."
- exit 1
-fi
-
-if ! command -v make &> /dev/null
-then
- echo "make could not be found. Please install it and try again."
- exit 1
-fi
-
-VERSION=$(grep APP_VERSION src/version.h |cut -d\" -f2)
-QTVERSION=$(qmake --version | tail -n 1 | cut -d' ' -f4)
-QT_MAJOR_VERSION=$(echo $QTVERSION | cut -d. -f1)
-QT_SUB_VERSION=$(echo $QTVERSION | cut -d. -f2)
-
-if [ "$QT_MAJOR_VERSION" != "5" ]; then
- echo "Your QT version $QTVERSION is not compatible, only QT 5.x is supported"
- exit 1
-fi
-
-if [ "$QT_SUB_VERSION" -lt "12" ]; then
- echo "Your QT version $QTVERSION is not compatible, at least QT 5.12.0 is required"
- exit 1
-fi
-
-echo "Compiling SilentDragonXLite $VERSION on $UNAME with QT $QTVERSION and args=$@"
-CONF=silentdragonx-lite.pro
-
-set -e
-qbuild () {
- qmake $CONF CONFIG+=debug
- #lupdate $CONF
- #lrelease $CONF
- # default to 2 jobs or use the -j value given as argument to this script
- make -j2 "$@"
-}
-
-if [ "$1" == "clean" ]; then
- make clean
-elif [ "$1" == "linguist" ]; then
- lupdate $CONF
- lrelease $CONF
-elif [ "$1" == "cleanbuild" ]; then
- make clean
- qbuild "$@"
-else
- qbuild "$@"
-fi
+#!/usr/bin/env bash
+# Copyright 2019-2024 The Hush Developers
+# Released under the GPLv3
+
+UNAME=$(uname)
+
+# check if rustc and cargo are installed, otherwise exit with error
+if ! command -v rustc &> /dev/null
+then
+ echo "rustc could not be found. Please install it and try again."
+ exit 1
+fi
+
+if ! command -v cargo &> /dev/null
+then
+ echo "cargo could not be found. Please install it and try again."
+ exit 1
+fi
+
+if ! command -v qmake &> /dev/null
+then
+ echo "qmake could not be found. Please install QT and try again."
+ exit 1
+fi
+
+if ! command -v make &> /dev/null
+then
+ echo "make could not be found. Please install it and try again."
+ exit 1
+fi
+
+VERSION=$(grep APP_VERSION src/version.h |cut -d\" -f2)
+QTVERSION=$(qmake --version | tail -n 1 | cut -d' ' -f4)
+QT_MAJOR_VERSION=$(echo $QTVERSION | cut -d. -f1)
+QT_SUB_VERSION=$(echo $QTVERSION | cut -d. -f2)
+
+if [ "$QT_MAJOR_VERSION" != "5" ]; then
+ echo "Your QT version $QTVERSION is not compatible, only QT 5.x is supported"
+ exit 1
+fi
+
+if [ "$QT_SUB_VERSION" -lt "12" ]; then
+ echo "Your QT version $QTVERSION is not compatible, at least QT 5.12.0 is required"
+ exit 1
+fi
+
+echo "Compiling SilentDragonXLite $VERSION on $UNAME with QT $QTVERSION and args=$@"
+CONF=silentdragonx-lite.pro
+
+set -e
+qbuild () {
+ qmake $CONF CONFIG+=debug
+ #lupdate $CONF
+ #lrelease $CONF
+ # default to 2 jobs or use the -j value given as argument to this script
+ make -j2 "$@"
+}
+
+if [ "$1" == "clean" ]; then
+ make clean
+elif [ "$1" == "linguist" ]; then
+ lupdate $CONF
+ lrelease $CONF
+elif [ "$1" == "cleanbuild" ]; then
+ make clean
+ qbuild "$@"
+else
+ qbuild "$@"
+fi
diff --git a/contrib/debian/README.md b/contrib/debian/README.md
index 45fd020..0a43b82 100644
--- a/contrib/debian/README.md
+++ b/contrib/debian/README.md
@@ -1,11 +1,11 @@
-Install build tools:
-
-```
-sudo apt install dh-make
-```
-
-To build the package from source run the following:
-
-```
-dpkg-buildpackage -rfakeroot -b -uc -us
+Install build tools:
+
+```
+sudo apt install dh-make
+```
+
+To build the package from source run the following:
+
+```
+dpkg-buildpackage -rfakeroot -b -uc -us
```
\ No newline at end of file
diff --git a/contrib/debian/control b/contrib/debian/control
index dd86976..429bbc7 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -1,13 +1,13 @@
-Source: silentdragonxlite
-Section: utils
-Priority: optional
-Maintainer: onryo
-Standards-Version: 4.6.0
-Homepage: https://dragonx.is
-Vcs-Browser: https://git.hush.is/dragonx/SilentDragonXLite
-Vcs-Git: https://git.hush.is/dragonx/SilentDragonXLite.git
-
-Package: silentdragonxlite
-Architecture: amd64 arm64
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Source: silentdragonxlite
+Section: utils
+Priority: optional
+Maintainer: onryo
+Standards-Version: 4.6.0
+Homepage: https://dragonx.is
+Vcs-Browser: https://git.hush.is/dragonx/SilentDragonXLite
+Vcs-Git: https://git.hush.is/dragonx/SilentDragonXLite.git
+
+Package: silentdragonxlite
+Architecture: amd64 arm64
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SilentDragonXLite is a lightwallet for DRAGONX which does not require you to download the full blockchain.
\ No newline at end of file
diff --git a/contrib/debian/copyright b/contrib/debian/copyright
index 5128172..49e3eaf 100644
--- a/contrib/debian/copyright
+++ b/contrib/debian/copyright
@@ -1,5 +1,5 @@
-Files: *
-Copyright: 2019-2024, The Hush developers
- 2018-2019, The Zcash developers
-License: GPLv3
+Files: *
+Copyright: 2019-2024, The Hush developers
+ 2018-2019, The Zcash developers
+License: GPLv3
Comment: https://hush.is/developers
\ No newline at end of file
diff --git a/contrib/debian/rules b/contrib/debian/rules
index b9ce217..89d0030 100644
--- a/contrib/debian/rules
+++ b/contrib/debian/rules
@@ -1,20 +1,20 @@
-#!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
-#export DH_VERBOSE = 1
-
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-%:
- dh $@
-
-# dh_make generated override targets
-# This is example for Cmake (See https://bugs.debian.org/641051 )
-#override_dh_auto_configure:
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+%:
+ dh $@
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
\ No newline at end of file
diff --git a/doc/developer.md b/doc/developer.md
index 7824e17..74acf8f 100644
--- a/doc/developer.md
+++ b/doc/developer.md
@@ -1,62 +1,62 @@
-# Developer Docs for SDL
-
-Random stuff that is useful for devs.
-
-# Checking return values from litelib
-
-There are 3 functions written in Rust that live in lib/src/lib.rs :
-
- * `litelib_initialize_new`
- * create a new client/connection and brand new wallet
- * `litelib_initialize_new_from_phrase`
- * create a new client/connection from a seedphrase (restoring from seedphrase)
- * `litelib_initialize_existing`
- * create a new client/connection with an already existing wallet
-
-The Rust code calls it a "LightClient" while the C++ of SDL calls it a "Connection".
-
-When `litelib_initialize_existing` or `litelib_initialize_new_from_phrase` return successfully, they return the string "OK" (which is not JSON).
-
-When `litelib_initialize_new` returns successfully it returns JSON that looks like :
-
-```
-{"seed":"seed","birthday":birthday}
-```
-
-where "seed" is a 24 word seed and birthday is an integer block height.
-
-So when calling these 3 functions, which looks almost the same in the calling code, the code which checks if they worked will be different, depending on what each returns on success.
-
-When checking the return value of `litelib_initialize_existing` or `litelib_initialize_new_from_phrase` it should look like :
-
-```
-QString reply = "";
-try {
- char* resp = litelib_initialize_new_from_phrase(...);
- reply = litelib_process_response(resp);
-} catch {
- ...
-}
-if (reply.isEmpty())) {
- // litelib_initialize_new_from_phrase failed
- ...
-}
-```
-
-Yes, `isEmpty()` is not a very strict check, we could actually check for valid-looking JSON (starts with a { and ends with a }) as well as making sure the keys "seed" and "birthday" exist. Please implement this.
-
-When checking the return value of `litelib_initialize_new` it should look like :
-
-```
-QString reply = "";
-try {
- char* resp = litelib_initialize_new(...);
- reply = litelib_process_response(resp);
-} catch {
- ...
-}
-if (reply.toUpper().trimmed() != "OK") {
- // litelib_initialize_new failed
- ...
-}
-```
+# Developer Docs for SDL
+
+Random stuff that is useful for devs.
+
+# Checking return values from litelib
+
+There are 3 functions written in Rust that live in lib/src/lib.rs :
+
+ * `litelib_initialize_new`
+ * create a new client/connection and brand new wallet
+ * `litelib_initialize_new_from_phrase`
+ * create a new client/connection from a seedphrase (restoring from seedphrase)
+ * `litelib_initialize_existing`
+ * create a new client/connection with an already existing wallet
+
+The Rust code calls it a "LightClient" while the C++ of SDL calls it a "Connection".
+
+When `litelib_initialize_existing` or `litelib_initialize_new_from_phrase` return successfully, they return the string "OK" (which is not JSON).
+
+When `litelib_initialize_new` returns successfully it returns JSON that looks like :
+
+```
+{"seed":"seed","birthday":birthday}
+```
+
+where "seed" is a 24 word seed and birthday is an integer block height.
+
+So when calling these 3 functions, which looks almost the same in the calling code, the code which checks if they worked will be different, depending on what each returns on success.
+
+When checking the return value of `litelib_initialize_existing` or `litelib_initialize_new_from_phrase` it should look like :
+
+```
+QString reply = "";
+try {
+ char* resp = litelib_initialize_new_from_phrase(...);
+ reply = litelib_process_response(resp);
+} catch {
+ ...
+}
+if (reply.isEmpty())) {
+ // litelib_initialize_new_from_phrase failed
+ ...
+}
+```
+
+Yes, `isEmpty()` is not a very strict check, we could actually check for valid-looking JSON (starts with a { and ends with a }) as well as making sure the keys "seed" and "birthday" exist. Please implement this.
+
+When checking the return value of `litelib_initialize_new` it should look like :
+
+```
+QString reply = "";
+try {
+ char* resp = litelib_initialize_new(...);
+ reply = litelib_process_response(resp);
+} catch {
+ ...
+}
+if (reply.toUpper().trimmed() != "OK") {
+ // litelib_initialize_new failed
+ ...
+}
+```
diff --git a/doc/release-process.md b/doc/release-process.md
index 13a8777..68af9f9 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -1,67 +1,67 @@
-# SilentDragonXLite Release Process
-
-## High-Level Philosophy
-
-Beware of making high-risk changes too close to a new release, because they will not get as much testing as they should. Don't merge large branches which haven't undergone lots of testing just before a release.
-
-It is best to keep doc/relnotes/README.md up to date as changes and bug fixes are made. It's more work to summarize all changes and bugfixes just before the release.
-
-## Check for changes on master that should be on dev
-
-See https://git.hush.is/hush/hush3/src/branch/master/doc/release-process.md#check-for-changes-on-master-that-should-be-on-dev , there is no sense repeating the exact same thing here.
-
-SD+SDL very often has merge conflicts in generated translation files, because QT embeds line numbers in XML.
-Read how to deal with them efficiently here: https://git.hush.is/hush/SilentDragon/src/branch/dev/doc/release-process.md#dealing-with-merge-conflicts
-
-## Git Issues
-
-Look for Git issues that should be fixed in the next release: https://git.hush.is/hush/SilentDragonLite/issues Especially low-risk and simple things and like documentation changes and improvements to error messages. Take note that changing strings in the source code, such as adding a new string or changing an existing one, will affect translations.
-
-## Translations
-
-...
-
-```
-# update generated translation data
-./build.sh linguist
-git commit -am "update translations"
-git push
-```
-
-## Adding Checkpoints
-
-Adding checkpoints make SDL sync much faster, especially for brand new wallets. If there are no recent checkpoints,
-when a user makes a new wallet, it will sync from a block far in the past, which wastes time, bandwidth and CPU resources. To add a checkpoint , they are added to the file `lib/src/lightclient/checkpoints.rs` in the silentdragonxlite-cli repo, and then the dependency on silentdragonxlite-cli is updated in this SDL repo. Here is an example commit that updates checkpoints:
-
-https://git.hush.is/hush/silentdragonlite-cli/commit/ef477f152e1a8bb8a5f7883a99e2a74a6f9eeb0b
-
-To actually generate the checkpoint data, use the `sdl_checkpoints.pl` script in the hush3 repo: https://git.hush.is/hush/hush3/src/branch/master/contrib/sdl_checkpoints.pl . It uses the `getblockmerkletree` RPC to get the merkle tree data for a block height. It prints the data out in the format that checkpoints.rs wants it in, you simply need to copy and paste the output into the checkpoints.rs file. Once the data is updated in silentdragonlite-cli checkpoints.rs file, the file `lib/Cargo.toml` must be updated in this repo, and point to the commit id of the updated data. Once you update the manually-edited `Cargo.toml` you must run `cargo update` to update the generated `Cargo.lock` file. See https://doc.rust-lang.org/cargo/commands/cargo-update.html for more info. Once both files are updates, commit and push.
-
----
-
-To fix `error: failed to select a version for the requirement 'aes = "^0.3"'` add the following to `.cargo/config.toml`:
-
-```
-[source.crates-io]
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
-```
-
-To update the file run `cargo vendor` as was mentioned in https://git.hush.is/hush/SilentDragonLite/issues/91.
-
----
-
-## Release process
-
- * Write release notes
- * Choose a release name
- * Make Gitea release from master branch
- * You can either manually make a git tag or let Gitea do it, which is easier
- * Make binaries
- * Windows exe
- * Windows msi
- * Linux
- * Mac
- * Debian package
+# SilentDragonXLite Release Process
+
+## High-Level Philosophy
+
+Beware of making high-risk changes too close to a new release, because they will not get as much testing as they should. Don't merge large branches which haven't undergone lots of testing just before a release.
+
+It is best to keep doc/relnotes/README.md up to date as changes and bug fixes are made. It's more work to summarize all changes and bugfixes just before the release.
+
+## Check for changes on master that should be on dev
+
+See https://git.hush.is/hush/hush3/src/branch/master/doc/release-process.md#check-for-changes-on-master-that-should-be-on-dev , there is no sense repeating the exact same thing here.
+
+SD+SDL very often has merge conflicts in generated translation files, because QT embeds line numbers in XML.
+Read how to deal with them efficiently here: https://git.hush.is/hush/SilentDragon/src/branch/dev/doc/release-process.md#dealing-with-merge-conflicts
+
+## Git Issues
+
+Look for Git issues that should be fixed in the next release: https://git.hush.is/hush/SilentDragonLite/issues Especially low-risk and simple things and like documentation changes and improvements to error messages. Take note that changing strings in the source code, such as adding a new string or changing an existing one, will affect translations.
+
+## Translations
+
+...
+
+```
+# update generated translation data
+./build.sh linguist
+git commit -am "update translations"
+git push
+```
+
+## Adding Checkpoints
+
+Adding checkpoints make SDL sync much faster, especially for brand new wallets. If there are no recent checkpoints,
+when a user makes a new wallet, it will sync from a block far in the past, which wastes time, bandwidth and CPU resources. To add a checkpoint , they are added to the file `lib/src/lightclient/checkpoints.rs` in the silentdragonxlite-cli repo, and then the dependency on silentdragonxlite-cli is updated in this SDL repo. Here is an example commit that updates checkpoints:
+
+https://git.hush.is/hush/silentdragonlite-cli/commit/ef477f152e1a8bb8a5f7883a99e2a74a6f9eeb0b
+
+To actually generate the checkpoint data, use the `sdl_checkpoints.pl` script in the hush3 repo: https://git.hush.is/hush/hush3/src/branch/master/contrib/sdl_checkpoints.pl . It uses the `getblockmerkletree` RPC to get the merkle tree data for a block height. It prints the data out in the format that checkpoints.rs wants it in, you simply need to copy and paste the output into the checkpoints.rs file. Once the data is updated in silentdragonlite-cli checkpoints.rs file, the file `lib/Cargo.toml` must be updated in this repo, and point to the commit id of the updated data. Once you update the manually-edited `Cargo.toml` you must run `cargo update` to update the generated `Cargo.lock` file. See https://doc.rust-lang.org/cargo/commands/cargo-update.html for more info. Once both files are updates, commit and push.
+
+---
+
+To fix `error: failed to select a version for the requirement 'aes = "^0.3"'` add the following to `.cargo/config.toml`:
+
+```
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"
+```
+
+To update the file run `cargo vendor` as was mentioned in https://git.hush.is/hush/SilentDragonLite/issues/91.
+
+---
+
+## Release process
+
+ * Write release notes
+ * Choose a release name
+ * Make Gitea release from master branch
+ * You can either manually make a git tag or let Gitea do it, which is easier
+ * Make binaries
+ * Windows exe
+ * Windows msi
+ * Linux
+ * Mac
+ * Debian package
diff --git a/doc/win/DEVELOPING-Ubuntu-18-04.md b/doc/win/DEVELOPING-Ubuntu-18-04.md
index 8aa2e54..a5676e3 100644
--- a/doc/win/DEVELOPING-Ubuntu-18-04.md
+++ b/doc/win/DEVELOPING-Ubuntu-18-04.md
@@ -1,80 +1,80 @@
-
-## Crosscompile for Windows (only tested for Ubuntu 18.04) by DenioD
-
-```
-# build dependencies
-sudo apt install -y clang g++ build-essential make mingw-w64 git pkg-config libc6-dev m4 g++-multilib autoconf libtool-bin ncurses-dev unzip python python-zmq zlib1g-dev wget curl bsdmainutils automake libgl1-mesa-dev libglu1-mesa-dev libfontconfig1-dev autopoint libssl-dev
-
-# MXE dependencies
-sudo apt install -y bash bison bzip2 flex gettext git gperf intltool libc6-dev-i386 libgdk-pixbuf2.0-dev libltdl-dev libtool-bin libxml-parser-perl make openssl p7zip-full patch perl pkg-config python ruby sed unzip wget xz-utils
-
-```
-## more dependencies
-```
-
-apt-get -y update && apt-get install -y \
- curl libdbus-1-3 libexpat1 \
- libgl1-mesa-dev libglu1-mesa-dev libfontconfig1-dev libssl-dev \
- libfreetype6 libgl1-mesa-glx libglib2.0-0 \
- libx11-6 libx11-xcb1 \
- g++ build-essential cmake wget git clang++-6.0 \
- software-properties-common \
- autoconf automake autopoint bison flex gperf libtool libtool-bin intltool lzip python ruby unzip p7zip-full libgdk-pixbuf2.0-dev libltdl-dev
-```
-# Compile OpenSSL
-
-```
-# Download openssl 1.0.2 from https://openssl.org/source/
-
-wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz
-tar zxvpf openssl-1.0.2t.tar.gz
-cd openssl-1.0.2t
-./config # linux-x86_64
-make -j$(nproc)
-```
-## Static build of Qt5
-
-# Download Qt5 sources
-```
-mkdir -p ~/Qt/5.11.2 && cd ~/Qt/5.11.2
-
-wget https://download.qt.io/archive/qt/5.11/5.11.2/single/qt-everywhere-src-5.11.2.tar.xz
-tar xvpf qt-everywhere-src-5.11.2.tar.xz && cd qt-everywhere-src-5.11.2
-
-```
-# Configure and build Qt5 statically.
-```
-OPENSSL_LIBS='-L/PATH/TO/openssl-1.0.2q -lssl -lcrypto' ./configure -static -prefix ~/Qt/5.11.2/static -skip qtlocation -skip qtmacextras -skip qtpurchasing -skip qtscript -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtdatavis3d -skip qtdoc -skip qtcharts -skip qtdeclarative -skip qt3d -skip qtwebengine -skip qtandroidextras -skip qtwebview -skip qtgamepad -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects -skip qtwebview -skip qtwebchannel -skip qtwebglplugin -nomake examples -nomake tests -qt-zlib -qt-libpng -qt-xcb -qt-xkbcommon -feature-fontconfig -no-feature-getentropy -release -openssl-linked -opensource
-
-make -j$(nproc)
-make -j$(nproc) install
-
-```
-# Build MXE (Cross-compiled Qt5 for Windows in Linux)
-```
-mkdir ~/git && cd ~/git
-git clone https://github.com/mxe/mxe.git
-cd mxe
-
-make -j$(nproc) MXE_TARGETS=x86_64-w64-mingw32.static qtbase
-
-```
-# Build SilentDragonLite .exe
-```
-cd SilentDragonLite
-curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.38.0 -y
-echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
- ~/.cargo/bin/rustup target add x86_64-pc-windows-gnu
- echo "[target.x86_64-pc-windows-gnu]" >> ~/.cargo/config
- echo "linker = 'x86_64-w64-mingw32.static-gcc'" >> ~/.cargo/config
-
-./win-static-build.sh
-
-```
-
-# Adding a new SDL lite server backend to the code
-
- * Add the new server name to the array in getRandomServer() in settings.cpp
- * Add the new server to dropdown in mainwindow.cpp
-
-TODO: Make both of these places use a single list of servers.
+
+## Crosscompile for Windows (only tested for Ubuntu 18.04) by DenioD
+
+```
+# build dependencies
+sudo apt install -y clang g++ build-essential make mingw-w64 git pkg-config libc6-dev m4 g++-multilib autoconf libtool-bin ncurses-dev unzip python python-zmq zlib1g-dev wget curl bsdmainutils automake libgl1-mesa-dev libglu1-mesa-dev libfontconfig1-dev autopoint libssl-dev
+
+# MXE dependencies
+sudo apt install -y bash bison bzip2 flex gettext git gperf intltool libc6-dev-i386 libgdk-pixbuf2.0-dev libltdl-dev libtool-bin libxml-parser-perl make openssl p7zip-full patch perl pkg-config python ruby sed unzip wget xz-utils
+
+```
+## more dependencies
+```
+
+apt-get -y update && apt-get install -y \
+ curl libdbus-1-3 libexpat1 \
+ libgl1-mesa-dev libglu1-mesa-dev libfontconfig1-dev libssl-dev \
+ libfreetype6 libgl1-mesa-glx libglib2.0-0 \
+ libx11-6 libx11-xcb1 \
+ g++ build-essential cmake wget git clang++-6.0 \
+ software-properties-common \
+ autoconf automake autopoint bison flex gperf libtool libtool-bin intltool lzip python ruby unzip p7zip-full libgdk-pixbuf2.0-dev libltdl-dev
+```
+# Compile OpenSSL
+
+```
+# Download openssl 1.0.2 from https://openssl.org/source/
+
+wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz
+tar zxvpf openssl-1.0.2t.tar.gz
+cd openssl-1.0.2t
+./config # linux-x86_64
+make -j$(nproc)
+```
+## Static build of Qt5
+
+# Download Qt5 sources
+```
+mkdir -p ~/Qt/5.11.2 && cd ~/Qt/5.11.2
+
+wget https://download.qt.io/archive/qt/5.11/5.11.2/single/qt-everywhere-src-5.11.2.tar.xz
+tar xvpf qt-everywhere-src-5.11.2.tar.xz && cd qt-everywhere-src-5.11.2
+
+```
+# Configure and build Qt5 statically.
+```
+OPENSSL_LIBS='-L/PATH/TO/openssl-1.0.2q -lssl -lcrypto' ./configure -static -prefix ~/Qt/5.11.2/static -skip qtlocation -skip qtmacextras -skip qtpurchasing -skip qtscript -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtdatavis3d -skip qtdoc -skip qtcharts -skip qtdeclarative -skip qt3d -skip qtwebengine -skip qtandroidextras -skip qtwebview -skip qtgamepad -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects -skip qtwebview -skip qtwebchannel -skip qtwebglplugin -nomake examples -nomake tests -qt-zlib -qt-libpng -qt-xcb -qt-xkbcommon -feature-fontconfig -no-feature-getentropy -release -openssl-linked -opensource
+
+make -j$(nproc)
+make -j$(nproc) install
+
+```
+# Build MXE (Cross-compiled Qt5 for Windows in Linux)
+```
+mkdir ~/git && cd ~/git
+git clone https://github.com/mxe/mxe.git
+cd mxe
+
+make -j$(nproc) MXE_TARGETS=x86_64-w64-mingw32.static qtbase
+
+```
+# Build SilentDragonLite .exe
+```
+cd SilentDragonLite
+curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.38.0 -y
+echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
+ ~/.cargo/bin/rustup target add x86_64-pc-windows-gnu
+ echo "[target.x86_64-pc-windows-gnu]" >> ~/.cargo/config
+ echo "linker = 'x86_64-w64-mingw32.static-gcc'" >> ~/.cargo/config
+
+./win-static-build.sh
+
+```
+
+# Adding a new SDL lite server backend to the code
+
+ * Add the new server name to the array in getRandomServer() in settings.cpp
+ * Add the new server to dropdown in mainwindow.cpp
+
+TODO: Make both of these places use a single list of servers.
diff --git a/issue_template.md b/issue_template.md
index 0dd74b8..277172f 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -1,30 +1,30 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: ''
-assignees: ''
-
----
-
-Please make sure you have the latest SilentDragonXLite and let us
-know if you have any non-default settings.
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Desktop (please complete the following information):**
- - OS: [e.g. Linux/Mac/Windows with version]
-
-**Additional context**
-Add any other context about the problem here.
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Please make sure you have the latest SilentDragonXLite and let us
+know if you have any non-default settings.
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. Linux/Mac/Windows with version]
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/lib/.cargo/config.toml b/lib/.cargo/config.toml
new file mode 100644
index 0000000..c91c3f3
--- /dev/null
+++ b/lib/.cargo/config.toml
@@ -0,0 +1,2 @@
+[net]
+git-fetch-with-cli = true
diff --git a/lib/.gitignore b/lib/.gitignore
index 66cc710..8c0ae06 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,2 +1,2 @@
-/target/
-
+/target/
+
diff --git a/lib/Cargo.lock b/lib/Cargo.lock
index 047c5b1..649d081 100644
--- a/lib/Cargo.lock
+++ b/lib/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "adler32"
version = "1.0.4"
@@ -1854,7 +1856,6 @@ dependencies = [
[[package]]
name = "silentdragonxlitelib"
version = "0.1.0"
-source = "git+https://git.hush.is/dragonx/silentdragonxlite-cli?rev=3eaa2fcf939af9821df10b458af11b185f49e287#3eaa2fcf939af9821df10b458af11b185f49e287"
dependencies = [
"base58",
"bellman",
diff --git a/lib/Cargo.toml b/lib/Cargo.toml
index 76fcddd..340427c 100644
--- a/lib/Cargo.toml
+++ b/lib/Cargo.toml
@@ -1,16 +1,16 @@
-[package]
-name = "qtlib"
-version = "0.1.0"
-authors = ["zecwallet", "The Hush Developers"]
-edition = "2018"
-
-[lib]
-name = "silentdragonxlite"
-crate-type = ["staticlib"]
-
-[dependencies]
-libc = "0.2.58"
-lazy_static = "1.4.0"
-blake3 = "0.3.4"
-silentdragonxlitelib = { git = "https://git.hush.is/dragonx/silentdragonxlite-cli", rev = "505fac6b6eef50be9f0e2b375c2fa6815f8bf18c" }
-socket2 = "0.3.11"
+[package]
+name = "qtlib"
+version = "0.1.0"
+authors = ["zecwallet", "The Hush Developers"]
+edition = "2018"
+
+[lib]
+name = "silentdragonxlite"
+crate-type = ["staticlib"]
+
+[dependencies]
+libc = "0.2.58"
+lazy_static = "1.4.0"
+blake3 = "0.3.4"
+silentdragonxlitelib = { path = "/home/d/external/silentdragonxlite-cli/lib" }
+socket2 = "0.3.11"
diff --git a/lib/Makefile b/lib/Makefile
index f621163..3188d5e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,28 +1,28 @@
-ifeq ($(shell uname),Darwin)
- EXT := dylib
- CFLAGS := "-mmacosx-version-min=10.11"
-else
- EXT := a
- CFLAGS := ""
-endif
-
-PWD := $(shell pwd)
-
-all: release
-
-winrelease: target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib
-
-target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib: src/lib.rs Cargo.toml
- SODIUM_LIB_DIR="$(PWD)/libsodium-mingw/" cargo build --lib --release --target x86_64-pc-windows-gnu
-
-release: target/release/silentdragonxlite.$(EXT)
-debug: target/debug/silentdragonxlite.$(EXT)
-
-target/release/silentdragonxlite.$(EXT): src/lib.rs Cargo.toml
- LIBS="" CFLAGS=$(CFLAGS) cargo build --lib --release
-
-target/debug/silentdragonxlite.$(EXT): src/lib.rs Cargo.toml
- LIBS="" CFLAGS=$(CFLAGS) cargo build --lib
-
-clean:
+ifeq ($(shell uname),Darwin)
+ EXT := dylib
+ CFLAGS := "-mmacosx-version-min=10.11"
+else
+ EXT := a
+ CFLAGS := ""
+endif
+
+PWD := $(shell pwd)
+
+all: release
+
+winrelease: target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib
+
+target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib: src/lib.rs Cargo.toml
+ SODIUM_LIB_DIR="$(PWD)/libsodium-mingw/" cargo build --lib --release --target x86_64-pc-windows-gnu
+
+release: target/release/silentdragonxlite.$(EXT)
+debug: target/debug/silentdragonxlite.$(EXT)
+
+target/release/silentdragonxlite.$(EXT): src/lib.rs Cargo.toml
+ LIBS="" CFLAGS=$(CFLAGS) cargo build --lib --release
+
+target/debug/silentdragonxlite.$(EXT): src/lib.rs Cargo.toml
+ LIBS="" CFLAGS=$(CFLAGS) cargo build --lib
+
+clean:
rm -rf target
\ No newline at end of file
diff --git a/lib/silentdragonxlitelib.h b/lib/silentdragonxlitelib.h
index 982b2d5..9d6ba28 100644
--- a/lib/silentdragonxlitelib.h
+++ b/lib/silentdragonxlitelib.h
@@ -1,27 +1,27 @@
-#ifndef _hush_PAPER_RUST_H
-#define _hush_PAPER_RUST_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern bool litelib_wallet_exists (const char* chain_name);
-extern char * litelib_initialize_new (bool dangerous, const char* server);
-extern char * litelib_initialize_new_from_phrase
- (bool dangerous, const char* server, const char* seed,
- unsigned long long birthday, unsigned long long number);
-extern char * litelib_initialize_existing (bool dangerous,const char* server);
-extern char * litelib_execute (const char* s, const char* args);
-extern void litelib_rust_free_string (char* s);
-extern char * blake3_PW (char* pw);
-extern bool litelib_check_server_online (const char* server);
-
-#ifdef __cplusplus
-}
-#endif
-
-// This is a function implemented in connection.cpp that will process a string response from
-// the litelib and turn into into a QString in a memory-safe way.
-QString litelib_process_response(char* resp);
-
-#endif
+#ifndef _hush_PAPER_RUST_H
+#define _hush_PAPER_RUST_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern bool litelib_wallet_exists (const char* chain_name);
+extern char * litelib_initialize_new (bool dangerous, const char* server);
+extern char * litelib_initialize_new_from_phrase
+ (bool dangerous, const char* server, const char* seed,
+ unsigned long long birthday, unsigned long long number);
+extern char * litelib_initialize_existing (bool dangerous,const char* server);
+extern char * litelib_execute (const char* s, const char* args);
+extern void litelib_rust_free_string (char* s);
+extern char * blake3_PW (char* pw);
+extern bool litelib_check_server_online (const char* server);
+
+#ifdef __cplusplus
+}
+#endif
+
+// This is a function implemented in connection.cpp that will process a string response from
+// the litelib and turn into into a QString in a memory-safe way.
+QString litelib_process_response(char* resp);
+
+#endif
diff --git a/lib/src/lib.rs b/lib/src/lib.rs
index be11199..9ec2a69 100644
--- a/lib/src/lib.rs
+++ b/lib/src/lib.rs
@@ -1,276 +1,303 @@
-#[macro_use]
-extern crate lazy_static;
-
-use libc::{c_char};
-
-use std::ffi::{CStr, CString};
-use std::sync::{Mutex, Arc};
-use std::cell::RefCell;
-use std::ptr;
-
-use silentdragonxlitelib::{commands, lightclient::{LightClient, LightClientConfig}};
-
-// We'll use a MUTEX to store a global lightclient instance,
-// so we don't have to keep creating it. We need to store it here, in rust
-// because we can't return such a complex structure back to C++
-lazy_static! {
- static ref LIGHTCLIENT: Mutex>>> = Mutex::new(RefCell::new(None));
-}
-
-// Check if there is an existing wallet
-#[no_mangle]
-pub extern fn litelib_wallet_exists(chain_name: *const c_char) -> bool {
- let chain_name_str = unsafe {
- assert!(!chain_name.is_null());
-
- CStr::from_ptr(chain_name).to_string_lossy().into_owned()
- };
-
- let config = LightClientConfig::create_unconnected(chain_name_str, None);
-
- println!("Wallet exists: {}", config.wallet_exists());
- config.wallet_exists()
-}
-
-//////hash blake3
-
-#[no_mangle]
-pub extern fn blake3_PW(pw: *const c_char) -> *mut c_char{
-
- let passwd = unsafe {
- assert!(!pw.is_null());
-
- CStr::from_ptr(pw).to_string_lossy().into_owned()
- };
-
- let data = passwd.as_bytes();
- // Hash an input all at once.
- let hash1 = blake3::hash(data).to_hex();
- // This is sensitive metadata, do not log it to stdout
- //println!("\nBlake3 Hash: {}", hash1);
- println!("\nBlake3 Hash calculated");
-
- //let sttring = CString::new(hash1).unwrap();
- let e_str = CString::new(format!("{}", hash1)).unwrap();
- return e_str.into_raw();
-}
-
-/// Create a new wallet and return the seed for the newly created wallet.
-#[no_mangle]
-pub extern fn litelib_initialize_new(dangerous: bool,server: *const c_char) -> *mut c_char {
- let server_str = unsafe {
- assert!(!server.is_null());
-
- CStr::from_ptr(server).to_string_lossy().into_owned()
- };
-
- let server = LightClientConfig::get_server_or_default(Some(server_str));
- let (config, latest_block_height) = match LightClientConfig::create(server, dangerous) {
- Ok((c, h)) => (c, h),
- Err(e) => {
- let e_str = CString::new(format!("Error: {}", e)).unwrap();
- return e_str.into_raw();
- }
- };
-
- let lightclient = match LightClient::new(&config, latest_block_height) {
- Ok(l) => l,
- Err(e) => {
- let e_str = CString::new(format!("Error: {}", e)).unwrap();
- return e_str.into_raw();
- }
- };
-
- // Initialize logging
- let _ = lightclient.init_logging();
-
- let seed = match lightclient.do_seed_phrase() {
- Ok(s) => s.dump(),
- Err(e) => {
- let e_str = CString::new(format!("Error: {}", e)).unwrap();
- return e_str.into_raw();
- }
- };
-
- let lc = Arc::new(lightclient);
- match LightClient::start_mempool_monitor(lc.clone()) {
- Ok(_) => {println!("Starting Mempool")},
- Err(e) => {
- println!("Couldnt start mempool {}", e)
- }
- }
-
- LIGHTCLIENT.lock().unwrap().replace(Some(lc));
-
- // Return the wallet's seed
- let s_str = CString::new(seed).unwrap();
- return s_str.into_raw();
-}
-
-/// Restore a wallet from the seed phrase
-#[no_mangle]
-pub extern "C" fn litelib_initialize_new_from_phrase(dangerous: bool, server: *const c_char,
- seed: *const c_char, birthday: u64, number: u64, overwrite: bool) -> *mut c_char {
- if server.is_null() || seed.is_null() {
- println!("Server or seed is null");
- return ptr::null_mut();
- }
-
- let server_str = unsafe {
- CStr::from_ptr(server).to_string_lossy().into_owned()
- };
- let seed_str = unsafe {
- CStr::from_ptr(seed).to_string_lossy().into_owned()
- };
-
- //println!("Initializing with server: {}, seed: {}", server_str, seed_str);
-
- let server = LightClientConfig::get_server_or_default(Some(server_str));
- let (config, _latest_block_height) = match LightClientConfig::create(server, dangerous) {
- Ok((c, h)) => {
- println!("Config created successfully");
- (c, h)
- },
- Err(e) => {
- println!("Error creating config: {}", e);
- let e_str = CString::new(format!("Error: {}", e)).unwrap_or_else(|_| CString::new("Error creating CString").unwrap());
- return e_str.into_raw();
- }
- };
-
- let lightclient = match LightClient::new_from_phrase(seed_str, &config, birthday, number, overwrite) {
- Ok(l) => {
- println!("LightClient created successfully");
- l
- },
- Err(e) => {
- println!("Error creating LightClient: {}", e);
- let e_str = CString::new(format!("Error: {}", e)).unwrap_or_else(|_| CString::new("Error creating CString").unwrap());
- return e_str.into_raw();
- }
- };
-
- // Initialize logging
- let _ = lightclient.init_logging();
-
- let lc = Arc::new(lightclient);
- match LightClient::start_mempool_monitor(lc.clone()) {
- Ok(_) => println!("Starting Mempool"),
- Err(e) => println!("Could not start mempool: {}", e)
- }
-
- LIGHTCLIENT.lock().unwrap().replace(Some(lc));
-
- let c_str = CString::new("OK").unwrap_or_else(|_| CString::new("CString creation failed").unwrap());
- return c_str.into_raw();
-}
-
-// Initialize a new lightclient and store its value
-#[no_mangle]
-pub extern fn litelib_initialize_existing(dangerous: bool, server: *const c_char) -> *mut c_char {
- let server_str = unsafe {
- assert!(!server.is_null());
-
- CStr::from_ptr(server).to_string_lossy().into_owned()
- };
-
- let server = LightClientConfig::get_server_or_default(Some(server_str));
- let (config, _latest_block_height) = match LightClientConfig::create(server,dangerous) {
- Ok((c, h)) => (c, h),
- Err(e) => {
- let e_str = CString::new(format!("Error: {}", e)).unwrap();
- return e_str.into_raw();
- }
- };
-
- let lightclient = match LightClient::read_from_disk(&config) {
- Ok(l) => l,
- Err(e) => {
- let e_str = CString::new(format!("Error: {}", e)).unwrap();
- return e_str.into_raw();
- }
- };
-
- // Initialize logging
- let _ = lightclient.init_logging();
-
- let lc = Arc::new(lightclient);
- match LightClient::start_mempool_monitor(lc.clone()) {
- Ok(_) => {println!("Starting Mempool")},
- Err(e) => {
- println!("Couldnt start mempool {}",e)
- }
- }
-
- LIGHTCLIENT.lock().unwrap().replace(Some(lc));
-
- let c_str = CString::new("OK").unwrap();
- return c_str.into_raw();
-}
-
-#[no_mangle]
-pub extern fn litelib_execute(cmd: *const c_char, args: *const c_char) -> *mut c_char {
- let cmd_str = unsafe {
- assert!(!cmd.is_null());
-
- CStr::from_ptr(cmd).to_string_lossy().into_owned()
- };
-
- let arg_str = unsafe {
- assert!(!args.is_null());
-
- CStr::from_ptr(args).to_string_lossy().into_owned()
- };
-
- let resp: String;
- {
- let lightclient: Arc;
- {
- let lc = LIGHTCLIENT.lock().unwrap();
-
- if lc.borrow().is_none() {
- let e_str = CString::new("Error: Light Client is not initialized").unwrap();
- return e_str.into_raw();
- }
-
- lightclient = lc.borrow().as_ref().unwrap().clone();
- };
-
- let args = if arg_str.is_empty() { vec![] } else { vec![arg_str.as_ref()] };
-
- resp = commands::do_user_command(&cmd_str, &args, lightclient.as_ref()).clone();
- };
-
- let c_str = CString::new(resp.as_bytes()).unwrap();
- return c_str.into_raw();
-}
-
-// Check is Server Connection is fine
-#[no_mangle]
-pub extern "C" fn litelib_check_server_online(server: *const c_char) -> bool {
- let server_str = unsafe {
- assert!(!server.is_null());
-
- CStr::from_ptr(server).to_string_lossy().into_owned()
- };
-
- let server = LightClientConfig::get_server_or_default(Some(server_str));
- let result = LightClientConfig::create(server, false);
-
- match result {
- Ok(_) => true,
- Err(_) => false,
- }
-}
-
-/**
- * Callers that receive string return values from other functions should call this to return the string
- * back to rust, so it can be freed. Failure to call this function will result in a memory leak
- */
-#[no_mangle]
-pub extern fn litelib_rust_free_string(s: *mut c_char) {
- unsafe {
- if s.is_null() { return }
- CString::from_raw(s)
- };
-}
+#[macro_use]
+extern crate lazy_static;
+
+use libc::{c_char};
+
+use std::ffi::{CStr, CString};
+use std::sync::{Mutex, Arc};
+use std::cell::RefCell;
+use std::ptr;
+use std::panic;
+
+use silentdragonxlitelib::{commands, lightclient::{LightClient, LightClientConfig}};
+
+/// Helper to create a CString, replacing null bytes to avoid panics
+fn safe_cstring(s: &str) -> CString {
+ let cleaned: String = s.replace('\0', "");
+ CString::new(cleaned).unwrap_or_else(|_| CString::new("Error: failed to create CString").unwrap())
+}
+
+/// Helper to create an error CString
+fn error_cstring(msg: &str) -> *mut c_char {
+ safe_cstring(&format!("Error: {}", msg)).into_raw()
+}
+
+// We'll use a MUTEX to store a global lightclient instance,
+// so we don't have to keep creating it. We need to store it here, in rust
+// because we can't return such a complex structure back to C++
+lazy_static! {
+ static ref LIGHTCLIENT: Mutex>>> = Mutex::new(RefCell::new(None));
+}
+
+// Check if there is an existing wallet
+#[no_mangle]
+pub extern fn litelib_wallet_exists(chain_name: *const c_char) -> bool {
+ let chain_name_str = unsafe {
+ assert!(!chain_name.is_null());
+
+ CStr::from_ptr(chain_name).to_string_lossy().into_owned()
+ };
+
+ let config = LightClientConfig::create_unconnected(chain_name_str, None);
+
+ println!("Wallet exists: {}", config.wallet_exists());
+ config.wallet_exists()
+}
+
+//////hash blake3
+
+#[no_mangle]
+pub extern fn blake3_PW(pw: *const c_char) -> *mut c_char{
+
+ let passwd = unsafe {
+ assert!(!pw.is_null());
+
+ CStr::from_ptr(pw).to_string_lossy().into_owned()
+ };
+
+ let data = passwd.as_bytes();
+ // Hash an input all at once.
+ let hash1 = blake3::hash(data).to_hex();
+ // This is sensitive metadata, do not log it to stdout
+ //println!("\nBlake3 Hash: {}", hash1);
+ println!("\nBlake3 Hash calculated");
+
+ //let sttring = CString::new(hash1).unwrap();
+ let e_str = CString::new(format!("{}", hash1)).unwrap();
+ return e_str.into_raw();
+}
+
+/// Create a new wallet and return the seed for the newly created wallet.
+#[no_mangle]
+pub extern fn litelib_initialize_new(dangerous: bool,server: *const c_char) -> *mut c_char {
+ let server_str = unsafe {
+ assert!(!server.is_null());
+
+ CStr::from_ptr(server).to_string_lossy().into_owned()
+ };
+
+ let server = LightClientConfig::get_server_or_default(Some(server_str));
+ let (config, latest_block_height) = match LightClientConfig::create(server, dangerous) {
+ Ok((c, h)) => (c, h),
+ Err(e) => {
+ let e_str = CString::new(format!("Error: {}", e)).unwrap();
+ return e_str.into_raw();
+ }
+ };
+
+ let lightclient = match LightClient::new(&config, latest_block_height) {
+ Ok(l) => l,
+ Err(e) => {
+ let e_str = CString::new(format!("Error: {}", e)).unwrap();
+ return e_str.into_raw();
+ }
+ };
+
+ // Initialize logging
+ let _ = lightclient.init_logging();
+
+ let seed = match lightclient.do_seed_phrase() {
+ Ok(s) => s.dump(),
+ Err(e) => {
+ let e_str = CString::new(format!("Error: {}", e)).unwrap();
+ return e_str.into_raw();
+ }
+ };
+
+ let lc = Arc::new(lightclient);
+ match LightClient::start_mempool_monitor(lc.clone()) {
+ Ok(_) => {println!("Starting Mempool")},
+ Err(e) => {
+ println!("Couldnt start mempool {}", e)
+ }
+ }
+
+ match LIGHTCLIENT.lock() {
+ Ok(l) => { l.replace(Some(lc)); },
+ Err(poisoned) => { poisoned.into_inner().replace(Some(lc)); },
+ };
+
+ // Return the wallet's seed
+ let s_str = safe_cstring(&seed);
+ return s_str.into_raw();
+}
+
+/// Restore a wallet from the seed phrase
+#[no_mangle]
+pub extern "C" fn litelib_initialize_new_from_phrase(dangerous: bool, server: *const c_char,
+ seed: *const c_char, birthday: u64, number: u64, overwrite: bool) -> *mut c_char {
+ if server.is_null() || seed.is_null() {
+ println!("Server or seed is null");
+ return ptr::null_mut();
+ }
+
+ let server_str = unsafe {
+ CStr::from_ptr(server).to_string_lossy().into_owned()
+ };
+ let seed_str = unsafe {
+ CStr::from_ptr(seed).to_string_lossy().into_owned()
+ };
+
+ //println!("Initializing with server: {}, seed: {}", server_str, seed_str);
+
+ let server = LightClientConfig::get_server_or_default(Some(server_str));
+ let (config, _latest_block_height) = match LightClientConfig::create(server, dangerous) {
+ Ok((c, h)) => {
+ println!("Config created successfully");
+ (c, h)
+ },
+ Err(e) => {
+ println!("Error creating config: {}", e);
+ let e_str = CString::new(format!("Error: {}", e)).unwrap_or_else(|_| CString::new("Error creating CString").unwrap());
+ return e_str.into_raw();
+ }
+ };
+
+ let lightclient = match LightClient::new_from_phrase(seed_str, &config, birthday, number, overwrite) {
+ Ok(l) => {
+ println!("LightClient created successfully");
+ l
+ },
+ Err(e) => {
+ println!("Error creating LightClient: {}", e);
+ let e_str = CString::new(format!("Error: {}", e)).unwrap_or_else(|_| CString::new("Error creating CString").unwrap());
+ return e_str.into_raw();
+ }
+ };
+
+ // Initialize logging
+ let _ = lightclient.init_logging();
+
+ let lc = Arc::new(lightclient);
+ match LightClient::start_mempool_monitor(lc.clone()) {
+ Ok(_) => println!("Starting Mempool"),
+ Err(e) => println!("Could not start mempool: {}", e)
+ }
+
+ match LIGHTCLIENT.lock() {
+ Ok(l) => { l.replace(Some(lc)); },
+ Err(poisoned) => { poisoned.into_inner().replace(Some(lc)); },
+ };
+
+ let c_str = safe_cstring("OK");
+ return c_str.into_raw();
+}
+
+// Initialize a new lightclient and store its value
+#[no_mangle]
+pub extern fn litelib_initialize_existing(dangerous: bool, server: *const c_char) -> *mut c_char {
+ let server_str = unsafe {
+ assert!(!server.is_null());
+
+ CStr::from_ptr(server).to_string_lossy().into_owned()
+ };
+
+ let server = LightClientConfig::get_server_or_default(Some(server_str));
+ let (config, _latest_block_height) = match LightClientConfig::create(server,dangerous) {
+ Ok((c, h)) => (c, h),
+ Err(e) => {
+ let e_str = CString::new(format!("Error: {}", e)).unwrap();
+ return e_str.into_raw();
+ }
+ };
+
+ let lightclient = match LightClient::read_from_disk(&config) {
+ Ok(l) => l,
+ Err(e) => {
+ let e_str = CString::new(format!("Error: {}", e)).unwrap();
+ return e_str.into_raw();
+ }
+ };
+
+ // Initialize logging
+ let _ = lightclient.init_logging();
+
+ let lc = Arc::new(lightclient);
+ match LightClient::start_mempool_monitor(lc.clone()) {
+ Ok(_) => {println!("Starting Mempool")},
+ Err(e) => {
+ println!("Couldnt start mempool {}",e)
+ }
+ }
+
+ match LIGHTCLIENT.lock() {
+ Ok(l) => { l.replace(Some(lc)); },
+ Err(poisoned) => { poisoned.into_inner().replace(Some(lc)); },
+ };
+
+ let c_str = safe_cstring("OK");
+ return c_str.into_raw();
+}
+
+#[no_mangle]
+pub extern fn litelib_execute(cmd: *const c_char, args: *const c_char) -> *mut c_char {
+ let result = panic::catch_unwind(|| {
+ let cmd_str = unsafe {
+ assert!(!cmd.is_null());
+ CStr::from_ptr(cmd).to_string_lossy().into_owned()
+ };
+
+ let arg_str = unsafe {
+ assert!(!args.is_null());
+ CStr::from_ptr(args).to_string_lossy().into_owned()
+ };
+
+ let resp: String;
+ {
+ let lightclient: Arc;
+ {
+ let lc = match LIGHTCLIENT.lock() {
+ Ok(l) => l,
+ Err(poisoned) => poisoned.into_inner(),
+ };
+
+ if lc.borrow().is_none() {
+ return error_cstring("Light Client is not initialized");
+ }
+
+ lightclient = lc.borrow().as_ref().unwrap().clone();
+ };
+
+ let args = if arg_str.is_empty() { vec![] } else { vec![arg_str.as_ref()] };
+
+ resp = commands::do_user_command(&cmd_str, &args, lightclient.as_ref()).clone();
+ };
+
+ safe_cstring(&resp).into_raw()
+ });
+
+ match result {
+ Ok(ptr) => ptr,
+ Err(_) => error_cstring("Rust panic in litelib_execute"),
+ }
+}
+
+// Check is Server Connection is fine
+#[no_mangle]
+pub extern "C" fn litelib_check_server_online(server: *const c_char) -> bool {
+ let server_str = unsafe {
+ assert!(!server.is_null());
+
+ CStr::from_ptr(server).to_string_lossy().into_owned()
+ };
+
+ let server = LightClientConfig::get_server_or_default(Some(server_str));
+ let result = LightClientConfig::create(server, false);
+
+ match result {
+ Ok(_) => true,
+ Err(_) => false,
+ }
+}
+
+/**
+ * Callers that receive string return values from other functions should call this to return the string
+ * back to rust, so it can be freed. Failure to call this function will result in a memory leak
+ */
+#[no_mangle]
+pub extern fn litelib_rust_free_string(s: *mut c_char) {
+ unsafe {
+ if s.is_null() { return }
+ CString::from_raw(s)
+ };
+}
diff --git a/public_key.asc b/public_key.asc
index a1e3b41..fbd328c 100644
--- a/public_key.asc
+++ b/public_key.asc
@@ -1,51 +1,51 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-
-mQINBF3m0ggBEACsUTcR3AWpNOP48etuLa122UfmgdN8e6Ek4AjVOkdrjcpEQnFy
-eLFBz+hzzw9CQezFRBu35t+Vue1rbJdfsNJ+xpVi6xl9gvFj8P1s8ifcdwTtS4gF
-9CzBnDc07jpDWTdUlAN1ZDGy+PjdY77TaF5yJTeMqDXMAxyT3pJodJzd3TPbEOnB
-6lIheAML4NktAUvKqcXAqtB0aZ85MDlPjVCRpr3sNBMtIiazqHaT629yh8JIXwoA
-VMYPDBE+hvgU3yu2SJCy9ojZPm/yAhFF/QklBAM0mfQKcbuPJPttkKt/SFFXJViz
-1LrBguoreXlHtgPCpVR9ioDONBGeJNAJp1xpGJOHMW/v2bRAHGTkAczd0bVtqSF/
-6lDzrHZuY8g8IVyOok92Ib6qLXv1ycXy9U3cUr0VL63bydJKX73f7UOWrLfAdogS
-YbZitkut0D9QaU9OAL2o1Q7yK5R1Eukd64wqq7kfPGclVCD3gLyOqMIhDOkC8PMz
-A+G7zt0kGk2jDpxTJWn9yYYNiuZPBabXacc+gtiHGU10EowmapoIrvnkmSvoYguq
-VDV3mW64v3ZxYh0XJgeUf6JCm96gb7aCsgpN/YNbhjJ1mtVwdiMwKwtpwtGBJN0E
-2xTxvfc7p5bN4vQubiG2RcmLAk32zoRVO4cuYV9EMww9oOWCxxC2ejUN4QARAQAB
-tCJEZW5pb0QgPGFkbWluQGh1c2gtbGlnaHR3YWxsZXQuZGU+iQJOBBMBCgA4FiEE
-HtZt2Nk1ekNTh+rWvH7B0J/w0l0FAl3m0ggCGwMFCwkIBwIGFQoJCAsCBBYCAwEC
-HgECF4AACgkQvH7B0J/w0l0UBhAAgZyZAUEenN6QhhpNJCZWSEKv8tOaoqzP6qBR
-iZBUqRU4lmKQBipA7r4vT0JRiR2jAeIPYaVj0fteEoRrKnQd52jGckx2+yT5w3PJ
-i2aDOdHXyUEtC0ZL7FpTbUecrn+OVDqwBLqXXPkI50ttDAZe8MlMhWJxrTIAMAe7
-cFrkU8Yo0WYI9vMuESQKSHzLnORhm4bcqWUmXvWj9WOb4cr/uDAGI/KM2NvG0LhN
-DDwHqBZ1J+v0g36N2BQY0dvWMhEdkwN3u1iyj512cinSzBdnk+6XuoGOu5aImI+u
-JetFgwFLRT5H4UtjHJ9DBp+pQERyVy+3hnYxXs/rs2yD7Tyjksrj5gytxvPk88Gg
-cedmk4fOQSQdI7rKv1ba3DW9ltoFd+Jh456ZsLS1eVJuECw+HrJMwkSxtbLhsYXH
-vg67KkmGE0kNEku8IdOud6IXakqKct4Rsd8C/nM/rilUvbIMxrLgGxtLIgFu8vCu
-Pw2VLyMiAZPRg1G6rS9/F9yrCNuQDg1nxnS8FA7IM78VvVqJGprS/qiCpNVyhtda
-hQ98gLO2H8SnMczFsLeIzaIokx0Egyr9qq2NxZGGSnb5kBPMRF9ZB4NcfwCXXO+6
-LfEKsmcugEbhXjEGKINAlG12/iZC/Pa+hjLmKgMNNuFZKNjEWEHRzJdgMMFzFraM
-+K+Nhmi5Ag0EXebSCAEQAMYPNJO8scsr83M2zNtb/k4Qnz9pIhS6A0+69oWDvZ3g
-Ugq45QT/9SZ/Bl3zYXb2owwF4MXPw6fEfMHAO7I0WNvzHYzuX/zBERlF+839G0ti
-eVSdgkaP+BuUWZYOBoWCe0ij2/sBnmjhva3Z5DaN5Wk1Sl+vp+bfoJUZ0i/DvqHz
-NKkGHazw5duO/3vVSe+voN9tbpHUcLInaALb1FWtUcBkh+pMQyiiN8HofAXW6Kct
-j1ku87MPThPO2NQNyOOc9Cvhdkjrn6pCqkBB8cufZN33Cd8HoBxN9qZeL632flaM
-zTL21Eq6niwbecK//gSNMIf9BIEJBE81cz5U0jZkb2hZVNSY54+JUVhgDL21s1ax
-25iRGh58mFzgM7lpo40JCDQFW0dkvPmE0KLg4RMisxSe4csgrBJiCvLAWEldooce
-6H9KobXXnseDdrZZ/x2I95ACRwXbPPyqmDO5zKs8C+kyRdmiL8i8ndXI1HsOkyyb
-dWGD/SNnGlVe+Y+FnHh+aXv1f+JhIi5wmUOZTM+196l93UE11xuSSXnYqOFUiCOq
-ifsQkhc/a8mDum1+LPVFif6Ho05BKBEJxL1r+S5maTBveKgmzNAju7NTrM6Q6sSz
-7ZvyQusB03izr0KrnWOxIKJ7SSn+4/Jo2LHYjY8O+aSSNhE1RDpOyEHKxUwbOead
-ABEBAAGJAjYEGAEKACAWIQQe1m3Y2TV6Q1OH6ta8fsHQn/DSXQUCXebSCAIbDAAK
-CRC8fsHQn/DSXTzQEACgKTcTDrEThiogWLbPyWslvCFGHdGP6qPWJK71cTFC8t3a
-1s/LLlkLYVvsVQ8nll88m7JcC1iVDiw9zKgQCDrJEeSWSEZT1BWMdx3eF9Hk1D8K
-eflQ0scuzTRTci/Ni43FU1wlRlIA+esNow7TfhkvWSTCc40J1EB5M3x1/nJwoA2V
-Ps6kYL/LC1WvYQ7r/Mcj9MZ3tlY75iRFhDs4JxoLPMFd2U4KdG1HeNdya2T1+ZRG
-fBOAzUrHzYds28VFP21gwO1r32J3zRpqIv2qXqIlafalGM274TtvRU8tAM2qnPGu
-YCH+zhASnQ2ikYeOQEStdtPbAxg+z2JYxbEr3Xik7gH7/HyYZgHz4Gsj4z+PiJbM
-2nybxylNQZq7+cGPw07qIN6iWhg7T+/km870IeW6a9tPy2IPWMIP6ryrfJ/Ajqq5
-SDc9QsXjhZ8WJ8fxSE00J3wTNTgJA6S3DcHIUrX2MxBlhFYGcsA7DmVHYVIhyene
-Uk+HRFp7oUJqXDWrwNeiQvh1Eb070WbU3ydgJN26e6imMjRjsKZxv1QawCjQpOvM
-hV5wYfwrZ7ecK6Oa3NxotE6UycBaX1TQ8n3uQllJT157mZOAKbM6x+HQZLpCoSoF
-0qKFoqtsy5TFb+3B7q52zNQ0FLX37kdMLVCIxiHXs+xwGrEbJzLbSs99wOAGJQ==
-=dwdO
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mQINBF3m0ggBEACsUTcR3AWpNOP48etuLa122UfmgdN8e6Ek4AjVOkdrjcpEQnFy
+eLFBz+hzzw9CQezFRBu35t+Vue1rbJdfsNJ+xpVi6xl9gvFj8P1s8ifcdwTtS4gF
+9CzBnDc07jpDWTdUlAN1ZDGy+PjdY77TaF5yJTeMqDXMAxyT3pJodJzd3TPbEOnB
+6lIheAML4NktAUvKqcXAqtB0aZ85MDlPjVCRpr3sNBMtIiazqHaT629yh8JIXwoA
+VMYPDBE+hvgU3yu2SJCy9ojZPm/yAhFF/QklBAM0mfQKcbuPJPttkKt/SFFXJViz
+1LrBguoreXlHtgPCpVR9ioDONBGeJNAJp1xpGJOHMW/v2bRAHGTkAczd0bVtqSF/
+6lDzrHZuY8g8IVyOok92Ib6qLXv1ycXy9U3cUr0VL63bydJKX73f7UOWrLfAdogS
+YbZitkut0D9QaU9OAL2o1Q7yK5R1Eukd64wqq7kfPGclVCD3gLyOqMIhDOkC8PMz
+A+G7zt0kGk2jDpxTJWn9yYYNiuZPBabXacc+gtiHGU10EowmapoIrvnkmSvoYguq
+VDV3mW64v3ZxYh0XJgeUf6JCm96gb7aCsgpN/YNbhjJ1mtVwdiMwKwtpwtGBJN0E
+2xTxvfc7p5bN4vQubiG2RcmLAk32zoRVO4cuYV9EMww9oOWCxxC2ejUN4QARAQAB
+tCJEZW5pb0QgPGFkbWluQGh1c2gtbGlnaHR3YWxsZXQuZGU+iQJOBBMBCgA4FiEE
+HtZt2Nk1ekNTh+rWvH7B0J/w0l0FAl3m0ggCGwMFCwkIBwIGFQoJCAsCBBYCAwEC
+HgECF4AACgkQvH7B0J/w0l0UBhAAgZyZAUEenN6QhhpNJCZWSEKv8tOaoqzP6qBR
+iZBUqRU4lmKQBipA7r4vT0JRiR2jAeIPYaVj0fteEoRrKnQd52jGckx2+yT5w3PJ
+i2aDOdHXyUEtC0ZL7FpTbUecrn+OVDqwBLqXXPkI50ttDAZe8MlMhWJxrTIAMAe7
+cFrkU8Yo0WYI9vMuESQKSHzLnORhm4bcqWUmXvWj9WOb4cr/uDAGI/KM2NvG0LhN
+DDwHqBZ1J+v0g36N2BQY0dvWMhEdkwN3u1iyj512cinSzBdnk+6XuoGOu5aImI+u
+JetFgwFLRT5H4UtjHJ9DBp+pQERyVy+3hnYxXs/rs2yD7Tyjksrj5gytxvPk88Gg
+cedmk4fOQSQdI7rKv1ba3DW9ltoFd+Jh456ZsLS1eVJuECw+HrJMwkSxtbLhsYXH
+vg67KkmGE0kNEku8IdOud6IXakqKct4Rsd8C/nM/rilUvbIMxrLgGxtLIgFu8vCu
+Pw2VLyMiAZPRg1G6rS9/F9yrCNuQDg1nxnS8FA7IM78VvVqJGprS/qiCpNVyhtda
+hQ98gLO2H8SnMczFsLeIzaIokx0Egyr9qq2NxZGGSnb5kBPMRF9ZB4NcfwCXXO+6
+LfEKsmcugEbhXjEGKINAlG12/iZC/Pa+hjLmKgMNNuFZKNjEWEHRzJdgMMFzFraM
++K+Nhmi5Ag0EXebSCAEQAMYPNJO8scsr83M2zNtb/k4Qnz9pIhS6A0+69oWDvZ3g
+Ugq45QT/9SZ/Bl3zYXb2owwF4MXPw6fEfMHAO7I0WNvzHYzuX/zBERlF+839G0ti
+eVSdgkaP+BuUWZYOBoWCe0ij2/sBnmjhva3Z5DaN5Wk1Sl+vp+bfoJUZ0i/DvqHz
+NKkGHazw5duO/3vVSe+voN9tbpHUcLInaALb1FWtUcBkh+pMQyiiN8HofAXW6Kct
+j1ku87MPThPO2NQNyOOc9Cvhdkjrn6pCqkBB8cufZN33Cd8HoBxN9qZeL632flaM
+zTL21Eq6niwbecK//gSNMIf9BIEJBE81cz5U0jZkb2hZVNSY54+JUVhgDL21s1ax
+25iRGh58mFzgM7lpo40JCDQFW0dkvPmE0KLg4RMisxSe4csgrBJiCvLAWEldooce
+6H9KobXXnseDdrZZ/x2I95ACRwXbPPyqmDO5zKs8C+kyRdmiL8i8ndXI1HsOkyyb
+dWGD/SNnGlVe+Y+FnHh+aXv1f+JhIi5wmUOZTM+196l93UE11xuSSXnYqOFUiCOq
+ifsQkhc/a8mDum1+LPVFif6Ho05BKBEJxL1r+S5maTBveKgmzNAju7NTrM6Q6sSz
+7ZvyQusB03izr0KrnWOxIKJ7SSn+4/Jo2LHYjY8O+aSSNhE1RDpOyEHKxUwbOead
+ABEBAAGJAjYEGAEKACAWIQQe1m3Y2TV6Q1OH6ta8fsHQn/DSXQUCXebSCAIbDAAK
+CRC8fsHQn/DSXTzQEACgKTcTDrEThiogWLbPyWslvCFGHdGP6qPWJK71cTFC8t3a
+1s/LLlkLYVvsVQ8nll88m7JcC1iVDiw9zKgQCDrJEeSWSEZT1BWMdx3eF9Hk1D8K
+eflQ0scuzTRTci/Ni43FU1wlRlIA+esNow7TfhkvWSTCc40J1EB5M3x1/nJwoA2V
+Ps6kYL/LC1WvYQ7r/Mcj9MZ3tlY75iRFhDs4JxoLPMFd2U4KdG1HeNdya2T1+ZRG
+fBOAzUrHzYds28VFP21gwO1r32J3zRpqIv2qXqIlafalGM274TtvRU8tAM2qnPGu
+YCH+zhASnQ2ikYeOQEStdtPbAxg+z2JYxbEr3Xik7gH7/HyYZgHz4Gsj4z+PiJbM
+2nybxylNQZq7+cGPw07qIN6iWhg7T+/km870IeW6a9tPy2IPWMIP6ryrfJ/Ajqq5
+SDc9QsXjhZ8WJ8fxSE00J3wTNTgJA6S3DcHIUrX2MxBlhFYGcsA7DmVHYVIhyene
+Uk+HRFp7oUJqXDWrwNeiQvh1Eb070WbU3ydgJN26e6imMjRjsKZxv1QawCjQpOvM
+hV5wYfwrZ7ecK6Oa3NxotE6UycBaX1TQ8n3uQllJT157mZOAKbM6x+HQZLpCoSoF
+0qKFoqtsy5TFb+3B7q52zNQ0FLX37kdMLVCIxiHXs+xwGrEbJzLbSs99wOAGJQ==
+=dwdO
-----END PGP PUBLIC KEY BLOCK-----
\ No newline at end of file
diff --git a/res/Info.plist b/res/Info.plist
index 31c02bd..72da2c8 100644
--- a/res/Info.plist
+++ b/res/Info.plist
@@ -1,42 +1,42 @@
-
-
-
-
- CFBundleExecutable
- silentdragonxlite
- CFBundleGetInfoString
- Created by Qt/QMake
- CFBundleIconFile
- logo.icns
- CFBundleIdentifier
- is.dragonx.SilentDragonXLite
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- LSMinimumSystemVersion
- 10.11
- NOTE
- This file was generated by Qt/QMake.
- NSPrincipalClass
- NSApplication
- NSSupportsAutomaticGraphicsSwitching
-
- NSRequiresAquaSystemAppearance
- YES
-
- CFBundleURLTypes
-
-
- CFBundleURLName
- hush URI
- CFBundleURLSchemes
-
- hush
-
-
-
- NSUIElement
-
-
-
+
+
+
+
+ CFBundleExecutable
+ silentdragonxlite
+ CFBundleGetInfoString
+ Created by Qt/QMake
+ CFBundleIconFile
+ logo.icns
+ CFBundleIdentifier
+ is.dragonx.SilentDragonXLite
+ CFBundlePackageType
+ APPL
+ CFBundleSignature
+ ????
+ LSMinimumSystemVersion
+ 10.11
+ NOTE
+ This file was generated by Qt/QMake.
+ NSPrincipalClass
+ NSApplication
+ NSSupportsAutomaticGraphicsSwitching
+
+ NSRequiresAquaSystemAppearance
+ YES
+
+ CFBundleURLTypes
+
+
+ CFBundleURLName
+ hush URI
+ CFBundleURLSchemes
+
+ hush
+
+
+
+ NSUIElement
+
+
+
diff --git a/res/SilentDragonXLite.xpm b/res/SilentDragonXLite.xpm
index 5503bb5..81ddeb9 100644
--- a/res/SilentDragonXLite.xpm
+++ b/res/SilentDragonXLite.xpm
@@ -1,526 +1,526 @@
-/* XPM */
-static char * SilentDragonXLite_xpm[] = {
-"512 512 11 1",
-" c None",
-". c #D82652",
-"+ c #FFFFFF",
-"@ c #D72652",
-"# c #D82552",
-"$ c #D82553",
-"% c #D82653",
-"& c #D82651",
-"* c #D92652",
-"= c #D82752",
-"- c #D82551",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" . ",
-" . ",
-" . ",
-" . ",
-" . . ",
-" . . ",
-" .. . ",
-" .. . ",
-" .. . ",
-" .. .. ",
-" .. .. ",
-" ... .. ",
-" .. .. ",
-" .. ... ",
-" .. ... ",
-" .. ... ",
-" ... ... ",
-" ... ... ",
-" ... .... ",
-" ... .... ",
-" .... .... ",
-" .... .... ",
-" .... ..... ",
-" .... ..... ",
-" ..... ..... ",
-" ..... ...... ",
-" ..... ...... ",
-" ...... ...... ",
-" ...... ....... ",
-" ...... ....... ",
-" ....... ....... ",
-" ....... ........ ",
-" ....... ........ ",
-" ........ ........ ",
-" ........ ......... ",
-" ......... ......... ",
-" ......... .......... ",
-" ......... .......... ",
-" .......... ........... ",
-" .......... ........... ",
-" ........... ........... ",
-" ........... ............ ",
-" ............ ............ ",
-" .............. ............. ",
-" .............. .............. ",
-" ............... .............. ",
-" ............... ............... ",
-" ................ ............... ",
-" ................. ................ ",
-" ................. ................. ",
-" .................. .................. ",
-" ................... .................. ",
-" ................... .................... ",
-" + .................... ..................... ",
-" + ..................... ...................... + ",
-" ++ ...................... ...................... + ",
-" ++ ....................... ....................... + ",
-" ++ .......................@ ........................ ++ ",
-" ++ ......................... ......................... ++ ",
-" ++ .......................... .......................... ++ ",
-" ++ ........................... ........................... +++ ",
-" +++ ............................ ............................ +++ ",
-" +++ ............................. .............................. ++++ ",
-" +++ .............................. ............................... +++ ",
-" ++++ ............................... ................................ +++ ",
-" ++++ ............................... ................................ ++++ ",
-" +++++ ............................... ............................... ++++ ",
-" ++++ ............................... ..............................# ++++ ",
-" ++++ .............................. .............................. +++++ ",
-" +++++ .............................. ............................. +++++ ",
-" +++++ ............................. ............................. ++++++ ",
-" ++++++ ............................ ............................. +++++ ",
-" ++++++ ............................ ............................ ++++++ ",
-" +++++++ ............................ + ............................ ++++++ ",
-" ++++++ ........................... + ........................... ++++++ ",
-" ++++++ ........................... ++ .......................... +++++++ ",
-" +++++++ .......................... ++ .......................... +++++++ ",
-" +++++++ .......................... ++ .......................... +++++++ ",
-" ++++++++ ......................... +++ .......................... +++++++ ",
-" ++++++++ ......................... +++ ......................... ++++++++ ",
-" ++++++++ ......................... ++++ ......................... ++++++++ ",
-" ++++++++ ......................... ++++ ........................ +++++++++ ",
-" +++++++++ ........................ ++++ ........................ ++++++++ ",
-" +++++++++ ........................ ++++ ......................... +++++++++ ",
-" +++++++++ ........................ +++++ ........................ +++++++++ ",
-" +++++++++ ........................ +++++ ........................ ++++++++++ ",
-" ++++++++++ ........................ ++++++ ........................ ++++++++++ ",
-" ++++++++++ ........................ ++++++ ....................... ++++++++++ ",
-" +++++++++++ ....................... ++++++ ........................ ++++++++++ ",
-" ++++++++++ ....................... +++++++ ........................ +++++++++++ ",
-" +++++++++++ ........................ +++++++ ....................... +++++++++++ ",
-" +++++++++++ ....................... +++++++ ....................... +++++++++++ ",
-" ++++++++++++ ....................... ++++++++ ....................... +++++++++++ ",
-" +++++++++++ ....................... ++++++++ ........................ ++++++++++++ ",
-" ++++++++++++ ....................... ++++++++ ....................... ++++++++++++ ",
-" ++++++++++++ ........................ +++++++++ ....................... ++++++++++++ ",
-" ++++++++++++ ........................ +++++++++ ....................... ++++++++++++ ",
-" +++++++++++++ ....................... ++++++++++ ........................ +++++++++++++ ",
-" +++++++++++++ ....................... ++++++++++ ........................ +++++++++++++ ",
-" ++++++++++++++ ........................ ++++++++++ ........................ +++++++++++++ ",
-" +++++++++++++ ........................ +++++++++++ ........................ ++++++++++++++ ",
-" ++++++++++++++ ........................ +++++++++++ ......................... ++++++++++++++ ",
-" +++++++++++++++ ........................ ++++++++++++ ........................ ++++++++++++++ ",
-" ++++++++++++++ ......................... ++++++++++++ ........................ +++++++++++++++ ",
-" +++++++++++++++ ......................... ++++++++++++ ........................ +++++++++++++++ ",
-" +++++++++++++++ ......................... +++++++++++++ @......................... +++++++++++++++ ",
-" +++++++++++++++ ......................... +++++++++++++ .......................... ++++++++++++++++ ",
-" ++++++++++++++++ .......................... ++++++++++++++ .......................... ++++++++++++++++ ",
-" ++++++++++++++++ .......................... ++++++++++++++ .......................... ++++++++++++++++ ",
-" ++++++++++++++++ .......................... ++++++++++++++ ........................... +++++++++++++++++ ",
-" +++++++++++++++++ ............................ +++++++++++++++ ........................... +++++++++++++++++ ",
-" +++++++++++++++++ ............................ +++++++++++++++ ........................... +++++++++++++++++ ",
-" +++++++++++++++++ ............................ ++++++++++++++++ ............................ ++++++++++++++++++ ",
-" ++++++++++++++++++ ............................. ++++++++++++++++ ............................. +++++++++++++++++ ",
-" ++++++++++++++++++ ............................. ++++++++++++++++ ............................. ++++++++++++++++++ ",
-" ++++++++++++++++++ .............................. +++++++++++++++++ ............................. +++++++++++++++++++ ",
-" +++++++++++++++++++ .............................. +++++++++++++++++ ............................... +++++++++++++++++++ ",
-" +++++++++++++++++++ ............................... ++++++++++++++++++ ............................... +++++++++++++++++++ ",
-" ++++++++++++++++++++ ................................ ++++++++++++++++++ ............................... +++++++++++++++++++ ",
-" +++++++++++++++++++ ................................ +++++++++++++++++++ ................................. ++++++++++++++++++++ ",
-" ++++++++++++++++++++ .................................. +++++++++++++++++++ ................................. ++++++++++++++++++++ ",
-" +++++++++++++++++++++ .................................. ++++++++++++++++++++ .................................. ++++++++++++++++++++ ",
-" +++++++++++++++++++++ ................................... ++++++++++++++++++++ ................................... +++++++++++++++++++++ ",
-" ++++++++++++++++++++++ .................................... +++++++++++++++++++++ .................................... +++++++++++++++++++++ ",
-" +++++++++++++++++++++ ..................................... +++++++++++++++++++++ .................................... ++++++++++++++++++++++ ",
-" ++++++++++++++++++++++ ..................................... +++++++++++++++++++++ ...................................... ++++++++++++++++++++++ ",
-" ++++++++++++++++++++++ ....................................... ++++++++++++++++++++++ ...................................... +++++++++++++++++++++++ ",
-" +++++++++++++++++++++++ ........................................ ++++++++++++++++++++++ ....................................... +++++++++++++++++++++++ ",
-" +++++++++++++++++++++++ ........................................ +++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ........................................ ++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++ ....................................... +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++ ........................................ ++++++++++++++++++++++++++ ....................................... ++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++ ....................................... ++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ....................................... +++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ .................................... +++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ .................................... ++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++ ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + ...................................... +++++++++++ ..................................... ++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ ..................................... ++++++++++ ...................................... +++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++ ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... .....................................$ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ......................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++ ................................................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++ .............................................................. ++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++ ............................................................. ++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++ ............................................................ +++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++ .......................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++ ......................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++ ........................................................ +++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ ...................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ ...................................................... ++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ .................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++ ................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ .................................................. ++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ ................................................ +++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ ............................................... +++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ .............................................. +++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++ ........................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++ .......................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ .......................................... +++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++ .............................................. ++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++ ............................................... +++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++ ................................................ +++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++ .................................................. ++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ .................................................... +++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ ..................................................... ++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ ....................................................... ++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ ........................................................ ++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ .......................................................... ++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ ............................................................ +++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ ............................................................. +++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++ ............................................................... +++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++ ................................................................ +++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++ .................................................................. +++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++ .................................................................... ++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ ..................................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ ....................................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++ ........................................................................ +++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................... ++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++ .............................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................................# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ........................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ............................................ +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................. +++++++++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++++++++ ............................................ ............................................. ++++++++++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++++++++ ............................................. ............................................ ++++++++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++++++++ ............................................. ............................................ +++++++++++++++++++++++++++++ ",
-" +++++++++++++++++++++++++++ ............................................. ............................................. +++++++++++++++++++++++++++ ",
-" ++++++++++++++++++++++++ ............................................ ............................................. ++++++++++++++++++++++++ ",
-" +++++++++++++++++++++ ............................................. ............................................. ++++++++++++++++++++++ ",
-" ++++++++++++++++++ ............................................. ............................................. +++++++++++++++++++ ",
-" +++++++++++++++++ ............................................. .............................................. ++++++++++++++++ ",
-" ++++++++++++++ ............................................. .............................................. ++++++++++++++ ",
-" ++++++++++++ .............................................. ............................................. +++++++++++ ",
-" +++++++++ .............................................. ............................................. +++++++++ ",
-" +++++++ .............................................. ++ ............................................. ++++++ ",
-" +++++ ............................................. ++++ .............................................. +++++ ",
-" ++ ............................................. +++++ .............................................. +++ ",
-" .............................................. ++++++ .............................................. ",
-" .............................................. ++++++++ .............................................. ",
-" .............................................. ++++++++++ ............................................... ",
-" .............................................. +++++++++++ ............................................... ",
-" .............................................. +++++++++++++ .............................................. ",
-" ............................................... ++++++++++++++ .............................................. ",
-" ............................................... ++++++++++++++++ .............................................. ",
-" .............................................. ++++++++++++++++++ .............................................. ",
-" .............................................. +++++++++++++++++++ ............................................... ",
-" .............................................. +++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++++++ ................................................ ",
-" ............................................... +++++++++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++++++++ ............................................... ",
-" ................................................ ++++++++++++++++++++++++++++++++ ............................................... ",
-" %............................................... ++++++++++++++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ............................................... +++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ............................................... +++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ............................................... ++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................& ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" *............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %............................................... ",
-" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ............................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
-" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
-" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
-" .............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
-" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
-" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................= ",
-" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
-" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
-" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
-" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
-" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
-" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
-" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
-" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
-" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
-" ........................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
-" .......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................... ",
-" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................... ",
-" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ......................................... ",
-" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
-" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
-" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
-" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................... ",
-" ....................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................... ",
-" ....................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ",
-" ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ",
-" ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
-" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
-" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
-" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................... ",
-" .................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
-" .................................... ++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++ .................................... ",
-" ................................... ++++++++++++++ +++++++++++++++++++++++++++++++++++++++++ +++++++++++++++ .................................... ",
-" .................................... ++++++++++++ ++++++++++++++++++++++++++++++++++++++ ++++++++++++ ................................... ",
-" ................................... ++++++++++ ++++++++++++++++++++++++++++++++++++ ++++++++++ ................................... ",
-" ................................... +++++++++ ++++++++++++++++++++++++++++++++++ ++++++++ .................................. ",
-" .................................. ++++++ ++++++++++++++++++++++++++++++++ +++++++ ................................... ",
-" ................................. +++++ +++++++++++++++++++++++++++++++ +++++ .................................. ",
-" .................................. +++ ++++++++++++++++++++++++++++++ +++ .................................. ",
-" ................................. ++ ++++++++++++++++++++++++++++++ + ................................. ",
-" ................................. +++++++++++++++++++++++++++++ ................................. ",
-" ................................. +++++++++++++++++++++++++++++ ................................. ",
-" ................................. +++++++++++++++++++++++++++++ ................................ ",
-" ................................ ++++++++++++++++++++++++++++++ ................................ ",
-" ................................ ++++++++++++++++++++++++++++++ ................................ ",
-" ................................ +++++++++++++++++++++++++++++++ ................................ ",
-" ............................... ++++++++++++++++++++++++++++++++ ............................... ",
-" %.............................. ++++++++++++++++++++++++++++++++++ ............................... ",
-" ............................... +++++++++++++++++++++++++++++++++++ ............................... ",
-" .............................. +++++++++++++++++++++++++++++++++++++ .............................. ",
-" .............................. ++++++++++++++++++++++++++++++++++++ .............................. ",
-" .............................. ++++++++++++++++++++++++++++++++++ .............................. ",
-" .............................. ++++++++++++++++++++++++++++++++ .............................. ",
-" .............................. ++++++++++++++++++++++++++++++ .............................. ",
-" ............................. +++++++++++++++++++++++++++++ ............................. ",
-" ............................. +++++++++++++++++++++++++++ ............................. ",
-" ............................. ++++++++++++++++++++++++++ ............................ ",
-" ............................ ++++++++++++++++++++++++ ............................. ",
-" ............................% ++++++++++++++++++++++ ............................ ",
-" ............................ +++++++++++++++++++++ ........................... ",
-" ........................... ++++++++++++++++++++ ............................ ",
-" ........................... ++++++++++++++++++ ........................... ",
-" ........................... +++++++++++++++++ ........................... ",
-" ........................... ++++++++++++++++ ........................... ",
-" .......................... ++++++++++++++ ........................... ",
-" .......................... +++++++++++++ .......................... ",
-" .......................... ++++++++++++ ......................... ",
-" .......................... +++++++++++ .......................... ",
-" ......................... ++++++++++ ......................... ",
-" ......................... ++++++++ ......................... ",
-" ......................... +++++++ ........................ ",
-" ........................ ++++++ ......................... ",
-" ........................ ++++++ ........................ ",
-" ........................ ++++ ........................ ",
-" ........................ ++++ ....................... ",
-" ....................... +++ ....................... ",
-" ....................... ++ ....................... ",
-" ...................... ++ ....................... ",
-" ...................... + ...................... ",
-" ....................... ...................... ",
-" ...................... ..................... ",
-" ...................... ...................... ",
-" ..................... ...................... ",
-" ..................... ..................... ",
-" .................... ..................... ",
-" .................... .................... ",
-" %................... .................... ",
-" .................... ................... ",
-" ................... .................... ",
-" ................... ................... ",
-" .................. ................... ",
-" .................. ................... ",
-" ................... .................. ",
-" .................. .................. ",
-" .................. ................. ",
-" ................. ................. ",
-" ................. ................. ",
-" ................. ................. ",
-" ................ ................. ",
-" ................ ................ ",
-" ............... ................ ",
-" ............... ............... ",
-" ............... ............... ",
-" .............. ............... ",
-" ............... .............. ",
-" .............. .............. ",
-" .............. ............. ",
-" .............. ............. ",
-" ............. ............. ",
-" ............. ............ ",
-" ............ ............ ",
-" ............ ............ ",
-" ............ ........... ",
-" ........... ............ ",
-" ........... ........... ",
-" ........... ........... ",
-" .......... ........... ",
-" .......... .......... ",
-" .......... .......... ",
-" ......... .......... ",
-" ......... ......... ",
-" ......... ......... ",
-" ........ ........- ",
-" ........ ........ ",
-" ....... ....... ",
-" ....... ....... ",
-" ....... ...... ",
-" ....... ...... ",
-" ...... ...... ",
-" ...... ..... ",
-" ...... ..... ",
-" ..... ..... ",
-" ..... .... ",
-" .... .... ",
-" ... .... ",
-" ... ... ",
-" ... ... ",
-" .. ... ",
-" .. ... ",
-" .. .. ",
-" .. .. ",
-" . .. ",
-" . ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" "};
+/* XPM */
+static char * SilentDragonXLite_xpm[] = {
+"512 512 11 1",
+" c None",
+". c #D82652",
+"+ c #FFFFFF",
+"@ c #D72652",
+"# c #D82552",
+"$ c #D82553",
+"% c #D82653",
+"& c #D82651",
+"* c #D92652",
+"= c #D82752",
+"- c #D82551",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" . ",
+" . ",
+" . ",
+" . ",
+" . . ",
+" . . ",
+" .. . ",
+" .. . ",
+" .. . ",
+" .. .. ",
+" .. .. ",
+" ... .. ",
+" .. .. ",
+" .. ... ",
+" .. ... ",
+" .. ... ",
+" ... ... ",
+" ... ... ",
+" ... .... ",
+" ... .... ",
+" .... .... ",
+" .... .... ",
+" .... ..... ",
+" .... ..... ",
+" ..... ..... ",
+" ..... ...... ",
+" ..... ...... ",
+" ...... ...... ",
+" ...... ....... ",
+" ...... ....... ",
+" ....... ....... ",
+" ....... ........ ",
+" ....... ........ ",
+" ........ ........ ",
+" ........ ......... ",
+" ......... ......... ",
+" ......... .......... ",
+" ......... .......... ",
+" .......... ........... ",
+" .......... ........... ",
+" ........... ........... ",
+" ........... ............ ",
+" ............ ............ ",
+" .............. ............. ",
+" .............. .............. ",
+" ............... .............. ",
+" ............... ............... ",
+" ................ ............... ",
+" ................. ................ ",
+" ................. ................. ",
+" .................. .................. ",
+" ................... .................. ",
+" ................... .................... ",
+" + .................... ..................... ",
+" + ..................... ...................... + ",
+" ++ ...................... ...................... + ",
+" ++ ....................... ....................... + ",
+" ++ .......................@ ........................ ++ ",
+" ++ ......................... ......................... ++ ",
+" ++ .......................... .......................... ++ ",
+" ++ ........................... ........................... +++ ",
+" +++ ............................ ............................ +++ ",
+" +++ ............................. .............................. ++++ ",
+" +++ .............................. ............................... +++ ",
+" ++++ ............................... ................................ +++ ",
+" ++++ ............................... ................................ ++++ ",
+" +++++ ............................... ............................... ++++ ",
+" ++++ ............................... ..............................# ++++ ",
+" ++++ .............................. .............................. +++++ ",
+" +++++ .............................. ............................. +++++ ",
+" +++++ ............................. ............................. ++++++ ",
+" ++++++ ............................ ............................. +++++ ",
+" ++++++ ............................ ............................ ++++++ ",
+" +++++++ ............................ + ............................ ++++++ ",
+" ++++++ ........................... + ........................... ++++++ ",
+" ++++++ ........................... ++ .......................... +++++++ ",
+" +++++++ .......................... ++ .......................... +++++++ ",
+" +++++++ .......................... ++ .......................... +++++++ ",
+" ++++++++ ......................... +++ .......................... +++++++ ",
+" ++++++++ ......................... +++ ......................... ++++++++ ",
+" ++++++++ ......................... ++++ ......................... ++++++++ ",
+" ++++++++ ......................... ++++ ........................ +++++++++ ",
+" +++++++++ ........................ ++++ ........................ ++++++++ ",
+" +++++++++ ........................ ++++ ......................... +++++++++ ",
+" +++++++++ ........................ +++++ ........................ +++++++++ ",
+" +++++++++ ........................ +++++ ........................ ++++++++++ ",
+" ++++++++++ ........................ ++++++ ........................ ++++++++++ ",
+" ++++++++++ ........................ ++++++ ....................... ++++++++++ ",
+" +++++++++++ ....................... ++++++ ........................ ++++++++++ ",
+" ++++++++++ ....................... +++++++ ........................ +++++++++++ ",
+" +++++++++++ ........................ +++++++ ....................... +++++++++++ ",
+" +++++++++++ ....................... +++++++ ....................... +++++++++++ ",
+" ++++++++++++ ....................... ++++++++ ....................... +++++++++++ ",
+" +++++++++++ ....................... ++++++++ ........................ ++++++++++++ ",
+" ++++++++++++ ....................... ++++++++ ....................... ++++++++++++ ",
+" ++++++++++++ ........................ +++++++++ ....................... ++++++++++++ ",
+" ++++++++++++ ........................ +++++++++ ....................... ++++++++++++ ",
+" +++++++++++++ ....................... ++++++++++ ........................ +++++++++++++ ",
+" +++++++++++++ ....................... ++++++++++ ........................ +++++++++++++ ",
+" ++++++++++++++ ........................ ++++++++++ ........................ +++++++++++++ ",
+" +++++++++++++ ........................ +++++++++++ ........................ ++++++++++++++ ",
+" ++++++++++++++ ........................ +++++++++++ ......................... ++++++++++++++ ",
+" +++++++++++++++ ........................ ++++++++++++ ........................ ++++++++++++++ ",
+" ++++++++++++++ ......................... ++++++++++++ ........................ +++++++++++++++ ",
+" +++++++++++++++ ......................... ++++++++++++ ........................ +++++++++++++++ ",
+" +++++++++++++++ ......................... +++++++++++++ @......................... +++++++++++++++ ",
+" +++++++++++++++ ......................... +++++++++++++ .......................... ++++++++++++++++ ",
+" ++++++++++++++++ .......................... ++++++++++++++ .......................... ++++++++++++++++ ",
+" ++++++++++++++++ .......................... ++++++++++++++ .......................... ++++++++++++++++ ",
+" ++++++++++++++++ .......................... ++++++++++++++ ........................... +++++++++++++++++ ",
+" +++++++++++++++++ ............................ +++++++++++++++ ........................... +++++++++++++++++ ",
+" +++++++++++++++++ ............................ +++++++++++++++ ........................... +++++++++++++++++ ",
+" +++++++++++++++++ ............................ ++++++++++++++++ ............................ ++++++++++++++++++ ",
+" ++++++++++++++++++ ............................. ++++++++++++++++ ............................. +++++++++++++++++ ",
+" ++++++++++++++++++ ............................. ++++++++++++++++ ............................. ++++++++++++++++++ ",
+" ++++++++++++++++++ .............................. +++++++++++++++++ ............................. +++++++++++++++++++ ",
+" +++++++++++++++++++ .............................. +++++++++++++++++ ............................... +++++++++++++++++++ ",
+" +++++++++++++++++++ ............................... ++++++++++++++++++ ............................... +++++++++++++++++++ ",
+" ++++++++++++++++++++ ................................ ++++++++++++++++++ ............................... +++++++++++++++++++ ",
+" +++++++++++++++++++ ................................ +++++++++++++++++++ ................................. ++++++++++++++++++++ ",
+" ++++++++++++++++++++ .................................. +++++++++++++++++++ ................................. ++++++++++++++++++++ ",
+" +++++++++++++++++++++ .................................. ++++++++++++++++++++ .................................. ++++++++++++++++++++ ",
+" +++++++++++++++++++++ ................................... ++++++++++++++++++++ ................................... +++++++++++++++++++++ ",
+" ++++++++++++++++++++++ .................................... +++++++++++++++++++++ .................................... +++++++++++++++++++++ ",
+" +++++++++++++++++++++ ..................................... +++++++++++++++++++++ .................................... ++++++++++++++++++++++ ",
+" ++++++++++++++++++++++ ..................................... +++++++++++++++++++++ ...................................... ++++++++++++++++++++++ ",
+" ++++++++++++++++++++++ ....................................... ++++++++++++++++++++++ ...................................... +++++++++++++++++++++++ ",
+" +++++++++++++++++++++++ ........................................ ++++++++++++++++++++++ ....................................... +++++++++++++++++++++++ ",
+" +++++++++++++++++++++++ ........................................ +++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ......................................... +++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++ ........................................ ++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++ ....................................... +++++++++++++++++++++++++ ........................................ +++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++ ........................................ ++++++++++++++++++++++++++ ....................................... ++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++ ....................................... ++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ....................................... +++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ .................................... +++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++ .................................... ++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++ ...................................... +++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++ ..................................... +++++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ++++++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++++++ ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + ...................................... +++++++++++ ..................................... ++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ ..................................... ++++++++++ ...................................... +++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++++ ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++++ ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... +++ ..................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ++ ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... .....................................$ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ...................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ......................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++ ................................................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++ .............................................................. ++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++ ............................................................. ++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++ ............................................................ +++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++ .......................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++ ......................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++ ........................................................ +++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ ...................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ ...................................................... ++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ .................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++ ................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ .................................................. ++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ ................................................ +++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ ............................................... +++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ .............................................. +++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++ ........................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++ .......................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++ ......................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ .......................................... +++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++ .............................................. ++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++ ............................................... +++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++ ................................................ +++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++ .................................................. ++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ .................................................... +++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ ..................................................... ++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ ....................................................... ++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ ........................................................ ++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ .......................................................... ++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ ............................................................ +++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ ............................................................. +++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++ ............................................................... +++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++ ................................................................ +++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++ .................................................................. +++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++ .................................................................... ++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ ..................................................................... +++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ ....................................................................... ++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++ ........................................................................ +++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................... ++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++ .............................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++ ............................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................................................. +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................................................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................................................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................................................................# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ........................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ............................................ +++++++++++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ +++++++++++++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................ +++++++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++++++ ............................................ ............................................. +++++++++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++++++++ ............................................ ............................................. ++++++++++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++++++++ ............................................. ............................................ ++++++++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++++++++ ............................................. ............................................ +++++++++++++++++++++++++++++ ",
+" +++++++++++++++++++++++++++ ............................................. ............................................. +++++++++++++++++++++++++++ ",
+" ++++++++++++++++++++++++ ............................................ ............................................. ++++++++++++++++++++++++ ",
+" +++++++++++++++++++++ ............................................. ............................................. ++++++++++++++++++++++ ",
+" ++++++++++++++++++ ............................................. ............................................. +++++++++++++++++++ ",
+" +++++++++++++++++ ............................................. .............................................. ++++++++++++++++ ",
+" ++++++++++++++ ............................................. .............................................. ++++++++++++++ ",
+" ++++++++++++ .............................................. ............................................. +++++++++++ ",
+" +++++++++ .............................................. ............................................. +++++++++ ",
+" +++++++ .............................................. ++ ............................................. ++++++ ",
+" +++++ ............................................. ++++ .............................................. +++++ ",
+" ++ ............................................. +++++ .............................................. +++ ",
+" .............................................. ++++++ .............................................. ",
+" .............................................. ++++++++ .............................................. ",
+" .............................................. ++++++++++ ............................................... ",
+" .............................................. +++++++++++ ............................................... ",
+" .............................................. +++++++++++++ .............................................. ",
+" ............................................... ++++++++++++++ .............................................. ",
+" ............................................... ++++++++++++++++ .............................................. ",
+" .............................................. ++++++++++++++++++ .............................................. ",
+" .............................................. +++++++++++++++++++ ............................................... ",
+" .............................................. +++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++++++ ................................................ ",
+" ............................................... +++++++++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++++++++ ............................................... ",
+" ................................................ ++++++++++++++++++++++++++++++++ ............................................... ",
+" %............................................... ++++++++++++++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ............................................... +++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ............................................... +++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ............................................... ++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................& ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" *............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %............................................... ",
+" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ................................................ ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ................................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ............................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................... ",
+" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
+" ............................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
+" .............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
+" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................. ",
+" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .............................................= ",
+" .............................................. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
+" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
+" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
+" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................. ",
+" ............................................. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
+" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
+" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ............................................ ",
+" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
+" ............................................ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
+" ........................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................... ",
+" .......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................... ",
+" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .......................................... ",
+" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ......................................... ",
+" ......................................... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
+" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
+" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ........................................ ",
+" ........................................ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................... ",
+" ....................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ....................................... ",
+" ....................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ",
+" ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ...................................... ",
+" ...................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
+" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
+" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
+" ..................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .................................... ",
+" .................................... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ..................................... ",
+" .................................... ++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++ .................................... ",
+" ................................... ++++++++++++++ +++++++++++++++++++++++++++++++++++++++++ +++++++++++++++ .................................... ",
+" .................................... ++++++++++++ ++++++++++++++++++++++++++++++++++++++ ++++++++++++ ................................... ",
+" ................................... ++++++++++ ++++++++++++++++++++++++++++++++++++ ++++++++++ ................................... ",
+" ................................... +++++++++ ++++++++++++++++++++++++++++++++++ ++++++++ .................................. ",
+" .................................. ++++++ ++++++++++++++++++++++++++++++++ +++++++ ................................... ",
+" ................................. +++++ +++++++++++++++++++++++++++++++ +++++ .................................. ",
+" .................................. +++ ++++++++++++++++++++++++++++++ +++ .................................. ",
+" ................................. ++ ++++++++++++++++++++++++++++++ + ................................. ",
+" ................................. +++++++++++++++++++++++++++++ ................................. ",
+" ................................. +++++++++++++++++++++++++++++ ................................. ",
+" ................................. +++++++++++++++++++++++++++++ ................................ ",
+" ................................ ++++++++++++++++++++++++++++++ ................................ ",
+" ................................ ++++++++++++++++++++++++++++++ ................................ ",
+" ................................ +++++++++++++++++++++++++++++++ ................................ ",
+" ............................... ++++++++++++++++++++++++++++++++ ............................... ",
+" %.............................. ++++++++++++++++++++++++++++++++++ ............................... ",
+" ............................... +++++++++++++++++++++++++++++++++++ ............................... ",
+" .............................. +++++++++++++++++++++++++++++++++++++ .............................. ",
+" .............................. ++++++++++++++++++++++++++++++++++++ .............................. ",
+" .............................. ++++++++++++++++++++++++++++++++++ .............................. ",
+" .............................. ++++++++++++++++++++++++++++++++ .............................. ",
+" .............................. ++++++++++++++++++++++++++++++ .............................. ",
+" ............................. +++++++++++++++++++++++++++++ ............................. ",
+" ............................. +++++++++++++++++++++++++++ ............................. ",
+" ............................. ++++++++++++++++++++++++++ ............................ ",
+" ............................ ++++++++++++++++++++++++ ............................. ",
+" ............................% ++++++++++++++++++++++ ............................ ",
+" ............................ +++++++++++++++++++++ ........................... ",
+" ........................... ++++++++++++++++++++ ............................ ",
+" ........................... ++++++++++++++++++ ........................... ",
+" ........................... +++++++++++++++++ ........................... ",
+" ........................... ++++++++++++++++ ........................... ",
+" .......................... ++++++++++++++ ........................... ",
+" .......................... +++++++++++++ .......................... ",
+" .......................... ++++++++++++ ......................... ",
+" .......................... +++++++++++ .......................... ",
+" ......................... ++++++++++ ......................... ",
+" ......................... ++++++++ ......................... ",
+" ......................... +++++++ ........................ ",
+" ........................ ++++++ ......................... ",
+" ........................ ++++++ ........................ ",
+" ........................ ++++ ........................ ",
+" ........................ ++++ ....................... ",
+" ....................... +++ ....................... ",
+" ....................... ++ ....................... ",
+" ...................... ++ ....................... ",
+" ...................... + ...................... ",
+" ....................... ...................... ",
+" ...................... ..................... ",
+" ...................... ...................... ",
+" ..................... ...................... ",
+" ..................... ..................... ",
+" .................... ..................... ",
+" .................... .................... ",
+" %................... .................... ",
+" .................... ................... ",
+" ................... .................... ",
+" ................... ................... ",
+" .................. ................... ",
+" .................. ................... ",
+" ................... .................. ",
+" .................. .................. ",
+" .................. ................. ",
+" ................. ................. ",
+" ................. ................. ",
+" ................. ................. ",
+" ................ ................. ",
+" ................ ................ ",
+" ............... ................ ",
+" ............... ............... ",
+" ............... ............... ",
+" .............. ............... ",
+" ............... .............. ",
+" .............. .............. ",
+" .............. ............. ",
+" .............. ............. ",
+" ............. ............. ",
+" ............. ............ ",
+" ............ ............ ",
+" ............ ............ ",
+" ............ ........... ",
+" ........... ............ ",
+" ........... ........... ",
+" ........... ........... ",
+" .......... ........... ",
+" .......... .......... ",
+" .......... .......... ",
+" ......... .......... ",
+" ......... ......... ",
+" ......... ......... ",
+" ........ ........- ",
+" ........ ........ ",
+" ....... ....... ",
+" ....... ....... ",
+" ....... ...... ",
+" ....... ...... ",
+" ...... ...... ",
+" ...... ..... ",
+" ...... ..... ",
+" ..... ..... ",
+" ..... .... ",
+" .... .... ",
+" ... .... ",
+" ... ... ",
+" ... ... ",
+" .. ... ",
+" .. ... ",
+" .. .. ",
+" .. .. ",
+" . .. ",
+" . ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/res/add_contact.svg b/res/add_contact.svg
index 30899b8..1f1b560 100644
--- a/res/add_contact.svg
+++ b/res/add_contact.svg
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/res/css/Blue.css b/res/css/Blue.css
index 25d810e..5976091 100644
--- a/res/css/Blue.css
+++ b/res/css/Blue.css
@@ -1,1732 +1,1732 @@
-WalletFrame {
-border-image: url(':/images/blue/res/images/blue/blue_walletFrame_bg') 0 0 0 0 stretch stretch;
-border-top:0px solid #000;
-margin:0;
-padding:0;
-background: #f6f7f8;
-}
-
-QStatusBar {
- background: #c5cad3;
- border: 0;
- color: #3b4c6b;
- height: 36px;
- min-height: 36px;
- padding: 0;
-}
-
-.QFrame {
-background-color:transparent;
-border:0px solid #fff;
-}
-
-QMenuBar {
-background-color:#fff;
-}
-
-QMenuBar::item {
-background-color:#fff;
-color: #333;
-}
-
-QMenuBar::item:selected {
-background-color:#f8f6f6;
-}
-
-QMenu {
-background-color:#f8f6f6;
-}
-
-QMenu::item {
-color:#333;
-}
-
-QMenu::item:selected {
-background-color:#f2f0f0;
-color:#333;
-}
-
-QToolBar {
- background: #c5cad3;
- border: 0;
- color: #3b4c6b;
- height: 36px;
- min-height: 36px;
- padding: 0;
-}
-
-QToolBar > QToolButton {
-background-color:#01698d;
-border:0px solid #333;
-min-height:2.5em;
-padding: 0em 1em;
-font-weight:bold;
-color:#fff;
-}
-
-QToolBar > QToolButton:checked {
-background-color:#fff;
-color:#333;
-font-weight:bold;
-}
-
-QMessageBox {
-background-color:#F8F6F6;
-}
-
-/*******************************************************/
-
-QLabel { /* Base Text Size & Color */
-font-size:13px;
-color:#3b4c6b;
-}
-
-.QCheckBox { /* Checkbox Labels */
-color:#3b4c6b;
-background-color:transparent;
-}
-
-.QCheckBox:hover {
-background-color:transparent;
-}
-
-.QValidatedLineEdit, .QLineEdit { /* Text Entry Fields */
-border: 1px solid #01698d;
-font-size:11px;
-min-height:25px;
-outline:0;
-padding:3px;
-background-color:#fcfcfc;
-}
-
-.QLineEdit:!focus {
-font-size:12px;
-}
-
-.QValidatedLineEdit:disabled, .QLineEdit:disabled {
-background-color:#f2f2f2;
-}
-
-/*******************************************************/
-
-QPushButton { /* Global Button Style */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #64ACD2, stop: .1 #01698d, stop: .95 #01698d, stop: 1 #1D80B5);
-border:0;
-border-radius:10px;
-color:#ffffff;
-font-size:12px;
-font-weight:bold;
-padding-left:25px;
-padding-right:25px;
-padding-top:5px;
-padding-bottom:5px;
-min-height:25px;
-}
-
-QPushButton:hover,
-.QPushButton:hover {
- background: rgb(186, 190, 194);
- color: #FFF;
-}
-
-QPushButton:focus {
-border:none;
-outline:none;
-}
-
-QPushButton:pressed {
-border:1px solid #333;
-}
-
-QComboBox { /* Dropdown Menus */
-border:1px solid #82C3E6;
-padding: 3px 5px 3px 5px;
-background:#fcfcfc;
-min-height:25px;
-color:#01698d;
-}
-
-QComboBox:checked {
-background:#f2f2f2;
-}
-
-QComboBox:editable {
-background: #01698d;
-color:#616161;
-border:0px solid transparent;
-}
-
-QComboBox::drop-down {
-width:25px;
-border:0px;
-}
-
-QComboBox::down-arrow {
-border-image: url(':/images/blue/res/images/blue/blue_downArrow') 0 0 0 0 stretch stretch;
-}
-
-QComboBox QListView {
-background:#fff;
-border:1px solid #333;
-padding-right:1px;
-padding-left:1px;
-}
-
-QComboBox QAbstractItemView::item { margin:4px; }
-
-QComboBox::item {
-color:#01698d;
-}
-
-QComboBox::item:alternate {
-background:#fff;
-}
-
-QComboBox::item:selected {
-border:0px solid transparent;
-background:#f2f2f2;
-}
-
-QComboBox::indicator {
-background-color:transparent;
-selection-background-color:transparent;
-color:transparent;
-selection-color:transparent;
-}
-
-QAbstractSpinBox {
-border:1px solid #82C3E6;
-padding: 3px 5px 3px 5px;
-background:#fcfcfc;
-min-height:25px;
-color:#01698d;
-}
-
-QAbstractSpinBox::up-button {
-subcontrol-origin: border;
-subcontrol-position: top right;
-width:21px;
-background:#fcfcfc;
-border-left:0px;
-border-right:1px solid #82C3E6;
-border-top:1px solid #82C3E6;
-border-bottom:0px;
-padding-right:1px;
-padding-left:5px;
-padding-top:2px;
-}
-
-QAbstractSpinBox::up-arrow {
-image:url(':/images/blue/res/images/blue/blue_upArrow_small');
-}
-
-QAbstractSpinBox::down-button {
-subcontrol-origin: border;
-subcontrol-position: bottom right;
-width:21px;
-background:#fcfcfc;
-border-top:0px;
-border-left:0px;
-border-right:1px solid #82C3E6;
-border-bottom:1px solid #82C3E6;
-padding-right:1px;
-padding-left:5px;
-padding-bottom:2px;
-}
-
-QAbstractSpinBox::down-arrow {
-image:url(':/images/blue/res/images/blue/blue_downArrow_small');
-}
-
-QCheckBox {
-spacing: 5px;
-}
-
-QCheckBox::indicator {
-width: 16px;
-height: 16px;
-}
-
-QCheckBox::indicator:unchecked {
-image:url(':/images/blue/res/images/blue/unchecked');
-}
-
-QCheckBox::indicator:unchecked:hover {
-image:url(':/images/blue/res/images/blue/unchecked');
-}
-
-QCheckBox::indicator:unchecked:pressed {
-image:url(':/images/blue/res/images/blue/checked');
-}
-
-QCheckBox::indicator:checked {
-image:url(':/images/blue/res/images/blue/checked');
-}
-
-QCheckBox::indicator:checked:hover {
-image:url(':/images/blue/res/images/blue/checked');
-}
-
-QCheckBox::indicator:checked:pressed {
-image:url(':/images/blue/res/images/blue/unchecked');
-}
-
-QCheckBox::indicator:indeterminate:hover {
-image:url(':/images/blue/res/images/blue/unchecked');
-}
-
-QCheckBox::indicator:indeterminate:pressed {
-image:url(':/images/blue/res/images/blue/checked');
-}
-
-
-/*******************************************************/
-
-QHeaderView { /* Table Header */
-background-color:transparent;
-}
-
-QHeaderView::section { /* Table Header Sections */
-qproperty-alignment:center;
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #4c97bf, stop: 1 #01698d);
-color:#fff;
-min-height:25px;
-font-weight:bold;
-font-size:11px;
-outline:0;
-border:0px solid #fff;
-border-right:1px solid #fff;
-padding-left:5px;
-padding-right:5px;
-padding-top:2px;
-padding-bottom:2px;
-}
-
-QHeaderView::section:last {
-border-right: 0px solid #d7d7d7;
-}
-
-.QScrollArea {
-background:transparent;
-border:0px;
-}
-
-.QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
-background:transparent;
-border:0px solid #fff;
-}
-
-QTableView::item { /* Table Item */
-background-color:#fcfcfc;
-font-size:12px;
-}
-
-QTableView::item:selected { /* Table Item Selected */
-background-color:rgb(186, 190, 194);
-color:#333;
-}
-
-QScrollBar { /* Scroll Bar */
-
-}
-
-QScrollBar:vertical { /* Vertical Scroll Bar Attributes */
-border:0;
-background:#ffffff;
-width:18px;
-margin: 18px 0px 18px 0px;
-}
-
-QScrollBar:horizontal { /* Horizontal Scroll Bar Attributes */
-border:0;
-background:#ffffff;
-height:18px;
-margin: 0px 18px 0px 18px;
-}
-
-
-QScrollBar::handle:vertical { /* Scroll Bar Slider - vertical */
-background:#e0e0e0;
-min-height:10px;
-}
-
-QScrollBar::handle:horizontal { /* Scroll Bar Slider - horizontal */
-background:#e0e0e0;
-min-width:10px;
-}
-
-QScrollBar::add-page, QScrollBar::sub-page { /* Scroll Bar Background */
-background:#F8F6F6;
-}
-
-QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical, QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { /* Define Arrow Button Dimensions */
-background-color:#F8F6F6;
-border: 1px solid #f2f0f0;
-width:16px;
-height:16px;
-}
-
-QScrollBar::add-line:vertical:pressed, QScrollBar::sub-line:vertical:pressed, QScrollBar::add-line:horizontal:pressed, QScrollBar::sub-line:horizontal:pressed {
-background-color:#e0e0e0;
-}
-
-QScrollBar::sub-line:vertical { /* Vertical - top button position */
-subcontrol-position:top;
-subcontrol-origin: margin;
-}
-
-QScrollBar::add-line:vertical { /* Vertical - bottom button position */
-subcontrol-position:bottom;
-subcontrol-origin: margin;
-}
-
-QScrollBar::sub-line:horizontal { /* Vertical - left button position */
-subcontrol-position:left;
-subcontrol-origin: margin;
-}
-
-QScrollBar::add-line:horizontal { /* Vertical - right button position */
-subcontrol-position:right;
-subcontrol-origin: margin;
-}
-
-QScrollBar:up-arrow, QScrollBar:down-arrow, QScrollBar:left-arrow, QScrollBar:right-arrow { /* Arrows Icon */
-width:10px;
-height:10px;
-}
-
-QScrollBar:up-arrow {
-background-image: url(':/images/blue/res/images/blue/blue_upArrow_small');
-}
-
-QScrollBar:down-arrow {
-background-image: url(':/images/blue/res/images/blue/blue_downArrow_small');
-}
-
-QScrollBar:left-arrow {
-background-image: url(':/images/blue/res/images/blue/blue_leftArrow_small.png');
-}
-
-QScrollBar:right-arrow {
-background-image: url(':/images/blue/res/images/blue/blue_rightArrow_small.png');
-}
-
-
-/*******************************************************/
-
-/* DIALOG BOXES */
-
-QDialog .QTabWidget {
-border-bottom:1px solid #333;
-}
-
-QDialog .QTabWidget::pane {
-border: 1px solid #d7d7d7;
-}
-
-.QTabWidget QTabBar::tab {
-background-color:#01698D;
-color:#FFFFFF;
-padding-left:20px;
-padding-right:20px;
-padding-top:5px;
-padding-bottom:5px;
-border-top: 1px solid #d7d7d7;
-border: 1px solid white;
-min-height: 9px;
-}
-
-.QTabWidget QTabBar::tab:first {
-border-left: 1px solid #01698D;
-}
-
-.QTabWidget QTabBar::tab:last {
-border-right: 1px solid #343A40;
-}
-
-.QTabWidget QTabBar::tab:selected {
-background-color:#FFFFFF;
-color:#000;
-border: 1px ridge #01698D;
-
-}
-
-.QTabWidget QTabBar::tab:hover {
-background-color:rgb(186, 190, 194);
-color:#FFFFFF;
-border: 1px ridge #FFFFFF;
-}
-
-QDialog .QTabWidget .QWidget {
-background-color:#fff;
-color:#333;
-}
-
-QDialog .QTabWidget .QWidget QAbstractSpinBox {
-min-height:15px;
-}
-
-QDialog .QTabWidget .QWidget QAbstractSpinBox::down-button {
-width:15px;
-}
-
-QDialog .QTabWidget .QWidget QAbstractSpinBox::up-button {
-width:15px;
-}
-
-QDialog .QTabWidget .QWidget QComboBox {
-min-height:15px;
-}
-
-QDialog QWidget { /* Remove Annoying Focus Rectangle */
-outline: 0;
-}
-
-/*******************************************************/
-/* FILE MENU */
-
-/* Dialog: Open URI */
-QDialog#OpenURIDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#OpenURIDialog QLabel#label { /* URI Label */
-font-weight:bold;
-}
-
-QDialog#OpenURIDialog QPushButton#selectFileButton { /* ... Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#OpenURIDialog QPushButton#selectFileButton:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QDialog#OpenURIDialog QPushButton#selectFileButton:pressed {
-border:1px solid #9e9e9e;
-}
-
-/* Dialog: Sign / Verify Message */
-QDialog#SignVerifyMessageDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_SM { /* Address Book Button */
-background-color:transparent;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#SignVerifyMessageDialog QPlainTextEdit { /* Message Signing Text */
-border:1px solid #82C3E6;
-background-color:#fff;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#pasteButton_SM { /* Paste Button */
-qproperty-icon: url(":/icons/blue/res/icons/blue/blue_editpaste");
-background-color:transparent;
-padding-left:15px;
-}
-
-QDialog#SignVerifyMessageDialog QLineEdit:!focus { /* Font Hack */
-font-size:10px;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#copySignatureButton_SM { /* Copy Button */
-qproperty-icon: url(":/icons/blue/res/icons/blue/blue_editcopy");
-background-color:transparent;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM { /* Clear Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM:pressed {
-border:1px solid #9e9e9e;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_VM { /* Verify Message - Address Book Button */
-background-color:transparent;
-border:0;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM { /* Verify Message - Clear Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM:pressed {
-border:1px solid #9e9e9e;
-}
-
-/* Dialog: Send and Receive */
-QWidget#AddressBookPage {
-background-color:#F8F6F6;
-}
-
-QWidget#AddressBookPage QPushButton#newAddress { /* New Address Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QWidget#AddressBookPage QPushButton#newAddress:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget#AddressBookPage QPushButton#newAddress:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget#AddressBookPage QPushButton#copyAddress { /* Copy Address Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QWidget#AddressBookPage QPushButton#copyAddress:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget#AddressBookPage QPushButton#copyAddress:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget#AddressBookPage QPushButton#showAddressQRCode { /* Show Address QR code Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QWidget#AddressBookPage QPushButton#showAddressQRCode:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget#AddressBookPage QPushButton#showAddressQRCode:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget#AddressBookPage QPushButton#deleteAddress { /* Delete Address Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QWidget#AddressBookPage QPushButton#deleteAddress:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget#AddressBookPage QPushButton#deleteAddress:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget#AddressBookPage QTableView { /* Address Listing */
-font-size:12px;
-}
-
-QWidget#AddressBookPage QHeaderView::section { /* Min width for Windows fix */
-min-width:260px;
-}
-
-/* SETTINGS MENU */
-
-/* Encrypt Wallet and Change Passphrase Dialog */
-QDialog#AskPassphraseDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#AskPassphraseDialog QLabel#passLabel1, QDialog#AskPassphraseDialog QLabel#passLabel2, QDialog#AskPassphraseDialog QLabel#passLabel3 {
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:170px;
-min-height:33px; /* base width of 25px for QLineEdit, plus padding and border */
-}
-
-/* Options Dialog */
-QDialog#OptionsDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#OptionsDialog QValueComboBox, QDialog#OptionsDialog QSpinBox {
-margin-top:5px;
-margin-bottom:5px;
-}
-
-QDialog#OptionsDialog QValidatedLineEdit, QDialog#OptionsDialog QValidatedLineEdit:disabled, QDialog#OptionsDialog QLineEdit, QDialog#OptionsDialog QLineEdit:disabled {
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-min-height:20px;
-margin-top:0px;
-margin-bottom:0px;
-padding-top:1px;
-padding-bottom:1px;
-}
-
-QDialog#OptionsDialog > QLabel {
-qproperty-alignment: 'AlignVCenter';
-min-height:20px;
-}
-
-QDialog#OptionsDialog QWidget#tabDisplay QValueComboBox {
-margin-top:0px;
-margin-bottom:0px;
-}
-
-QDialog#OptionsDialog QLabel#label_3 { /* Translations Missing? Label */
-qproperty-alignment: 'AlignVCenter | AlignCenter';
-color:#01698d;
-padding-bottom:8px;
-}
-
-QDialog#OptionsDialog QCheckBox {
-min-height:20px;
-}
-
-QDialog#OptionsDialog QCheckBox#displayAddresses {
-min-height:33px;
-
-}
-
-/* TOOLS MENU */
-
-QDialog#RPCConsole { /* RPC Console Dialog Box */
-background-color:#F8F6F6;
-}
-
-QDialog#RPCConsole QWidget#tab_info QLabel#label_11, QDialog#RPCConsole QWidget#tab_info QLabel#label_10 { /* Margin between Network and Block Chain headers */
-qproperty-alignment: 'AlignBottom';
-min-height:25px;
-min-width:180px;
-}
-
-QDialog#RPCConsole QWidget#tab_peers QLabel#peerHeading { /* Peers Info Header */
-color:#01698d;
-}
-
-QDialog#RPCConsole QPushButton#openDebugLogfileButton {
-max-width:60px;
-}
-
-QDialog#RPCConsole QTextEdit#messagesWidget { /* Console Messages Window */
-border:0;
-}
-
-QDialog#RPCConsole QLineEdit#lineEdit { /* Console Input */
-margin-right:5px;
-}
-
-QDialog#RPCConsole QPushButton#clearButton { /* Console Clear Button */
-background-color:transparent;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#RPCConsole .QGroupBox #line { /* Network In Line */
-background-color:#00ff00;
-}
-
-QDialog#RPCConsole .QGroupBox #line_2 { /* Network Out Line */
-background:#ff0000;
-}
-
-/* HELP MENU */
-
-/* Command Line Options Dialog */
-QDialog#HelpMessageDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#HelpMessageDialog QScrollArea * {
-background-color:#ffffff;
-}
-
-QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScrollBar:horizontal {
-border:0;
-}
-
-/* About Dash Dialog */
-QDialog#AboutDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Dash Contents */
-margin-left:10px;
-}
-
-QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dash text */
-margin-right:10px;
-}
-
-/* Edit Address Dialog */
-QDialog#EditAddressDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#EditAddressDialog QLabel {
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-height:27px;
-font-weight:normal;
-padding-right:5px;
-}
-
-/* OVERVIEW SCREEN */
-
-QWidget .QFrame#frame { /* Wallet Balance */
-min-width:490px;
-}
-
-QWidget .QFrame#frame > .QLabel {
-min-width:190px;
-font-weight:normal;
-min-height:30px;
-}
-
-QWidget .QFrame#frame .QLabel#label_5 { /* Wallet Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-background-color:transparent;
-color:#fff;
-margin-right:5px;
-padding-right:5px;
-}
-
-QWidget .QFrame#frame .QLabel#labelWalletStatus { /* Wallet Sync Status */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-margin-left:3px;
-}
-
-QWidget .QFrame#frame .QLabel#labelSpendable { /* Spendable Header */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:18px;
-}
-
-QWidget .QFrame#frame .QLabel#labelWatchonly { /* Watch-only Header */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:16px;
-}
-
-QWidget .QFrame#frame .QLabel#labelBalanceText { /* Available Balance Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-background-color:#01698d;
-color:#ffffff;
-margin-right:5px;
-padding-right:5px;
-font-weight:bold;
-font-size:14px;
-min-height:35px;
-}
-
-QWidget .QFrame#frame .QLabel#labelBalance { /* Available Balance */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-font-weight:bold;
-color:#01698d;
-margin-left:0px;
-}
-
-QWidget .QFrame#frame .QLabel#labelWatchAvailable { /* Watch-only Balance */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:16px;
-}
-
-QWidget .QFrame#frame .QLabel#labelPendingText { /* Pending Balance Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-font-size:12px;
-background-color:#F8F6F6;
-margin-right:5px;
-padding-right:5px;
-}
-
-QWidget .QFrame#frame .QLabel#labelUnconfirmed { /* Pending Balance */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:0px;
-}
-
-QWidget .QFrame#frame .QLabel#labelWatchPending { /* Watch-only Pending Balance */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:16px;
-}
-
-QWidget .QFrame#frame .QLabel#labelImmatureText { /* Immature Balance Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-font-size:12px;
-background-color:#F8F6F6;
-margin-right:5px;
-padding-right:5px;
-}
-
-QWidget .QFrame#frame .QLabel#labelImmature { /* Immature Balance */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:0px;
-}
-
-QWidget .QFrame#frame .QLabel#labelWatchImmature { /* Watch-only Immature Balance */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:16px;
-}
-
-QWidget .QFrame#frame .QLabel#labelTotalText { /* Total Balance Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-font-size:12px;
-background-color:#F8F6F6;
-margin-right:5px;
-padding-right:5px;
-}
-
-QWidget .QFrame#frame .QLabel#labelTotal { /* Total Balance */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:0px;
-}
-
-QWidget .QFrame#frame .QLabel#labelWatchTotal { /* Watch-only Total Balance */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-font-size:12px;
-margin-left:16px;
-}
-
-/* PRIVATESEND WIDGET */
-
-QWidget .QFrame#framePrivateSend { /* PrivateSend Widget */
-background-color:transparent;
-max-width: 451px;
-min-width: 451px;
-max-height: 350px;
-}
-
-QWidget .QFrame#framePrivateSend .QWidget#layoutWidgetPrivateSendHeader { /* PrivateSend Header */
-max-width: 421px;
-min-width: 421px;
-}
-
-QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendHeader { /* PrivateSend Header */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-background-color:#01698d;
-color:#fff;
-margin-right:5px;
-padding-right:5px;
-font-weight:bold;
-font-size:14px;
-min-height:35px;
-max-height:35px;
-}
-/******************************************************************/
-QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendSyncStatus { /* PrivateSend Sync Status */
-qproperty-alignment: 'AlignVCenter | AlignLeft';
-margin-left:2px;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget {
-max-width: 451px;
-max-height: 175px;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget > .QLabel {
-min-width:175px;
-font-weight:normal;
-min-height:25px;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelPrivateSendEnabledText { /* PrivateSend Status Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-background-color:#F8F6F6;
-margin-right:5px;
-padding-right:5px;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelPrivateSendEnabled { /* PrivateSend Status */
-
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelCompletitionText { /* PrivateSend Completion Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-background-color:#F8F6F6;
-margin-right:5px;
-padding-right:5px;
-
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QProgressBar#privateSendProgress { /* PrivateSend Completion */
-border: 1px solid #01698d;
-border-radius: 10px;
-margin-right:43px;
-text-align: right;
-color:#01698d;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QProgressBar#privateSendProgress::chunk {
-background-color: #01698d;
-width:1px;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAnonymizedText { /* PrivateSend Balance Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-background-color:#F8F6F6;
-margin-right:5px;
-padding-right:5px;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAnonymized { /* PrivateSend Balance */
-
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAmountAndRoundsText { /* PrivateSend Amount and Rounds Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-background-color:#F8F6F6;
-margin-right:5px;
-padding-right:5px;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAmountRounds { /* PrivateSend Amount and Rounds */
-
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelSubmittedDenomText { /* PrivateSend Submitted Denom Label */
-qproperty-alignment: 'AlignVCenter | AlignRight';
-min-width:160px;
-background-color:#F8F6F6;
-margin-right:5px;
-padding-right:5px;
-}
-
-QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelSubmittedDenom { /* PrivateSend Submitted Denom */
-
-}
-
-QWidget .QFrame#framePrivateSend .QWidget#layoutWidgetLastMessageAndButtons {
-max-width: 451px;
-}
-
-QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendLastMessage { /* PrivateSend Status Notifications */
-qproperty-alignment: 'AlignVCenter | AlignCenter';
-min-width: 288px;
-min-height: 43px;
-font-size:11px;
-color:#01698d;
-}
-
-/* PRIVATESEND BUTTONS */
-
-QWidget .QFrame#framePrivateSend .QPushButton { /* PrivateSend Buttons - General Attributes */
-border:0px solid #ffffff;
-}
-
-QWidget .QFrame#framePrivateSend QPushButton:focus {
-border:none;
-outline:none;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#togglePrivateSend { /* Start PrivateSend Mixing */
-font-size:15px;
-font-weight:bold;
-color:#ffffff;
-padding-left:10px;
-padding-right:10px;
-padding-top:5px;
-padding-bottom:6px;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#togglePrivateSend:hover {
-
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto { /* Try Mix Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-min-height:25px;
-font-size:9px;
-padding:0px;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset { /* Reset Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-min-height:25px;
-font-size:9px;
-padding:0px;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo { /* Info Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-min-height:25px;
-font-size:9px;
-padding:0px;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo:pressed {
-border:1px solid #9e9e9e;
-}
-
-/* RECENT TRANSACTIONS */
-
-QWidget .QFrame#frame_2 { /* Transactions Widget */
-min-width:410px;
-margin-right:20px;
-margin-left:0;
-margin-top:0;
-background-image: url(':/images/blue/res/images/blue/dash_logo_horizontal');
-background-repeat:none;
-}
-
-QWidget .QFrame#frame_2 .QLabel#label_4 { /* Recent Transactions Label */
-min-width:180px;
-color:#01698d;
-margin-left:67px;
-margin-top:83px;
-margin-right:5px;
-padding-right:5px;
-font-weight:bold;
-font-size:15px;
-min-height:24px;
-}
-
-QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions Sync Status */
-qproperty-alignment: 'AlignBottom | AlignRight';
-min-width:93px;
-margin-top:83px;
-margin-left:16px;
-margin-right:5px;
-min-height:16px;
-}
-
-QWidget .QFrame#frame_2 QListView { /* Transaction List */
-font-weight:normal;
-font-size:12px;
-max-width:369px;
-margin-top:12px;
-margin-left:0px; /* CSS Voodoo - set to -66px to hide default transaction icons */
-}
-
-/* MODAL OVERLAY */
-
-QWidget#bgWidget { /* The 'frame' overlaying the overview-page */
- background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
- color:#616161;
- padding-left:10px;
- padding-right:10px;
-}
-
-QWidget#bgWidget .QPushButton#warningIcon {
-width:64px;
-height:64px;
-padding:5px;
-background-color:transparent;
-}
-
-QWidget#contentWidget { /* The actual content with the text/buttons/etc... */
-border-image: url(':/images/blue/res/images/blue/blue_walletFrame_bg') 0 0 0 0 stretch stretch;
-border-top:0px solid #000;
-margin:0;
-padding-top:20px;
-padding-bottom: 20px;
-}
-
-QWidget#bgWidget .QPushButton#closeButton {
-
-}
-
-/* SEND DIALOG */
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl { /* Coin Control Section */
-
-}
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl > .QLabel { /* Default Font Color and Size */
-font-weight:normal;
-}
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl .QPushButton#pushButtonCoinControl { /* Coin Control Inputs Button */
-padding-left:10px;
-padding-right:10px;
-min-height:25px;
-}
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlFeatures { /* Coin Control Header */
-color:#01698d;
-font-weight:bold;
-font-size:14px;
-}
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl { /* Coin Control Inputs */
-}
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl > .QLabel { /* Coin Control Inputs Labels */
-padding:2px;
-}
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl .QCheckBox#checkBoxCoinControlChange { /* Custom Change Label */
-}
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl .QValidatedLineEdit#lineEditCoinControlChange { /* Custom Change Address */
-}
-
-QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlChangeLabel { /* Custom Change Address Validation Label */
-font-weight:normal;
-qproperty-margin:-6;
-margin-right:112px;
-}
-
-QDialog#SendCoinsDialog .QScrollArea#scrollArea .QWidget#scrollAreaWidgetContents { /* Send To Widget */
-background:transparent;
-}
-
-QDialog#SendCoinsDialog .QPushButton#sendButton { /* Send Button */
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#SendCoinsDialog .QPushButton#clearButton { /* Clear Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#SendCoinsDialog .QPushButton#clearButton:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QDialog#SendCoinsDialog .QPushButton#clearButton:pressed {
-border:1px solid #9e9e9e;
-}
-
-QDialog#SendCoinsDialog .QPushButton#addButton { /* Add Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QDialog#SendCoinsDialog .QPushButton#addButton:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QDialog#SendCoinsDialog .QPushButton#addButton:pressed {
-border:1px solid #9e9e9e;
-}
-
-QDialog#SendCoinsDialog .QCheckBox#checkUsePrivateSend { /* PrivateSend Checkbox */
-color:#616161;
-font-weight:bold;
-background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 rgba(248, 246, 246, 128), stop: 1 rgba(0, 0, 0, 0));
-border-radius:10px;
-padding-top:20px;
-padding-bottom:18px;
-}
-
-QDialog#SendCoinsDialog .QCheckBox#checkUseInstantSend { /* InstantSend Checkbox */
-color:#616161;
-font-weight:bold;
-background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 rgba(248, 246, 246, 128), stop: 1 rgba(0, 0, 0, 0));
-border-radius:10px;
-padding-top:20px;
-padding-bottom:18px;
-margin-left:10px;
-margin-right:20px;
-}
-
-/* This QLabel uses name = "label" which conflicts with Address Book -> New Address */
-/* To maximize backwards compatibility this formatting has been removed */
-
-QDialog#SendCoinsDialog QLabel#label {
-/*margin-left:20px;
-margin-right:-2px;
-padding-right:-2px;
-color:#616161;
-font-size:14px;
-font-weight:bold;
-border-radius:5px;
-padding-top:20px;
-padding-bottom:20px;*/
-min-height:27px;
-}
-
-QDialog#SendCoinsDialog QLabel#labelBalance {
-margin-left:0px;
-padding-left:0px;
-color:#333333;
-/* font-weight:bold;
-border-radius:5px;
-padding-top:20px;
-padding-bottom:20px; */
-min-height:27px;
-}
-
-#checkboxSubtractFeeFromAmount {
-padding-left:10px;
-}
-
-/* SEND COINS ENTRY */
-
-QStackedWidget#SendCoinsEntry .QFrame#SendCoins > .QLabel { /* Send Coin Entry Labels */
-background-color:#01698d;
-min-width:102px;
-font-weight:bold;
-font-size:11px;
-color:#ffffff;
-min-height:25px;
-margin-right:5px;
-padding-right:5px;
-}
-
-QStackedWidget#SendCoinsEntry .QFrame#SendCoins .QLabel#amountLabel {
-background-color:#6a6a6a;
-}
-
-QStackedWidget#SendCoinsEntry .QValidatedLineEdit#payTo { /* Pay To Input Field */
-}
-
-QStackedWidget#SendCoinsEntry .QToolButton { /* General Settings for Pay To Icons */
-background-color:transparent;
-padding-left:5px;
-padding-right:5px;
-border: 0;
-outline: 0;
-}
-
-QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton { /* Address Book Button */
-padding-left:10px;
-}
-
-QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton {
-}
-
-QStackedWidget#SendCoinsEntry .QToolButton#pasteButton {
-}
-
-QStackedWidget#SendCoinsEntry .QToolButton#deleteButton {
-}
-
-QStackedWidget#SendCoinsEntry .QLineEdit#addAsLabel { /* Pay To Input Field */
-}
-
-/* COIN CONTROL POPUP */
-
-QDialog#CoinControlDialog { /* Coin Control Dialog Window */
-background-color:#F8F6F6;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlQuantityText { /* Coin Control Quantity Label */
-min-height:30px;
-padding-left:15px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlQuantity { /* Coin Control Quantity */
-min-height:30px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlBytesText { /* Coin Control Bytes Label */
-padding-left:15px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlBytes { /* Coin Control Bytes */
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlAmountText { /* Coin Control Amount Label */
-min-height:30px;
-padding-left:15px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlAmount { /* Coin Control Amount */
-min-height:30px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlPriorityText { /* Coin Control Priority Label */
-padding-left:15px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlPriority { /* Coin Control Priority */
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlFeeText { /* Coin Control Fee Label */
-min-height:30px;
-padding-left:15px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlFee { /* Coin Control Fee */
-min-height:30px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutputText { /* Coin Control Low Output Label */
-padding-left:15px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutput { /* Coin Control Low Output */
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFeeText { /* Coin Control After Fee Label */
-min-height:30px;
-padding-left:15px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFee { /* Coin Control After Fee */
-min-height:30px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlChangeText { /* Coin Control Change Label */
-padding-left:15px;
-}
-
-QDialog#CoinControlDialog .QLabel#labelCoinControlChange { /* Coin Control Change */
-
-}
-
-QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonSelectAll { /* (un)select all button */
-padding-left:10px;
-padding-right:10px;
-min-height:25px;
-}
-
-QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonToggleLock { /* Toggle lock state button */
-padding-left:10px;
-padding-right:10px;
-min-height:25px;
-}
-
-QDialog#CoinControlDialog .QDialogButtonBox#buttonBox QPushButton { /* Coin Control 'OK' button */
-}
-
-QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioTreeMode { /* Coin Control Tree Mode Selector */
-color:#01698d;
-background-color:transparent;
-}
-
-QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioListMode { /* Coin Control List Mode Selector */
-color:#01698d;
-background-color:transparent;
-}
-
-QDialog#CoinControlDialog QHeaderView::section:first { /* Bug Fix: the number "1" displays in this table for some reason... */
-color:transparent;
-}
-
-QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget { /* Coin Control Widget Container */
-outline:0;
-background-color:#ffffff;
-border:0px solid #01698d;
-}
-
-QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item {
-}
-
-QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:selected { /* Coin Control Item (selected) */
-background-color:#f7f7f7;
-color:#333;
-}
-
-QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:checked { /* Coin Control Item (checked) */
-background-color:#f7f7f7;
-color:#333;
-}
-
-QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:selected { /* Coin Control Branch Icon */
-background-image: url(':/images/blue/res/images/blue/blue_qtreeview_selected');
-background-repeat:no-repeat;
-background-position:center;
-background-color:#f7f7f7;
-color:#333;
-}
-
-QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:checked { /* Coin Control Branch Icon */
-background-image: url(':/images/blue/res/images/blue/blue_qtreeview_selected');
-background-repeat:no-repeat;
-background-position:center;
-background-color:#f7f7f7;
-color:#333;
-}
-
-QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::seperator {
-
-}
-
-QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::indicator { /* Coin Control Widget Checkbox */
-
-}
-
-/* RECEIVE COINS */
-
-QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_2 { /* Label Label */
-background-color:#01698d;
-min-width:102px;
-color:#ffffff;
-font-weight:bold;
-font-size:11px;
-padding-right:5px;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label { /* Amount Label */
-background-color:#6a6a6a;
-min-width:102px;
-color:#ffffff;
-font-weight:bold;
-font-size:11px;
-padding-right:5px;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_3 { /* Message Label */
-background-color:#01698d;
-min-width:102px;
-color:#ffffff;
-font-weight:bold;
-font-size:11px;
-padding-right:5px;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton { /* Clear Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton { /* Show Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton { /* Remove Button */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
-border:1px solid #d2d2d2;
-color:#616161;
-padding-left:10px;
-padding-right:10px;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
-color:#333;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton:pressed {
-border:1px solid #9e9e9e;
-}
-
-QWidget#ReceiveCoinsDialog .QFrame#frame .QLabel#label_6 { /* Requested Payments History Label */
-color:#01698d;
-font-weight:bold;
-font-size:14px;
-}
-
-/* RECEIVE COINS DIALOG */
-
-QDialog#ReceiveRequestDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#ReceiveRequestDialog QTextEdit { /* Contents of Receive Coin Dialog */
-border:1px solid #d7d7d7;
-}
-
-/* General QR-code DIALOG */
-
-QDialog#QRDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#QRDialog QTextEdit { /* Contents of QR-code Dialog */
-border:1px solid #d7d7d7;
-}
-
-/* TRANSACTIONS PAGE */
-
-TransactionView QLineEdit { /* Filters */
-margin-bottom:2px;
-margin-right:1px;
-min-width:111px;
-text-align:center;
-}
-
-TransactionView QLineEdit#addressWidget { /* Address Filter */
-margin-bottom:2px;
-margin-right:1px;
-min-width:900px;
-text-align:center;
-}
-
-TransactionView QLineEdit#amountWidget { /* Amount Filter */
-margin-bottom:2px;
-margin-right:1px;
-max-width:100px;
-text-align:center;
-}
-
-TransactionView QComboBox {
-margin-bottom:1px;
-margin-right:1px;
-}
-
-QLabel#transactionSumLabel { /* Example of setObjectName for widgets without name */
-color:#333333;
-font-weight:bold;
-}
-
-QLabel#transactionSum { /* Example of setObjectName for widgets without name */
-color:#333333;
-}
-
-/* TRANSACTION DETAIL DIALOG */
-
-QDialog#TransactionDescDialog {
-background-color:#F8F6F6;
-}
-
-QDialog#TransactionDescDialog QTextEdit { /* Contents of Receive Coin Dialog */
-border:1px solid #d7d7d7;
-}
-
-
-/* QT */
-QLineEdit#sendAddressBalance{
- min-width: 175px;
- max-width: 225px;
- font: bold;
-}
-
-QComboBox#inputsCombo QListView {
-border:2px solid #01698d;
-padding-right:1px;
-padding-left:1px;
- font: normal;
-}
-
-QComboBox#listReceiveAddresses
-{
- font: normal;
-}
-
-QComboBox#listReceiveAddresses QListView {
-border:2px solid #01698d;
-padding-right:1px;
-padding-left:1px;
- font: normal;
-}
-
-.QValidatedLineEdit, .QLineEdit { /* Text Entry Fields */
- border: 1px solid #01698d;
- font-size:11px;
- min-height:25px;
- outline:0;
- padding:3px;
- background-color:#fcfcfc;
- color:#333333;
- }
-
- .QLineEdit:!focus {
- font-size:12px;
- }
-
- .QValidatedLineEdit:disabled, .QLineEdit:disabled {
- background-color:#f2f2f2;
- }
-
- /* Form elements */
-QLineEdit { /* inputs */
- border-radius: 4px;
- border: 1px solid #c5cad3;
- padding: 5px;
- font: 12px "Volte";
+WalletFrame {
+border-image: url(':/images/blue/res/images/blue/blue_walletFrame_bg') 0 0 0 0 stretch stretch;
+border-top:0px solid #000;
+margin:0;
+padding:0;
+background: #f6f7f8;
+}
+
+QStatusBar {
+ background: #c5cad3;
+ border: 0;
+ color: #3b4c6b;
+ height: 36px;
+ min-height: 36px;
+ padding: 0;
+}
+
+.QFrame {
+background-color:transparent;
+border:0px solid #fff;
+}
+
+QMenuBar {
+background-color:#fff;
+}
+
+QMenuBar::item {
+background-color:#fff;
+color: #333;
+}
+
+QMenuBar::item:selected {
+background-color:#f8f6f6;
+}
+
+QMenu {
+background-color:#f8f6f6;
+}
+
+QMenu::item {
+color:#333;
+}
+
+QMenu::item:selected {
+background-color:#f2f0f0;
+color:#333;
+}
+
+QToolBar {
+ background: #c5cad3;
+ border: 0;
+ color: #3b4c6b;
+ height: 36px;
+ min-height: 36px;
+ padding: 0;
+}
+
+QToolBar > QToolButton {
+background-color:#01698d;
+border:0px solid #333;
+min-height:2.5em;
+padding: 0em 1em;
+font-weight:bold;
+color:#fff;
+}
+
+QToolBar > QToolButton:checked {
+background-color:#fff;
+color:#333;
+font-weight:bold;
+}
+
+QMessageBox {
+background-color:#F8F6F6;
+}
+
+/*******************************************************/
+
+QLabel { /* Base Text Size & Color */
+font-size:13px;
+color:#3b4c6b;
+}
+
+.QCheckBox { /* Checkbox Labels */
+color:#3b4c6b;
+background-color:transparent;
+}
+
+.QCheckBox:hover {
+background-color:transparent;
+}
+
+.QValidatedLineEdit, .QLineEdit { /* Text Entry Fields */
+border: 1px solid #01698d;
+font-size:11px;
+min-height:25px;
+outline:0;
+padding:3px;
+background-color:#fcfcfc;
+}
+
+.QLineEdit:!focus {
+font-size:12px;
+}
+
+.QValidatedLineEdit:disabled, .QLineEdit:disabled {
+background-color:#f2f2f2;
+}
+
+/*******************************************************/
+
+QPushButton { /* Global Button Style */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #64ACD2, stop: .1 #01698d, stop: .95 #01698d, stop: 1 #1D80B5);
+border:0;
+border-radius:10px;
+color:#ffffff;
+font-size:12px;
+font-weight:bold;
+padding-left:25px;
+padding-right:25px;
+padding-top:5px;
+padding-bottom:5px;
+min-height:25px;
+}
+
+QPushButton:hover,
+.QPushButton:hover {
+ background: rgb(186, 190, 194);
+ color: #FFF;
+}
+
+QPushButton:focus {
+border:none;
+outline:none;
+}
+
+QPushButton:pressed {
+border:1px solid #333;
+}
+
+QComboBox { /* Dropdown Menus */
+border:1px solid #82C3E6;
+padding: 3px 5px 3px 5px;
+background:#fcfcfc;
+min-height:25px;
+color:#01698d;
+}
+
+QComboBox:checked {
+background:#f2f2f2;
+}
+
+QComboBox:editable {
+background: #01698d;
+color:#616161;
+border:0px solid transparent;
+}
+
+QComboBox::drop-down {
+width:25px;
+border:0px;
+}
+
+QComboBox::down-arrow {
+border-image: url(':/images/blue/res/images/blue/blue_downArrow') 0 0 0 0 stretch stretch;
+}
+
+QComboBox QListView {
+background:#fff;
+border:1px solid #333;
+padding-right:1px;
+padding-left:1px;
+}
+
+QComboBox QAbstractItemView::item { margin:4px; }
+
+QComboBox::item {
+color:#01698d;
+}
+
+QComboBox::item:alternate {
+background:#fff;
+}
+
+QComboBox::item:selected {
+border:0px solid transparent;
+background:#f2f2f2;
+}
+
+QComboBox::indicator {
+background-color:transparent;
+selection-background-color:transparent;
+color:transparent;
+selection-color:transparent;
+}
+
+QAbstractSpinBox {
+border:1px solid #82C3E6;
+padding: 3px 5px 3px 5px;
+background:#fcfcfc;
+min-height:25px;
+color:#01698d;
+}
+
+QAbstractSpinBox::up-button {
+subcontrol-origin: border;
+subcontrol-position: top right;
+width:21px;
+background:#fcfcfc;
+border-left:0px;
+border-right:1px solid #82C3E6;
+border-top:1px solid #82C3E6;
+border-bottom:0px;
+padding-right:1px;
+padding-left:5px;
+padding-top:2px;
+}
+
+QAbstractSpinBox::up-arrow {
+image:url(':/images/blue/res/images/blue/blue_upArrow_small');
+}
+
+QAbstractSpinBox::down-button {
+subcontrol-origin: border;
+subcontrol-position: bottom right;
+width:21px;
+background:#fcfcfc;
+border-top:0px;
+border-left:0px;
+border-right:1px solid #82C3E6;
+border-bottom:1px solid #82C3E6;
+padding-right:1px;
+padding-left:5px;
+padding-bottom:2px;
+}
+
+QAbstractSpinBox::down-arrow {
+image:url(':/images/blue/res/images/blue/blue_downArrow_small');
+}
+
+QCheckBox {
+spacing: 5px;
+}
+
+QCheckBox::indicator {
+width: 16px;
+height: 16px;
+}
+
+QCheckBox::indicator:unchecked {
+image:url(':/images/blue/res/images/blue/unchecked');
+}
+
+QCheckBox::indicator:unchecked:hover {
+image:url(':/images/blue/res/images/blue/unchecked');
+}
+
+QCheckBox::indicator:unchecked:pressed {
+image:url(':/images/blue/res/images/blue/checked');
+}
+
+QCheckBox::indicator:checked {
+image:url(':/images/blue/res/images/blue/checked');
+}
+
+QCheckBox::indicator:checked:hover {
+image:url(':/images/blue/res/images/blue/checked');
+}
+
+QCheckBox::indicator:checked:pressed {
+image:url(':/images/blue/res/images/blue/unchecked');
+}
+
+QCheckBox::indicator:indeterminate:hover {
+image:url(':/images/blue/res/images/blue/unchecked');
+}
+
+QCheckBox::indicator:indeterminate:pressed {
+image:url(':/images/blue/res/images/blue/checked');
+}
+
+
+/*******************************************************/
+
+QHeaderView { /* Table Header */
+background-color:transparent;
+}
+
+QHeaderView::section { /* Table Header Sections */
+qproperty-alignment:center;
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #4c97bf, stop: 1 #01698d);
+color:#fff;
+min-height:25px;
+font-weight:bold;
+font-size:11px;
+outline:0;
+border:0px solid #fff;
+border-right:1px solid #fff;
+padding-left:5px;
+padding-right:5px;
+padding-top:2px;
+padding-bottom:2px;
+}
+
+QHeaderView::section:last {
+border-right: 0px solid #d7d7d7;
+}
+
+.QScrollArea {
+background:transparent;
+border:0px;
+}
+
+.QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
+background:transparent;
+border:0px solid #fff;
+}
+
+QTableView::item { /* Table Item */
+background-color:#fcfcfc;
+font-size:12px;
+}
+
+QTableView::item:selected { /* Table Item Selected */
+background-color:rgb(186, 190, 194);
+color:#333;
+}
+
+QScrollBar { /* Scroll Bar */
+
+}
+
+QScrollBar:vertical { /* Vertical Scroll Bar Attributes */
+border:0;
+background:#ffffff;
+width:18px;
+margin: 18px 0px 18px 0px;
+}
+
+QScrollBar:horizontal { /* Horizontal Scroll Bar Attributes */
+border:0;
+background:#ffffff;
+height:18px;
+margin: 0px 18px 0px 18px;
+}
+
+
+QScrollBar::handle:vertical { /* Scroll Bar Slider - vertical */
+background:#e0e0e0;
+min-height:10px;
+}
+
+QScrollBar::handle:horizontal { /* Scroll Bar Slider - horizontal */
+background:#e0e0e0;
+min-width:10px;
+}
+
+QScrollBar::add-page, QScrollBar::sub-page { /* Scroll Bar Background */
+background:#F8F6F6;
+}
+
+QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical, QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { /* Define Arrow Button Dimensions */
+background-color:#F8F6F6;
+border: 1px solid #f2f0f0;
+width:16px;
+height:16px;
+}
+
+QScrollBar::add-line:vertical:pressed, QScrollBar::sub-line:vertical:pressed, QScrollBar::add-line:horizontal:pressed, QScrollBar::sub-line:horizontal:pressed {
+background-color:#e0e0e0;
+}
+
+QScrollBar::sub-line:vertical { /* Vertical - top button position */
+subcontrol-position:top;
+subcontrol-origin: margin;
+}
+
+QScrollBar::add-line:vertical { /* Vertical - bottom button position */
+subcontrol-position:bottom;
+subcontrol-origin: margin;
+}
+
+QScrollBar::sub-line:horizontal { /* Vertical - left button position */
+subcontrol-position:left;
+subcontrol-origin: margin;
+}
+
+QScrollBar::add-line:horizontal { /* Vertical - right button position */
+subcontrol-position:right;
+subcontrol-origin: margin;
+}
+
+QScrollBar:up-arrow, QScrollBar:down-arrow, QScrollBar:left-arrow, QScrollBar:right-arrow { /* Arrows Icon */
+width:10px;
+height:10px;
+}
+
+QScrollBar:up-arrow {
+background-image: url(':/images/blue/res/images/blue/blue_upArrow_small');
+}
+
+QScrollBar:down-arrow {
+background-image: url(':/images/blue/res/images/blue/blue_downArrow_small');
+}
+
+QScrollBar:left-arrow {
+background-image: url(':/images/blue/res/images/blue/blue_leftArrow_small.png');
+}
+
+QScrollBar:right-arrow {
+background-image: url(':/images/blue/res/images/blue/blue_rightArrow_small.png');
+}
+
+
+/*******************************************************/
+
+/* DIALOG BOXES */
+
+QDialog .QTabWidget {
+border-bottom:1px solid #333;
+}
+
+QDialog .QTabWidget::pane {
+border: 1px solid #d7d7d7;
+}
+
+.QTabWidget QTabBar::tab {
+background-color:#01698D;
+color:#FFFFFF;
+padding-left:20px;
+padding-right:20px;
+padding-top:5px;
+padding-bottom:5px;
+border-top: 1px solid #d7d7d7;
+border: 1px solid white;
+min-height: 9px;
+}
+
+.QTabWidget QTabBar::tab:first {
+border-left: 1px solid #01698D;
+}
+
+.QTabWidget QTabBar::tab:last {
+border-right: 1px solid #343A40;
+}
+
+.QTabWidget QTabBar::tab:selected {
+background-color:#FFFFFF;
+color:#000;
+border: 1px ridge #01698D;
+
+}
+
+.QTabWidget QTabBar::tab:hover {
+background-color:rgb(186, 190, 194);
+color:#FFFFFF;
+border: 1px ridge #FFFFFF;
+}
+
+QDialog .QTabWidget .QWidget {
+background-color:#fff;
+color:#333;
+}
+
+QDialog .QTabWidget .QWidget QAbstractSpinBox {
+min-height:15px;
+}
+
+QDialog .QTabWidget .QWidget QAbstractSpinBox::down-button {
+width:15px;
+}
+
+QDialog .QTabWidget .QWidget QAbstractSpinBox::up-button {
+width:15px;
+}
+
+QDialog .QTabWidget .QWidget QComboBox {
+min-height:15px;
+}
+
+QDialog QWidget { /* Remove Annoying Focus Rectangle */
+outline: 0;
+}
+
+/*******************************************************/
+/* FILE MENU */
+
+/* Dialog: Open URI */
+QDialog#OpenURIDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#OpenURIDialog QLabel#label { /* URI Label */
+font-weight:bold;
+}
+
+QDialog#OpenURIDialog QPushButton#selectFileButton { /* ... Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#OpenURIDialog QPushButton#selectFileButton:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QDialog#OpenURIDialog QPushButton#selectFileButton:pressed {
+border:1px solid #9e9e9e;
+}
+
+/* Dialog: Sign / Verify Message */
+QDialog#SignVerifyMessageDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_SM { /* Address Book Button */
+background-color:transparent;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#SignVerifyMessageDialog QPlainTextEdit { /* Message Signing Text */
+border:1px solid #82C3E6;
+background-color:#fff;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#pasteButton_SM { /* Paste Button */
+qproperty-icon: url(":/icons/blue/res/icons/blue/blue_editpaste");
+background-color:transparent;
+padding-left:15px;
+}
+
+QDialog#SignVerifyMessageDialog QLineEdit:!focus { /* Font Hack */
+font-size:10px;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#copySignatureButton_SM { /* Copy Button */
+qproperty-icon: url(":/icons/blue/res/icons/blue/blue_editcopy");
+background-color:transparent;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM { /* Clear Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM:pressed {
+border:1px solid #9e9e9e;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_VM { /* Verify Message - Address Book Button */
+background-color:transparent;
+border:0;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM { /* Verify Message - Clear Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM:pressed {
+border:1px solid #9e9e9e;
+}
+
+/* Dialog: Send and Receive */
+QWidget#AddressBookPage {
+background-color:#F8F6F6;
+}
+
+QWidget#AddressBookPage QPushButton#newAddress { /* New Address Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QWidget#AddressBookPage QPushButton#newAddress:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget#AddressBookPage QPushButton#newAddress:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget#AddressBookPage QPushButton#copyAddress { /* Copy Address Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QWidget#AddressBookPage QPushButton#copyAddress:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget#AddressBookPage QPushButton#copyAddress:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget#AddressBookPage QPushButton#showAddressQRCode { /* Show Address QR code Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QWidget#AddressBookPage QPushButton#showAddressQRCode:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget#AddressBookPage QPushButton#showAddressQRCode:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget#AddressBookPage QPushButton#deleteAddress { /* Delete Address Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QWidget#AddressBookPage QPushButton#deleteAddress:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget#AddressBookPage QPushButton#deleteAddress:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget#AddressBookPage QTableView { /* Address Listing */
+font-size:12px;
+}
+
+QWidget#AddressBookPage QHeaderView::section { /* Min width for Windows fix */
+min-width:260px;
+}
+
+/* SETTINGS MENU */
+
+/* Encrypt Wallet and Change Passphrase Dialog */
+QDialog#AskPassphraseDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#AskPassphraseDialog QLabel#passLabel1, QDialog#AskPassphraseDialog QLabel#passLabel2, QDialog#AskPassphraseDialog QLabel#passLabel3 {
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:170px;
+min-height:33px; /* base width of 25px for QLineEdit, plus padding and border */
+}
+
+/* Options Dialog */
+QDialog#OptionsDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#OptionsDialog QValueComboBox, QDialog#OptionsDialog QSpinBox {
+margin-top:5px;
+margin-bottom:5px;
+}
+
+QDialog#OptionsDialog QValidatedLineEdit, QDialog#OptionsDialog QValidatedLineEdit:disabled, QDialog#OptionsDialog QLineEdit, QDialog#OptionsDialog QLineEdit:disabled {
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+min-height:20px;
+margin-top:0px;
+margin-bottom:0px;
+padding-top:1px;
+padding-bottom:1px;
+}
+
+QDialog#OptionsDialog > QLabel {
+qproperty-alignment: 'AlignVCenter';
+min-height:20px;
+}
+
+QDialog#OptionsDialog QWidget#tabDisplay QValueComboBox {
+margin-top:0px;
+margin-bottom:0px;
+}
+
+QDialog#OptionsDialog QLabel#label_3 { /* Translations Missing? Label */
+qproperty-alignment: 'AlignVCenter | AlignCenter';
+color:#01698d;
+padding-bottom:8px;
+}
+
+QDialog#OptionsDialog QCheckBox {
+min-height:20px;
+}
+
+QDialog#OptionsDialog QCheckBox#displayAddresses {
+min-height:33px;
+
+}
+
+/* TOOLS MENU */
+
+QDialog#RPCConsole { /* RPC Console Dialog Box */
+background-color:#F8F6F6;
+}
+
+QDialog#RPCConsole QWidget#tab_info QLabel#label_11, QDialog#RPCConsole QWidget#tab_info QLabel#label_10 { /* Margin between Network and Block Chain headers */
+qproperty-alignment: 'AlignBottom';
+min-height:25px;
+min-width:180px;
+}
+
+QDialog#RPCConsole QWidget#tab_peers QLabel#peerHeading { /* Peers Info Header */
+color:#01698d;
+}
+
+QDialog#RPCConsole QPushButton#openDebugLogfileButton {
+max-width:60px;
+}
+
+QDialog#RPCConsole QTextEdit#messagesWidget { /* Console Messages Window */
+border:0;
+}
+
+QDialog#RPCConsole QLineEdit#lineEdit { /* Console Input */
+margin-right:5px;
+}
+
+QDialog#RPCConsole QPushButton#clearButton { /* Console Clear Button */
+background-color:transparent;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#RPCConsole .QGroupBox #line { /* Network In Line */
+background-color:#00ff00;
+}
+
+QDialog#RPCConsole .QGroupBox #line_2 { /* Network Out Line */
+background:#ff0000;
+}
+
+/* HELP MENU */
+
+/* Command Line Options Dialog */
+QDialog#HelpMessageDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#HelpMessageDialog QScrollArea * {
+background-color:#ffffff;
+}
+
+QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScrollBar:horizontal {
+border:0;
+}
+
+/* About Dash Dialog */
+QDialog#AboutDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Dash Contents */
+margin-left:10px;
+}
+
+QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dash text */
+margin-right:10px;
+}
+
+/* Edit Address Dialog */
+QDialog#EditAddressDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#EditAddressDialog QLabel {
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-height:27px;
+font-weight:normal;
+padding-right:5px;
+}
+
+/* OVERVIEW SCREEN */
+
+QWidget .QFrame#frame { /* Wallet Balance */
+min-width:490px;
+}
+
+QWidget .QFrame#frame > .QLabel {
+min-width:190px;
+font-weight:normal;
+min-height:30px;
+}
+
+QWidget .QFrame#frame .QLabel#label_5 { /* Wallet Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+background-color:transparent;
+color:#fff;
+margin-right:5px;
+padding-right:5px;
+}
+
+QWidget .QFrame#frame .QLabel#labelWalletStatus { /* Wallet Sync Status */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+margin-left:3px;
+}
+
+QWidget .QFrame#frame .QLabel#labelSpendable { /* Spendable Header */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:18px;
+}
+
+QWidget .QFrame#frame .QLabel#labelWatchonly { /* Watch-only Header */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:16px;
+}
+
+QWidget .QFrame#frame .QLabel#labelBalanceText { /* Available Balance Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+background-color:#01698d;
+color:#ffffff;
+margin-right:5px;
+padding-right:5px;
+font-weight:bold;
+font-size:14px;
+min-height:35px;
+}
+
+QWidget .QFrame#frame .QLabel#labelBalance { /* Available Balance */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+font-weight:bold;
+color:#01698d;
+margin-left:0px;
+}
+
+QWidget .QFrame#frame .QLabel#labelWatchAvailable { /* Watch-only Balance */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:16px;
+}
+
+QWidget .QFrame#frame .QLabel#labelPendingText { /* Pending Balance Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+font-size:12px;
+background-color:#F8F6F6;
+margin-right:5px;
+padding-right:5px;
+}
+
+QWidget .QFrame#frame .QLabel#labelUnconfirmed { /* Pending Balance */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:0px;
+}
+
+QWidget .QFrame#frame .QLabel#labelWatchPending { /* Watch-only Pending Balance */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:16px;
+}
+
+QWidget .QFrame#frame .QLabel#labelImmatureText { /* Immature Balance Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+font-size:12px;
+background-color:#F8F6F6;
+margin-right:5px;
+padding-right:5px;
+}
+
+QWidget .QFrame#frame .QLabel#labelImmature { /* Immature Balance */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:0px;
+}
+
+QWidget .QFrame#frame .QLabel#labelWatchImmature { /* Watch-only Immature Balance */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:16px;
+}
+
+QWidget .QFrame#frame .QLabel#labelTotalText { /* Total Balance Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+font-size:12px;
+background-color:#F8F6F6;
+margin-right:5px;
+padding-right:5px;
+}
+
+QWidget .QFrame#frame .QLabel#labelTotal { /* Total Balance */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:0px;
+}
+
+QWidget .QFrame#frame .QLabel#labelWatchTotal { /* Watch-only Total Balance */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+font-size:12px;
+margin-left:16px;
+}
+
+/* PRIVATESEND WIDGET */
+
+QWidget .QFrame#framePrivateSend { /* PrivateSend Widget */
+background-color:transparent;
+max-width: 451px;
+min-width: 451px;
+max-height: 350px;
+}
+
+QWidget .QFrame#framePrivateSend .QWidget#layoutWidgetPrivateSendHeader { /* PrivateSend Header */
+max-width: 421px;
+min-width: 421px;
+}
+
+QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendHeader { /* PrivateSend Header */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+background-color:#01698d;
+color:#fff;
+margin-right:5px;
+padding-right:5px;
+font-weight:bold;
+font-size:14px;
+min-height:35px;
+max-height:35px;
+}
+/******************************************************************/
+QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendSyncStatus { /* PrivateSend Sync Status */
+qproperty-alignment: 'AlignVCenter | AlignLeft';
+margin-left:2px;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget {
+max-width: 451px;
+max-height: 175px;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget > .QLabel {
+min-width:175px;
+font-weight:normal;
+min-height:25px;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelPrivateSendEnabledText { /* PrivateSend Status Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+background-color:#F8F6F6;
+margin-right:5px;
+padding-right:5px;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelPrivateSendEnabled { /* PrivateSend Status */
+
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelCompletitionText { /* PrivateSend Completion Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+background-color:#F8F6F6;
+margin-right:5px;
+padding-right:5px;
+
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QProgressBar#privateSendProgress { /* PrivateSend Completion */
+border: 1px solid #01698d;
+border-radius: 10px;
+margin-right:43px;
+text-align: right;
+color:#01698d;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QProgressBar#privateSendProgress::chunk {
+background-color: #01698d;
+width:1px;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAnonymizedText { /* PrivateSend Balance Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+background-color:#F8F6F6;
+margin-right:5px;
+padding-right:5px;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAnonymized { /* PrivateSend Balance */
+
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAmountAndRoundsText { /* PrivateSend Amount and Rounds Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+background-color:#F8F6F6;
+margin-right:5px;
+padding-right:5px;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelAmountRounds { /* PrivateSend Amount and Rounds */
+
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelSubmittedDenomText { /* PrivateSend Submitted Denom Label */
+qproperty-alignment: 'AlignVCenter | AlignRight';
+min-width:160px;
+background-color:#F8F6F6;
+margin-right:5px;
+padding-right:5px;
+}
+
+QWidget .QFrame#framePrivateSend #privateSendFormLayoutWidget .QLabel#labelSubmittedDenom { /* PrivateSend Submitted Denom */
+
+}
+
+QWidget .QFrame#framePrivateSend .QWidget#layoutWidgetLastMessageAndButtons {
+max-width: 451px;
+}
+
+QWidget .QFrame#framePrivateSend .QLabel#labelPrivateSendLastMessage { /* PrivateSend Status Notifications */
+qproperty-alignment: 'AlignVCenter | AlignCenter';
+min-width: 288px;
+min-height: 43px;
+font-size:11px;
+color:#01698d;
+}
+
+/* PRIVATESEND BUTTONS */
+
+QWidget .QFrame#framePrivateSend .QPushButton { /* PrivateSend Buttons - General Attributes */
+border:0px solid #ffffff;
+}
+
+QWidget .QFrame#framePrivateSend QPushButton:focus {
+border:none;
+outline:none;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#togglePrivateSend { /* Start PrivateSend Mixing */
+font-size:15px;
+font-weight:bold;
+color:#ffffff;
+padding-left:10px;
+padding-right:10px;
+padding-top:5px;
+padding-bottom:6px;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#togglePrivateSend:hover {
+
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto { /* Try Mix Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+min-height:25px;
+font-size:9px;
+padding:0px;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendAuto:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset { /* Reset Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+min-height:25px;
+font-size:9px;
+padding:0px;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendReset:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo { /* Info Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+min-height:25px;
+font-size:9px;
+padding:0px;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget .QFrame#framePrivateSend .QPushButton#privateSendInfo:pressed {
+border:1px solid #9e9e9e;
+}
+
+/* RECENT TRANSACTIONS */
+
+QWidget .QFrame#frame_2 { /* Transactions Widget */
+min-width:410px;
+margin-right:20px;
+margin-left:0;
+margin-top:0;
+background-image: url(':/images/blue/res/images/blue/dash_logo_horizontal');
+background-repeat:none;
+}
+
+QWidget .QFrame#frame_2 .QLabel#label_4 { /* Recent Transactions Label */
+min-width:180px;
+color:#01698d;
+margin-left:67px;
+margin-top:83px;
+margin-right:5px;
+padding-right:5px;
+font-weight:bold;
+font-size:15px;
+min-height:24px;
+}
+
+QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions Sync Status */
+qproperty-alignment: 'AlignBottom | AlignRight';
+min-width:93px;
+margin-top:83px;
+margin-left:16px;
+margin-right:5px;
+min-height:16px;
+}
+
+QWidget .QFrame#frame_2 QListView { /* Transaction List */
+font-weight:normal;
+font-size:12px;
+max-width:369px;
+margin-top:12px;
+margin-left:0px; /* CSS Voodoo - set to -66px to hide default transaction icons */
+}
+
+/* MODAL OVERLAY */
+
+QWidget#bgWidget { /* The 'frame' overlaying the overview-page */
+ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+ color:#616161;
+ padding-left:10px;
+ padding-right:10px;
+}
+
+QWidget#bgWidget .QPushButton#warningIcon {
+width:64px;
+height:64px;
+padding:5px;
+background-color:transparent;
+}
+
+QWidget#contentWidget { /* The actual content with the text/buttons/etc... */
+border-image: url(':/images/blue/res/images/blue/blue_walletFrame_bg') 0 0 0 0 stretch stretch;
+border-top:0px solid #000;
+margin:0;
+padding-top:20px;
+padding-bottom: 20px;
+}
+
+QWidget#bgWidget .QPushButton#closeButton {
+
+}
+
+/* SEND DIALOG */
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl { /* Coin Control Section */
+
+}
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl > .QLabel { /* Default Font Color and Size */
+font-weight:normal;
+}
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl .QPushButton#pushButtonCoinControl { /* Coin Control Inputs Button */
+padding-left:10px;
+padding-right:10px;
+min-height:25px;
+}
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlFeatures { /* Coin Control Header */
+color:#01698d;
+font-weight:bold;
+font-size:14px;
+}
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl { /* Coin Control Inputs */
+}
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl > .QLabel { /* Coin Control Inputs Labels */
+padding:2px;
+}
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl .QCheckBox#checkBoxCoinControlChange { /* Custom Change Label */
+}
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl .QValidatedLineEdit#lineEditCoinControlChange { /* Custom Change Address */
+}
+
+QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlChangeLabel { /* Custom Change Address Validation Label */
+font-weight:normal;
+qproperty-margin:-6;
+margin-right:112px;
+}
+
+QDialog#SendCoinsDialog .QScrollArea#scrollArea .QWidget#scrollAreaWidgetContents { /* Send To Widget */
+background:transparent;
+}
+
+QDialog#SendCoinsDialog .QPushButton#sendButton { /* Send Button */
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#SendCoinsDialog .QPushButton#clearButton { /* Clear Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#SendCoinsDialog .QPushButton#clearButton:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QDialog#SendCoinsDialog .QPushButton#clearButton:pressed {
+border:1px solid #9e9e9e;
+}
+
+QDialog#SendCoinsDialog .QPushButton#addButton { /* Add Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QDialog#SendCoinsDialog .QPushButton#addButton:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QDialog#SendCoinsDialog .QPushButton#addButton:pressed {
+border:1px solid #9e9e9e;
+}
+
+QDialog#SendCoinsDialog .QCheckBox#checkUsePrivateSend { /* PrivateSend Checkbox */
+color:#616161;
+font-weight:bold;
+background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 rgba(248, 246, 246, 128), stop: 1 rgba(0, 0, 0, 0));
+border-radius:10px;
+padding-top:20px;
+padding-bottom:18px;
+}
+
+QDialog#SendCoinsDialog .QCheckBox#checkUseInstantSend { /* InstantSend Checkbox */
+color:#616161;
+font-weight:bold;
+background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 rgba(248, 246, 246, 128), stop: 1 rgba(0, 0, 0, 0));
+border-radius:10px;
+padding-top:20px;
+padding-bottom:18px;
+margin-left:10px;
+margin-right:20px;
+}
+
+/* This QLabel uses name = "label" which conflicts with Address Book -> New Address */
+/* To maximize backwards compatibility this formatting has been removed */
+
+QDialog#SendCoinsDialog QLabel#label {
+/*margin-left:20px;
+margin-right:-2px;
+padding-right:-2px;
+color:#616161;
+font-size:14px;
+font-weight:bold;
+border-radius:5px;
+padding-top:20px;
+padding-bottom:20px;*/
+min-height:27px;
+}
+
+QDialog#SendCoinsDialog QLabel#labelBalance {
+margin-left:0px;
+padding-left:0px;
+color:#333333;
+/* font-weight:bold;
+border-radius:5px;
+padding-top:20px;
+padding-bottom:20px; */
+min-height:27px;
+}
+
+#checkboxSubtractFeeFromAmount {
+padding-left:10px;
+}
+
+/* SEND COINS ENTRY */
+
+QStackedWidget#SendCoinsEntry .QFrame#SendCoins > .QLabel { /* Send Coin Entry Labels */
+background-color:#01698d;
+min-width:102px;
+font-weight:bold;
+font-size:11px;
+color:#ffffff;
+min-height:25px;
+margin-right:5px;
+padding-right:5px;
+}
+
+QStackedWidget#SendCoinsEntry .QFrame#SendCoins .QLabel#amountLabel {
+background-color:#6a6a6a;
+}
+
+QStackedWidget#SendCoinsEntry .QValidatedLineEdit#payTo { /* Pay To Input Field */
+}
+
+QStackedWidget#SendCoinsEntry .QToolButton { /* General Settings for Pay To Icons */
+background-color:transparent;
+padding-left:5px;
+padding-right:5px;
+border: 0;
+outline: 0;
+}
+
+QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton { /* Address Book Button */
+padding-left:10px;
+}
+
+QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton {
+}
+
+QStackedWidget#SendCoinsEntry .QToolButton#pasteButton {
+}
+
+QStackedWidget#SendCoinsEntry .QToolButton#deleteButton {
+}
+
+QStackedWidget#SendCoinsEntry .QLineEdit#addAsLabel { /* Pay To Input Field */
+}
+
+/* COIN CONTROL POPUP */
+
+QDialog#CoinControlDialog { /* Coin Control Dialog Window */
+background-color:#F8F6F6;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlQuantityText { /* Coin Control Quantity Label */
+min-height:30px;
+padding-left:15px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlQuantity { /* Coin Control Quantity */
+min-height:30px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlBytesText { /* Coin Control Bytes Label */
+padding-left:15px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlBytes { /* Coin Control Bytes */
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlAmountText { /* Coin Control Amount Label */
+min-height:30px;
+padding-left:15px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlAmount { /* Coin Control Amount */
+min-height:30px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlPriorityText { /* Coin Control Priority Label */
+padding-left:15px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlPriority { /* Coin Control Priority */
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlFeeText { /* Coin Control Fee Label */
+min-height:30px;
+padding-left:15px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlFee { /* Coin Control Fee */
+min-height:30px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutputText { /* Coin Control Low Output Label */
+padding-left:15px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutput { /* Coin Control Low Output */
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFeeText { /* Coin Control After Fee Label */
+min-height:30px;
+padding-left:15px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFee { /* Coin Control After Fee */
+min-height:30px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlChangeText { /* Coin Control Change Label */
+padding-left:15px;
+}
+
+QDialog#CoinControlDialog .QLabel#labelCoinControlChange { /* Coin Control Change */
+
+}
+
+QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonSelectAll { /* (un)select all button */
+padding-left:10px;
+padding-right:10px;
+min-height:25px;
+}
+
+QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonToggleLock { /* Toggle lock state button */
+padding-left:10px;
+padding-right:10px;
+min-height:25px;
+}
+
+QDialog#CoinControlDialog .QDialogButtonBox#buttonBox QPushButton { /* Coin Control 'OK' button */
+}
+
+QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioTreeMode { /* Coin Control Tree Mode Selector */
+color:#01698d;
+background-color:transparent;
+}
+
+QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioListMode { /* Coin Control List Mode Selector */
+color:#01698d;
+background-color:transparent;
+}
+
+QDialog#CoinControlDialog QHeaderView::section:first { /* Bug Fix: the number "1" displays in this table for some reason... */
+color:transparent;
+}
+
+QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget { /* Coin Control Widget Container */
+outline:0;
+background-color:#ffffff;
+border:0px solid #01698d;
+}
+
+QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item {
+}
+
+QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:selected { /* Coin Control Item (selected) */
+background-color:#f7f7f7;
+color:#333;
+}
+
+QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:checked { /* Coin Control Item (checked) */
+background-color:#f7f7f7;
+color:#333;
+}
+
+QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:selected { /* Coin Control Branch Icon */
+background-image: url(':/images/blue/res/images/blue/blue_qtreeview_selected');
+background-repeat:no-repeat;
+background-position:center;
+background-color:#f7f7f7;
+color:#333;
+}
+
+QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:checked { /* Coin Control Branch Icon */
+background-image: url(':/images/blue/res/images/blue/blue_qtreeview_selected');
+background-repeat:no-repeat;
+background-position:center;
+background-color:#f7f7f7;
+color:#333;
+}
+
+QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::seperator {
+
+}
+
+QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::indicator { /* Coin Control Widget Checkbox */
+
+}
+
+/* RECEIVE COINS */
+
+QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_2 { /* Label Label */
+background-color:#01698d;
+min-width:102px;
+color:#ffffff;
+font-weight:bold;
+font-size:11px;
+padding-right:5px;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label { /* Amount Label */
+background-color:#6a6a6a;
+min-width:102px;
+color:#ffffff;
+font-weight:bold;
+font-size:11px;
+padding-right:5px;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame2 .QLabel#label_3 { /* Message Label */
+background-color:#01698d;
+min-width:102px;
+color:#ffffff;
+font-weight:bold;
+font-size:11px;
+padding-right:5px;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton { /* Clear Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton#clearButton:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton { /* Show Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#showRequestButton:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton { /* Remove Button */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(250, 250, 250, 128), stop: .95 rgba(250, 250, 250, 255), stop: 1 #ebebeb);
+border:1px solid #d2d2d2;
+color:#616161;
+padding-left:10px;
+padding-right:10px;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: .01 #f6f6f6, stop: .1 rgba(240, 240, 240, 255), stop: .95 rgba(240, 240, 240, 255), stop: 1 #ebebeb);
+color:#333;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton#removeRequestButton:pressed {
+border:1px solid #9e9e9e;
+}
+
+QWidget#ReceiveCoinsDialog .QFrame#frame .QLabel#label_6 { /* Requested Payments History Label */
+color:#01698d;
+font-weight:bold;
+font-size:14px;
+}
+
+/* RECEIVE COINS DIALOG */
+
+QDialog#ReceiveRequestDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#ReceiveRequestDialog QTextEdit { /* Contents of Receive Coin Dialog */
+border:1px solid #d7d7d7;
+}
+
+/* General QR-code DIALOG */
+
+QDialog#QRDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#QRDialog QTextEdit { /* Contents of QR-code Dialog */
+border:1px solid #d7d7d7;
+}
+
+/* TRANSACTIONS PAGE */
+
+TransactionView QLineEdit { /* Filters */
+margin-bottom:2px;
+margin-right:1px;
+min-width:111px;
+text-align:center;
+}
+
+TransactionView QLineEdit#addressWidget { /* Address Filter */
+margin-bottom:2px;
+margin-right:1px;
+min-width:900px;
+text-align:center;
+}
+
+TransactionView QLineEdit#amountWidget { /* Amount Filter */
+margin-bottom:2px;
+margin-right:1px;
+max-width:100px;
+text-align:center;
+}
+
+TransactionView QComboBox {
+margin-bottom:1px;
+margin-right:1px;
+}
+
+QLabel#transactionSumLabel { /* Example of setObjectName for widgets without name */
+color:#333333;
+font-weight:bold;
+}
+
+QLabel#transactionSum { /* Example of setObjectName for widgets without name */
+color:#333333;
+}
+
+/* TRANSACTION DETAIL DIALOG */
+
+QDialog#TransactionDescDialog {
+background-color:#F8F6F6;
+}
+
+QDialog#TransactionDescDialog QTextEdit { /* Contents of Receive Coin Dialog */
+border:1px solid #d7d7d7;
+}
+
+
+/* QT */
+QLineEdit#sendAddressBalance{
+ min-width: 175px;
+ max-width: 225px;
+ font: bold;
+}
+
+QComboBox#inputsCombo QListView {
+border:2px solid #01698d;
+padding-right:1px;
+padding-left:1px;
+ font: normal;
+}
+
+QComboBox#listReceiveAddresses
+{
+ font: normal;
+}
+
+QComboBox#listReceiveAddresses QListView {
+border:2px solid #01698d;
+padding-right:1px;
+padding-left:1px;
+ font: normal;
+}
+
+.QValidatedLineEdit, .QLineEdit { /* Text Entry Fields */
+ border: 1px solid #01698d;
+ font-size:11px;
+ min-height:25px;
+ outline:0;
+ padding:3px;
+ background-color:#fcfcfc;
+ color:#333333;
+ }
+
+ .QLineEdit:!focus {
+ font-size:12px;
+ }
+
+ .QValidatedLineEdit:disabled, .QLineEdit:disabled {
+ background-color:#f2f2f2;
+ }
+
+ /* Form elements */
+QLineEdit { /* inputs */
+ border-radius: 4px;
+ border: 1px solid #c5cad3;
+ padding: 5px;
+ font: 12px "Volte";
diff --git a/res/css/Dark.css b/res/css/Dark.css
index 9a7ffe1..9c7eef3 100644
--- a/res/css/Dark.css
+++ b/res/css/Dark.css
@@ -1,88 +1,88 @@
-
-QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow
-{
- background-color: #303335;
- color: #ffffff;
-}
-
-QTabWidget QTabBar::tab {
-padding-left:20px;
-padding-right:20px;
-padding-top:5px;
-padding-bottom:5px;
-border: 1px solid #525355;
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
-}
-
-QTabWidget QTabBar::tab:selected {
-min-height: 10px;
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
-color:#fff;
-border: 1px ridge #000;
-}
-
-QTabWidget QTabBar::tab:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
-color:#fff;
-border: 1px ridge #fff;
-min-height: 20px;
-}
-
-QHeaderView { /* Table Header */
-background-color:#303335;
-}
-
-QHeaderView::section { /* Table Header Sections */
-qproperty-alignment:center;
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
-color:#fff;
-min-height:25px;
-font-weight:bold;
-font-size:11px;
-outline:0;
-border:1px solid #525355;
-border-right:1px solid #fff;
-border-left:1px solid #fff;
-padding-left:5px;
-padding-right:5px;
-padding-top:2px;
-padding-bottom:2px;
-}
-
-QHeaderView::section:last {
-border-right: 0px solid #d7d7d7;
-}
-
-QScrollArea {
-background:transparent;
-border:0px;
-}
-
-QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
-background:#303335;
-}
-
-QTableView::item { /* Table Item */
-background-color:#303335;
-border:1px solid #fff;
-font-size:12px;
-}
-
-QTableView::item:selected { /* Table Item Selected */
-background-color:#fff;
-color:#000;
-}
-
-QMenuBar {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
-color: #fff;
-}
-
-QMenuBar::item {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
-color: #fff;
-}
-
-QMenuBar::item:selected {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
-}
+
+QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow
+{
+ background-color: #303335;
+ color: #ffffff;
+}
+
+QTabWidget QTabBar::tab {
+padding-left:20px;
+padding-right:20px;
+padding-top:5px;
+padding-bottom:5px;
+border: 1px solid #525355;
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
+}
+
+QTabWidget QTabBar::tab:selected {
+min-height: 10px;
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
+color:#fff;
+border: 1px ridge #000;
+}
+
+QTabWidget QTabBar::tab:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
+color:#fff;
+border: 1px ridge #fff;
+min-height: 20px;
+}
+
+QHeaderView { /* Table Header */
+background-color:#303335;
+}
+
+QHeaderView::section { /* Table Header Sections */
+qproperty-alignment:center;
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
+color:#fff;
+min-height:25px;
+font-weight:bold;
+font-size:11px;
+outline:0;
+border:1px solid #525355;
+border-right:1px solid #fff;
+border-left:1px solid #fff;
+padding-left:5px;
+padding-right:5px;
+padding-top:2px;
+padding-bottom:2px;
+}
+
+QHeaderView::section:last {
+border-right: 0px solid #d7d7d7;
+}
+
+QScrollArea {
+background:transparent;
+border:0px;
+}
+
+QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
+background:#303335;
+}
+
+QTableView::item { /* Table Item */
+background-color:#303335;
+border:1px solid #fff;
+font-size:12px;
+}
+
+QTableView::item:selected { /* Table Item Selected */
+background-color:#fff;
+color:#000;
+}
+
+QMenuBar {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
+color: #fff;
+}
+
+QMenuBar::item {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
+color: #fff;
+}
+
+QMenuBar::item:selected {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
+}
diff --git a/res/css/Default.css b/res/css/Default.css
index ac10db5..e3f9214 100644
--- a/res/css/Default.css
+++ b/res/css/Default.css
@@ -1,5 +1,5 @@
-QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QTableView::item, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow
-{
- /**/
-
-}
+QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QTableView::item, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow
+{
+ /**/
+
+}
diff --git a/res/css/Light.css b/res/css/Light.css
index fce0c1b..274dc73 100644
--- a/res/css/Light.css
+++ b/res/css/Light.css
@@ -1,90 +1,90 @@
-QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QWidget, QPlainTextEdit, QLineEdit, QLabel, MainWindow
-{
- background-color: #dadada;
- color: #000000;
-
-}
-
-QTabWidget QTabBar::tab {
-padding-left:20px;
-padding-right:20px;
-padding-top:5px;
-padding-bottom:5px;
-border: 1px solid #525355;
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
-color:#fff;
-}
-
-QTabWidget QTabBar::tab:selected {
-min-height: 10px;
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #DADADA);
-color:#000;
-border: 1px ridge #000;
-}
-
-QTabWidget QTabBar::tab:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #DADADA);
-color:#000;
-border: 1px ridge #fff;
-min-height: 20px
-}
-
-QHeaderView { /* Table Header */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
-}
-
-QHeaderView::section { /* Table Header Sections */
-qproperty-alignment:center;
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
-color:#fff;
-min-height:25px;
-font-weight:bold;
-font-size:11px;
-outline:0;
-border:1px solid #747577;
-border-right:1px solid #fff;
-border-left:1px solid #fff;
-padding-left:5px;
-padding-right:5px;
-padding-top:2px;
-padding-bottom:2px;
-}
-
-QHeaderView::section:last {
-border-right: 0px solid #d7d7d7;
-}
-
-QScrollArea {
-background:transparent;
-border:0px;
-}
-
-QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
-background:#DADADA;
-}
-
-QTableView::item { /* Table Item */
-background-color:#DADADA;
-border:1px solid #fff;
-font-size:12px;
-}
-
-QTableView::item:selected { /* Table Item Selected */
-background-color:#747577;
-color:#fff;
-}
-
-QMenuBar {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
-color: #fff;
-}
-
-QMenuBar::item {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
-color: #fff;
-}
-
-QMenuBar::item:selected {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #DADADA);
-color:#000;
-}
+QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QWidget, QPlainTextEdit, QLineEdit, QLabel, MainWindow
+{
+ background-color: #dadada;
+ color: #000000;
+
+}
+
+QTabWidget QTabBar::tab {
+padding-left:20px;
+padding-right:20px;
+padding-top:5px;
+padding-bottom:5px;
+border: 1px solid #525355;
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
+color:#fff;
+}
+
+QTabWidget QTabBar::tab:selected {
+min-height: 10px;
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #DADADA);
+color:#000;
+border: 1px ridge #000;
+}
+
+QTabWidget QTabBar::tab:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #DADADA);
+color:#000;
+border: 1px ridge #fff;
+min-height: 20px
+}
+
+QHeaderView { /* Table Header */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
+}
+
+QHeaderView::section { /* Table Header Sections */
+qproperty-alignment:center;
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
+color:#fff;
+min-height:25px;
+font-weight:bold;
+font-size:11px;
+outline:0;
+border:1px solid #747577;
+border-right:1px solid #fff;
+border-left:1px solid #fff;
+padding-left:5px;
+padding-right:5px;
+padding-top:2px;
+padding-bottom:2px;
+}
+
+QHeaderView::section:last {
+border-right: 0px solid #d7d7d7;
+}
+
+QScrollArea {
+background:transparent;
+border:0px;
+}
+
+QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
+background:#DADADA;
+}
+
+QTableView::item { /* Table Item */
+background-color:#DADADA;
+border:1px solid #fff;
+font-size:12px;
+}
+
+QTableView::item:selected { /* Table Item Selected */
+background-color:#747577;
+color:#fff;
+}
+
+QMenuBar {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
+color: #fff;
+}
+
+QMenuBar::item {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #DADADA, stop: 1 #747577);
+color: #fff;
+}
+
+QMenuBar::item:selected {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #DADADA);
+color:#000;
+}
diff --git a/res/css/Midnight.css b/res/css/Midnight.css
index 077242c..8be0d6e 100644
--- a/res/css/Midnight.css
+++ b/res/css/Midnight.css
@@ -1,148 +1,148 @@
-/*
-Theme: Midnight Qt
-Version: 1.0.2
-Reference: https://doc.qt.io/qt-5/stylesheet-reference.html
-
-Author: Charles Sharpe
-Date: Apr. 23, 2020
-Website: https://www.csharpe.me
-License: https://opensource.org/licenses/MIT
-*/
-
-QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow, QPixmap, QHBoxLayout, QVBoxLayout, QGridLayout, QAbstractItemView, QFrame
-{
-background-color: #111;
-color: #fff;
-}
-
-/*
-QPushButton {
-padding: 10px 15px;
-}
-*/
-
-QPushButton:hover {
-background: #222;
-}
-
-/*
-QLineEdit, QRadioButton::indicator::unchecked, QCheckBox::indicator::unchecked {
-background: #222;
-border: 1px solid #333;
-border-radius: 3px;
-}
-
-QLineEdit {
-font-size: 12px;
-}
-
-QLineEdit:focus {
-border: 1px solid #9d8400;
-}*/
-
-/*
-QWidget QLabel {
-font-size: 11pt;
-}
-*/
-
-QWidget QCheckBox {
-font-weight: bold;
-}
-
-QTabWidget QTabBar::tab {
-/*min-height: 15px;*/
-padding-left:20px;
-padding-right:20px;
-padding-top:5px;
-padding-bottom:5px;
-border: 1px ridge #222;
-left: 1px; /* Fix 1px alignment */
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, stop: 1 #111);
-}
-
-QTabWidget QTabBar::tab:selected {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #555, stop: 1 #111);
-color:#fff;
-border: 1px ridge #222;
-border-bottom: 0px; /* Overwrites border-bottom */
-}
-
-QTabWidget QTabBar::tab:hover {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #555, stop: 1 #111);
-min-height: 20px
-}
-
-QHeaderView { /* Table Header */
-background-color:#111;
-}
-
-QHeaderView::section { /* Table Header Sections */
-qproperty-alignment:center;
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, stop: 1 #111);
-color:#fff;
-min-height:25px;
-font-weight:bold;
-font-size:11px;
-outline:0;
-border:1px ridge #222;
-padding: 2px 5px;
-}
-
-QHeaderView::section:last {
-border-right: 0px ridge #222;
-}
-
-QScrollArea {
-background:transparent;
-border:0px;
-}
-
-QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
-background:#111;
-}
-
-QTableView::item { /* Table Item */
-background-color:#111;
-border:1px solid #222;
-font-size:12px;
-}
-
-QTableView::item:selected { /* Table Item Selected */
-background-color:#fff;
-color:#000;
-}
-
-QMenuBar {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #222, stop: 1 #111);
-color: #fff;
-}
-
-QMenuBar::item {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #222, stop: 1 #111);
-color: #fff;
-/*padding: 5px 7px;
-margin: 0px;*/
-}
-
-QMenuBar::item:selected {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, stop: 1 #111);
-}
-
-QMenu {
-border:1px solid #222;
-}
-
-QMenu::item {
-padding: 7px 15px;
-}
-
-QMenu::item:selected {
-background: #222;
-}
-
-QMenu::separator {
- height: 1px;
- margin: 3px 7px 3px 7px; /* space at ends of separator */
- background: #222;
-}
+/*
+Theme: Midnight Qt
+Version: 1.0.2
+Reference: https://doc.qt.io/qt-5/stylesheet-reference.html
+
+Author: Charles Sharpe
+Date: Apr. 23, 2020
+Website: https://www.csharpe.me
+License: https://opensource.org/licenses/MIT
+*/
+
+QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow, QPixmap, QHBoxLayout, QVBoxLayout, QGridLayout, QAbstractItemView, QFrame
+{
+background-color: #111;
+color: #fff;
+}
+
+/*
+QPushButton {
+padding: 10px 15px;
+}
+*/
+
+QPushButton:hover {
+background: #222;
+}
+
+/*
+QLineEdit, QRadioButton::indicator::unchecked, QCheckBox::indicator::unchecked {
+background: #222;
+border: 1px solid #333;
+border-radius: 3px;
+}
+
+QLineEdit {
+font-size: 12px;
+}
+
+QLineEdit:focus {
+border: 1px solid #9d8400;
+}*/
+
+/*
+QWidget QLabel {
+font-size: 11pt;
+}
+*/
+
+QWidget QCheckBox {
+font-weight: bold;
+}
+
+QTabWidget QTabBar::tab {
+/*min-height: 15px;*/
+padding-left:20px;
+padding-right:20px;
+padding-top:5px;
+padding-bottom:5px;
+border: 1px ridge #222;
+left: 1px; /* Fix 1px alignment */
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, stop: 1 #111);
+}
+
+QTabWidget QTabBar::tab:selected {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #555, stop: 1 #111);
+color:#fff;
+border: 1px ridge #222;
+border-bottom: 0px; /* Overwrites border-bottom */
+}
+
+QTabWidget QTabBar::tab:hover {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #555, stop: 1 #111);
+min-height: 20px
+}
+
+QHeaderView { /* Table Header */
+background-color:#111;
+}
+
+QHeaderView::section { /* Table Header Sections */
+qproperty-alignment:center;
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, stop: 1 #111);
+color:#fff;
+min-height:25px;
+font-weight:bold;
+font-size:11px;
+outline:0;
+border:1px ridge #222;
+padding: 2px 5px;
+}
+
+QHeaderView::section:last {
+border-right: 0px ridge #222;
+}
+
+QScrollArea {
+background:transparent;
+border:0px;
+}
+
+QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
+background:#111;
+}
+
+QTableView::item { /* Table Item */
+background-color:#111;
+border:1px solid #222;
+font-size:12px;
+}
+
+QTableView::item:selected { /* Table Item Selected */
+background-color:#fff;
+color:#000;
+}
+
+QMenuBar {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #222, stop: 1 #111);
+color: #fff;
+}
+
+QMenuBar::item {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #222, stop: 1 #111);
+color: #fff;
+/*padding: 5px 7px;
+margin: 0px;*/
+}
+
+QMenuBar::item:selected {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, stop: 1 #111);
+}
+
+QMenu {
+border:1px solid #222;
+}
+
+QMenu::item {
+padding: 7px 15px;
+}
+
+QMenu::item:selected {
+background: #222;
+}
+
+QMenu::separator {
+ height: 1px;
+ margin: 3px 7px 3px 7px; /* space at ends of separator */
+ background: #222;
+}
diff --git a/res/css/dragonx.css b/res/css/dragonx.css
index cfbcb20..bd8855a 100644
--- a/res/css/dragonx.css
+++ b/res/css/dragonx.css
@@ -1,535 +1,535 @@
-/*
-colors
- background: rgb(24, 12, 12)
- object-background: #45505e
- object-background-hover: #1f242b
- object-background-press: #0c0e11
- text-main: white
- text-secondary: rgba(255, 255, 255, 0.75)
- text-dark: rgb(24, 12, 12)
- border: rgb(216, 38, 82)
-*/
-
-
-QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow {
- color: white;
- border: 0px solid rgba(0, 0, 0, 0);
- background-color: rgb(24, 21, 21);
-}
-
-
-/* window menu options */
-QMenu {
- color: white;
- border: 1px solid rgba(216, 38, 82, .5);
- border-radius: 8px;
- background-color: rgba(24, 21, 21, 1);
-}
-
-QMenuBar {
- color: rgb(216, 38, 82);
- color: white;
-}
-
-QMenuBar::item {
- color: rgb(216, 38, 82);
- color: white;
-}
-
-
-#title {
- margin-bottom: 8px;
-}
-
-QTabWidget QTabBar {
- background-color: rgba(41, 21, 21, .25);
- width: 600px;
-}
-
-QTabWidget QTabBar::tab {
- margin: 12px 4px;
- padding: 6px 4px;
- font-size: 20px;
- border: 0px solid white;
- border-radius: 9px;
- background-color: rgba(41, 21, 21, 1);
- min-width: 130px;
-}
-QTabWidget QTabBar::tab::last {
- min-width: 280px;
-}
-
-QTabWidget QTabBar::tab:selected {
- color: rgba(255, 255, 255, 0.85);
- border: 1px solid rgba(216, 38, 82, 0.85);
- background-color: rgba(216, 38, 82, 0.25);
-}
-
-QTabWidget QTabBar::tab:hover {
- color: white;
- border: 1px solid rgba(216, 38, 82, 1);
- background-color: rgba(216, 38, 82, 0.4);
-}
-
-QHeaderView {
- /* Table Header */
- background-color: rgba(0, 0, 0, 0);
-}
-
-QHeaderView::section {
- /* Table Header Sections */
- /* qproperty-alignment:center; */
- min-height:25px;
- outline:0;
- padding-left:5px;
- padding-right:5px;
- padding-top:2px;
- padding-bottom:2px;
- color:#91a4b8;
- font-weight:bold;
- font-size:11px;
- border:1px solid rgb(41, 21, 21);
- border-right:1px solid #91a4b8;
- border-left:1px solid #91a4b8;
-}
-
-
-QTabBar {
- margin-bottom: 16px;
-}
-
-QLabel {
- color: rgba(255, 255, 255, 0.75);
- border: 0px solid rgba(255, 255, 255, 0);
- background-color: rgba(255, 255, 255, 0);
-}
-
-
-
-QLineEdit {
- padding: 2px 4px;
- color: white;
- border: 1px solid rgb(216, 38, 82);
- border-top-right-radius: 4px;
- border-bottom-right-radius: 4px;
- background-color: rgba(41, 21, 21, 0.75);
-}
-
-
-QGroupBox{
- padding: 12px;
- padding-top: 32px;
- background-color: rgba(24, 12, 12, 0.45);
- border: 1px solid rgba(216, 38, 82, 0.6);
- border-radius: 8px;
- font-size: 18px;
-}
-
-
-QGroupBox::title {
- padding: 4px 12px;
- color: rgba(255, 255, 255, 0.85);
- border: 1px solid rgba(216, 38, 82, 0.25);
- border-top-left-radius: 8px;
- border-bottom-right-radius: 8px;
- background-color: rgba(216, 38, 82, 0.05);
-}
-
-QGroupBox#groupBox QLabel {
- font-size: 16px;
-}
-
-QPushButton {
- padding: 6px 10px;
- color: rgba(255, 255, 255, 0.5);
- border: 1px solid rgba(216, 38, 82, 0.5);
- border-radius: 4px;
- background-color: rgba(216, 38, 82, 0.15);
- font-size: 16px;
-}
-QPushButton:hover {
- color: rgba(255, 255, 255, 0.75);
- border: 1px solid rgba(216, 38, 82, 0.55);
- background-color: rgba(216, 38, 82, 0.45);
-}
-QPushButton:selected {
- color: rgba(255, 255, 255, 0.75);
- border: 1px solid rgba(216, 38, 82, 0.75);
- background-color: rgba(216, 38, 82, 0.75);
-}
-QPushButton:disabled {
- color: rgba(255, 255, 255, 0.15);
- border: 1px solid rgba(216, 38, 82, 0.15);
- background-color: rgba(255, 255, 255, 0.796);
- opacity: 25%;
-}
-
-QComboBox{
- margin: 0;
- padding: 2px 4px;
- border: 1px solid rgba(216, 38, 82, 0.75);
- border-radius: 2px;
- background-color: rgba(24, 12, 12, 0.5);
-}
-
-QScrollArea#sendToScrollArea QWidget {
- border: 0px solid rgb(216, 38, 82, 0);
- background-color: rgba(24, 12, 12, 0.45);
-}
-
-
-QScrollBar {
- border: 0px solid rgba(216, 38, 82, 0);
- background-color: rgba(24, 12, 12, 0);
-}
-
-QScrollBar:vertical {
- width: 22px;
- margin: 0 2px;
- border: 2px solid rgba(216, 38, 82, 0);
- background-color: rgba(0, 0, 0 , 0);
-}
-
-QScrollBar::handle:vertical,
-QScrollBar::handle:horizontal {
- border: 1px solid rgba(216, 38, 82, 1);
- border-radius: 6px;
- background-color: rgba(216, 38, 82, 0.25);
-}
-QScrollBar::handle:vertical {
- border-radius: 6px;
-}
-
-QScrollBar::add-line {
- height: 0px;
- subcontrol-position: bottom;
- subcontrol-origin: margin;
-
-}
-QScrollBar::sub-line {
- height: 0px;
- subcontrol-position: top;
- subcontrol-origin: margin;
-
-}
-
-QScrollBar::add-page, QScrollBar::sub-page {
- background: none;
-}
-
-QComboBox QAbstractItemView {
- margin: 0;
- padding: 2px 4px;
- border: 1px solid rgba(216, 38, 82, 0.75);
- border-radius: 2px;
- background-color: rgba(24, 12, 12, 0.5);
- selection-background-color: rgb(118, 132, 153);
-}
-
-QComboBox QAbstractItemView::item{
- margin: 0;
- padding: 2px 4px;
- border: 1px solid rgba(216, 38, 82, 0.25);
- border-radius: 2px;
- background-color: rgba(24, 12, 12, 0.5);
- outline: none;
-}
-QComboBox QAbstractItemView::item:selected{
- margin: 0;
- padding: 2px 4px;
- border: 1px solid rgba(216, 38, 82, 0.75);
- border-radius: 2px;
- background-color: rgba(24, 12, 12, 0.5);
- outline:none;
-}
-QComboBox QAbstractItemView::item:hover {
- margin: 0;
- padding: 2px 4px;
- border: 1px solid rgba(216, 38, 82, 0.75);
- border-radius: 2px;
- background-color: rgba(24, 12, 12, 0.75);
- outline:none;
-}
-
-
-QListView{
- margin: 0;
- padding: 2px 4px;
- border: 1px solid rgba(216, 38, 82, 0.75);
- border-radius: 2px;
- background-color: rgba(24, 12, 12, 0.5);
-}
-
-
-/* TAB 1 - HUSHCHAT */
-
-/* chat window */
-QListView#listChat,
-QListView#listContactWidget {
- border-radius: 8px;
- border: 1px solid rgba(216, 38, 82, 0.5);
- background-color: rgba(216, 38, 82, 0.05);
-}
-
-QPushButton#emojiButton,
-QPushButton#pushContact,
-QPushButton#safeContactRequest,
-QPushButton#givemeZaddr,
-QPushButton#sendChatButton {
- border-radius: 4px;
-}
-
-QLabel#lblMessage {
- color: white;
- border: 1px solid rgba(216, 38, 82, 0.5);
- background-color: rgba(216, 38, 82, 0.05);
-}
-QLabel#lblMessage{
- color: rgb(24, 21, 21);
- border: 1px solid rgba(255, 255, 255, 0.5);
- background-color: rgba(216, 38, 82, 0.05);
-}
-
-
-
-
-
-
-/* SEND TAB */
-QWidget#tab_2 QLabel{
- border: 0px solid white;
- background-color: rgba(255, 255, 255, 0);
-
-}
-
-
-
-
-/* MEMO */
-QWidget#tab_2 QLabel#MemoTxt1,
-QWidget#tab_2 QLabel#MemoTxt2,
-QWidget#tab_2 QLabel#MemoTxt3,
-QWidget#tab_2 QLabel#MemoTxt4,
-QWidget#tab_2 QLabel#MemoTxt5,
-QWidget#tab_2 QLabel#MemoTxt6 {
- border: 1px solid rgba(216, 38, 82, 0.25);
- background-color: rgba(24, 12, 12, 0.25);
- border-radius: 4px;
- padding: 4px 2px;
-}
-
-QWidget#tab_2 QLineEdit {
- border: 1px solid rgb(216, 38, 82);
- padding: 2px 4px;
- border-top-right-radius: 4px;
- border-bottom-right-radius: 4px;
- background-color: rgba(24, 12, 12, 0.75);
-}
-
- /* From Section */
-
- /* drop down address menu */
-AddressCombo {
- margin: 0;
- padding: 2px 4px;
- border: 1px solid rgba(216, 38, 82, 0.75);
- border-radius: 2px;
- background-color: rgba(24, 12, 12, 0.5);
-}
-
- /* Send To Section */
-
- /* Recipient sub-section */
-QWidget#tab_2 QGroupBox{
- border: 1px solid rgba(216, 38, 82, 0.5);
- border-radius: 4px;
- background-color: rgba(216, 38, 82, 0.1);
-}
-QWidget#tab_2 QGroupBox::title {
- margin-left: 24px;
- font-size: 6px;
- border-radius: 0;
- border-bottom-right-radius: 4px;
- border-bottom-left-radius: 4px;
-}
-
- /* To Section */
-QWidget#tab_2 QGroupBox#groupBox_3,
-QWidget#tab_2 QGroupBox#groupBox_4 {
- border: 1px solid rgba(216, 38, 82, 0.6);
- border-radius: 8px;
- background-color: rgba(24, 12, 12, 0.45);
-}
-QWidget#tab_2 QGroupBox#groupBox_3::title,
-QWidget#tab_2 QGroupBox#groupBox_4::title {
- border-radius: 0;
- border-top-left-radius: 8px;
- border-bottom-right-radius: 8px;
- margin: 0;
-}
-
- /* Max Available */
-QCheckBox#Max1 {
- padding: 4px;
- border-radius: 4px;
- background-color: rgba(24, 12, 12, 0.25);
-}
-QCheckBox#Max1:hover {
- border: 1px solid rgba(216, 38, 82, 0.25);
- background-color: rgba(216, 38, 82, 0.25);
-}
-QCheckBox#Max1:pressed,
-QCheckBox#Max1:checked {
- border: 1px solid rgba(216, 38, 82, 0.75);
- background-color: rgba(216, 38, 82, 0.5);
- color: white;
-}
-
-QLabel#AmtUSD1,
-QLabel#txtAvailableUSD {
- border: 0px solid rgba(216, 38, 82, 0.25);
- background-color: rgba(255, 255, 255, 0.15);
- border-radius: 2px;
-}
-
-
-QWidget#tab_2 QGroupBox#groupBox_4 {
- height: 12px;
- padding: 0;
- margin: 0;
- border: 1px solid rgba(216, 38, 82, 0.25);
- color: white;
-}
-
-QWidget#tab_2 QPushButton {
- color: rgba(255, 255, 255, 0.75);
- border: 1px solid rgba(216, 38, 82, 0.25);
- background-color: rgba(216, 38, 82, 0.25);
-}
-QWidget#tab_2 QPushButton:hover {
- color: rgba(255, 255, 255, 0.75);
- border: 1px solid rgba(216, 38, 82, 0.55);
- background-color: rgba(216, 38, 82, 0.45);
-}
-QWidget#tab_2 QPushButton:selected {
- color: rgba(255, 255, 255, 1);
- border: 1px solid rgba(216, 38, 82, 0.75);
- background-color: rgba(216, 38, 82, 0.5);
-}
-QWidget#tab_2 QPushButton:disabled {
- color: rgba(24, 12, 12, 0.75);
- border: 1px solid rgba(216, 38, 82, 0.05);
- background-color: rgba(255, 255, 255, 0.15);
-}
-
-
-
-
-
-
-
-QTableView {
- /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
- qproperty-showGrid: "false";
- padding-right: 8px;
- color: rgba(0, 0, 0, 0);
- background-color: rgba(0, 0, 0, 0);
-
-}
-
-QTableView QTableCornerButton::section {
- border: 0px solid rgba(0, 0, 0, 0);
- background-color:rgba(0, 0, 0, 0);
-}
-
-
-
-QTableView::item {
- /* Table Item */
- padding: 2px;
- color: white;
- font-size:12px;
- border: 1px solid rgba(216, 38, 82, .5);
- background-color:rgba(216, 38, 82, 0.25);
-
-}
-
-
-
-QTableView::item:selected {
- /* Table Item Selected */
- margin: 4px 0;
- color:rgb(41, 21, 21);
- border: 1px solid rgba(216, 38, 82, .75);
- background-color:rgba(216, 38, 82, 0.5);
-}
-
-QTableView { outline:none; }
-
-
-QTableView#balancesTable {
- /* background-color: rgba(255, 255, 255, 0); */
-
-}
-QTableView#balancesTable::item {
- /* background-color: rgba(255, 255, 255, 0); */
- border: 1px solid rgba(216, 38, 82, 0.25);
-}
-
-QHeaderView::section {
- border: 1px solid rgba(216, 38, 82, 0.5);
- background-color: rgba(0, 0, 0, 0);
-}
-
-QHeaderView::section::first {
- border-top-left-radius: 10px;
- background-color: rgb(41, 21, 21);
-}
-
-QHeaderView::section::middle {
- background-color: rgb(41, 21, 21);
-}
-
-QHeaderView::section::last {
- border: 1px solid rgba(216, 38, 82, 0.5);
- border-top-right-radius: 10px;
- background-color: rgb(41, 21, 21);
-}
-
-QHeaderView::section::vertical {
- border: 0px solid rgba(0, 0, 0, 0);
- background-color: rgba(0, 0, 0, 0);
-}
-
-
-
-
-
-QDialog#requestDialog {
- min-width: 820;
- min-height: 520;
-}
-
-
-QDialog#requestDialog QLabel#label_8
- {
-min-height: 25;
-padding-top: 7px;
-}
-
-QDialog#requestDialog QLabel#label_7{
- padding-left: 2px;
- min-height: 25;
-}
-QDialog#requestDialog QLabel#label_5,
-QDialog#requestDialog QLabel#label_6 {
-min-height: 25;
-padding-top: 2px;
-}
-
-QDialog#requestDialog QPushButton {
- min-height: 32;
-}
-QDialog#requestDialog QPushButton#addContact {
- min-width: 150px;
+/*
+colors
+ background: rgb(24, 12, 12)
+ object-background: #45505e
+ object-background-hover: #1f242b
+ object-background-press: #0c0e11
+ text-main: white
+ text-secondary: rgba(255, 255, 255, 0.75)
+ text-dark: rgb(24, 12, 12)
+ border: rgb(216, 38, 82)
+*/
+
+
+QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow {
+ color: white;
+ border: 0px solid rgba(0, 0, 0, 0);
+ background-color: rgb(24, 21, 21);
+}
+
+
+/* window menu options */
+QMenu {
+ color: white;
+ border: 1px solid rgba(216, 38, 82, .5);
+ border-radius: 8px;
+ background-color: rgba(24, 21, 21, 1);
+}
+
+QMenuBar {
+ color: rgb(216, 38, 82);
+ color: white;
+}
+
+QMenuBar::item {
+ color: rgb(216, 38, 82);
+ color: white;
+}
+
+
+#title {
+ margin-bottom: 8px;
+}
+
+QTabWidget QTabBar {
+ background-color: rgba(41, 21, 21, .25);
+ width: 600px;
+}
+
+QTabWidget QTabBar::tab {
+ margin: 12px 4px;
+ padding: 6px 4px;
+ font-size: 20px;
+ border: 0px solid white;
+ border-radius: 9px;
+ background-color: rgba(41, 21, 21, 1);
+ min-width: 130px;
+}
+QTabWidget QTabBar::tab::last {
+ min-width: 280px;
+}
+
+QTabWidget QTabBar::tab:selected {
+ color: rgba(255, 255, 255, 0.85);
+ border: 1px solid rgba(216, 38, 82, 0.85);
+ background-color: rgba(216, 38, 82, 0.25);
+}
+
+QTabWidget QTabBar::tab:hover {
+ color: white;
+ border: 1px solid rgba(216, 38, 82, 1);
+ background-color: rgba(216, 38, 82, 0.4);
+}
+
+QHeaderView {
+ /* Table Header */
+ background-color: rgba(0, 0, 0, 0);
+}
+
+QHeaderView::section {
+ /* Table Header Sections */
+ /* qproperty-alignment:center; */
+ min-height:25px;
+ outline:0;
+ padding-left:5px;
+ padding-right:5px;
+ padding-top:2px;
+ padding-bottom:2px;
+ color:#91a4b8;
+ font-weight:bold;
+ font-size:11px;
+ border:1px solid rgb(41, 21, 21);
+ border-right:1px solid #91a4b8;
+ border-left:1px solid #91a4b8;
+}
+
+
+QTabBar {
+ margin-bottom: 16px;
+}
+
+QLabel {
+ color: rgba(255, 255, 255, 0.75);
+ border: 0px solid rgba(255, 255, 255, 0);
+ background-color: rgba(255, 255, 255, 0);
+}
+
+
+
+QLineEdit {
+ padding: 2px 4px;
+ color: white;
+ border: 1px solid rgb(216, 38, 82);
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+ background-color: rgba(41, 21, 21, 0.75);
+}
+
+
+QGroupBox{
+ padding: 12px;
+ padding-top: 32px;
+ background-color: rgba(24, 12, 12, 0.45);
+ border: 1px solid rgba(216, 38, 82, 0.6);
+ border-radius: 8px;
+ font-size: 18px;
+}
+
+
+QGroupBox::title {
+ padding: 4px 12px;
+ color: rgba(255, 255, 255, 0.85);
+ border: 1px solid rgba(216, 38, 82, 0.25);
+ border-top-left-radius: 8px;
+ border-bottom-right-radius: 8px;
+ background-color: rgba(216, 38, 82, 0.05);
+}
+
+QGroupBox#groupBox QLabel {
+ font-size: 16px;
+}
+
+QPushButton {
+ padding: 6px 10px;
+ color: rgba(255, 255, 255, 0.5);
+ border: 1px solid rgba(216, 38, 82, 0.5);
+ border-radius: 4px;
+ background-color: rgba(216, 38, 82, 0.15);
+ font-size: 16px;
+}
+QPushButton:hover {
+ color: rgba(255, 255, 255, 0.75);
+ border: 1px solid rgba(216, 38, 82, 0.55);
+ background-color: rgba(216, 38, 82, 0.45);
+}
+QPushButton:selected {
+ color: rgba(255, 255, 255, 0.75);
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ background-color: rgba(216, 38, 82, 0.75);
+}
+QPushButton:disabled {
+ color: rgba(255, 255, 255, 0.15);
+ border: 1px solid rgba(216, 38, 82, 0.15);
+ background-color: rgba(255, 255, 255, 0.796);
+ opacity: 25%;
+}
+
+QComboBox{
+ margin: 0;
+ padding: 2px 4px;
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ border-radius: 2px;
+ background-color: rgba(24, 12, 12, 0.5);
+}
+
+QScrollArea#sendToScrollArea QWidget {
+ border: 0px solid rgb(216, 38, 82, 0);
+ background-color: rgba(24, 12, 12, 0.45);
+}
+
+
+QScrollBar {
+ border: 0px solid rgba(216, 38, 82, 0);
+ background-color: rgba(24, 12, 12, 0);
+}
+
+QScrollBar:vertical {
+ width: 22px;
+ margin: 0 2px;
+ border: 2px solid rgba(216, 38, 82, 0);
+ background-color: rgba(0, 0, 0 , 0);
+}
+
+QScrollBar::handle:vertical,
+QScrollBar::handle:horizontal {
+ border: 1px solid rgba(216, 38, 82, 1);
+ border-radius: 6px;
+ background-color: rgba(216, 38, 82, 0.25);
+}
+QScrollBar::handle:vertical {
+ border-radius: 6px;
+}
+
+QScrollBar::add-line {
+ height: 0px;
+ subcontrol-position: bottom;
+ subcontrol-origin: margin;
+
+}
+QScrollBar::sub-line {
+ height: 0px;
+ subcontrol-position: top;
+ subcontrol-origin: margin;
+
+}
+
+QScrollBar::add-page, QScrollBar::sub-page {
+ background: none;
+}
+
+QComboBox QAbstractItemView {
+ margin: 0;
+ padding: 2px 4px;
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ border-radius: 2px;
+ background-color: rgba(24, 12, 12, 0.5);
+ selection-background-color: rgb(118, 132, 153);
+}
+
+QComboBox QAbstractItemView::item{
+ margin: 0;
+ padding: 2px 4px;
+ border: 1px solid rgba(216, 38, 82, 0.25);
+ border-radius: 2px;
+ background-color: rgba(24, 12, 12, 0.5);
+ outline: none;
+}
+QComboBox QAbstractItemView::item:selected{
+ margin: 0;
+ padding: 2px 4px;
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ border-radius: 2px;
+ background-color: rgba(24, 12, 12, 0.5);
+ outline:none;
+}
+QComboBox QAbstractItemView::item:hover {
+ margin: 0;
+ padding: 2px 4px;
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ border-radius: 2px;
+ background-color: rgba(24, 12, 12, 0.75);
+ outline:none;
+}
+
+
+QListView{
+ margin: 0;
+ padding: 2px 4px;
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ border-radius: 2px;
+ background-color: rgba(24, 12, 12, 0.5);
+}
+
+
+/* TAB 1 - HUSHCHAT */
+
+/* chat window */
+QListView#listChat,
+QListView#listContactWidget {
+ border-radius: 8px;
+ border: 1px solid rgba(216, 38, 82, 0.5);
+ background-color: rgba(216, 38, 82, 0.05);
+}
+
+QPushButton#emojiButton,
+QPushButton#pushContact,
+QPushButton#safeContactRequest,
+QPushButton#givemeZaddr,
+QPushButton#sendChatButton {
+ border-radius: 4px;
+}
+
+QLabel#lblMessage {
+ color: white;
+ border: 1px solid rgba(216, 38, 82, 0.5);
+ background-color: rgba(216, 38, 82, 0.05);
+}
+QLabel#lblMessage{
+ color: rgb(24, 21, 21);
+ border: 1px solid rgba(255, 255, 255, 0.5);
+ background-color: rgba(216, 38, 82, 0.05);
+}
+
+
+
+
+
+
+/* SEND TAB */
+QWidget#tab_2 QLabel{
+ border: 0px solid white;
+ background-color: rgba(255, 255, 255, 0);
+
+}
+
+
+
+
+/* MEMO */
+QWidget#tab_2 QLabel#MemoTxt1,
+QWidget#tab_2 QLabel#MemoTxt2,
+QWidget#tab_2 QLabel#MemoTxt3,
+QWidget#tab_2 QLabel#MemoTxt4,
+QWidget#tab_2 QLabel#MemoTxt5,
+QWidget#tab_2 QLabel#MemoTxt6 {
+ border: 1px solid rgba(216, 38, 82, 0.25);
+ background-color: rgba(24, 12, 12, 0.25);
+ border-radius: 4px;
+ padding: 4px 2px;
+}
+
+QWidget#tab_2 QLineEdit {
+ border: 1px solid rgb(216, 38, 82);
+ padding: 2px 4px;
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+ background-color: rgba(24, 12, 12, 0.75);
+}
+
+ /* From Section */
+
+ /* drop down address menu */
+AddressCombo {
+ margin: 0;
+ padding: 2px 4px;
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ border-radius: 2px;
+ background-color: rgba(24, 12, 12, 0.5);
+}
+
+ /* Send To Section */
+
+ /* Recipient sub-section */
+QWidget#tab_2 QGroupBox{
+ border: 1px solid rgba(216, 38, 82, 0.5);
+ border-radius: 4px;
+ background-color: rgba(216, 38, 82, 0.1);
+}
+QWidget#tab_2 QGroupBox::title {
+ margin-left: 24px;
+ font-size: 6px;
+ border-radius: 0;
+ border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px;
+}
+
+ /* To Section */
+QWidget#tab_2 QGroupBox#groupBox_3,
+QWidget#tab_2 QGroupBox#groupBox_4 {
+ border: 1px solid rgba(216, 38, 82, 0.6);
+ border-radius: 8px;
+ background-color: rgba(24, 12, 12, 0.45);
+}
+QWidget#tab_2 QGroupBox#groupBox_3::title,
+QWidget#tab_2 QGroupBox#groupBox_4::title {
+ border-radius: 0;
+ border-top-left-radius: 8px;
+ border-bottom-right-radius: 8px;
+ margin: 0;
+}
+
+ /* Max Available */
+QCheckBox#Max1 {
+ padding: 4px;
+ border-radius: 4px;
+ background-color: rgba(24, 12, 12, 0.25);
+}
+QCheckBox#Max1:hover {
+ border: 1px solid rgba(216, 38, 82, 0.25);
+ background-color: rgba(216, 38, 82, 0.25);
+}
+QCheckBox#Max1:pressed,
+QCheckBox#Max1:checked {
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ background-color: rgba(216, 38, 82, 0.5);
+ color: white;
+}
+
+QLabel#AmtUSD1,
+QLabel#txtAvailableUSD {
+ border: 0px solid rgba(216, 38, 82, 0.25);
+ background-color: rgba(255, 255, 255, 0.15);
+ border-radius: 2px;
+}
+
+
+QWidget#tab_2 QGroupBox#groupBox_4 {
+ height: 12px;
+ padding: 0;
+ margin: 0;
+ border: 1px solid rgba(216, 38, 82, 0.25);
+ color: white;
+}
+
+QWidget#tab_2 QPushButton {
+ color: rgba(255, 255, 255, 0.75);
+ border: 1px solid rgba(216, 38, 82, 0.25);
+ background-color: rgba(216, 38, 82, 0.25);
+}
+QWidget#tab_2 QPushButton:hover {
+ color: rgba(255, 255, 255, 0.75);
+ border: 1px solid rgba(216, 38, 82, 0.55);
+ background-color: rgba(216, 38, 82, 0.45);
+}
+QWidget#tab_2 QPushButton:selected {
+ color: rgba(255, 255, 255, 1);
+ border: 1px solid rgba(216, 38, 82, 0.75);
+ background-color: rgba(216, 38, 82, 0.5);
+}
+QWidget#tab_2 QPushButton:disabled {
+ color: rgba(24, 12, 12, 0.75);
+ border: 1px solid rgba(216, 38, 82, 0.05);
+ background-color: rgba(255, 255, 255, 0.15);
+}
+
+
+
+
+
+
+
+QTableView {
+ /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
+ qproperty-showGrid: "false";
+ padding-right: 8px;
+ color: rgba(0, 0, 0, 0);
+ background-color: rgba(0, 0, 0, 0);
+
+}
+
+QTableView QTableCornerButton::section {
+ border: 0px solid rgba(0, 0, 0, 0);
+ background-color:rgba(0, 0, 0, 0);
+}
+
+
+
+QTableView::item {
+ /* Table Item */
+ padding: 2px;
+ color: white;
+ font-size:12px;
+ border: 1px solid rgba(216, 38, 82, .5);
+ background-color:rgba(216, 38, 82, 0.25);
+
+}
+
+
+
+QTableView::item:selected {
+ /* Table Item Selected */
+ margin: 4px 0;
+ color:rgb(41, 21, 21);
+ border: 1px solid rgba(216, 38, 82, .75);
+ background-color:rgba(216, 38, 82, 0.5);
+}
+
+QTableView { outline:none; }
+
+
+QTableView#balancesTable {
+ /* background-color: rgba(255, 255, 255, 0); */
+
+}
+QTableView#balancesTable::item {
+ /* background-color: rgba(255, 255, 255, 0); */
+ border: 1px solid rgba(216, 38, 82, 0.25);
+}
+
+QHeaderView::section {
+ border: 1px solid rgba(216, 38, 82, 0.5);
+ background-color: rgba(0, 0, 0, 0);
+}
+
+QHeaderView::section::first {
+ border-top-left-radius: 10px;
+ background-color: rgb(41, 21, 21);
+}
+
+QHeaderView::section::middle {
+ background-color: rgb(41, 21, 21);
+}
+
+QHeaderView::section::last {
+ border: 1px solid rgba(216, 38, 82, 0.5);
+ border-top-right-radius: 10px;
+ background-color: rgb(41, 21, 21);
+}
+
+QHeaderView::section::vertical {
+ border: 0px solid rgba(0, 0, 0, 0);
+ background-color: rgba(0, 0, 0, 0);
+}
+
+
+
+
+
+QDialog#requestDialog {
+ min-width: 820;
+ min-height: 520;
+}
+
+
+QDialog#requestDialog QLabel#label_8
+ {
+min-height: 25;
+padding-top: 7px;
+}
+
+QDialog#requestDialog QLabel#label_7{
+ padding-left: 2px;
+ min-height: 25;
+}
+QDialog#requestDialog QLabel#label_5,
+QDialog#requestDialog QLabel#label_6 {
+min-height: 25;
+padding-top: 2px;
+}
+
+QDialog#requestDialog QPushButton {
+ min-height: 32;
+}
+QDialog#requestDialog QPushButton#addContact {
+ min-width: 150px;
}
\ No newline at end of file
diff --git a/res/css/test.css b/res/css/test.css
index ddb7f35..b2c2fac 100644
--- a/res/css/test.css
+++ b/res/css/test.css
@@ -1,239 +1,239 @@
-
-QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QTableView::item, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow
-{
- /* background-color: #303335; */
- background: transparent;
- color: #ffffff;
-}
-
-QMainWindow
-{
- border-image: url(':images/res/images/tile.png') 0 0 0 0 repeat repeat;
- color: #ffffff;
-}
-
-QTabWidget QTabBar::tab {
-padding-left:20px;
-padding-right:20px;
-padding-top:5px;
-padding-bottom:5px;
-border: 1px solid #525355;
-/*background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);*/
-background-color: rgba(0, 0, 0, 128);
-}
-
-QTabWidget QTabBar::tab:selected {
-min-height: 10px;
-/*background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);*/
-background-color: rgba(0, 64, 0, 128);
-color:#fff;
-border: 1px ridge #000;
-}
-
-QTabWidget QTabBar::tab:hover {
-/*background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);*/
-background-color: rgba(0, 0, 0, 32);
-color:#fff;
-border: 1px ridge #fff;
-min-height: 20px
-}
-
-QTabWidget::pane {
- background-color: rgba(0, 0, 0, 128);
- border: 2px solid rgb(0, 0, 0);
- border-top-left-radius: 0px;
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
- border-top-right-radius: 4px;
- top: -2px;
-}
-
-QStatusBar {
- background-color: rgba(0, 0, 64, 128);
-}
-
-QHeaderView { /* Table Header */
-/* background-color:#303335;*/
-background-color: rgba(0, 0, 0, 64);
-border:1px solid #fff;
-}
-
-QHeaderView::section { /* Table Header Sections */
-qproperty-alignment:center;
-/*background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);*/
-background: transparent;
-color:#fff;
-min-height:25px;
-font-weight:bold;
-font-size:11px;
-outline:0;
-border:1px solid #525355;
-border-right:1px solid #fff;
-border-left:1px solid #fff;
-padding-left:5px;
-padding-right:5px;
-padding-top:2px;
-padding-bottom:2px;
-}
-
-QHeaderView::section:last {
-border-right: 0px solid #d7d7d7;
-}
-
-QScrollArea {
-background:transparent;
-border:0px;
-}
-
-QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
-/*background:#303335;*/
-background: transparent;
-}
-
-QTableView::item { /* Table Item */
-/*background-color:#303335;*/
-background: transparent;
-border:1px solid #fff;
-font-size:12px;
-}
-
-QTableView::item:selected { /* Table Item Selected */
-background-color:#fff;
-color:#000;
-}
-
-QMenuBar {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
-color: #fff;
-}
-
-QMenuBar::item {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
-color: #fff;
-}
-
-QMenuBar::item:selected {
-background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
-}
-
-QTabBar::tab {
- background-color: rgba(0, 0, 0, 128);
- min-width: 150px;
- padding: 4px;
- border-bottom: 2px solid rgb(68, 49, 141);
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
-}
-
-QTabBar::tab:selected {
- /* font: bold; */
- border: 2px solid rgb(68, 49, 141);
- border-bottom: none;
-}
-
-
-QTabBar::tab:hover {
- /* font: bold; */
- border: 2px solid rgb(68, 49, 141);
-}
-
-
-QGroupBox {
- background-color: rgba(0, 0, 0, 128);
- font-weight: bold;
- font-style: italic;
- border: 1px solid rgba(0, 128, 0, 128);
- border-radius: 4px;
- padding: 4px;
- margin-top: 16px;
-}
-
-QGroupBox::title {
- subcontrol-origin: margin;
- subcontrol-position: top left;
- left: 8px;
- padding-left: 3px;
- padding-right: 3px;
- padding-top: 6px;
- padding-bottom: 8px;
-}
-
-QLineEdit, QPushButton, QPlainTextEdit {
- background-color: rgba(10, 7, 20, 128);
- min-width: 100px;
- border: 1px solid rgb(68, 49, 141);
- border-radius: 4px;
- padding:5px;
-}
-
-QLineEdit:focus, QPushButton:pressed, QPlainTextEdit:focus {
- border: 1px solid rgb(216, 00, 255);
-}
-
-QLineEdit:hover, QPushButton:hover, QPlainTextEdit:hover {
- border: 1px solid rgb(216, 00, 255);
-}
-
-QLineEdit:disabled, QPushButton:disabled, QPlainTextEdit:disabled {
- border: 1px solid rgb(64, 64, 64);
-}
-
-QComboBox {
- background-color: rgba(10, 7, 20, 128);
- min-height: 28px;
- min-width: 80px;
- border: 1px solid rgb(68, 49, 141);
- border-radius: 4px;
-}
-
-QComboBox:hover {
- border: 1px solid rgb(216, 00, 255);
-}
-
-QComboBox QAbstractItemView {
- background-color: rgb(0, 0, 0);
- border: 1px solid rgb(68, 49, 141);
- border-radius: 4px;
-}
-
-QComboBox::item {
- background-color: rgb(0, 0, 0);
- border: 1px solid rgb(0, 0, 0);
- border-radius: 4px;
- height:28px;
-}
-
-QComboBox::item:selected { /* when user selects item using mouse or keyboard */
- background-color: rgb(20, 15, 40);
- border: 1px solid rgb(68, 49, 141);
- border-radius: 4px;
-
-}
-
-
-QCheckBox::indicator, QRadioButton::indicator {
- border: 2px solid rgb(68, 49, 141);
- border-radius: 6px;
-}
-
-QCheckBox::indicator:checked, QRadioButton::indicator:checked {
- background-color: rgba(0, 255, 0, 128);
-}
-
-QCheckBox::indicator:unchecked, QRadioButton::indicator:unchecked {
- background-color: rgba(0, 16, 0, 128);
-}
-
-QCheckBox::indicator:hover, QRadioButton::indicator:hover {
- border: 2px solid rgb(0, 192, 0);
-}
-
-QCheckBox::indicator:disabled, QRadioButton::indicator:disabled {
- border: 2px solid rgb(64, 64, 64);
-}
-
-QWidget.FilledIconLabel /* targets custom ui widget by class name */
-{
- background-color: rgba(255, 255, 255, 64);
- border: 2px solid rgb(255, 0, 0);
-}
+
+QWidget, QMainWindow, QMenuBar, QMenu, QDialog, QTabWidget, QTableView, QTableView::item, QScrollArea, QGroupBox, QPlainTextEdit, QLineEdit, QLabel, MainWindow
+{
+ /* background-color: #303335; */
+ background: transparent;
+ color: #ffffff;
+}
+
+QMainWindow
+{
+ border-image: url(':images/res/images/tile.png') 0 0 0 0 repeat repeat;
+ color: #ffffff;
+}
+
+QTabWidget QTabBar::tab {
+padding-left:20px;
+padding-right:20px;
+padding-top:5px;
+padding-bottom:5px;
+border: 1px solid #525355;
+/*background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);*/
+background-color: rgba(0, 0, 0, 128);
+}
+
+QTabWidget QTabBar::tab:selected {
+min-height: 10px;
+/*background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);*/
+background-color: rgba(0, 64, 0, 128);
+color:#fff;
+border: 1px ridge #000;
+}
+
+QTabWidget QTabBar::tab:hover {
+/*background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);*/
+background-color: rgba(0, 0, 0, 32);
+color:#fff;
+border: 1px ridge #fff;
+min-height: 20px
+}
+
+QTabWidget::pane {
+ background-color: rgba(0, 0, 0, 128);
+ border: 2px solid rgb(0, 0, 0);
+ border-top-left-radius: 0px;
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ border-top-right-radius: 4px;
+ top: -2px;
+}
+
+QStatusBar {
+ background-color: rgba(0, 0, 64, 128);
+}
+
+QHeaderView { /* Table Header */
+/* background-color:#303335;*/
+background-color: rgba(0, 0, 0, 64);
+border:1px solid #fff;
+}
+
+QHeaderView::section { /* Table Header Sections */
+qproperty-alignment:center;
+/*background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);*/
+background: transparent;
+color:#fff;
+min-height:25px;
+font-weight:bold;
+font-size:11px;
+outline:0;
+border:1px solid #525355;
+border-right:1px solid #fff;
+border-left:1px solid #fff;
+padding-left:5px;
+padding-right:5px;
+padding-top:2px;
+padding-bottom:2px;
+}
+
+QHeaderView::section:last {
+border-right: 0px solid #d7d7d7;
+}
+
+QScrollArea {
+background:transparent;
+border:0px;
+}
+
+QTableView { /* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
+/*background:#303335;*/
+background: transparent;
+}
+
+QTableView::item { /* Table Item */
+/*background-color:#303335;*/
+background: transparent;
+border:1px solid #fff;
+font-size:12px;
+}
+
+QTableView::item:selected { /* Table Item Selected */
+background-color:#fff;
+color:#000;
+}
+
+QMenuBar {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
+color: #fff;
+}
+
+QMenuBar::item {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #525355, stop: 1 #303335);
+color: #fff;
+}
+
+QMenuBar::item:selected {
+background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #747577, stop: 1 #3E4244);
+}
+
+QTabBar::tab {
+ background-color: rgba(0, 0, 0, 128);
+ min-width: 150px;
+ padding: 4px;
+ border-bottom: 2px solid rgb(68, 49, 141);
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+}
+
+QTabBar::tab:selected {
+ /* font: bold; */
+ border: 2px solid rgb(68, 49, 141);
+ border-bottom: none;
+}
+
+
+QTabBar::tab:hover {
+ /* font: bold; */
+ border: 2px solid rgb(68, 49, 141);
+}
+
+
+QGroupBox {
+ background-color: rgba(0, 0, 0, 128);
+ font-weight: bold;
+ font-style: italic;
+ border: 1px solid rgba(0, 128, 0, 128);
+ border-radius: 4px;
+ padding: 4px;
+ margin-top: 16px;
+}
+
+QGroupBox::title {
+ subcontrol-origin: margin;
+ subcontrol-position: top left;
+ left: 8px;
+ padding-left: 3px;
+ padding-right: 3px;
+ padding-top: 6px;
+ padding-bottom: 8px;
+}
+
+QLineEdit, QPushButton, QPlainTextEdit {
+ background-color: rgba(10, 7, 20, 128);
+ min-width: 100px;
+ border: 1px solid rgb(68, 49, 141);
+ border-radius: 4px;
+ padding:5px;
+}
+
+QLineEdit:focus, QPushButton:pressed, QPlainTextEdit:focus {
+ border: 1px solid rgb(216, 00, 255);
+}
+
+QLineEdit:hover, QPushButton:hover, QPlainTextEdit:hover {
+ border: 1px solid rgb(216, 00, 255);
+}
+
+QLineEdit:disabled, QPushButton:disabled, QPlainTextEdit:disabled {
+ border: 1px solid rgb(64, 64, 64);
+}
+
+QComboBox {
+ background-color: rgba(10, 7, 20, 128);
+ min-height: 28px;
+ min-width: 80px;
+ border: 1px solid rgb(68, 49, 141);
+ border-radius: 4px;
+}
+
+QComboBox:hover {
+ border: 1px solid rgb(216, 00, 255);
+}
+
+QComboBox QAbstractItemView {
+ background-color: rgb(0, 0, 0);
+ border: 1px solid rgb(68, 49, 141);
+ border-radius: 4px;
+}
+
+QComboBox::item {
+ background-color: rgb(0, 0, 0);
+ border: 1px solid rgb(0, 0, 0);
+ border-radius: 4px;
+ height:28px;
+}
+
+QComboBox::item:selected { /* when user selects item using mouse or keyboard */
+ background-color: rgb(20, 15, 40);
+ border: 1px solid rgb(68, 49, 141);
+ border-radius: 4px;
+
+}
+
+
+QCheckBox::indicator, QRadioButton::indicator {
+ border: 2px solid rgb(68, 49, 141);
+ border-radius: 6px;
+}
+
+QCheckBox::indicator:checked, QRadioButton::indicator:checked {
+ background-color: rgba(0, 255, 0, 128);
+}
+
+QCheckBox::indicator:unchecked, QRadioButton::indicator:unchecked {
+ background-color: rgba(0, 16, 0, 128);
+}
+
+QCheckBox::indicator:hover, QRadioButton::indicator:hover {
+ border: 2px solid rgb(0, 192, 0);
+}
+
+QCheckBox::indicator:disabled, QRadioButton::indicator:disabled {
+ border: 2px solid rgb(64, 64, 64);
+}
+
+QWidget.FilledIconLabel /* targets custom ui widget by class name */
+{
+ background-color: rgba(255, 255, 255, 64);
+ border: 2px solid rgb(255, 0, 0);
+}
diff --git a/res/notification.svg b/res/notification.svg
index 3db8333..3e4db07 100644
--- a/res/notification.svg
+++ b/res/notification.svg
@@ -1,10 +1,10 @@
-
-
-
+
+
+
diff --git a/res/qt5.natvis b/res/qt5.natvis
index 95eedd0..65d56e3 100644
--- a/res/qt5.natvis
+++ b/res/qt5.natvis
@@ -1,712 +1,712 @@
-
-
-
-
-
-
-
- {{ x = {xp}, y = {yp} }}
-
- xp
- yp
-
-
-
-
- {{ x = {x1}, y = {y1}, width = {x2 - x1 + 1}, height = {y2 - y1 + 1} }}
-
- x1
- y1
- x2 - x1 + 1
- y2 - y1 + 1
-
-
-
-
- {{ x = {xp}, y = {yp}, width = {w}, height = {h} }}
-
- xp
- yp
- w
- h
-
-
-
-
-
- {{ width = {wd}, height = {ht} }}
-
- wd
- ht
-
-
-
-
-
- {{ start point = {pt1}, end point = {pt2} }}
-
-
- {pt1}
-
- pt1
-
-
-
- {pt2}
-
- pt2
-
-
-
-
-
-
-
- {{ size = {d->size} }}
-
- d->ref.atomic._q_value
-
- d->size
- (QPoint*)((reinterpret_cast<char*>(d)) + d->offset)
-
-
-
-
-
- {{ size = {d->size} }}
-
-
- d->size > 0
- && ((((QPointF*)((reinterpret_cast<char*>(d)) + d->offset)[0]).xp
- == (((QPointF*)((reinterpret_cast<char*>(d)) + d->offset)[d->size - 1]).xp)
- && ((((QPointF*)((reinterpret_cast<char*>(d)) + d->offset)[0]).yp
- == (((QPointF*)((reinterpret_cast<char*>(d)) + d->offset)[d->size - 1]).yp)
-
- d->ref.atomic._q_value
-
- d->size
- (QPointF*)((reinterpret_cast<char*>(d)) + d->offset)
-
-
-
-
-
- {{ x = {xp}, y = {yp} }}
-
- xp
- yp
-
-
-
-
- {{ x = {xp}, y = {yp}, z = {zp} }}
-
- xp
- yp
- zp
-
-
-
-
- {{ x = {xp}, y = {yp}, z = {zp}, w = {wp} }}
-
- xp
- yp
- zp
- wp
-
-
-
-
-
- {{ m11 = {_m11}, m12 = {_m12}, m21 = {_m21}, m22 = {_m22}, ... }}
-
-
- _m11
- _m12
- _m21
- _m22
- _dx
- _dy
-
-
-
-
-
- {{ m11 = {m[0][0]}, m12 = {m[1][0]}, m13 = {m[2][0]}, m14 = {m[3][0]}, ... }}
-
-
- m[0][0]
- m[1][0]
- m[2][0]
- m[3][0]
- m[0][1]
- m[1][1]
- m[2][1]
- m[3][1]
- m[0][2]
- m[1][2]
- m[2][2]
- m[3][2]
- m[0][3]
- m[1][3]
- m[2][3]
- m[3][3]
-
-
-
-
-
- {{ horizontal = {static_cast<Policy>(bits.horPolicy)}, vertical = {static_cast<Policy>(bits.verPolicy)}, type = {ControlType(1 << bits.ctype)} }}
-
-
-
- QSizePolicy::Policy::{static_cast<Policy>(bits.verPolicy)}
-
-
- QSizePolicy::Policy::{static_cast<Policy>(bits.horPolicy)}
-
-
- QSizePolicy::ControlType::{ControlType(1 << bits.ctype)}
-
-
-
- Qt::Vertical (2)
-
-
- Qt::Horizontal (1)
-
-
- static_cast<int>(bits.verStretch)
- static_cast<int>(bits.horStretch)
- bits.hfw == 1
- bits.wfh == 1
-
-
-
-
- {ucs,c}
- ucs,c
-
- ucs > 0xff ? '\0' : char(ucs),c
- ucs,c
-
-
-
-
- {((reinterpret_cast<unsigned short*>(d)) + d->offset / 2),sub}
- ((reinterpret_cast<unsigned short*>(d)) + d->offset / 2),sub
-
- d->size
- d->ref.atomic._q_value
-
- d->size
- ((reinterpret_cast<unsigned short*>(d)) + d->offset / 2),c
-
-
-
-
-
- {((reinterpret_cast<char*>(d)) + d->offset),sb}
- ((reinterpret_cast<char*>(d)) + d->offset),sb
-
- d->size
- d->ref.atomic._q_value
-
- d->size
- ((reinterpret_cast<char*>(d)) + d->offset),c
-
-
-
-
-
- {{ size = {(d.d->size << 3) - *((reinterpret_cast<char*>(d.d)) + d.d->offset)} }}
-
- d.d->ref.atomic._q_value
-
- (d.d->size << 3) - *((reinterpret_cast<char*>(d.d)) + d.d->offset)
-
- (*(reinterpret_cast<const unsigned char*>((reinterpret_cast<char*>(d.d)) + d.d->offset) + 1
- + ($i >> 3)) & (1 << ($i & 7))) != 0
-
-
-
-
-
-
-
- {{ size = {s} }}
-
- a
-
- s
- ptr
-
-
-
-
-
- {{ julian day = {jd} }}
-
-
-
-
- {{ millisecond = {mds} }}
- {{ milliseconds = {mds} }}
-
- mds / 3600000, d
- mds / 3600000, d
- (mds % 3600000) / 60000, d
- (mds % 3600000) / 60000, d
- (mds / 1000) % 60, d
- (mds / 1000) % 60, d
- mds % 1000, d
- mds % 1000, d
-
-
-
-
- {d.pattern}
-
-
-
-
- ref._q_value
-
-
-
-
- strong reference to shared pointer of type {"$T1"}
-
- value == 0
- d->weakref._q_value
- d->strongref._q_value
-
-
-
-
- pointer to implicit shared object of type {"$T1"}
-
- d
-
-
-
-
- pointer to explicit shared object of type {"$T1"}
-
- d
-
-
-
-
- guarded pointer to subclass of QObject of type {"$T1"}
-
- wp.d == 0 || wp.d->strongref._q_value == 0 || wp.value == 0
-
-
-
-
- weak reference to shared pointer of type {"$T1"}
-
- d == 0 || d->strongref._q_value == 0 || value == 0
- d->weakref._q_value
- d->strongref._q_value
-
-
-
-
- scoped pointer to a dynamically allocated object of type {"$T1"}
-
- !d
-
-
-
-
- scoped pointer to dynamically allocated array of objects of type {"$T1"}
-
- !d
-
-
-
-
- ({first}, {second})
-
- first
- second
-
-
-
-
-
- {{ size = {d->size} }}
-
- d->ref.atomic._q_value
-
- d->size
- ($T1*)((reinterpret_cast<char*>(d)) + d->offset)
-
-
-
-
-
-
-
- {{ size = {d->end - d->begin} }}
-
- d->ref.atomic._q_value
-
- d->end - d->begin
- *reinterpret_cast<$T1*>((sizeof($T1) > sizeof(void*))
- ? reinterpret_cast<Node*>(d->array + d->begin + $i)->v
- : reinterpret_cast<$T1*>(d->array + d->begin + $i))
-
-
-
-
-
-
- {{ size = {d->size} }}
-
- d->ref.atomic._q_value
-
- d->size
- d->n
- n
- (*(QLinkedListNode<$T1>*)this).t
-
-
-
-
-
- ({key}, {value})
-
- key
- value
-
-
-
-
-
- {{ size = {d->size} }}
-
- d->ref.atomic._q_value
-
- d->size
- d->header.left
- left
- right
- *((QMapNode<$T1,$T2>*)this)
-
-
-
-
-
- (empty)
- ({key}, {value})
-
- key
- value
-
-
-
-
-
- {{ size = {d->size} }}
-
- d->ref.atomic._q_value
-
- d->numBuckets
- *((QHashNode<$T1,$T2>*)d->buckets[$i])
-
-
-
-
-
- (empty)
- ({key})
-
- key
-
-
-
-
- {{ size = {q_hash.d->size} }}
-
- q_hash
-
-
-
-
- ({*keyPtr}, {*t})
-
- *keyPtr
- *t
-
-
-
-
- {{ size = {hash.d->size} }}
-
- mx
- total
- hash.d->ref.atomic._q_value
-
- hash.d->size
- f
- n
- *((Node*)this)
-
-
-
-
-
-
-
- Invalid
- {d.data.b}
- {d.data.i}
- {d.data.u}
- {d.data.ll}
- {d.data.ull}
- {d.data.d}
- {d.data.c}
-
- {*((QMap<QString,QVariant>*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QList<QVariant>*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QString*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QStringList*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QByteArray*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QBitArray*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QDate*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QTime*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
- DateTime
- Url
- Locale
-
- {*((QRect*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QRectF*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QSize*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QSizeF*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QLine*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QLineF*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QPoint*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
-
- {*((QPointF*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
- RegExp
- RegularExpression
-
- {*((QHash<QString,QVariant>*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))}
-
- EasingCurve
- Uuid
- ModelIndex
- LastCoreType
- Font
- Pixmap
- Brush
- Color
- Palette
- Image
- Polygon
- Region
- Bitmap
- Cursor
- KeySequence
- Pen
- TextLength
- TextFormat
- Matrix
- Transform
- Matrix4x4
- Vector2D
- Vector3D
- Vector4D
- Quaternion
- PolygonF
- Icon
- LastGuiType
- SizePolicy
- UserType
- LastType
-
-
-
-
-
- d.data.c
-
-
- *((QString*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
-
- *((QByteArray*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
-
-
-
-
-
-
- *((QMap<QString,QVariant>*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QList<QVariant>*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QString*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QStringList*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QByteArray*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QBitArray*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QDate*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QTime*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QRect*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QRectF*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QSize*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QSizeF*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QLine*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QLineF*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QPoint*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QPointF*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
- *((QHash<QString,QVariant>*)(d.is_shared ? d.data.shared->ptr
- : reinterpret_cast<const void *>(&d.data.ptr)))
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ x = {xp}, y = {yp} }}
+
+ xp
+ yp
+
+
+
+
+ {{ x = {x1}, y = {y1}, width = {x2 - x1 + 1}, height = {y2 - y1 + 1} }}
+
+ x1
+ y1
+ x2 - x1 + 1
+ y2 - y1 + 1
+
+
+
+
+ {{ x = {xp}, y = {yp}, width = {w}, height = {h} }}
+
+ xp
+ yp
+ w
+ h
+
+
+
+
+
+ {{ width = {wd}, height = {ht} }}
+
+ wd
+ ht
+
+
+
+
+
+ {{ start point = {pt1}, end point = {pt2} }}
+
+
+ {pt1}
+
+ pt1
+
+
+
+ {pt2}
+
+ pt2
+
+
+
+
+
+
+
+ {{ size = {d->size} }}
+
+ d->ref.atomic._q_value
+
+ d->size
+ (QPoint*)((reinterpret_cast<char*>(d)) + d->offset)
+
+
+
+
+
+ {{ size = {d->size} }}
+
+
+ d->size > 0
+ && ((((QPointF*)((reinterpret_cast<char*>(d)) + d->offset)[0]).xp
+ == (((QPointF*)((reinterpret_cast<char*>(d)) + d->offset)[d->size - 1]).xp)
+ && ((((QPointF*)((reinterpret_cast<char*>(d)) + d->offset)[0]).yp
+ == (((QPointF*)((reinterpret_cast<char*>(d)) + d->offset)[d->size - 1]).yp)
+
+ d->ref.atomic._q_value
+
+ d->size
+ (QPointF*)((reinterpret_cast<char*>(d)) + d->offset)
+
+
+
+
+
+ {{ x = {xp}, y = {yp} }}
+
+ xp
+ yp
+
+
+
+
+ {{ x = {xp}, y = {yp}, z = {zp} }}
+
+ xp
+ yp
+ zp
+
+
+
+
+ {{ x = {xp}, y = {yp}, z = {zp}, w = {wp} }}
+
+ xp
+ yp
+ zp
+ wp
+
+
+
+
+
+ {{ m11 = {_m11}, m12 = {_m12}, m21 = {_m21}, m22 = {_m22}, ... }}
+
+
+ _m11
+ _m12
+ _m21
+ _m22
+ _dx
+ _dy
+
+
+
+
+
+ {{ m11 = {m[0][0]}, m12 = {m[1][0]}, m13 = {m[2][0]}, m14 = {m[3][0]}, ... }}
+
+
+ m[0][0]
+ m[1][0]
+ m[2][0]
+ m[3][0]
+ m[0][1]
+ m[1][1]
+ m[2][1]
+ m[3][1]
+ m[0][2]
+ m[1][2]
+ m[2][2]
+ m[3][2]
+ m[0][3]
+ m[1][3]
+ m[2][3]
+ m[3][3]
+
+
+
+
+
+ {{ horizontal = {static_cast<Policy>(bits.horPolicy)}, vertical = {static_cast<Policy>(bits.verPolicy)}, type = {ControlType(1 << bits.ctype)} }}
+
+
+
+ QSizePolicy::Policy::{static_cast<Policy>(bits.verPolicy)}
+
+
+ QSizePolicy::Policy::{static_cast<Policy>(bits.horPolicy)}
+
+
+ QSizePolicy::ControlType::{ControlType(1 << bits.ctype)}
+
+
+
+ Qt::Vertical (2)
+
+
+ Qt::Horizontal (1)
+
+
+ static_cast<int>(bits.verStretch)
+ static_cast<int>(bits.horStretch)
+ bits.hfw == 1
+ bits.wfh == 1
+
+
+
+
+ {ucs,c}
+ ucs,c
+
+ ucs > 0xff ? '\0' : char(ucs),c
+ ucs,c
+
+
+
+
+ {((reinterpret_cast<unsigned short*>(d)) + d->offset / 2),sub}
+ ((reinterpret_cast<unsigned short*>(d)) + d->offset / 2),sub
+
+ d->size
+ d->ref.atomic._q_value
+
+ d->size
+ ((reinterpret_cast<unsigned short*>(d)) + d->offset / 2),c
+
+
+
+
+
+ {((reinterpret_cast<char*>(d)) + d->offset),sb}
+ ((reinterpret_cast<char*>(d)) + d->offset),sb
+
+ d->size
+ d->ref.atomic._q_value
+
+ d->size
+ ((reinterpret_cast<char*>(d)) + d->offset),c
+
+
+
+
+
+ {{ size = {(d.d->size << 3) - *((reinterpret_cast<char*>(d.d)) + d.d->offset)} }}
+
+ d.d->ref.atomic._q_value
+
+ (d.d->size << 3) - *((reinterpret_cast<char*>(d.d)) + d.d->offset)
+
+ (*(reinterpret_cast<const unsigned char*>((reinterpret_cast<char*>(d.d)) + d.d->offset) + 1
+ + ($i >> 3)) & (1 << ($i & 7))) != 0
+
+
+
+
+
+
+
+ {{ size = {s} }}
+
+ a
+
+ s
+ ptr
+
+
+
+
+
+ {{ julian day = {jd} }}
+
+
+
+
+ {{ millisecond = {mds} }}
+ {{ milliseconds = {mds} }}
+
+ mds / 3600000, d
+ mds / 3600000, d
+ (mds % 3600000) / 60000, d
+ (mds % 3600000) / 60000, d
+ (mds / 1000) % 60, d
+ (mds / 1000) % 60, d
+ mds % 1000, d
+ mds % 1000, d
+
+
+
+
+ {d.pattern}
+
+
+
+
+ ref._q_value
+
+
+
+
+ strong reference to shared pointer of type {"$T1"}
+
+ value == 0
+ d->weakref._q_value
+ d->strongref._q_value
+
+
+
+
+ pointer to implicit shared object of type {"$T1"}
+
+ d
+
+
+
+
+ pointer to explicit shared object of type {"$T1"}
+
+ d
+
+
+
+
+ guarded pointer to subclass of QObject of type {"$T1"}
+
+ wp.d == 0 || wp.d->strongref._q_value == 0 || wp.value == 0
+
+
+
+
+ weak reference to shared pointer of type {"$T1"}
+
+ d == 0 || d->strongref._q_value == 0 || value == 0
+ d->weakref._q_value
+ d->strongref._q_value
+
+
+
+
+ scoped pointer to a dynamically allocated object of type {"$T1"}
+
+ !d
+
+
+
+
+ scoped pointer to dynamically allocated array of objects of type {"$T1"}
+
+ !d
+
+
+
+
+ ({first}, {second})
+
+ first
+ second
+
+
+
+
+
+ {{ size = {d->size} }}
+
+ d->ref.atomic._q_value
+
+ d->size
+ ($T1*)((reinterpret_cast<char*>(d)) + d->offset)
+
+
+
+
+
+
+
+ {{ size = {d->end - d->begin} }}
+
+ d->ref.atomic._q_value
+
+ d->end - d->begin
+ *reinterpret_cast<$T1*>((sizeof($T1) > sizeof(void*))
+ ? reinterpret_cast<Node*>(d->array + d->begin + $i)->v
+ : reinterpret_cast<$T1*>(d->array + d->begin + $i))
+
+
+
+
+
+
+ {{ size = {d->size} }}
+
+ d->ref.atomic._q_value
+
+ d->size
+ d->n
+ n
+ (*(QLinkedListNode<$T1>*)this).t
+
+
+
+
+
+ ({key}, {value})
+
+ key
+ value
+
+
+
+
+
+ {{ size = {d->size} }}
+
+ d->ref.atomic._q_value
+
+ d->size
+ d->header.left
+ left
+ right
+ *((QMapNode<$T1,$T2>*)this)
+
+
+
+
+
+ (empty)
+ ({key}, {value})
+
+ key
+ value
+
+
+
+
+
+ {{ size = {d->size} }}
+
+ d->ref.atomic._q_value
+
+ d->numBuckets
+ *((QHashNode<$T1,$T2>*)d->buckets[$i])
+
+
+
+
+
+ (empty)
+ ({key})
+
+ key
+
+
+
+
+ {{ size = {q_hash.d->size} }}
+
+ q_hash
+
+
+
+
+ ({*keyPtr}, {*t})
+
+ *keyPtr
+ *t
+
+
+
+
+ {{ size = {hash.d->size} }}
+
+ mx
+ total
+ hash.d->ref.atomic._q_value
+
+ hash.d->size
+ f
+ n
+ *((Node*)this)
+
+
+
+
+
+
+
+ Invalid
+ {d.data.b}
+ {d.data.i}
+ {d.data.u}
+ {d.data.ll}
+ {d.data.ull}
+ {d.data.d}
+ {d.data.c}
+
+ {*((QMap<QString,QVariant>*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QList<QVariant>*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QString*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QStringList*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QByteArray*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QBitArray*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QDate*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QTime*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+ DateTime
+ Url
+ Locale
+
+ {*((QRect*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QRectF*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QSize*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QSizeF*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QLine*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QLineF*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QPoint*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+
+ {*((QPointF*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+ RegExp
+ RegularExpression
+
+ {*((QHash<QString,QVariant>*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))}
+
+ EasingCurve
+ Uuid
+ ModelIndex
+ LastCoreType
+ Font
+ Pixmap
+ Brush
+ Color
+ Palette
+ Image
+ Polygon
+ Region
+ Bitmap
+ Cursor
+ KeySequence
+ Pen
+ TextLength
+ TextFormat
+ Matrix
+ Transform
+ Matrix4x4
+ Vector2D
+ Vector3D
+ Vector4D
+ Quaternion
+ PolygonF
+ Icon
+ LastGuiType
+ SizePolicy
+ UserType
+ LastType
+
+
+
+
+
+ d.data.c
+
+
+ *((QString*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+
+ *((QByteArray*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+
+
+
+
+
+
+ *((QMap<QString,QVariant>*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QList<QVariant>*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QString*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QStringList*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QByteArray*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QBitArray*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QDate*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QTime*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QRect*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QRectF*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QSize*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QSizeF*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QLine*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QLineF*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QPoint*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QPointF*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+ *((QHash<QString,QVariant>*)(d.is_shared ? d.data.shared->ptr
+ : reinterpret_cast<const void *>(&d.data.ptr)))
+
+
+
+
+
+
+
diff --git a/res/send-new.svg b/res/send-new.svg
index ce2df0a..1226cc0 100644
--- a/res/send-new.svg
+++ b/res/send-new.svg
@@ -1,19 +1,19 @@
-
-
-
+
+
+
diff --git a/res/send.svg b/res/send.svg
index 874d686..20e6949 100644
--- a/res/send.svg
+++ b/res/send.svg
@@ -1,6 +1,6 @@
-
\ No newline at end of file
diff --git a/res/silentdragonxlite.desktop b/res/silentdragonxlite.desktop
index ff6bf61..f0251b7 100644
--- a/res/silentdragonxlite.desktop
+++ b/res/silentdragonxlite.desktop
@@ -1,13 +1,13 @@
-[Desktop Entry]
-Name=SilentDragonXLite
-Comment=Lightclient UI wallet for DragonX
-GenericName=Wallet
-Exec=SilentDragonXLite %u
-Icon=SilentDragonXLite
-Type=Application
-StartupNotify=true
-StartupWMClass=SilentDragonXLite
-Categories=Utility;
-MimeType=x-scheme-handler/dragonx;
-Keywords=SilentDragonXLite;
-
+[Desktop Entry]
+Name=SilentDragonXLite
+Comment=Lightclient UI wallet for DragonX
+GenericName=Wallet
+Exec=SilentDragonXLite %u
+Icon=SilentDragonXLite
+Type=Application
+StartupNotify=true
+StartupWMClass=SilentDragonXLite
+Categories=Utility;
+MimeType=x-scheme-handler/dragonx;
+Keywords=SilentDragonXLite;
+
diff --git a/res/silentdragonxlite_ar.ts b/res/silentdragonxlite_ar.ts
index 0e00522..b6407c4 100644
--- a/res/silentdragonxlite_ar.ts
+++ b/res/silentdragonxlite_ar.ts
@@ -1,2802 +1,2802 @@
-
-
-
-
- AddressBookModel
-
-
- Label
-
-
-
-
- Address
-
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
-
-
-
-
- Amount
-
-
-
-
- ChatBubbleMe
-
-
- Form
-
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
-
-
-
-
- ChatBubblePartner
-
-
- Form
-
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
-
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
-
-
-
-
- The Dragon Awakens...
-
-
-
-
- Controller
-
-
- Wallet Password
-
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
-
-
-
-
-
- Wallet Decryption Failed
-
-
-
-
- Please enter a valid password
-
-
-
-
- Failed to unlock wallet
-
-
-
-
- CreateWalletForm
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
-
-
-
-
- Create a new wallet
-
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
-
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
-
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
-
- SilentDragonXLite
-
-
-
-
- Balance
-
-
-
-
- Summary
-
-
-
-
- Shielded
-
-
-
-
- Notarized
-
-
-
-
- Transparent
-
-
-
-
- Spendable
-
-
-
-
- Total
-
-
-
-
- Your node is still syncing, balances may not be updated.
-
-
-
-
- Some transactions are not yet confirmed. Balances may change.
-
-
-
-
- Address Balances
-
-
-
-
-
- Send
-
-
-
-
- Total notarized funds available:
-
-
-
-
- Send To
-
-
-
-
- Recipient
-
-
-
-
-
-
-
-
- Address
-
-
-
-
-
- Address Book
-
-
-
-
-
-
-
- Amount
-
-
-
-
- Max Available
-
-
-
-
-
-
-
- Memo
-
-
-
-
- Add Recipient
-
-
-
-
-
- Miner Fee
-
-
-
-
- 0
-
-
-
-
- Cancel
-
-
-
-
- Receive
-
-
-
-
- Address Type
-
-
-
-
- z-Addr
-
-
-
-
- Next Address
-
-
-
-
- Information about DragonX
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
-
-
-
-
- Difficulty
-
-
-
-
- Last Notarized Block
-
-
-
-
- Total Supply
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- Longestchain
-
-
-
-
- BlockHeight
-
-
-
-
- Supply zAddr
-
-
-
-
- Supply tAddr
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
-
-
-
-
- Volume on Exchanges
-
-
-
-
- Import Private Key
-
-
-
-
- View All Addresses
-
-
-
-
- Label
-
-
-
-
- Update Label
-
-
-
-
- Address balance
-
-
-
-
- Optional
-
-
-
-
-
- Export Private Key
-
-
-
-
- Your node is still syncing, balances may not be updated
-
-
-
-
- Transactions
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
-
-
-
-
- Version drgxlightd
-
-
-
-
- Vendor
-
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &File
-
-
-
-
- &Help
-
-
-
-
- &Edit
-
-
-
-
- E&xit
-
-
-
-
- &About
-
-
-
-
- &Settings
-
-
-
-
- Ctrl+P
-
-
-
-
- &Send DenioD Feedback
-
-
-
-
- &DragonX Telegram
-
-
-
-
- &DragonX Website
-
-
-
-
- Check git for &updates
-
-
-
-
- &Export all private keys
-
-
-
-
- Address &book
-
-
-
-
- Ctrl+B
-
-
-
-
- &Export seed phrase
-
-
-
-
-
- Export transactions
-
-
-
-
- Pay drgx &URI...
-
-
-
-
- &Recurring Payments
-
-
-
-
- Request drgx...
-
-
-
-
- File a bug...
-
-
-
-
- Encrypt Wallet
-
-
-
-
- Remove Wallet Encryption
-
-
-
-
- Rescan
-
-
-
-
- Passwords don't match
-
-
-
-
-
- Wallet Encryption Failed
-
-
-
-
- Wallet is not encrypted
-
-
-
-
-
- Copy txid
-
-
-
-
-
- Copy block explorer link
-
-
-
-
- View tx on block explorer
-
-
-
-
- Refresh
-
-
-
-
- Currency Change
-
-
-
-
- This change can take a few seconds.
-
-
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Out of memory!
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Paste DRGX URI
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Error
-
-
-
-
- Error exporting transactions, file was not saved
-
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
-
-
-
-
-
- Save File
-
-
-
-
-
- Unable to open file
-
-
-
-
- Error getting private keys
-
-
-
-
- Error loading private keys:
-
-
-
-
- These are all the private keys for all the addresses in your wallet
-
-
-
-
- Private key for
-
-
-
-
-
- Copy address
-
-
-
-
-
-
-
- Copied to clipboard
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
- Get private key
-
-
-
-
-
- View on block explorer
-
-
-
-
- View Payment Request
-
-
-
-
- View Memo
-
-
-
-
- Reply to
-
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
-
- Copy Address
-
-
-
-
- Address has been previously used
-
-
-
-
- Address is unused
-
-
-
-
- Cannot support multiple addresses
-
-
-
-
- Recurring payments doesn't currently support multiple addresses
-
-
-
-
- Recipient
-
-
-
-
- Only z-addresses can have memos
-
-
-
-
- Transaction Error
-
-
-
-
-
- Please wait...
-
-
-
-
- Computing your transaction
-
-
-
-
-
- Done!
-
-
-
-
-
-
-
-
- Recipient Address
-
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- is Invalid
-
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
-
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
-
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
-
- MemoDialog
-
-
-
- Memo
-
-
-
-
- Include Reply Address
-
-
-
-
- MemoEdit
-
-
- Reply to
-
-
-
-
- MobileAppConnector
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
-
-
-
-
- QR Code
-
-
-
-
- Connection String
-
-
-
-
- Allow connections over the internet via silentdragon wormhole
-
-
-
-
- silentdragon Companion App
-
-
-
-
- Disconnect
-
-
-
-
-
- TextLabel
-
-
-
-
- Last seen:
-
-
-
-
- Connection type:
-
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
-
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
-
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
-
-
-
-
-
-
- Address or Label Error
-
-
-
-
-
-
- Address or Label cannot be empty
-
-
-
-
-
-
- Address Format Error
-
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
-
-
-
-
-
-
-
- Label Error
-
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
-
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
-
-
-
-
- Unable to open file
-
-
-
-
- Address Book Import Done
-
-
-
-
- Imported %1 new Address book entries
-
-
-
-
- Copy address
-
-
-
-
- Copied to clipboard
-
-
-
-
- Delete label
-
-
-
-
- Attempting to initialize library with
-
-
-
-
- Using existing wallet.
-
-
-
-
- Create/restore wallet.
-
-
-
-
-
- Connection Error
-
-
-
-
-
-
-
-
-
-
- Transaction Error
-
-
-
-
- There was an error sending the transaction. The error was:
-
-
-
-
-
- No Connection
-
-
-
-
-
-
-
-
-
-
- Tx
-
-
-
-
-
-
-
-
-
-
- failed
-
-
-
-
-
-
-
-
-
- The transaction with id
-
-
-
-
-
-
-
-
-
- failed. The error was
-
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
-
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
-
-
-
-
- No updates available
-
-
-
-
- You already have the latest release v%1
-
-
-
-
-
- Please wait for SilentDragonXLite to exit
-
-
-
-
-
- It may take several minutes
-
-
-
-
- No dragonx price was available to convert from USD
-
-
-
-
- View on block explorer
-
-
-
-
- View Error
-
-
-
-
- Reported Error
-
-
-
-
-
- Are you sure you want to delete the recurring payment?
-
-
-
-
- All future payments will be cancelled.
-
-
-
-
- Tx submitted (right click to copy) txid:
-
-
-
-
- Type
-
-
-
-
- Address
-
-
-
-
- Date/Time
-
-
-
-
- Confirmations
-
-
-
-
- Amount
-
-
-
-
- Connected directly
-
-
-
-
- Connected over the internet via silentdragon wormhole service
-
-
-
-
-
- Node is still syncing.
-
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
-
-
-
-
- RecurringDialog
-
-
- Recurring Dialog
-
-
-
-
- View
-
-
-
-
- Delete
-
-
-
-
- RecurringListViewModel
-
-
- Amount
-
-
-
-
- Schedule
-
-
-
-
- Payments Left
-
-
-
-
- Next Payment
-
-
-
-
- To
-
-
-
-
- Every
-
-
-
-
- None
-
-
-
-
- RecurringPayments
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
-
-
-
-
- Status
-
-
-
-
- Txid
-
-
-
-
- Not due yet
-
-
-
-
- Pending
-
-
-
-
- Skipped
-
-
-
-
- Paid
-
-
-
-
- Error
-
-
-
-
-
- Unknown
-
-
-
-
- RecurringPending
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
-
-
-
-
- Schedule
-
-
-
-
- How should silentdragon proceed?
-
-
-
-
- Pay All in 1 Tx
-
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
-
-
-
-
- Pay Latest Only
-
-
-
-
- Pay None
-
-
-
-
- All pending payments collected, added up and paid in a single transaction
-
-
-
-
- Description
-
-
-
-
- To
-
-
-
-
- The following recurring payment has multiple payments pending
-
-
-
-
- RequestDialog
-
-
- Payment Request
-
-
-
-
- AddressBook
-
-
-
-
- Request From
-
-
-
-
- My Address
-
-
-
-
- Amount in
-
-
-
-
- z address
-
-
-
-
- Amount
-
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
-
-
-
-
- Amount USD
-
-
-
-
- Memo
-
-
-
-
- TextLabel
-
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
-
-
-
-
- Pay To
-
-
-
-
- Pay
-
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
-
-
-
-
- Can only request from Sapling addresses
-
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
-
-
-
-
- 10
-
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
-
- Please enter your 24-word seed below
-
-
-
-
- Wallet Seed
-
-
-
-
- Restore Wallet Seed
-
-
-
-
- Wallet Birthday
-
-
-
-
- 180000
-
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
-
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
-
-
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Settings
-
-
- Settings
-
-
-
-
- Connection
-
-
-
-
- Lightwallet Server
-
-
-
-
- Options
-
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
-
-
-
-
- Check git for updates at startup
-
-
-
-
- Connect to git on startup to check for updates
-
-
-
-
- Theme
-
-
-
-
- Connect to the internet to Fetch dragonx prices
-
-
-
-
- Currency
-
-
-
-
- AUD
-
-
-
-
- BTC
-
-
-
-
- CAD
-
-
-
-
- CHF
-
-
-
-
- CNY
-
-
-
-
- EUR
-
-
-
-
- GBP
-
-
-
-
- INR
-
-
-
-
- RUB
-
-
-
-
- USD
-
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
-
-
-
-
- Export All Keys
-
-
-
-
- ViewAllAddressesModel
-
-
- Address
-
-
-
-
- Balance (%1)
-
-
-
-
- about
-
-
- About
-
-
-
-
- addressBook
-
-
- Address Book
-
-
-
-
- Add New Address
-
-
-
-
- Address (z-Addr or t-Addr)
-
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
-
- Add to Address Book
-
-
-
-
- Import Address Book
-
-
-
-
- confirm
-
-
- Confirm Transaction
-
-
-
-
- To
-
-
-
-
- Recurring Payment
-
-
-
-
- TextLabel
-
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
-
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
-
-
-
-
- Your dragonx node will be configured for you automatically
-
-
-
-
- Show Advanced Configuration
-
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
-
-
-
-
- Use custom datadir
-
-
-
-
- Choose directory
-
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
-
-
-
-
- Connect to the internet for updates and price feeds
-
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
-
-
-
-
- Connect over Tor
-
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
-
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
-
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
-
-
-
-
- Request From
-
-
-
-
- zaddr
-
-
-
-
- Amount in
-
-
-
-
- Amount
-
-
-
-
- Amount USD
-
-
-
-
- Memo
-
-
-
-
- My Address
-
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
-
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
-
-
-
-
- Payment Description
-
-
-
-
- Schedule
-
-
-
-
- Next Payment
-
-
-
-
- Amount
-
-
-
-
- Memo
-
-
-
-
- To
-
-
-
-
- From
-
-
-
-
- Number of payments
-
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
-
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+
+
+
+
+ Address
+
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+
+
+
+
+ Amount
+
+
+
+
+ ChatBubbleMe
+
+
+ Form
+
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+
+
+
+
+ ChatBubblePartner
+
+
+ Form
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+
+
+
+
+ The Dragon Awakens...
+
+
+
+
+ Controller
+
+
+ Wallet Password
+
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+
+
+
+
+
+ Wallet Decryption Failed
+
+
+
+
+ Please enter a valid password
+
+
+
+
+ Failed to unlock wallet
+
+
+
+
+ CreateWalletForm
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+
+
+
+
+ Create a new wallet
+
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+
+ SilentDragonXLite
+
+
+
+
+ Balance
+
+
+
+
+ Summary
+
+
+
+
+ Shielded
+
+
+
+
+ Notarized
+
+
+
+
+ Transparent
+
+
+
+
+ Spendable
+
+
+
+
+ Total
+
+
+
+
+ Your node is still syncing, balances may not be updated.
+
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+
+
+
+
+ Address Balances
+
+
+
+
+
+ Send
+
+
+
+
+ Total notarized funds available:
+
+
+
+
+ Send To
+
+
+
+
+ Recipient
+
+
+
+
+
+
+
+
+ Address
+
+
+
+
+
+ Address Book
+
+
+
+
+
+
+
+ Amount
+
+
+
+
+ Max Available
+
+
+
+
+
+
+
+ Memo
+
+
+
+
+ Add Recipient
+
+
+
+
+
+ Miner Fee
+
+
+
+
+ 0
+
+
+
+
+ Cancel
+
+
+
+
+ Receive
+
+
+
+
+ Address Type
+
+
+
+
+ z-Addr
+
+
+
+
+ Next Address
+
+
+
+
+ Information about DragonX
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+
+
+
+
+ Difficulty
+
+
+
+
+ Last Notarized Block
+
+
+
+
+ Total Supply
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ Longestchain
+
+
+
+
+ BlockHeight
+
+
+
+
+ Supply zAddr
+
+
+
+
+ Supply tAddr
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+
+
+
+
+ Volume on Exchanges
+
+
+
+
+ Import Private Key
+
+
+
+
+ View All Addresses
+
+
+
+
+ Label
+
+
+
+
+ Update Label
+
+
+
+
+ Address balance
+
+
+
+
+ Optional
+
+
+
+
+
+ Export Private Key
+
+
+
+
+ Your node is still syncing, balances may not be updated
+
+
+
+
+ Transactions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+
+
+
+
+ Version drgxlightd
+
+
+
+
+ Vendor
+
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &File
+
+
+
+
+ &Help
+
+
+
+
+ &Edit
+
+
+
+
+ E&xit
+
+
+
+
+ &About
+
+
+
+
+ &Settings
+
+
+
+
+ Ctrl+P
+
+
+
+
+ &Send DenioD Feedback
+
+
+
+
+ &DragonX Telegram
+
+
+
+
+ &DragonX Website
+
+
+
+
+ Check git for &updates
+
+
+
+
+ &Export all private keys
+
+
+
+
+ Address &book
+
+
+
+
+ Ctrl+B
+
+
+
+
+ &Export seed phrase
+
+
+
+
+
+ Export transactions
+
+
+
+
+ Pay drgx &URI...
+
+
+
+
+ &Recurring Payments
+
+
+
+
+ Request drgx...
+
+
+
+
+ File a bug...
+
+
+
+
+ Encrypt Wallet
+
+
+
+
+ Remove Wallet Encryption
+
+
+
+
+ Rescan
+
+
+
+
+ Passwords don't match
+
+
+
+
+
+ Wallet Encryption Failed
+
+
+
+
+ Wallet is not encrypted
+
+
+
+
+
+ Copy txid
+
+
+
+
+
+ Copy block explorer link
+
+
+
+
+ View tx on block explorer
+
+
+
+
+ Refresh
+
+
+
+
+ Currency Change
+
+
+
+
+ This change can take a few seconds.
+
+
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Out of memory!
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Paste DRGX URI
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Error
+
+
+
+
+ Error exporting transactions, file was not saved
+
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+
+
+
+
+
+ Save File
+
+
+
+
+
+ Unable to open file
+
+
+
+
+ Error getting private keys
+
+
+
+
+ Error loading private keys:
+
+
+
+
+ These are all the private keys for all the addresses in your wallet
+
+
+
+
+ Private key for
+
+
+
+
+
+ Copy address
+
+
+
+
+
+
+
+ Copied to clipboard
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+ Get private key
+
+
+
+
+
+ View on block explorer
+
+
+
+
+ View Payment Request
+
+
+
+
+ View Memo
+
+
+
+
+ Reply to
+
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+
+ Copy Address
+
+
+
+
+ Address has been previously used
+
+
+
+
+ Address is unused
+
+
+
+
+ Cannot support multiple addresses
+
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+
+
+
+
+ Recipient
+
+
+
+
+ Only z-addresses can have memos
+
+
+
+
+ Transaction Error
+
+
+
+
+
+ Please wait...
+
+
+
+
+ Computing your transaction
+
+
+
+
+
+ Done!
+
+
+
+
+
+
+
+
+ Recipient Address
+
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ is Invalid
+
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+
+
+
+
+ Include Reply Address
+
+
+
+
+ MemoEdit
+
+
+ Reply to
+
+
+
+
+ MobileAppConnector
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+
+
+
+
+ QR Code
+
+
+
+
+ Connection String
+
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+
+
+
+
+ silentdragon Companion App
+
+
+
+
+ Disconnect
+
+
+
+
+
+ TextLabel
+
+
+
+
+ Last seen:
+
+
+
+
+ Connection type:
+
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+
+
+
+
+
+
+ Address or Label Error
+
+
+
+
+
+
+ Address or Label cannot be empty
+
+
+
+
+
+
+ Address Format Error
+
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+
+
+
+
+
+
+
+ Label Error
+
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+
+
+
+
+ Unable to open file
+
+
+
+
+ Address Book Import Done
+
+
+
+
+ Imported %1 new Address book entries
+
+
+
+
+ Copy address
+
+
+
+
+ Copied to clipboard
+
+
+
+
+ Delete label
+
+
+
+
+ Attempting to initialize library with
+
+
+
+
+ Using existing wallet.
+
+
+
+
+ Create/restore wallet.
+
+
+
+
+
+ Connection Error
+
+
+
+
+
+
+
+
+
+
+ Transaction Error
+
+
+
+
+ There was an error sending the transaction. The error was:
+
+
+
+
+
+ No Connection
+
+
+
+
+
+
+
+
+
+
+ Tx
+
+
+
+
+
+
+
+
+
+
+ failed
+
+
+
+
+
+
+
+
+
+ The transaction with id
+
+
+
+
+
+
+
+
+
+ failed. The error was
+
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+
+
+
+
+ No updates available
+
+
+
+
+ You already have the latest release v%1
+
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+
+
+
+
+
+ It may take several minutes
+
+
+
+
+ No dragonx price was available to convert from USD
+
+
+
+
+ View on block explorer
+
+
+
+
+ View Error
+
+
+
+
+ Reported Error
+
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+
+
+
+
+ All future payments will be cancelled.
+
+
+
+
+ Tx submitted (right click to copy) txid:
+
+
+
+
+ Type
+
+
+
+
+ Address
+
+
+
+
+ Date/Time
+
+
+
+
+ Confirmations
+
+
+
+
+ Amount
+
+
+
+
+ Connected directly
+
+
+
+
+ Connected over the internet via silentdragon wormhole service
+
+
+
+
+
+ Node is still syncing.
+
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+
+
+
+
+ RecurringDialog
+
+
+ Recurring Dialog
+
+
+
+
+ View
+
+
+
+
+ Delete
+
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+
+
+
+
+ Schedule
+
+
+
+
+ Payments Left
+
+
+
+
+ Next Payment
+
+
+
+
+ To
+
+
+
+
+ Every
+
+
+
+
+ None
+
+
+
+
+ RecurringPayments
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+
+
+
+
+ Status
+
+
+
+
+ Txid
+
+
+
+
+ Not due yet
+
+
+
+
+ Pending
+
+
+
+
+ Skipped
+
+
+
+
+ Paid
+
+
+
+
+ Error
+
+
+
+
+
+ Unknown
+
+
+
+
+ RecurringPending
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+
+
+
+
+ Schedule
+
+
+
+
+ How should silentdragon proceed?
+
+
+
+
+ Pay All in 1 Tx
+
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+
+
+
+
+ Pay Latest Only
+
+
+
+
+ Pay None
+
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+
+
+
+
+ Description
+
+
+
+
+ To
+
+
+
+
+ The following recurring payment has multiple payments pending
+
+
+
+
+ RequestDialog
+
+
+ Payment Request
+
+
+
+
+ AddressBook
+
+
+
+
+ Request From
+
+
+
+
+ My Address
+
+
+
+
+ Amount in
+
+
+
+
+ z address
+
+
+
+
+ Amount
+
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+
+
+
+
+ Amount USD
+
+
+
+
+ Memo
+
+
+
+
+ TextLabel
+
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+
+
+
+
+ Pay To
+
+
+
+
+ Pay
+
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+
+
+
+
+ Can only request from Sapling addresses
+
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+
+
+
+
+ 10
+
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+
+ Please enter your 24-word seed below
+
+
+
+
+ Wallet Seed
+
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ Wallet Birthday
+
+
+
+
+ 180000
+
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+
+
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Settings
+
+
+ Settings
+
+
+
+
+ Connection
+
+
+
+
+ Lightwallet Server
+
+
+
+
+ Options
+
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+
+
+
+
+ Check git for updates at startup
+
+
+
+
+ Connect to git on startup to check for updates
+
+
+
+
+ Theme
+
+
+
+
+ Connect to the internet to Fetch dragonx prices
+
+
+
+
+ Currency
+
+
+
+
+ AUD
+
+
+
+
+ BTC
+
+
+
+
+ CAD
+
+
+
+
+ CHF
+
+
+
+
+ CNY
+
+
+
+
+ EUR
+
+
+
+
+ GBP
+
+
+
+
+ INR
+
+
+
+
+ RUB
+
+
+
+
+ USD
+
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+
+
+
+
+ Export All Keys
+
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+
+
+
+
+ Balance (%1)
+
+
+
+
+ about
+
+
+ About
+
+
+
+
+ addressBook
+
+
+ Address Book
+
+
+
+
+ Add New Address
+
+
+
+
+ Address (z-Addr or t-Addr)
+
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+
+ Add to Address Book
+
+
+
+
+ Import Address Book
+
+
+
+
+ confirm
+
+
+ Confirm Transaction
+
+
+
+
+ To
+
+
+
+
+ Recurring Payment
+
+
+
+
+ TextLabel
+
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+
+
+
+
+ Your dragonx node will be configured for you automatically
+
+
+
+
+ Show Advanced Configuration
+
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+
+
+
+
+ Use custom datadir
+
+
+
+
+ Choose directory
+
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+
+
+
+
+ Connect to the internet for updates and price feeds
+
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+
+
+
+
+ Connect over Tor
+
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+
+
+
+
+ Request From
+
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+
+
+
+
+ Amount
+
+
+
+
+ Amount USD
+
+
+
+
+ Memo
+
+
+
+
+ My Address
+
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+
+
+
+
+ Payment Description
+
+
+
+
+ Schedule
+
+
+
+
+ Next Payment
+
+
+
+
+ Amount
+
+
+
+
+ Memo
+
+
+
+
+ To
+
+
+
+
+ From
+
+
+
+
+ Number of payments
+
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
diff --git a/res/silentdragonxlite_be.ts b/res/silentdragonxlite_be.ts
index e23ef9e..8247f39 100644
--- a/res/silentdragonxlite_be.ts
+++ b/res/silentdragonxlite_be.ts
@@ -1,2849 +1,2849 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Этыкетка
-
-
-
- Address
- Адрас
-
-
-
- Avatar
- Аватар
-
-
-
- HushChatAddress
- HushChatАдрас
-
-
-
- CID
- CID
-
-
-
- BalancesTableModel
-
-
- Address
- Адрас
-
-
-
- Amount
- Колькасць
-
-
-
- ChatBubbleMe
-
-
- Form
- Форма
-
-
-
- Speak And Transact Freely With Hush
- Размаўляйце і Вольна Рабіце Транзакцыі з Hush
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- Форма
-
-
-
- Lorem ipsum dolor sit amet
- Lorem ipsum dolor sit amet
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
- The Dragon Абуджаецца...
-
-
-
- Controller
-
-
- Wallet Password
- Пароль Кашалька
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Ваш кашалёк зашыфраваны.
-Калі ласка, увядзіце пароль вашага кашалька
-
-
-
-
- Wallet Decryption Failed
- Не Атрымалася Расшыфраваць Кашалёк
-
-
-
- Please enter a valid password
- Калі ласка, увядзіце сапраўдны пароль
-
-
-
- Failed to unlock wallet
- Не атрымалася разблакаваць кашалёк
-
-
-
- CreateWalletForm
-
-
- Create New SDL Wallet
- Стварыць новы SDL Кашалёк
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Hush + HushChat Умовы абслугоўвання</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Усе карыстальнікі гэтай платформы згаджаюцца не выкарыстоўваць яе для ініцыявання альбо пагрозы сілавога ўмяшання альбо гвалту ў дачыненні да чалавека альбо яго маёмасці, таксама вядомы як, <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Прынцып Ненападзення</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ГЭТЫ СЭРВІС ПРАДАСТАЎЛЯЕЦЦА “ЯК ЁСЦЬ” і Распрацоўшчыкі з Hush НЕ МАЮЦЬ НІЯКІХ КАНКРЭТНЫХ АБАВЯЗАТЕЛЬСТВАЎ АЛЬБО ГАРАНТЫЙ АДНОСНА ПАСЛУГІ.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Націснуўшы ОК, вы згаджаецеся выкарыстоўваць Hush, усе разнавіднасці кашалькоў SilentDragon, HushChat, і любое праграмнае забеспячэнне, распрацаванае Hush Распрацоўшчыкамі ў адпаведнасці з вашым мясцовым заканадаўствам, усе абавязацельствы, звязаныя з выкарыстаннем гэтай паслугі, належаць вам, і Hush Распрацоўшчыкам НЕ БУДЗЕ АДКАЗНАЙ за страты, звязаныя з выкарыстаннем гэтага праграмнага забеспячэння.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
- I accept the Terms of Service
- Я прымаю Умовы Прадастаўлення Паслуг
-
-
-
- Confirm Passphrase:
- Пацвердзіце Парольную фразу:
-
-
-
- Restore wallet from seed
- Аднавіце кашалёк з насення
-
-
-
- Create a new wallet
- Стварыце новы кашалёк
-
-
-
- Encryption Passphrase:
- Фраза для шыфравання:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">16 літар мінімум</span></p></body></html>
-
-
-
- Dialog
-
-
- Send Contact Request
- Адправіць Запыт На Кантакт
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Устаўце мянушку для вашага кантакту:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Выберыце аватарку для вашага кантакту:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Устаўце памятку для вашага запыту:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Ваш адрас HushChat:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Увядзіце адрас вашага кантакту:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
- <html><head/><body><p><span style=" color:#d3d7cf;">Стварыце свой HushChat Адрас - калі ласка пачакайце секунду - </span></p></body></html>
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
-
- Sharpee
- Sharpee
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
- Дадайце памятку да запыту
-
-
-
- Cancel
- Адмяніць
-
-
-
- Add Contact and Send Request
- Дадайце кантакт і Адпраўце запыт
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
- Стварэнне новага кашалька
-
-
-
- MainWindow
-
-
- Balance
- Баланс
-
-
-
- Summary
- Усяго
-
-
-
- Shielded
- Экранаваны
-
-
-
- Notarized
- Завераны
-
-
-
- Transparent
- Празрысты
-
-
-
- Total
- Агульны Баланс
-
-
-
- Your node is still syncing, balances may not be updated.
- Ваш вузел усё яшчэ сінхранізуецца, балансы могуць не абнаўляцца.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Некаторыя транзакцыі яшчэ не пацверджаны. Балансы могуць змяніцца.
-
-
-
- Total notarized funds available:
- Усяго даступна завераных сродкаў:
-
-
-
- Your node is still syncing, balances may not be updated
- Ваш вузел усё яшчэ сінхранізуецца, балансы могуць не абнаўляцца
-
-
-
- Address Balances
- Адрасныя Балансы
-
-
-
-
- Send
- Адправіць
-
-
-
- Send To
- Адправіць Да
-
-
-
- Recipient
- Атрымальнік
-
-
-
-
-
-
-
- Address
- Адрас
-
-
-
-
- Address Book
- Адрасная Кніга
-
-
-
-
-
-
- Amount
- Колькасць
-
-
-
- Max Available
- Максімум што Даступна
-
-
-
-
-
-
- Memo
- Памятка
-
-
-
- Add Recipient
- Дадаць Атрымальніка
-
-
-
-
- Miner Fee
- Плата Майнераў
-
-
-
- 0
- 0
-
-
-
- Cancel
- Адмяніць
-
-
-
- Receive
- Атрымаць
-
-
-
- Address Type
- Тып Адраса
-
-
-
- z-Addr
- z-Addr
-
-
-
- View All Addresses
- Паглядзець Усе Адрасы
-
-
-
- Label
- Этыкетка
-
-
-
- Update Label
- Абнавіць Этыкетку
-
-
-
- Address balance
- Баланс Адраса
-
-
-
- Optional
- Неабавязкова
-
-
-
-
- Export Private Key
- Экспарт Прыватнага Ключа
-
-
-
- Transactions
- Здзелкі
-
-
-
- Version drgxlightd
- Hushdlight Версія
-
-
-
- &Send DenioD Feedback
- &Адправіць DenioD Зваротнаю Сувязь
-
-
-
- &DragonX Telegram
- &Hush Тэлеграм
-
-
-
- Check git for &updates
- Праверце git на наяўнасць &абнаўленняў
-
-
-
- &Export seed phrase
- &Экспарт Насеннай Фразы
-
-
-
- Encrypt Wallet
- Зашыфраваць Кашалёк
-
-
-
- Remove Wallet Encryption
- Выдаліць Шыфраванне Кашалька
-
-
-
- Rescan
- Перасканаваць
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Загрузка...
-
-
-
- Vendor
- Прадавец
-
-
-
- Next Address
- Наступны Адрас
-
-
-
- Spendable
- Расходны
-
-
-
- Deposit DragonX
- Зрабіць Дэпазіт Hush
-
-
-
- Information about DragonX
- Інфармацыя пра Hush
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Інфармацыя пра Блокчейн Hush</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
- Next Halving
- Наступны Халвінг
-
-
-
- Difficulty
- Складанасць
-
-
-
- Last Notarized Block
- Апошні Завераны Блок
-
-
-
- Total Supply
- Агульнае Забеспячэннe
-
-
-
- Current Server
- Актуальны Сервер
-
-
-
- Sticky Server
- Усталяваны Сервер
-
-
-
- Longestchain
- Найдаўжэйшыланцуг
-
-
-
- BlockHeight
- ВышыняБлока
-
-
-
- Supply zAddr
- Забеспячэннe zAddr
-
-
-
- Supply tAddr
- Забеспячэннe tAddr
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Hush Рынкавая Інфармацыя</span></p></body></html>
-
-
-
- Market Cap
- Рыначная Капіталізацыя
-
-
-
- Volume on Exchanges
- Аб'ём на Біржах
-
-
-
- Import Private Key
- Імпартаваць Прыватныключ
-
-
-
- HushChat
- HushChat
-
-
-
- Incoming contact request
- Запыт на ўваходны кантакт
-
-
-
- Add a new contact
- Дадайце новы кантакт
-
-
-
- Get a new Address
- Атрымаць новы Адрас
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Спіс кантактаў</span></p></body></html>
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Імя Кантакту :</span></p></body></html>
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
- Замкі паказваюць стан паведамлення. Чырвоны замак = непацверджаны, зялёны замак = мін. 1 пацверджанне, аранжавы замак = паведамленне заверана
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
- &File
- &Файл
-
-
-
- &Help
- &Падтрымка
-
-
- &Apps
- &Праграмы
-
-
-
- &Edit
- &Рэдагаваць
-
-
-
- E&xit
- &Выхад
-
-
-
- &About
- &Аб
-
-
-
- &Settings
- &Налады
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &DragonX Website
- &Hush Вэб-сайт
-
-
-
- &Export all private keys
- &Экспартаваць усе закрытыя ключы
-
-
-
- Address &book
- Адрасная &кніга
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
-
- Export transactions
- Экспартныя Аперацыі
-
-
-
- Pay drgx &URI...
- Заплаціць drgx &URI...
-
-
- Connect mobile &app
- Падключыце мабільны &дадатак
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Перыядычныя Плацяжы
-
-
-
- Request drgx...
- Запытаць drgx...
-
-
-
- File a bug...
- Падаць памылку...
-
-
-
-
- Copy txid
- Капіяваць txid
-
-
-
- View tx on block explorer
- Выгляд tx на даследчыку блокаў
-
-
-
- Refresh
- Абнавіць
-
-
-
- Paste DRGX URI
- Уставіць DRGX URI
-
-
-
- Error paying DRGX URI
- Памылка аплаты DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI павінна мець форму 'drgx:<addr>?amt=x&memo=y
-
-
-
- Error
- Памылка
-
-
-
- Error exporting transactions, file was not saved
- Памылка экспарту транзакцый, файл не быў захаваны
-
-
-
- Error getting private keys
- Памылка атрымання закрытых ключоў
-
-
-
- Error loading private keys:
- Памылка загрузкі закрытых ключоў:
-
-
-
- These are all the private keys for all the addresses in your wallet
- Гэта ўсе закрытыя ключы для ўсіх адрасоў вашага кашалька
-
-
-
- Private key for
- Закрыты ключ для
-
-
-
-
- Save File
- Захаваць Файл
-
-
-
- Passwords don't match
- Паролі не супадаюць
-
-
-
-
- Wallet Encryption Failed
- Памылка Шыфравання Кашалька
-
-
-
- Wallet is not encrypted
- Кашалёк не зашыфраваны
-
-
-
-
- Copy block explorer link
- Скапіраваць спасылку даследчыка блокаў
-
-
-
- Currency Change
- Змена Валюты
-
-
-
- This change can take a few seconds.
- Гэта змяненне можа заняць некалькі секунд.
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Гэта ваша насенне кашалька. Калі ласка, зрабіце рэзервовую копію ўважліва і бяспечна.
-
-
-
-
- Unable to open file
- Немагчыма адкрыць файл
-
-
-
-
- Copy address
- Капіяваць адрас
-
-
-
-
-
-
- Copied to clipboard
- Скапіравана ў буфер абмену
-
-
-
-
- Failed to restore wallet
- Не атрымалася аднавіць кашалёк
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite патрабуе 24 словы для аднаўлення кашалька
-
-
-
- Failed to parse wallet birthday
- Не атрымалася прааналізаваць дзень нараджэння кашалька
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Немагчыма зразумець дзень нараджэння кашалька. Гэта павінна быць вышыня блока ад таго месца, дзе можна перасканаваць кашалёк. Вы можаце пакінуць яго як '0', калі не ведаеце, якім яно павінна быць.
-
-
-
- Couldn't restore the wallet
- Не ўдалося аднавіць кашалёк
-
-
-
- Failed to save wallet
- Не ўдалося захаваць кашалёк
-
-
-
- Couldn't save the wallet
- Не ўдалося захаваць кашалёк
-
-
-
- Out of memory!
- Брак памяці!
-
-
-
- Wallet Encryption Success
- Паспяховае Шыфраванне Кашалька
-
-
-
- Your wallet is not encrypted with a passphrase.
- Ваш кашалёк не зашыфраваны парольнай фразай.
-
-
-
- Wallet decryption Success
- Паспяховая Расшыфроўка Кашалька
-
-
-
- Wrong Privatkey format
- Няправільны фармат Прыватнагаключа
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
- Устаўце калі ласка сюды свой прыватны ключ (zs-Addr або R-addr), па адным пры кожным імпарту
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
- Выконваецца паўторнае сканаванне праз імпарт прыватнага ключа. Вашы сродкі будуць экранаваны ў гэты кашалёк і падмацаваны вашай seed фразай. Гэта зойме некаторы час
-
-
-
-
- Wrong Private key format
- Няправільны фармат прыватнага ключа
-
-
-
- That private key is too long. It should be 51 or 52 characters.
- Гэты прыватны ключ занадта доўгі. Павінна быць 51 або 52 сімвалы.
-
-
-
- That private key is too short. It should be 51 or 52 characters.
- Гэты прыватны ключ занадта кароткі. Павінна быць 51 або 52 сімвалы.
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
- Прыватны ключ павінен пачынацца з 5, K, L або U (для taddr) або secret- (для zaddr)
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
- Увага: Калі гэты ключ прызначаны для zaddr, ён НЕ будзе ўключаны ў ваш Seed. Калі ласка, адпраўце іх непасрэдна да Seed zaddr
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
- Ключы празрыстага адраса (R.. або t1..) будуць аўтаматычна адпраўлены ў zaddr у вашым Seed
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- Ключы былі імпартаваныя. Паўторнае сканаванне блокчейна можа заняць некалькі хвілін. Да таго часу функцыянальнасць можа быць абмежаваная
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
- Ключы былі імпартаваны без магчымасці паўторнага сканавання. Імпартаваны вамі адрас будзе бачны без балансу
-
-
-
- Get private key
- Атрымаць прыватны ключ
-
-
-
-
- View on block explorer
- Выгляд на даследчыку блокаў
-
-
-
- View Payment Request
- Паглядзець Запыт на Аплату
-
-
-
- View Memo
- Праглядзець Памятку
-
-
-
- Reply to
- Адказаць да
-
-
-
- Copied Hyperlink to clipboard
- Гіперспасылка Скапіявана да буферу абмена
-
-
-
- Copied message to clipboard
- Паведамленне скапіравана ў буфер абмену
-
-
-
- Copied Txid to clipboard
- Скапіраваны Txid у буфер абмену
-
-
-
- Copy Address
- Капіяваць Адрас
-
-
-
- Address has been previously used
- Адрас быў выкарыстоўваны раней
-
-
-
- Address is unused
- Адрас не выкарыстоўваецца
-
-
-
- Cannot support multiple addresses
- Немагчыма падтрымліваць некалькі адрасоў
-
-
-
- Recurring payments doesn't currently support multiple addresses
- У цяперашні час перыядычныя плацяжы не падтрымліваюць некалькі адрасоў
-
-
-
- Recipient
- Атрымальнік
-
-
-
- Only z-addresses can have memos
- Толькі z-адрасы могуць мець памяткі
-
-
-
-
- Please wait...
- Калі ласка пачакай...
-
-
-
- Computing your transaction
- Вылічэнне вашай транзакцыі
-
-
-
-
- Done!
- Гатова!
-
-
-
- Transaction Error
- Памылка Транзакцыі
-
-
-
-
- You have to select a contact and insert a Memo
- Вам трэба выбраць кантакт і ўставіць памятку
-
-
-
-
- You have selected no Contact from Contactlist,
-
- Вы не выбралі Кантакт са спісу Кантактаў,
-
-
-
-
-
-
-or your Memo is empty
-
-альбо ваша памятка пустая
-
-
-
-
- Your Message is too long
- Ваша Паведамленне занадта доўгае
-
-
-
- You can only write messages with 235 character maximum
-
- Вы можаце пісаць паведамленні не больш за 235 сімвалаў
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
- Калі ласка скараціце паведамленне да 235 знакаў.
-
-
-
-
-
-
- Message Error
- Памылка Паведамлення
-
-
-
-
-
-
-
- Recipient Address
- Адрас Атрымальніка
-
-
-
-
-
-
-
- is Invalid
- ёсць несапраўдны
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Сума для адрасу '%1' ёсць несапраўдны!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Не хапае сродкаў для адпраўкі гэтай транзакцыі
-
-Ёсць: %1
-Трэба: %2
-
-Заўвага. Перш чым яны могуць быць выдаткаваны, трэба атрымаць 1 пацверджанне
-
-
-
- You can only write messages with 512 character maximum
-
- Вы можаце пісаць паведамленні не больш за 512 сімвалаў
-
-
-
-
- Your contact request will be sent
- Ваш запыт на кантакт будзе адпраўлены
-
-
-
- MemoDialog
-
-
-
- Memo
- Памятка
-
-
-
- Include Reply Address
- Уключыце Адрас Адказу
-
-
-
- MemoEdit
-
-
- Reply to
- Адказаць на
-
-
-
- MobileAppConnector
-
-
- Mobile Connector App
- Мабільны Злучальнік
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Адсканіруйце гэты QRCode з вашага прыкладання silentdragon, каб падключыць тэлефон
-
-
-
- QR Code
- QR Code
-
-
-
- Connection String
- Злучэнне String
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Дазволіць злучэнне праз Інтэрнэт праз silentdragon wormhole
-
-
-
- silentdragon Companion App
- silentdragon Дадатак-Кампаньён
-
-
-
- Disconnect
- Адключыць
-
-
-
-
- TextLabel
- ТэкставаяПазнака
-
-
-
- Last seen:
- Апошні заход:
-
-
-
- Connection type:
- Тып злучэння:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
- Стварыць або Аднавіць кашалёк.
-
-
-
- Next
- Далей
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
- Парольная фраза не супадае альбо вы ўвялі занадта мала літар (мінімум 16)
-
-
-
- NewSeedForm
-
-
- Form
- Форма
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
- Гэта seed фраза вашага кашалька. КАЛІ ЛАСКА, ЗРАБІЦЕ БЯСПЕЧНУЮ РЭЗЕРВУЮ КАПІЮ. Запішыце на паперы. Не захоўвайце яе ў месцах, дзе іншыя могуць атрымаць да яе доступ.
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- Насенная фраза гэта адзіны спосаб аднавіць кашалёк. Калі забудзеш пачатковую фразу, АДНАЎЛЕННЕ КАШАЛЬКА І СРОДКАЎ У КАШАЛЬКУ БУДЗЕ НЕМАГЧЫМА
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Гэта дзень нараджэння вашага Насення. Калі ласка, зрабіце рэзервовую копію таксама</span></p></body></html>
-
-
-
- Birthday of the Seed :
- Дзень нараджэння насення:
-
-
-
- NewSeedPage
-
-
- Your new wallet
- Ваш новы кашалёк
-
-
-
- Error creating a wallet
- Памылка ў стварэнні кашалька
-
-
-
- Failed to save wallet
- Не ўдалося захаваць кашалёк
-
-
-
- Couldn't save the wallet
- Не ўдалося захаваць кашалёк
-
-
-
- Wrong Seed
- Няправільнае Насенне
-
-
-
- Please try again
- Калі ласка, паспрабуйце яшчэ раз
-
-
-
- PrivKey
-
-
- Private Keys
- Прыватныя Ключы
-
-
-
- Rescan Wallet
- Паўторна сканаваць Кашалёк
-
-
-
- QObject
-
-
- Pick
- Выбраць
-
-
-
-
-
- Address or Label Error
- Памылка Адраса альбо Этыкеткі
-
-
-
-
-
- Address or Label cannot be empty
- Адрас ці Ярлык не могуць быць пустымі
-
-
-
-
-
- Address Format Error
- Памылка Фармату Адраса
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 здаецца гэта несапраўдны drgx-адрас.
-
-
-
-
-
-
- Label Error
- Памылка Этыкеткі
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Этыкетка '%1' ужо існуе. Калі ласка выдаліце існуючую этыкетку.
-
-
-
-
- Added Contact
- Дададзены Кантакт
-
-
-
-
- successfully added your new contact
- новы кантакт быў паспяхова дададзены
-
-
-
- Import Address Book
- Імпартаваць Адраснаю Кнігу
-
-
-
- Unable to open file
- Немагчыма адкрыць файл
-
-
-
- Address Book Import Done
- Імпарт Адраснай Кнігі Гатова
-
-
-
- Imported %1 new Address book entries
- Імпартаваны %1 новыя запісы ў Адраснай кнізе
-
-
-
- Copy address
- Капіяваць адрас
-
-
-
- Copied to clipboard
- Скапіравана ў буфер абмену
-
-
-
- Delete label
- Выдаліць метку
-
-
-
- Attempting to initialize library with
- Спроба ініцыялізацыі бібліятэкі з
-
-
-
- Using existing wallet.
- Выкарыстанне існуючага кашалька.
-
-
-
- Create/restore wallet.
- Стварэнне/аднаўленне кашалька.
-
-
-
-
- Connection Error
- Памылка Злучэння
-
-
-
-
-
-
-
-
-
- Transaction Error
- Памылка Транзакцыі
-
-
-
- There was an error sending the transaction. The error was:
- Памылка адпраўкі транзакцыі. Памылка была:
-
-
-
-
- No Connection
- Няма Злучэння
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
-
-
-
-
-
-
-
- failed
- не атрымалася
-
-
-
-
-
-
-
-
- The transaction with id
- Транзакцыя з і id
-
-
-
-
-
-
-
-
- failed. The error was
- не атрымалася. Памылка была
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
- Памылка падключэння да сервера. Калі ласка, праверце падключэнне да Інтэрнэту. Памылка была
-
-
-
- Update Available
- Даступна Абнаўленне
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Новы рэліз v%1 ужо даступны! Вы маеце v%2.
-
-Хочаце наведаць старонку рэлізаў?
-
-
-
- No updates available
- Абнаўленняў няма
-
-
-
- You already have the latest release v%1
- У вас ужо ёсць апошні выпуск v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Пачакайце, калі ласка SilentDragonXLite выходзіць
-
-
-
-
- It may take several minutes
- Гэта можа заняць некалькі хвілін
-
-
-
- No dragonx price was available to convert from USD
- Няма drgx цаны да канвертацыі з USD
-
-
-
- View on block explorer
- Выгляд на даследчыку блокаў
-
-
-
- View Error
- Памылка Прагляду
-
-
-
- Reported Error
- Паведамленне пра Памылку
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Вы ўпэўнены, што хочаце выдаліць перыядычны плацёж?
-
-
-
- All future payments will be cancelled.
- Усе будучыя плацяжы будуць адменены.
-
-
-
- Tx submitted (right click to copy) txid:
- Tx прадстаўлена (націсніце правай кнопкай мышы, каб скапіяваць) txid:
-
-
-
- Type
- Тып
-
-
-
- Address
- Адрас
-
-
-
- Date/Time
- Дата/Час
-
-
-
- Confirmations
- Канфірмацыі
-
-
-
- Amount
- Колькасць
-
-
-
- Connected directly
- Падключана непасрэдна
-
-
-
- Connected over the internet via silentdragon wormhole service
- Падключана праз Інтэрнэт праз silentdragon wormhole сэрвіс
-
-
-
-
- Node is still syncing.
- Вузел усё яшчэ сінхранізуецца.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Няма sapling альбо празрыстых адрасоў з дастатковым балансам.
-
-
-
- RecurringDialog
-
-
- Recurring Dialog
- Перыядычны Дыялог
-
-
-
- View
- Выгляд
-
-
-
- Delete
- Выдаліць
-
-
-
- RecurringListViewModel
-
-
- Amount
- Колькасць
-
-
-
- Schedule
- Расклад
-
-
-
- Payments Left
- Плацяжы Засталіся
-
-
-
- Next Payment
- Наступная Аплата
-
-
-
- To
- Да
-
-
-
- Every
- Кожны
-
-
-
- None
- Ніводнага
-
-
-
- RecurringPayments
-
-
- Recurring Payments
- Перыядычныя Плацяжы
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Дата
-
-
-
- Status
- Статус
-
-
-
- Txid
- Txid
-
-
-
- Not due yet
- Пакуль яшчэ не
-
-
-
- Pending
- Невырашаны
-
-
-
- Skipped
- Прапушчаны
-
-
-
- Paid
- Платна
-
-
-
- Error
- Памылка
-
-
-
-
- Unknown
- Невядома
-
-
-
- RecurringPending
-
-
- Recurring Multiple Payments
- Паўторныя Множныя Плацяжы
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Ніякія плацяжы будуць апрацоўванны. Вы можаце заплаціць іх уручную з дыялогавага акна Перыядычныя Плацяжы
-
-
-
- Schedule
- Расклад
-
-
-
- How should silentdragon proceed?
- Як silentdragon павінен працягваць?
-
-
-
- Pay All in 1 Tx
- Аплаціць усё ў 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Толькі апошні чаканы плацеж будзе апрацоўваны. Усе папярэднія выплаты будуць прапушчаны
-
-
-
- Pay Latest Only
- Аплациць Толькі Апошнія
-
-
-
- Pay None
- Не Плаціць
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Усе чаканныя выплаты будуць складзены і аплачаны за адну транзакцыю
-
-
-
- Description
- Апісанне
-
-
-
- To
- Да
-
-
-
- The following recurring payment has multiple payments pending
- Наступны перыядычны плацёж мае некалькі плацяжоў у чаканні
-
-
-
- RequestDialog
-
-
- Payment Request
- Запыт на Аплату
-
-
-
- AddressBook
- АдраснаяКніга
-
-
-
- Request From
- Запыт Ад
-
-
-
- My Address
- Мой Адрас
-
-
-
- Amount in
- Сума ў
-
-
-
- z address
- z-адрас
-
-
-
- Amount
- Колькасць
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Атрымальнік ўбачыць гэты адрас у полі "да" калі ён аплаціць ваш запыт.
-
-
-
- Amount USD
- Колькасць USD
-
-
-
- Memo
- Памятка
-
-
-
- TextLabel
- ТэкставаяПазнака
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Запытайце плацёж з Sapling адраса. Вы адправіце 0.0001 drgx з выкарыстаннем URI аплаты. Нататка будзе ўключана ў транзакцыю калі вам заплацяць.
-
-
-
- Error paying DRGX URI
- Памылка аплаты drgx URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI павінна мець форму 'drgx:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Аплаціць Да
-
-
-
- Pay
- Плаціць
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Вы плаціце запыт на аплату. Ваш адрас не будзе бачны чалавеку, які запытвае гэты плацеж.
-
-
-
- Can only request from Sapling addresses
- Можна запытаць толькі Sapling адрас
-
-
-
- Restore
-
-
- Restore your Wallet
- Аднавіць свой кашалёк
-
-
-
- Birthday :
- Дзень нараджэння :
-
-
-
- Quantity :
- Колькасць :
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
- Аднавіць
-
-
-
- RestoreSeedForm
-
-
- Restore Wallet Seed
- Аднаўленне Насення Кашалька
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
- Дзень нараджэння кашалька гэта вышыня блока на якой у кашальку адбылася першая транзакцыя. Калі вы гэтага не ведаеце, вы можаце пакінуць па змаўчанні. (Паўторнае сканаванне зойме больш часу)
-
-
-
- Quantity
- Колькасць
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
- Колькасць экранаваных адрасоў якое аднаўляецца ў працэсе аднаўлення
-
-
-
- Please enter your 24-word seed below
- Калі ласка ўвядзіце сваё насення з 24 слоў ніжэй
-
-
-
- Wallet Seed
- Насенне Кашалька
-
-
-
- Wallet Birthday
- Дзень Нараджэння Кашалька
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Аднавіць кашалёк з seed фразай
-
-
-
-
- Failed to restore wallet
- Не атрымалася аднавіць кашалёк
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite патрабуе 24 словы для аднаўлення кашалька
-
-
-
- Failed to parse wallet birthday
- Не атрымалася прааналізаваць дзень нараджэння кашалька
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
- Памылка ў нараджэнне кашалька. Гэта павінна быць вышыня блока адкуль можна паўторна сканаваць кашалёк. Калі вы гэтага не ведаеце, вы можаце пакінуць па змаўчанні.
-
-
-
- Couldn't restore the wallet
- Не ўдалося аднавіць кашалёк
-
-
-
- Failed to save wallet
- Не ўдалося захаваць кашалёк
-
-
-
- Couldn't save the wallet
- Не ўдалося захаваць кашалёк
-
-
-
- Settings
-
-
- Settings
- Налады
-
-
-
- Lightwallet Server
- Lightwallet Сервер
-
-
-
- Options
- Варыянты
-
-
-
- Dark
- Цёмны
-
-
-
- Midnight
- Поўнач
-
-
-
- Light
- Светлы
-
-
-
- Blue
- Блакітны
-
-
-
- Default
- Па змаўчанні
-
-
-
- test
- тэст
-
-
-
- Connect to the internet to Fetch dragonx prices
- Падключыцеся да Інтэрнэту, каб даведацца пра цэну drgx
-
-
-
- Theme
- Тэма
-
-
-
- Connection
- Злучэнне
-
-
-
- Fetch dragonx prices
- Выберыце drgx цэны
-
-
-
- Check git for updates at startup
- Правяраць git на наяўнасць абнаўленняў пры запуску
-
-
-
- Connect to git on startup to check for updates
- Падлучацца да git пры запуску, каб праверыць наяўнасць абнаўленняў
-
-
-
- Currency
- Валюта
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Усе адрасы
-
-
-
- Export All Keys
- Экспарт Усіх Ключоў
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Адрас
-
-
-
- Balance (%1)
- Баланс (%1)
-
-
-
- about
-
-
- About
- Аб SilentDragonXLite
-
-
-
- addressBook
-
-
- Address Book
- Адрасная Кніга
-
-
-
- Add New Address
- Дадаць Новы Адрас
-
-
-
- Address (z-Addr or t-Addr)
- Адрас (z-Addr альбо t-Addr)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
- <html><head/><body><p>Мянушка :</p></body></html>
-
-
-
- HushChat Address - give this Address only to your contact
- HushChat Адрас - падайце гэты адрас толькі вашаму кантакту
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
- <html><head/><body><p>Размова ID:</p></body></html>
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
-
- Sharpee
- Sharpee
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
- <html><head/><body><p>Аватар :</p></body></html>
-
-
-
- Create a new HushChat zaddr
- Стварыць новы HushChat zaddr
-
-
-
- Add to Address Book
- Дадаць у Адрасную Кнігу
-
-
-
- Import Address Book
- Імпартаваць Адрасная кнігу
-
-
-
- confirm
-
-
- Confirm Transaction
- Пацвердзіць транзакцыю
-
-
-
- To
- Да
-
-
-
- Recurring Payment
- Перыядычная Аплата
-
-
-
- TextLabel
- ТэкставаяПазнака
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Вы адпраўляеце транзакцыю, пакуль ваш вузел усё яшчэ сінхранізуецца. Гэта можа не спрацаваць.
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Наладзиць dragonx.conf
-
-
-
- Your dragonx node will be configured for you automatically
- Ваш drgx-вузел будзе наладжаны для вас аўтаматычна
-
-
-
- Show Advanced Configuration
- Паказаць Пашыраную Канфігурацыю
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Дазволіць злучэння з Інтэрнэтам дабы правяраць наяўнасць абнаўленняў, атрымліваць drgx і гэтак далей...
-
-
-
- Use custom datadir
- Выкарыстоўваць звычайны datadir
-
-
-
- Choose directory
- Выбраць каталог
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Звярніце ўвагу, што вам трэба будзе ўжо мець Tor сэрвіс наладжаны да порту 9050
-
-
-
- Connect to the internet for updates and price feeds
- Падключыцеся да Інтэрнэту, каб атрымліваць абнаўленні і падаваць цэны
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Калі ласка абярыце каталог для захоўвання вашага wallet.dat і блокчейн
-
-
-
- Connect over Tor
- Падключыцца праз Tor
-
-
-
- deposithush
-
-
- Deposit DragonX
- Hush дэпазіт
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Калі ласка, выкарыстоўвайце наступны hush-адрас для пераводу сродкаў на SilentDragonXLite. Вы можаце скапіяваць адрас альбо скарыстаць QR-код. </span></p></body></html>
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
- <html><head/><body><p align="center">QR Код вашага Hush Адраса</p></body></html>
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Ваш DragonX Адрас </span></p></body></html>
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
- DragonX zaddr
-
-
-
- Copy Address
- Капіяваць Адрас
-
-
-
- emojiDialog
-
-
- Emoji
- Emoji
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Зашыфраваць Кашалёк
-
-
-
- Encryption Passphrase:
- Фраза для Шыфравання:
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">УВАГА:</span> Калі вы забудзеце сваю парольную фразу, адзіны спосаб аднавіць кашалёк гэта насенная фраза. Калі ў вас няма рэзервовай копіі вашай насеннай фразы, зрабіце гэта зараз!</p></body></html>
-
-
-
- Confirm Passphrase:
- Пацвердзіце Парольную Фразу:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Парольная фраза не супадае</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Мінімум 16 літар</span></p></body></html>
-
-
-
- hushrequest
-
-
- Request Payment
- Запытайце Аплату
-
-
-
- TextLabel
- ТэкставаяПазнака
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Запытайце плацёж з Sapling адраса. Вы адправіце на адрас 0,0001 з выкарыстаннем URI. Нататка будзе ўключана ў транзакцыю, калі вам заплацяць па адрасе.
-
-
-
- Request From
- Запыт Ад
-
-
-
- zaddr
- zaddr
-
-
-
- Amount in
- Сума ў
-
-
-
- Amount
- Колькасць
-
-
-
- Amount USD
- Колькасць USD
-
-
-
- Memo
- Памятка
-
-
-
- My Address
- Мой Адрас
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Атрымальнік убачыць гэты адрас у полі "да", калі ён аплаціць ваш запыт.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Рэдагаваць Расклад
-
-
-
- Payment Description
- Апісанне Аплаты
-
-
-
- Schedule
- Расклад
-
-
-
- Next Payment
- Наступная Аплата
-
-
-
- Amount
- Колькасць
-
-
-
- Memo
- Памятка
-
-
-
- To
- Да
-
-
-
- From
- Ад
-
-
-
- Number of payments
- Колькасць Плацяжоў
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
- Расшыфруйце Кашалёк
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">УВАГА:</span> Калі вы выдаліце свой wallet.dat шыфраванне, усе вашы транзакцыі і кантакты будут мець адкрыты тэкст на дыску!<br/><br/>Адпраўленыя і атрыманыя паведамленні заўсёды шыфруюцца.</p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Мінімум 16 літар</span></p></body></html>
-
-
-
- Encryption Passphrase:
- Фраза для Шыфравання:
-
-
-
- Confirm Passphrase:
- Пацвердзіце Парольную Фразу:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Парольная фраза не супадае</span></p></body></html>
-
-
-
- requestDialog
-
-
- Incoming Contact Request
- Запыт да Кантакту
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Памятка з просьбай</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Адкрытыя запыты ад :</span></p></body></html>
-
-
-
- Request from:
- Запыт ад:
-
-
-
- Add New Contact
- Дадаць Новы Кантакт
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
- <html><head/><body><p>Выберыце аватарку для вашага кантакту:</p></body></html>
-
-
-
- My Zaddr:
- Мой Zaddr:
-
-
-
- Cancel
- Адмяніць
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
-
- Sharpee
- Sharpee
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Нядаўна закрытыя запыты</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Падрабязнасці запыту</span></p></body></html>
-
-
-
- Give a Nickname:
- Дайце мянушку:
-
-
-
- startup
-
-
- Welcome Back
- Сардэчна Запрашаем
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
- <html><head/><body><p>Калі вы забыліся сваю парольную фразу, аднавіце кашалёк з дапамогай насення!</p></body></html>
-
-
-
- Create new Wallet or Restore
- Стварыць новы Кашалёк або Аднавіць
-
-
-
- Encryption Passphrase:
- Фраза для Шыфравання:
-
-
-
- transactionHush
-
-
- Send or Request drgx
- Адправіць ці Запытаць Hush
-
-
-
- To :
- Каму :
-
-
-
- Amount:
- Сума:
-
-
-
- Amount
- Колькасць
-
-
-
- DragonX
- Hush
-
-
-
- Memo :
- Памятка :
-
-
-
- Request drgx
- Запытаць Hush
-
-
-
- Send DragonX
- Адправіць Hush
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
- Калі ласка, пераканайцеся, што ў вас ёсць рэзервовая копія вашага Seed і дня нараджэння
-
-
-
- Please enter your Seed :
- Калі ласка, увядзіце сваё Насенне :
-
-
-
- Please enter the birthday of the Seed :
- Калі ласка, увядзіце дзень нараджэння Насення:
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Этыкетка
+
+
+
+ Address
+ Адрас
+
+
+
+ Avatar
+ Аватар
+
+
+
+ HushChatAddress
+ HushChatАдрас
+
+
+
+ CID
+ CID
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Адрас
+
+
+
+ Amount
+ Колькасць
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ Форма
+
+
+
+ Speak And Transact Freely With Hush
+ Размаўляйце і Вольна Рабіце Транзакцыі з Hush
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ Форма
+
+
+
+ Lorem ipsum dolor sit amet
+ Lorem ipsum dolor sit amet
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+ The Dragon Абуджаецца...
+
+
+
+ Controller
+
+
+ Wallet Password
+ Пароль Кашалька
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Ваш кашалёк зашыфраваны.
+Калі ласка, увядзіце пароль вашага кашалька
+
+
+
+
+ Wallet Decryption Failed
+ Не Атрымалася Расшыфраваць Кашалёк
+
+
+
+ Please enter a valid password
+ Калі ласка, увядзіце сапраўдны пароль
+
+
+
+ Failed to unlock wallet
+ Не атрымалася разблакаваць кашалёк
+
+
+
+ CreateWalletForm
+
+
+ Create New SDL Wallet
+ Стварыць новы SDL Кашалёк
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Hush + HushChat Умовы абслугоўвання</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Усе карыстальнікі гэтай платформы згаджаюцца не выкарыстоўваць яе для ініцыявання альбо пагрозы сілавога ўмяшання альбо гвалту ў дачыненні да чалавека альбо яго маёмасці, таксама вядомы як, <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Прынцып Ненападзення</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ГЭТЫ СЭРВІС ПРАДАСТАЎЛЯЕЦЦА “ЯК ЁСЦЬ” і Распрацоўшчыкі з Hush НЕ МАЮЦЬ НІЯКІХ КАНКРЭТНЫХ АБАВЯЗАТЕЛЬСТВАЎ АЛЬБО ГАРАНТЫЙ АДНОСНА ПАСЛУГІ.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Націснуўшы ОК, вы згаджаецеся выкарыстоўваць Hush, усе разнавіднасці кашалькоў SilentDragon, HushChat, і любое праграмнае забеспячэнне, распрацаванае Hush Распрацоўшчыкамі ў адпаведнасці з вашым мясцовым заканадаўствам, усе абавязацельствы, звязаныя з выкарыстаннем гэтай паслугі, належаць вам, і Hush Распрацоўшчыкам НЕ БУДЗЕ АДКАЗНАЙ за страты, звязаныя з выкарыстаннем гэтага праграмнага забеспячэння.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+ I accept the Terms of Service
+ Я прымаю Умовы Прадастаўлення Паслуг
+
+
+
+ Confirm Passphrase:
+ Пацвердзіце Парольную фразу:
+
+
+
+ Restore wallet from seed
+ Аднавіце кашалёк з насення
+
+
+
+ Create a new wallet
+ Стварыце новы кашалёк
+
+
+
+ Encryption Passphrase:
+ Фраза для шыфравання:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">16 літар мінімум</span></p></body></html>
+
+
+
+ Dialog
+
+
+ Send Contact Request
+ Адправіць Запыт На Кантакт
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Устаўце мянушку для вашага кантакту:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Выберыце аватарку для вашага кантакту:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Устаўце памятку для вашага запыту:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Ваш адрас HushChat:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Увядзіце адрас вашага кантакту:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+ <html><head/><body><p><span style=" color:#d3d7cf;">Стварыце свой HushChat Адрас - калі ласка пачакайце секунду - </span></p></body></html>
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+ Дадайце памятку да запыту
+
+
+
+ Cancel
+ Адмяніць
+
+
+
+ Add Contact and Send Request
+ Дадайце кантакт і Адпраўце запыт
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+ Стварэнне новага кашалька
+
+
+
+ MainWindow
+
+
+ Balance
+ Баланс
+
+
+
+ Summary
+ Усяго
+
+
+
+ Shielded
+ Экранаваны
+
+
+
+ Notarized
+ Завераны
+
+
+
+ Transparent
+ Празрысты
+
+
+
+ Total
+ Агульны Баланс
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Ваш вузел усё яшчэ сінхранізуецца, балансы могуць не абнаўляцца.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Некаторыя транзакцыі яшчэ не пацверджаны. Балансы могуць змяніцца.
+
+
+
+ Total notarized funds available:
+ Усяго даступна завераных сродкаў:
+
+
+
+ Your node is still syncing, balances may not be updated
+ Ваш вузел усё яшчэ сінхранізуецца, балансы могуць не абнаўляцца
+
+
+
+ Address Balances
+ Адрасныя Балансы
+
+
+
+
+ Send
+ Адправіць
+
+
+
+ Send To
+ Адправіць Да
+
+
+
+ Recipient
+ Атрымальнік
+
+
+
+
+
+
+
+ Address
+ Адрас
+
+
+
+
+ Address Book
+ Адрасная Кніга
+
+
+
+
+
+
+ Amount
+ Колькасць
+
+
+
+ Max Available
+ Максімум што Даступна
+
+
+
+
+
+
+ Memo
+ Памятка
+
+
+
+ Add Recipient
+ Дадаць Атрымальніка
+
+
+
+
+ Miner Fee
+ Плата Майнераў
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Адмяніць
+
+
+
+ Receive
+ Атрымаць
+
+
+
+ Address Type
+ Тып Адраса
+
+
+
+ z-Addr
+ z-Addr
+
+
+
+ View All Addresses
+ Паглядзець Усе Адрасы
+
+
+
+ Label
+ Этыкетка
+
+
+
+ Update Label
+ Абнавіць Этыкетку
+
+
+
+ Address balance
+ Баланс Адраса
+
+
+
+ Optional
+ Неабавязкова
+
+
+
+
+ Export Private Key
+ Экспарт Прыватнага Ключа
+
+
+
+ Transactions
+ Здзелкі
+
+
+
+ Version drgxlightd
+ Hushdlight Версія
+
+
+
+ &Send DenioD Feedback
+ &Адправіць DenioD Зваротнаю Сувязь
+
+
+
+ &DragonX Telegram
+ &Hush Тэлеграм
+
+
+
+ Check git for &updates
+ Праверце git на наяўнасць &абнаўленняў
+
+
+
+ &Export seed phrase
+ &Экспарт Насеннай Фразы
+
+
+
+ Encrypt Wallet
+ Зашыфраваць Кашалёк
+
+
+
+ Remove Wallet Encryption
+ Выдаліць Шыфраванне Кашалька
+
+
+
+ Rescan
+ Перасканаваць
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Загрузка...
+
+
+
+ Vendor
+ Прадавец
+
+
+
+ Next Address
+ Наступны Адрас
+
+
+
+ Spendable
+ Расходны
+
+
+
+ Deposit DragonX
+ Зрабіць Дэпазіт Hush
+
+
+
+ Information about DragonX
+ Інфармацыя пра Hush
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Інфармацыя пра Блокчейн Hush</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+ Next Halving
+ Наступны Халвінг
+
+
+
+ Difficulty
+ Складанасць
+
+
+
+ Last Notarized Block
+ Апошні Завераны Блок
+
+
+
+ Total Supply
+ Агульнае Забеспячэннe
+
+
+
+ Current Server
+ Актуальны Сервер
+
+
+
+ Sticky Server
+ Усталяваны Сервер
+
+
+
+ Longestchain
+ Найдаўжэйшыланцуг
+
+
+
+ BlockHeight
+ ВышыняБлока
+
+
+
+ Supply zAddr
+ Забеспячэннe zAddr
+
+
+
+ Supply tAddr
+ Забеспячэннe tAddr
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Hush Рынкавая Інфармацыя</span></p></body></html>
+
+
+
+ Market Cap
+ Рыначная Капіталізацыя
+
+
+
+ Volume on Exchanges
+ Аб'ём на Біржах
+
+
+
+ Import Private Key
+ Імпартаваць Прыватныключ
+
+
+
+ HushChat
+ HushChat
+
+
+
+ Incoming contact request
+ Запыт на ўваходны кантакт
+
+
+
+ Add a new contact
+ Дадайце новы кантакт
+
+
+
+ Get a new Address
+ Атрымаць новы Адрас
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Спіс кантактаў</span></p></body></html>
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Імя Кантакту :</span></p></body></html>
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+ Замкі паказваюць стан паведамлення. Чырвоны замак = непацверджаны, зялёны замак = мін. 1 пацверджанне, аранжавы замак = паведамленне заверана
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+ &File
+ &Файл
+
+
+
+ &Help
+ &Падтрымка
+
+
+ &Apps
+ &Праграмы
+
+
+
+ &Edit
+ &Рэдагаваць
+
+
+
+ E&xit
+ &Выхад
+
+
+
+ &About
+ &Аб
+
+
+
+ &Settings
+ &Налады
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &DragonX Website
+ &Hush Вэб-сайт
+
+
+
+ &Export all private keys
+ &Экспартаваць усе закрытыя ключы
+
+
+
+ Address &book
+ Адрасная &кніга
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+
+ Export transactions
+ Экспартныя Аперацыі
+
+
+
+ Pay drgx &URI...
+ Заплаціць drgx &URI...
+
+
+ Connect mobile &app
+ Падключыце мабільны &дадатак
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Перыядычныя Плацяжы
+
+
+
+ Request drgx...
+ Запытаць drgx...
+
+
+
+ File a bug...
+ Падаць памылку...
+
+
+
+
+ Copy txid
+ Капіяваць txid
+
+
+
+ View tx on block explorer
+ Выгляд tx на даследчыку блокаў
+
+
+
+ Refresh
+ Абнавіць
+
+
+
+ Paste DRGX URI
+ Уставіць DRGX URI
+
+
+
+ Error paying DRGX URI
+ Памылка аплаты DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI павінна мець форму 'drgx:<addr>?amt=x&memo=y
+
+
+
+ Error
+ Памылка
+
+
+
+ Error exporting transactions, file was not saved
+ Памылка экспарту транзакцый, файл не быў захаваны
+
+
+
+ Error getting private keys
+ Памылка атрымання закрытых ключоў
+
+
+
+ Error loading private keys:
+ Памылка загрузкі закрытых ключоў:
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Гэта ўсе закрытыя ключы для ўсіх адрасоў вашага кашалька
+
+
+
+ Private key for
+ Закрыты ключ для
+
+
+
+
+ Save File
+ Захаваць Файл
+
+
+
+ Passwords don't match
+ Паролі не супадаюць
+
+
+
+
+ Wallet Encryption Failed
+ Памылка Шыфравання Кашалька
+
+
+
+ Wallet is not encrypted
+ Кашалёк не зашыфраваны
+
+
+
+
+ Copy block explorer link
+ Скапіраваць спасылку даследчыка блокаў
+
+
+
+ Currency Change
+ Змена Валюты
+
+
+
+ This change can take a few seconds.
+ Гэта змяненне можа заняць некалькі секунд.
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Гэта ваша насенне кашалька. Калі ласка, зрабіце рэзервовую копію ўважліва і бяспечна.
+
+
+
+
+ Unable to open file
+ Немагчыма адкрыць файл
+
+
+
+
+ Copy address
+ Капіяваць адрас
+
+
+
+
+
+
+ Copied to clipboard
+ Скапіравана ў буфер абмену
+
+
+
+
+ Failed to restore wallet
+ Не атрымалася аднавіць кашалёк
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite патрабуе 24 словы для аднаўлення кашалька
+
+
+
+ Failed to parse wallet birthday
+ Не атрымалася прааналізаваць дзень нараджэння кашалька
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Немагчыма зразумець дзень нараджэння кашалька. Гэта павінна быць вышыня блока ад таго месца, дзе можна перасканаваць кашалёк. Вы можаце пакінуць яго як '0', калі не ведаеце, якім яно павінна быць.
+
+
+
+ Couldn't restore the wallet
+ Не ўдалося аднавіць кашалёк
+
+
+
+ Failed to save wallet
+ Не ўдалося захаваць кашалёк
+
+
+
+ Couldn't save the wallet
+ Не ўдалося захаваць кашалёк
+
+
+
+ Out of memory!
+ Брак памяці!
+
+
+
+ Wallet Encryption Success
+ Паспяховае Шыфраванне Кашалька
+
+
+
+ Your wallet is not encrypted with a passphrase.
+ Ваш кашалёк не зашыфраваны парольнай фразай.
+
+
+
+ Wallet decryption Success
+ Паспяховая Расшыфроўка Кашалька
+
+
+
+ Wrong Privatkey format
+ Няправільны фармат Прыватнагаключа
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+ Устаўце калі ласка сюды свой прыватны ключ (zs-Addr або R-addr), па адным пры кожным імпарту
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+ Выконваецца паўторнае сканаванне праз імпарт прыватнага ключа. Вашы сродкі будуць экранаваны ў гэты кашалёк і падмацаваны вашай seed фразай. Гэта зойме некаторы час
+
+
+
+
+ Wrong Private key format
+ Няправільны фармат прыватнага ключа
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+ Гэты прыватны ключ занадта доўгі. Павінна быць 51 або 52 сімвалы.
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+ Гэты прыватны ключ занадта кароткі. Павінна быць 51 або 52 сімвалы.
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+ Прыватны ключ павінен пачынацца з 5, K, L або U (для taddr) або secret- (для zaddr)
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+ Увага: Калі гэты ключ прызначаны для zaddr, ён НЕ будзе ўключаны ў ваш Seed. Калі ласка, адпраўце іх непасрэдна да Seed zaddr
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+ Ключы празрыстага адраса (R.. або t1..) будуць аўтаматычна адпраўлены ў zaddr у вашым Seed
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ Ключы былі імпартаваныя. Паўторнае сканаванне блокчейна можа заняць некалькі хвілін. Да таго часу функцыянальнасць можа быць абмежаваная
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+ Ключы былі імпартаваны без магчымасці паўторнага сканавання. Імпартаваны вамі адрас будзе бачны без балансу
+
+
+
+ Get private key
+ Атрымаць прыватны ключ
+
+
+
+
+ View on block explorer
+ Выгляд на даследчыку блокаў
+
+
+
+ View Payment Request
+ Паглядзець Запыт на Аплату
+
+
+
+ View Memo
+ Праглядзець Памятку
+
+
+
+ Reply to
+ Адказаць да
+
+
+
+ Copied Hyperlink to clipboard
+ Гіперспасылка Скапіявана да буферу абмена
+
+
+
+ Copied message to clipboard
+ Паведамленне скапіравана ў буфер абмену
+
+
+
+ Copied Txid to clipboard
+ Скапіраваны Txid у буфер абмену
+
+
+
+ Copy Address
+ Капіяваць Адрас
+
+
+
+ Address has been previously used
+ Адрас быў выкарыстоўваны раней
+
+
+
+ Address is unused
+ Адрас не выкарыстоўваецца
+
+
+
+ Cannot support multiple addresses
+ Немагчыма падтрымліваць некалькі адрасоў
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ У цяперашні час перыядычныя плацяжы не падтрымліваюць некалькі адрасоў
+
+
+
+ Recipient
+ Атрымальнік
+
+
+
+ Only z-addresses can have memos
+ Толькі z-адрасы могуць мець памяткі
+
+
+
+
+ Please wait...
+ Калі ласка пачакай...
+
+
+
+ Computing your transaction
+ Вылічэнне вашай транзакцыі
+
+
+
+
+ Done!
+ Гатова!
+
+
+
+ Transaction Error
+ Памылка Транзакцыі
+
+
+
+
+ You have to select a contact and insert a Memo
+ Вам трэба выбраць кантакт і ўставіць памятку
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+ Вы не выбралі Кантакт са спісу Кантактаў,
+
+
+
+
+
+
+or your Memo is empty
+
+альбо ваша памятка пустая
+
+
+
+
+ Your Message is too long
+ Ваша Паведамленне занадта доўгае
+
+
+
+ You can only write messages with 235 character maximum
+
+ Вы можаце пісаць паведамленні не больш за 235 сімвалаў
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+ Калі ласка скараціце паведамленне да 235 знакаў.
+
+
+
+
+
+
+ Message Error
+ Памылка Паведамлення
+
+
+
+
+
+
+
+ Recipient Address
+ Адрас Атрымальніка
+
+
+
+
+
+
+
+ is Invalid
+ ёсць несапраўдны
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Сума для адрасу '%1' ёсць несапраўдны!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Не хапае сродкаў для адпраўкі гэтай транзакцыі
+
+Ёсць: %1
+Трэба: %2
+
+Заўвага. Перш чым яны могуць быць выдаткаваны, трэба атрымаць 1 пацверджанне
+
+
+
+ You can only write messages with 512 character maximum
+
+ Вы можаце пісаць паведамленні не больш за 512 сімвалаў
+
+
+
+
+ Your contact request will be sent
+ Ваш запыт на кантакт будзе адпраўлены
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Памятка
+
+
+
+ Include Reply Address
+ Уключыце Адрас Адказу
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Адказаць на
+
+
+
+ MobileAppConnector
+
+
+ Mobile Connector App
+ Мабільны Злучальнік
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Адсканіруйце гэты QRCode з вашага прыкладання silentdragon, каб падключыць тэлефон
+
+
+
+ QR Code
+ QR Code
+
+
+
+ Connection String
+ Злучэнне String
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Дазволіць злучэнне праз Інтэрнэт праз silentdragon wormhole
+
+
+
+ silentdragon Companion App
+ silentdragon Дадатак-Кампаньён
+
+
+
+ Disconnect
+ Адключыць
+
+
+
+
+ TextLabel
+ ТэкставаяПазнака
+
+
+
+ Last seen:
+ Апошні заход:
+
+
+
+ Connection type:
+ Тып злучэння:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+ Стварыць або Аднавіць кашалёк.
+
+
+
+ Next
+ Далей
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+ Парольная фраза не супадае альбо вы ўвялі занадта мала літар (мінімум 16)
+
+
+
+ NewSeedForm
+
+
+ Form
+ Форма
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+ Гэта seed фраза вашага кашалька. КАЛІ ЛАСКА, ЗРАБІЦЕ БЯСПЕЧНУЮ РЭЗЕРВУЮ КАПІЮ. Запішыце на паперы. Не захоўвайце яе ў месцах, дзе іншыя могуць атрымаць да яе доступ.
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ Насенная фраза гэта адзіны спосаб аднавіць кашалёк. Калі забудзеш пачатковую фразу, АДНАЎЛЕННЕ КАШАЛЬКА І СРОДКАЎ У КАШАЛЬКУ БУДЗЕ НЕМАГЧЫМА
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Гэта дзень нараджэння вашага Насення. Калі ласка, зрабіце рэзервовую копію таксама</span></p></body></html>
+
+
+
+ Birthday of the Seed :
+ Дзень нараджэння насення:
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+ Ваш новы кашалёк
+
+
+
+ Error creating a wallet
+ Памылка ў стварэнні кашалька
+
+
+
+ Failed to save wallet
+ Не ўдалося захаваць кашалёк
+
+
+
+ Couldn't save the wallet
+ Не ўдалося захаваць кашалёк
+
+
+
+ Wrong Seed
+ Няправільнае Насенне
+
+
+
+ Please try again
+ Калі ласка, паспрабуйце яшчэ раз
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Прыватныя Ключы
+
+
+
+ Rescan Wallet
+ Паўторна сканаваць Кашалёк
+
+
+
+ QObject
+
+
+ Pick
+ Выбраць
+
+
+
+
+
+ Address or Label Error
+ Памылка Адраса альбо Этыкеткі
+
+
+
+
+
+ Address or Label cannot be empty
+ Адрас ці Ярлык не могуць быць пустымі
+
+
+
+
+
+ Address Format Error
+ Памылка Фармату Адраса
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 здаецца гэта несапраўдны drgx-адрас.
+
+
+
+
+
+
+ Label Error
+ Памылка Этыкеткі
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Этыкетка '%1' ужо існуе. Калі ласка выдаліце існуючую этыкетку.
+
+
+
+
+ Added Contact
+ Дададзены Кантакт
+
+
+
+
+ successfully added your new contact
+ новы кантакт быў паспяхова дададзены
+
+
+
+ Import Address Book
+ Імпартаваць Адраснаю Кнігу
+
+
+
+ Unable to open file
+ Немагчыма адкрыць файл
+
+
+
+ Address Book Import Done
+ Імпарт Адраснай Кнігі Гатова
+
+
+
+ Imported %1 new Address book entries
+ Імпартаваны %1 новыя запісы ў Адраснай кнізе
+
+
+
+ Copy address
+ Капіяваць адрас
+
+
+
+ Copied to clipboard
+ Скапіравана ў буфер абмену
+
+
+
+ Delete label
+ Выдаліць метку
+
+
+
+ Attempting to initialize library with
+ Спроба ініцыялізацыі бібліятэкі з
+
+
+
+ Using existing wallet.
+ Выкарыстанне існуючага кашалька.
+
+
+
+ Create/restore wallet.
+ Стварэнне/аднаўленне кашалька.
+
+
+
+
+ Connection Error
+ Памылка Злучэння
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Памылка Транзакцыі
+
+
+
+ There was an error sending the transaction. The error was:
+ Памылка адпраўкі транзакцыі. Памылка была:
+
+
+
+
+ No Connection
+ Няма Злучэння
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+
+
+
+
+
+
+
+ failed
+ не атрымалася
+
+
+
+
+
+
+
+
+ The transaction with id
+ Транзакцыя з і id
+
+
+
+
+
+
+
+
+ failed. The error was
+ не атрымалася. Памылка была
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+ Памылка падключэння да сервера. Калі ласка, праверце падключэнне да Інтэрнэту. Памылка была
+
+
+
+ Update Available
+ Даступна Абнаўленне
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Новы рэліз v%1 ужо даступны! Вы маеце v%2.
+
+Хочаце наведаць старонку рэлізаў?
+
+
+
+ No updates available
+ Абнаўленняў няма
+
+
+
+ You already have the latest release v%1
+ У вас ужо ёсць апошні выпуск v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Пачакайце, калі ласка SilentDragonXLite выходзіць
+
+
+
+
+ It may take several minutes
+ Гэта можа заняць некалькі хвілін
+
+
+
+ No dragonx price was available to convert from USD
+ Няма drgx цаны да канвертацыі з USD
+
+
+
+ View on block explorer
+ Выгляд на даследчыку блокаў
+
+
+
+ View Error
+ Памылка Прагляду
+
+
+
+ Reported Error
+ Паведамленне пра Памылку
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Вы ўпэўнены, што хочаце выдаліць перыядычны плацёж?
+
+
+
+ All future payments will be cancelled.
+ Усе будучыя плацяжы будуць адменены.
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx прадстаўлена (націсніце правай кнопкай мышы, каб скапіяваць) txid:
+
+
+
+ Type
+ Тып
+
+
+
+ Address
+ Адрас
+
+
+
+ Date/Time
+ Дата/Час
+
+
+
+ Confirmations
+ Канфірмацыі
+
+
+
+ Amount
+ Колькасць
+
+
+
+ Connected directly
+ Падключана непасрэдна
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Падключана праз Інтэрнэт праз silentdragon wormhole сэрвіс
+
+
+
+
+ Node is still syncing.
+ Вузел усё яшчэ сінхранізуецца.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Няма sapling альбо празрыстых адрасоў з дастатковым балансам.
+
+
+
+ RecurringDialog
+
+
+ Recurring Dialog
+ Перыядычны Дыялог
+
+
+
+ View
+ Выгляд
+
+
+
+ Delete
+ Выдаліць
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Колькасць
+
+
+
+ Schedule
+ Расклад
+
+
+
+ Payments Left
+ Плацяжы Засталіся
+
+
+
+ Next Payment
+ Наступная Аплата
+
+
+
+ To
+ Да
+
+
+
+ Every
+ Кожны
+
+
+
+ None
+ Ніводнага
+
+
+
+ RecurringPayments
+
+
+ Recurring Payments
+ Перыядычныя Плацяжы
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Дата
+
+
+
+ Status
+ Статус
+
+
+
+ Txid
+ Txid
+
+
+
+ Not due yet
+ Пакуль яшчэ не
+
+
+
+ Pending
+ Невырашаны
+
+
+
+ Skipped
+ Прапушчаны
+
+
+
+ Paid
+ Платна
+
+
+
+ Error
+ Памылка
+
+
+
+
+ Unknown
+ Невядома
+
+
+
+ RecurringPending
+
+
+ Recurring Multiple Payments
+ Паўторныя Множныя Плацяжы
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Ніякія плацяжы будуць апрацоўванны. Вы можаце заплаціць іх уручную з дыялогавага акна Перыядычныя Плацяжы
+
+
+
+ Schedule
+ Расклад
+
+
+
+ How should silentdragon proceed?
+ Як silentdragon павінен працягваць?
+
+
+
+ Pay All in 1 Tx
+ Аплаціць усё ў 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Толькі апошні чаканы плацеж будзе апрацоўваны. Усе папярэднія выплаты будуць прапушчаны
+
+
+
+ Pay Latest Only
+ Аплациць Толькі Апошнія
+
+
+
+ Pay None
+ Не Плаціць
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Усе чаканныя выплаты будуць складзены і аплачаны за адну транзакцыю
+
+
+
+ Description
+ Апісанне
+
+
+
+ To
+ Да
+
+
+
+ The following recurring payment has multiple payments pending
+ Наступны перыядычны плацёж мае некалькі плацяжоў у чаканні
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Запыт на Аплату
+
+
+
+ AddressBook
+ АдраснаяКніга
+
+
+
+ Request From
+ Запыт Ад
+
+
+
+ My Address
+ Мой Адрас
+
+
+
+ Amount in
+ Сума ў
+
+
+
+ z address
+ z-адрас
+
+
+
+ Amount
+ Колькасць
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Атрымальнік ўбачыць гэты адрас у полі "да" калі ён аплаціць ваш запыт.
+
+
+
+ Amount USD
+ Колькасць USD
+
+
+
+ Memo
+ Памятка
+
+
+
+ TextLabel
+ ТэкставаяПазнака
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Запытайце плацёж з Sapling адраса. Вы адправіце 0.0001 drgx з выкарыстаннем URI аплаты. Нататка будзе ўключана ў транзакцыю калі вам заплацяць.
+
+
+
+ Error paying DRGX URI
+ Памылка аплаты drgx URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI павінна мець форму 'drgx:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Аплаціць Да
+
+
+
+ Pay
+ Плаціць
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Вы плаціце запыт на аплату. Ваш адрас не будзе бачны чалавеку, які запытвае гэты плацеж.
+
+
+
+ Can only request from Sapling addresses
+ Можна запытаць толькі Sapling адрас
+
+
+
+ Restore
+
+
+ Restore your Wallet
+ Аднавіць свой кашалёк
+
+
+
+ Birthday :
+ Дзень нараджэння :
+
+
+
+ Quantity :
+ Колькасць :
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+ Аднавіць
+
+
+
+ RestoreSeedForm
+
+
+ Restore Wallet Seed
+ Аднаўленне Насення Кашалька
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+ Дзень нараджэння кашалька гэта вышыня блока на якой у кашальку адбылася першая транзакцыя. Калі вы гэтага не ведаеце, вы можаце пакінуць па змаўчанні. (Паўторнае сканаванне зойме больш часу)
+
+
+
+ Quantity
+ Колькасць
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+ Колькасць экранаваных адрасоў якое аднаўляецца ў працэсе аднаўлення
+
+
+
+ Please enter your 24-word seed below
+ Калі ласка ўвядзіце сваё насення з 24 слоў ніжэй
+
+
+
+ Wallet Seed
+ Насенне Кашалька
+
+
+
+ Wallet Birthday
+ Дзень Нараджэння Кашалька
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Аднавіць кашалёк з seed фразай
+
+
+
+
+ Failed to restore wallet
+ Не атрымалася аднавіць кашалёк
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite патрабуе 24 словы для аднаўлення кашалька
+
+
+
+ Failed to parse wallet birthday
+ Не атрымалася прааналізаваць дзень нараджэння кашалька
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+ Памылка ў нараджэнне кашалька. Гэта павінна быць вышыня блока адкуль можна паўторна сканаваць кашалёк. Калі вы гэтага не ведаеце, вы можаце пакінуць па змаўчанні.
+
+
+
+ Couldn't restore the wallet
+ Не ўдалося аднавіць кашалёк
+
+
+
+ Failed to save wallet
+ Не ўдалося захаваць кашалёк
+
+
+
+ Couldn't save the wallet
+ Не ўдалося захаваць кашалёк
+
+
+
+ Settings
+
+
+ Settings
+ Налады
+
+
+
+ Lightwallet Server
+ Lightwallet Сервер
+
+
+
+ Options
+ Варыянты
+
+
+
+ Dark
+ Цёмны
+
+
+
+ Midnight
+ Поўнач
+
+
+
+ Light
+ Светлы
+
+
+
+ Blue
+ Блакітны
+
+
+
+ Default
+ Па змаўчанні
+
+
+
+ test
+ тэст
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Падключыцеся да Інтэрнэту, каб даведацца пра цэну drgx
+
+
+
+ Theme
+ Тэма
+
+
+
+ Connection
+ Злучэнне
+
+
+
+ Fetch dragonx prices
+ Выберыце drgx цэны
+
+
+
+ Check git for updates at startup
+ Правяраць git на наяўнасць абнаўленняў пры запуску
+
+
+
+ Connect to git on startup to check for updates
+ Падлучацца да git пры запуску, каб праверыць наяўнасць абнаўленняў
+
+
+
+ Currency
+ Валюта
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Усе адрасы
+
+
+
+ Export All Keys
+ Экспарт Усіх Ключоў
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Адрас
+
+
+
+ Balance (%1)
+ Баланс (%1)
+
+
+
+ about
+
+
+ About
+ Аб SilentDragonXLite
+
+
+
+ addressBook
+
+
+ Address Book
+ Адрасная Кніга
+
+
+
+ Add New Address
+ Дадаць Новы Адрас
+
+
+
+ Address (z-Addr or t-Addr)
+ Адрас (z-Addr альбо t-Addr)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+ <html><head/><body><p>Мянушка :</p></body></html>
+
+
+
+ HushChat Address - give this Address only to your contact
+ HushChat Адрас - падайце гэты адрас толькі вашаму кантакту
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+ <html><head/><body><p>Размова ID:</p></body></html>
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+ <html><head/><body><p>Аватар :</p></body></html>
+
+
+
+ Create a new HushChat zaddr
+ Стварыць новы HushChat zaddr
+
+
+
+ Add to Address Book
+ Дадаць у Адрасную Кнігу
+
+
+
+ Import Address Book
+ Імпартаваць Адрасная кнігу
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Пацвердзіць транзакцыю
+
+
+
+ To
+ Да
+
+
+
+ Recurring Payment
+ Перыядычная Аплата
+
+
+
+ TextLabel
+ ТэкставаяПазнака
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Вы адпраўляеце транзакцыю, пакуль ваш вузел усё яшчэ сінхранізуецца. Гэта можа не спрацаваць.
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Наладзиць dragonx.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ Ваш drgx-вузел будзе наладжаны для вас аўтаматычна
+
+
+
+ Show Advanced Configuration
+ Паказаць Пашыраную Канфігурацыю
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Дазволіць злучэння з Інтэрнэтам дабы правяраць наяўнасць абнаўленняў, атрымліваць drgx і гэтак далей...
+
+
+
+ Use custom datadir
+ Выкарыстоўваць звычайны datadir
+
+
+
+ Choose directory
+ Выбраць каталог
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Звярніце ўвагу, што вам трэба будзе ўжо мець Tor сэрвіс наладжаны да порту 9050
+
+
+
+ Connect to the internet for updates and price feeds
+ Падключыцеся да Інтэрнэту, каб атрымліваць абнаўленні і падаваць цэны
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Калі ласка абярыце каталог для захоўвання вашага wallet.dat і блокчейн
+
+
+
+ Connect over Tor
+ Падключыцца праз Tor
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+ Hush дэпазіт
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Калі ласка, выкарыстоўвайце наступны hush-адрас для пераводу сродкаў на SilentDragonXLite. Вы можаце скапіяваць адрас альбо скарыстаць QR-код. </span></p></body></html>
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+ <html><head/><body><p align="center">QR Код вашага Hush Адраса</p></body></html>
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Ваш DragonX Адрас </span></p></body></html>
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+ DragonX zaddr
+
+
+
+ Copy Address
+ Капіяваць Адрас
+
+
+
+ emojiDialog
+
+
+ Emoji
+ Emoji
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Зашыфраваць Кашалёк
+
+
+
+ Encryption Passphrase:
+ Фраза для Шыфравання:
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">УВАГА:</span> Калі вы забудзеце сваю парольную фразу, адзіны спосаб аднавіць кашалёк гэта насенная фраза. Калі ў вас няма рэзервовай копіі вашай насеннай фразы, зрабіце гэта зараз!</p></body></html>
+
+
+
+ Confirm Passphrase:
+ Пацвердзіце Парольную Фразу:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Парольная фраза не супадае</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Мінімум 16 літар</span></p></body></html>
+
+
+
+ hushrequest
+
+
+ Request Payment
+ Запытайце Аплату
+
+
+
+ TextLabel
+ ТэкставаяПазнака
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Запытайце плацёж з Sapling адраса. Вы адправіце на адрас 0,0001 з выкарыстаннем URI. Нататка будзе ўключана ў транзакцыю, калі вам заплацяць па адрасе.
+
+
+
+ Request From
+ Запыт Ад
+
+
+
+ zaddr
+ zaddr
+
+
+
+ Amount in
+ Сума ў
+
+
+
+ Amount
+ Колькасць
+
+
+
+ Amount USD
+ Колькасць USD
+
+
+
+ Memo
+ Памятка
+
+
+
+ My Address
+ Мой Адрас
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Атрымальнік убачыць гэты адрас у полі "да", калі ён аплаціць ваш запыт.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Рэдагаваць Расклад
+
+
+
+ Payment Description
+ Апісанне Аплаты
+
+
+
+ Schedule
+ Расклад
+
+
+
+ Next Payment
+ Наступная Аплата
+
+
+
+ Amount
+ Колькасць
+
+
+
+ Memo
+ Памятка
+
+
+
+ To
+ Да
+
+
+
+ From
+ Ад
+
+
+
+ Number of payments
+ Колькасць Плацяжоў
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+ Расшыфруйце Кашалёк
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">УВАГА:</span> Калі вы выдаліце свой wallet.dat шыфраванне, усе вашы транзакцыі і кантакты будут мець адкрыты тэкст на дыску!<br/><br/>Адпраўленыя і атрыманыя паведамленні заўсёды шыфруюцца.</p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Мінімум 16 літар</span></p></body></html>
+
+
+
+ Encryption Passphrase:
+ Фраза для Шыфравання:
+
+
+
+ Confirm Passphrase:
+ Пацвердзіце Парольную Фразу:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Парольная фраза не супадае</span></p></body></html>
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+ Запыт да Кантакту
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Памятка з просьбай</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Адкрытыя запыты ад :</span></p></body></html>
+
+
+
+ Request from:
+ Запыт ад:
+
+
+
+ Add New Contact
+ Дадаць Новы Кантакт
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+ <html><head/><body><p>Выберыце аватарку для вашага кантакту:</p></body></html>
+
+
+
+ My Zaddr:
+ Мой Zaddr:
+
+
+
+ Cancel
+ Адмяніць
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Нядаўна закрытыя запыты</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Падрабязнасці запыту</span></p></body></html>
+
+
+
+ Give a Nickname:
+ Дайце мянушку:
+
+
+
+ startup
+
+
+ Welcome Back
+ Сардэчна Запрашаем
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+ <html><head/><body><p>Калі вы забыліся сваю парольную фразу, аднавіце кашалёк з дапамогай насення!</p></body></html>
+
+
+
+ Create new Wallet or Restore
+ Стварыць новы Кашалёк або Аднавіць
+
+
+
+ Encryption Passphrase:
+ Фраза для Шыфравання:
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+ Адправіць ці Запытаць Hush
+
+
+
+ To :
+ Каму :
+
+
+
+ Amount:
+ Сума:
+
+
+
+ Amount
+ Колькасць
+
+
+
+ DragonX
+ Hush
+
+
+
+ Memo :
+ Памятка :
+
+
+
+ Request drgx
+ Запытаць Hush
+
+
+
+ Send DragonX
+ Адправіць Hush
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+ Калі ласка, пераканайцеся, што ў вас ёсць рэзервовая копія вашага Seed і дня нараджэння
+
+
+
+ Please enter your Seed :
+ Калі ласка, увядзіце сваё Насенне :
+
+
+
+ Please enter the birthday of the Seed :
+ Калі ласка, увядзіце дзень нараджэння Насення:
+
+
+
diff --git a/res/silentdragonxlite_de.ts b/res/silentdragonxlite_de.ts
index 2dd0aa7..b6a500d 100644
--- a/res/silentdragonxlite_de.ts
+++ b/res/silentdragonxlite_de.ts
@@ -1,3159 +1,3159 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Adressbuch
-
-
-
- Address
- Adresse
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Adresse
-
-
-
- Amount
- Betrag
-
-
-
- ChatBubbleMe
-
-
- Form
-
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
-
-
-
-
- ChatBubblePartner
-
-
- Form
-
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
-
-
-
-
- ConnectionDialog
-
- silentdragon
- SilentDragonXLite
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- Starte
-
-
-
- Controller
-
-
- Wallet Password
- Wallet Passwort
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Ihr Wallet ist verschlüsselt. Bitte geben Sie das Passwort ein
-
-
-
-
- Wallet Decryption Failed
- Entschlüsslung gescheitert
-
-
-
- Please enter a valid password
- Bitte geben Sie ein gültiges Passwort ein
-
-
-
- Failed to unlock wallet
- Konnte das Wallet nicht entsperren
-
-
-
- CreateWalletForm
-
- Form
- Neues Wallet erstellen
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- Wallet mit dem Seed wiederherstellen
-
-
- Restore an existing wallet, using the 24-word seed.
- Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen.
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Create a new Wallet
- Wallet neu erstellen
-
-
- Create a new wallet with a randomly generated seed.
- Neues Wallet mit einem zufälligen Seed erstellen.
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
-
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Abbrechen
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
- silentdragon
- SilentDragonXLite
-
-
-
- Balance
- Guthaben
-
-
-
- Summary
- Zusammenfassung
-
-
-
- Shielded
- Verborgen
-
-
-
- Notarized
- Notarisiert
-
-
-
- Transparent
- Sichtbar
-
-
-
- Total
- Gesamt
-
-
-
- Your node is still syncing, balances may not be updated.
- Synchronisierung noch nicht abgeschlossen. Beträge sind noch nicht aktuell.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Einige Transaktionen sind noch nicht bestätigt.
-
-
-
- Total notarized funds available:
- Insgesammter notarisierter Betrag:
-
-
-
- Your node is still syncing, balances may not be updated
- Synchronisierung noch nicht abgeschlossen. Beträge sind noch nicht aktuell
-
-
- Some transactions are not yet confirmed
- Einige Transaktionen sind noch nicht bestätigt
-
-
-
- Address Balances
- Guthaben der Adresse
-
-
-
-
- Send
- Senden
-
-
- Address Balance
- Guthaben der Adresse
-
-
-
- Send To
- Sende an
-
-
-
- Recipient
- Empfänger
-
-
-
-
-
-
-
- Address
- Adresse
-
-
-
-
- Address Book
- Adressbuch
-
-
-
-
-
-
- Amount
- Betrag
-
-
-
- Max Available
- Maximal verfügbare Summe
-
-
-
-
-
-
- Memo
- Nachricht
-
-
-
- Add Recipient
- Weiteren Empfänger hinzufügen
-
-
- Recurring payment
- Wiederkehrende Zahlung
-
-
- Every month, starting 12-May-2012, for 6 payments
- Jeden Monat, startet am 12. Mai 2019, für 6 Monate
-
-
- Edit Schedule
- Zeitplan bearbeiten
-
-
-
-
- Miner Fee
- Gebühr
-
-
-
- 0
-
-
-
-
- Cancel
- Abbrechen
-
-
-
- Receive
- Empfangen
-
-
-
- Address Type
- Adressen Format
-
-
-
- z-Addr
- Verborgene Adresse
-
-
- t-Addr
- Sichtbare Adresse
-
-
- New Address
- Neue Adresse
-
-
-
- View All Addresses
- Alle Adressen ansehen
-
-
-
- Label
- Bezeichnung
-
-
-
- Update Label
- Bezeichnung ändern
-
-
-
- Address balance
- Guthaben der Adresse
-
-
-
- Optional
- Optional
-
-
-
-
- Export Private Key
- Private Key exportieren
-
-
-
- Transactions
- Transaktionen
-
-
- Hush Daemon
- Hush Daemon
-
-
- blockHeight
- Blockhöhe
-
-
-
- Version drgxlightd
- drgxlightd Version
-
-
-
- &Send DenioD Feedback
- Sende DenioD Feedback
-
-
-
- &Export seed phrase
- Seed exportieren
-
-
-
- Encrypt Wallet
- Wallet verschlüsseln
-
-
-
- Remove Wallet Encryption
- Verschlüsslung entfernen
-
-
-
- Rescan
- Neu Scannen
-
-
- This is a Lightwallet, you cant mine with it!
- Dies ist ein Lightwallet, sie können damit nicht Minen!
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Lade...
-
-
- Blockheight
- Blockheight
-
-
- Version hushd light
- Version hushd light
-
-
-
- Vendor
- Vendor
-
-
-
- Next Address
- Nächste Adresse
-
-
-
- Deposit DragonX
-
-
-
-
- Information about DragonX
- Informationen über DragonX
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Informationen</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
- Nächstes Block Halving
-
-
-
- Difficulty
- Difficulty
-
-
-
- Last Notarized Block
- Letzter notarisierter Block
-
-
-
- Total Supply
- Gesamt Coins im Netzwerk
-
-
-
- Longestchain
- Längste Chain
-
-
-
- BlockHeight
- Blockhöhe
-
-
-
- Supply zAddr
- Verborgene Coins im Netzwerk
-
-
-
- Supply tAddr
- Transparente Coins im Netzwerk
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Hush Markt Informationen</span></p></body></html>
-
-
-
- Market Cap
- Marktkapitalisierung
-
-
-
- Volume on Exchanges
- Volumen auf allen Börsen
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
- <html><head/><body><p align="center">Dies ist ein Lightwallet. Sie können damit nicht Minen!!!</p></body></html>
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Spendable
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &File
- Datei
-
-
-
- &Help
- Hilfe
-
-
- &Apps
- Smartphone
-
-
-
- &Edit
- Bearbeiten
-
-
-
- E&xit
- Beenden
-
-
-
- &About
- Über
-
-
-
- &Settings
- Einstellungen
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &DragonX Telegram
- &DragonX Telegram
-
-
-
- &DragonX Website
- &DragonX Website
-
-
-
- Check git for &updates
- Überprüfe Github für Updates
-
-
-
- &Export all private keys
- Alle private Keys exportieren
-
-
-
- Address &book
- Adressbuch
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
-
- Export transactions
- Transaktionen exportieren
-
-
-
- Pay drgx &URI...
- Zahlungs Hush &URI...
-
-
- Connect mobile &app
- Smartphone verbinden
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- Wiederkehrende Zahlung
-
-
-
- Request drgx...
- Hush anfordern...
-
-
-
- File a bug...
- Fehler melden...
-
-
-
- Import Private Key
-
-
-
-
-
- Copy txid
- Transaktions ID kopieren
-
-
-
- View tx on block explorer
- Transaktions ID auf dem Blockexplorer anschauen
-
-
-
- Refresh
- Aktualisieren
-
-
- Restart
- Neustart
-
-
- Please restart Silentdragonlite to have the theme apply
- Bitte starten sie SilentDragonXLite neu
-
-
- You're using an external hushd. Please restart hushd with -rescan
- Starte SilentDragonXLite neu
-
-
- Some feedback about SilentDragonlite or Hush...
- Etwas Feedback über SilentDragonXLite...
-
-
- Send Duke some private and shielded feedback about
- Sende DenioD anonym Feedback über
-
-
- or SilentDragonXLite
- oder SilentDragonXLite
-
-
- Send DenioD some private and shielded feedback about
- Sende DenioD anonym Feedback über
-
-
-
- Paste DRGX URI
- DRGX URI einfügen
-
-
-
- Error paying DRGX URI
- Fehler bei DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- Die URI sollte folgendemaßen aussehen 'hush:<addr>?amt=x&memo=y
-
-
-
- Error
- Fehler
-
-
-
- Error exporting transactions, file was not saved
- Fehler beim exportieren der Transaktionen. Die Datei wurde nicht gespeichert
-
-
-
- Error getting private keys
- Fehler beim empfangen der private Keys
-
-
-
- Error loading private keys:
- Fehler beim laden der private Keys:
-
-
-
- These are all the private keys for all the addresses in your wallet
- Dies sind alle private Keys für ihr Wallet
-
-
-
- Private key for
- Private Key für
-
-
-
-
- Save File
- Datei sichern
-
-
- Wallet is already encrypted
- SilentDragonXLite ist bereits verschlüsselt
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- SilentDragonXLite ist bereits mit einem Passwort verschlüsselt. Bitte benutzen Sie die Funktion 'Verschlüsselung entfernen'.
-
-
-
- Passwords don't match
- Passwort falsch
-
-
- Error was:
-
- Der Fehler war:
-
-
-
- Wallet Encrypted
- SilentDragonXLite verschlüsselt
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- SilentDragonXLite wurde erfolgreich verschlüsselt. Sie benötigen Ihr Passwort um Zahlungen zu senden oder Ihre private Keys zu exportieren.
-
-
-
-
- Wallet Encryption Failed
- Verschlüsslung gescheitert
-
-
-
- Wallet is not encrypted
- SilentDragonXLite ist nicht verschlüsselt
-
-
- Your wallet is not encrypted with a password.
- SilentDragonXLite ist nicht mit einem Passwort verschlüsselt.
-
-
- Wallet Password
- SilentDragonXLite Passwort
-
-
- Please enter your wallet password
- Bitte geben sie Ihr Passwort ein
-
-
- Wallet Decryption Failed
- SilentDragonXLite konnte nicht entschlüsselt werden
-
-
- Please enter a password to decrypt your wallet!
- Bitte geben Sie das Passwort ein, um SilentDragonXLite zu entschlüsseln!
-
-
- Wallet Encryption Removed
- Verschlüsselung wurde entfernt
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- SilentDragonXLite wurde erfolgreich entschlüsselt. Sie benötigen Ihr Passwort nicht mehr.
-
-
-
-
- Copy block explorer link
- Blockexplorer Link kopieren
-
-
-
- Currency Change
- Währungszeichen wechseln
-
-
-
- This change can take a few seconds.
- Die übernahme der Änderung kann ein paar sekunden dauern.
-
-
- Please restart SilentDragonXLite to have new currencies apply
- Bitte starten sie SilentDragonXLite neu
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Dies ist Ihr SilentDragonXLite Seed. Bitte sichern Sie ihn sorgfältig.
-
-
-
-
- Unable to open file
- Konnte die Datei nicht öffnen
-
-
-
-
- Copy address
- Adresse kopieren
-
-
-
-
-
-
- Copied to clipboard
- In die Zwischenablage kopiert
-
-
-
-
- Failed to restore wallet
- Konnte das Wallet nicht wiederherstellen
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen
-
-
-
- Failed to parse wallet birthday
- Konnte das Erstellungsdatum nicht bestätigen
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Das Erstellungsdatum ist die Blockhöhe bei der das Wallet erstellt wurde. Wenn Sie dies nicht mehr wissen tragen sie einfach "0" ein.
-
-
-
- Couldn't restore the wallet
- Konnte Wallet nicht wiederherstellen
-
-
-
- Failed to save wallet
- Konnte wallet.dat nicht speichern
-
-
-
- Couldn't save the wallet
- Konnte wallet.dat nicht speichern
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- Out of memory!
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Get private key
- Private Key erhalten
-
-
-
-
- View on block explorer
- Auf dem Blockexplorer anschauen
-
-
-
- View Payment Request
- Zahlungsanforderung ansehen
-
-
-
- View Memo
- Nachricht ansehen
-
-
-
- Reply to
- Antworten an
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- Neue sichtbare Adresse erstellen
-
-
-
- Copy Address
- Adresse kopieren
-
-
-
- Address has been previously used
- Diese Adresse wurde schon einmal benutzt
-
-
-
- Address is unused
- Adresse ist unbenutzt
-
-
-
- Cannot support multiple addresses
- Keine Unterstützung für mehrere Adressen
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Wiederkehrende Zahlungen unterstützen noch keine multiplen Adressen
-
-
-
- Recipient
- Empfänger
-
-
-
- Only z-addresses can have memos
- Nur verborgene Adressen können Nachrichten enthalten
-
-
- Memos can only be used with z-addresses
- Nur verborgene Adressen können Nachrichten enthalten
-
-
- The memo field can only be used with a z-address.
-
- Nur verborgene Adressen können Nachrichten enthalten.
-
-
-
-
-doesn't look like a z-address
-
-sieht nicht nach einer verborgenen Adresse aus (Zs...)
-
-
-
-
- Please wait...
- Bitte warten...
-
-
-
- Computing your transaction
- Generiere Ihre Transaktion
-
-
-
-
- Done!
- Fertig!
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
- Nicht genügend Guthaben für die Transaktion verfügbar.
-
-Sie haben:%1
-Sie benötigen:%2
-
-Anmerkung: Sie bnötigen 2 Bestätigungen
-
-
-
- Transaction Error
- Fehler bei der Transaktion
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- Recipient Address
- Adresse des Empfängers
-
-
-
-
-
-
-
- is Invalid
- ist ungültig
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Betrag für die Adresse '%1' ist nicht gültig!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Nicht genügend Guthaben für die Transaktion verfügbar.
-
-Sie haben:%1
-Sie benötigen:%2
-
-Anmerkung: Sie bnötigen 2 Bestätigungen {1
-?} {2
-?} {1 ?}
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
-
- MemoDialog
-
-
-
- Memo
- Nachricht
-
-
-
- Include Reply Address
- Antwort Adresse einfügen
-
-
-
- MemoEdit
-
-
- Reply to
- Antworten an
-
-
-
- MigrationDialog
-
- Migration Turnstile
- Migration
-
-
- Migration History
- Geschichte
-
-
- Migrated Amount
- Betrag
-
-
- Unmigrated Amount
- Unbestätigter Betrag
-
-
- Sprout -> Sapling migration enabled
- Einschalten
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- einschalten.
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Smartphone verbinden
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Scannen Sie den QR Code um ihr Smartphone zu verbinden
-
-
-
- QR Code
- QR Code
-
-
-
- Connection String
- Verbindungszeichen
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Verbindungen über das Internet erlauben
-
-
-
- silentdragon Companion App
- SilentDragon App
-
-
-
- Disconnect
- Verbindung trennen
-
-
-
-
- TextLabel
-
-
-
-
- Last seen:
- Letzes mal gesehen:
-
-
-
- Connection type:
- Verbindungstyp:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- Seed
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- Dies ist Ihr SilentDragonXLite Seed. Bitte sichern Sie ihn sorgfältig.
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- Der Seed ist die einzige Möglichkeit ihr Guthaben wiederherzustellen. Ohne diesen Seed ist Ihr Guthaben für immer verloren
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
- Fehler beim erstellen des Wallets
-
-
-
- Failed to save wallet
- Konnte wallet.dat nicht speichern
-
-
-
- Couldn't save the wallet
- Konnte wallet.dat nicht speichern
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
- Private Key
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- Wählen
-
-
-
-
-
- Address or Label Error
- Die Adresse oder die Bezeichnung gab einen Fehler
-
-
-
-
-
- Address or Label cannot be empty
- Adresse oder Bezeichnung dürfen nicht leer sein
-
-
-
-
-
- Address Format Error
- Adressen Format war falsch
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 das scheint keine gültige Hush Adresse zu sein.
-
-
-
-
-
-
- Label Error
- Bezeichnungs Fehler
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Die Bezeichnung ´'%1' existiert bereits. Bitte verwenden Sie eine andere Bezeichnung.
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Importiere das Adressbuch
-
-
-
- Unable to open file
- Kann die Datei nicht öffnen
-
-
-
- Address Book Import Done
- Importieren des Adressbuchs beendet
-
-
-
- Imported %1 new Address book entries
- Habe %1 neue Adressen importiert
-
-
-
- Copy address
- Kopiere Adresse
-
-
-
- Copied to clipboard
- In die Zwischenablage kopiert
-
-
-
- Delete label
- Lösche Beschriftung
-
-
-
- Attempting to initialize library with
- Versuche die Bibliothek zu starten mit
-
-
-
- Using existing wallet.
- Benutze existierendes Wallet.
-
-
-
- Create/restore wallet.
- Wallet neu erstellen oder wiederherstellen.
-
-
-
-
- Connection Error
- Verbsindungsfehler
-
-
-
-
-
-
-
-
-
- Transaction Error
- Transaktionsfehler
-
-
-
- There was an error sending the transaction. The error was:
- Es gab einen Fehler beim senden der Transaktion:
-
-
-
-
- No Connection
- keine Verbindung
-
-
- There was an error connecting to hushd. The error was
- Es gab einen Fehler zum server zu verbinden
-
-
-
-
-
-
-
-
-
- Tx
- Transaktion
-
-
-
-
-
-
-
-
-
- failed
- gescheitert
-
-
-
-
-
-
-
-
- The transaction with id
- Die Transaktion mit der ID
-
-
-
-
-
-
-
-
- failed. The error was
- ist gescheitert
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- Update verfügbar
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Eine Neue Version v%1 ist verfügbar. Sie haben v%2
-
-Möchten Sie die Release Seite besuchen?
-
-
-
- No updates available
- keine Updates verfügbar
-
-
-
- You already have the latest release v%1
- Sie haben bereits die neueste Version v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Bitte warten Sie bis SilentDragonXLite beendet ist
-
-
-
-
- It may take several minutes
-
-
-
- Waiting for hushd to exit
- Warten auf beendigung der Serververbindung
-
-
-
- No dragonx price was available to convert from USD
- Kein Hush Preis verfügbar
-
-
-
- View on block explorer
- Auf dem Blockexplorer anschauen
-
-
-
- View Error
- Fehler ansehen
-
-
-
- Reported Error
- Fehler melden
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Sind Sie sicher, dass Sie die wiederkehrende Zahlung löschen wollen?
-
-
-
- All future payments will be cancelled.
- Alle geplanten zukünftigen Zahlungen werden nicht durchgeführt.
-
-
-
- Tx submitted (right click to copy) txid:
- Transaktions ID übermittelt (Rechtsklick zum anschauen) :
-
-
-
- Type
- Art
-
-
-
- Address
- Adresse
-
-
-
- Date/Time
- Datum / Uhrzeit
-
-
-
- Confirmations
- Bestätigungen
-
-
-
- Amount
- Betrag
-
-
-
- Connected directly
- Direkt verbunden
-
-
-
- Connected over the internet via silentdragon wormhole service
- Über das Internet verbunden
-
-
-
-
- Node is still syncing.
- SilentDragonXLite synchronisiert noch.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Nicht genügend Guthaben verfügbar.
-
-
-
- RecurringDialog
-
- Dialog
- Wiederkehrende Zahlungen
-
-
-
- Recurring Dialog
-
-
-
-
- View
- Ansehen
-
-
-
- Delete
- Löschen
-
-
-
- RecurringListViewModel
-
-
- Amount
- Betrag
-
-
-
- Schedule
- Geplant
-
-
-
- Payments Left
- Zahlungen übrig
-
-
-
- Next Payment
- Nächste Zahlung
-
-
-
- To
- An
-
-
-
- Every
- Immer
-
-
-
- None
- Keine
-
-
-
- RecurringPayments
-
- Payments
- Zahlungen
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Datum
-
-
-
- Status
- Status
-
-
-
- Txid
- Transaktions ID
-
-
-
- Not due yet
- Noch nicht fällig
-
-
-
- Pending
- Schwebend
-
-
-
- Skipped
- Übersprungen
-
-
-
- Paid
- Bezahlt
-
-
-
- Error
- Fehler
-
-
-
-
- Unknown
- Unbekannt
-
-
-
- RecurringPending
-
- Dialog
- Wiederkehrende Zahlungen
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Keine Zahlung wird ausgeführt. Sie können wiederkehrende Zahlungen manuell bezahlen
-
-
-
- Schedule
- Geplant
-
-
-
- How should silentdragon proceed?
- Wie soll SilentDragonXLite die Zahlung verarbeiten?
-
-
-
- Pay All in 1 Tx
- Alles in einer Transaktion senden
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Nur die letzte Zahlung wird verarbeitet
-
-
-
- Pay Latest Only
- Nur die letzte Zahlung vornehmen
-
-
-
- Pay None
- Keine bezahlen
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Alle ausstehenden Zahlungen werden gesammelt, und in einer Transaktion versendet
-
-
-
- Description
- Beschreibung
-
-
-
- To
- An
-
-
-
- The following recurring payment has multiple payments pending
- Die folgende wiederkehrende Zahlung hat mehrere ausstehende Zahlungen
-
-
-
- RequestDialog
-
-
- Payment Request
- Zahlungsanfrage
-
-
-
- AddressBook
- Adressbuch
-
-
-
- Request From
- Anfrage von
-
-
-
- My Address
- Meine Adresse
-
-
-
- Amount in
- Betrag in
-
-
-
- z address
- verborgende Adresse
-
-
-
- Amount
- Betrag
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Bei Bezahlung ist deine Adresse in dem "Empfänger" Feld sichtbar.
-
-
-
- Amount USD
- Betrag USD
-
-
-
- Memo
- Nachricht
-
-
-
- TextLabel
- Bezeichnung
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Bezahlung über eine sichere Adresse anfordern. Sende 0.0001 DRGX an die Adresse der Zahlungsanfrage, mit einer DRGX bezahl URI. Die Nachricht wird zur Transaktion hinzugefügt, sobald bezahlt wird.
-
-
-
- Error paying DRGX URI
- Fehler bezahl DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- Die URI sollte im folgendem Format sein: 'drgx:<Adresse>?Betrag=x&Nachricht=y
-
-
-
- Pay To
- Zahlen an
-
-
-
- Pay
- Bezahlen
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Sie bezahlen eine Zahlungsanfrage. Ihre Adresse wird nicht sichtbar sein.
-
-
-
- Can only request from Sapling addresses
- Anfragen nur von sicheren Adressen
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
-
-
-
-
- 10
-
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- Wallet wiederherstellen
-
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
-
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
-
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
- Bitte geben Sie Ihren aus 24 Wörtern bestehenden Seed ein
-
-
-
- Wallet Seed
- Wallet Seed
-
-
-
- Wallet Birthday
- Erstellungsdatum
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- Das Erstellungsdatum ist die Blockhöhe bei der das Wallet erstellt wurde. Wenn Sie dies nicht mehr wissen tragen sie einfach "0" ein
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Wallet mit dem Seed wiederherstellen
-
-
-
-
- Failed to restore wallet
- Konnte das Wallet nicht wiederherstellen
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen
-
-
-
- Failed to parse wallet birthday
- Konnte das Erstellungsdatum nicht bestätigen
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Das Erstellungsdatum ist die Blockhöhe bei der das Wallet erstellt wurde. Wenn Sie dies nicht mehr wissen tragen sie einfach "0" ein.
-
-
-
- Couldn't restore the wallet
- Konnte Wallet nicht wiederherstellen
-
-
-
- Failed to save wallet
- Konnte wallet.dat nicht speichern
-
-
-
- Couldn't save the wallet
- Konnte wallet.dat nicht speichern
-
-
-
- Settings
-
-
- Settings
- Einstellungen
-
-
-
- Lightwallet Server
- Lightwallet Server
-
-
-
- Options
- Optionen
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Connect to git on startup to check for updates
- Überprüfe Github für Updates
-
-
-
- Connect to the internet to Fetch dragonx prices
- Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)
-
-
-
- Check git for updates at startup
- Überprüfe Github beim Start auf Updates
-
-
- Fetch hush / USD prices
- Hush Preise abrufen
-
-
-
- Theme
- Design
-
-
- default
- default
-
-
-
- Connection
- Verbindung
-
-
- Server
- Server
-
-
- blue
- blue
-
-
- light
- light
-
-
- dark
- dark
-
-
-
- Fetch dragonx prices
- Hush Preise abrufen
-
-
-
- Currency
- Währung
-
-
-
- AUD
-
-
-
-
- BTC
-
-
-
-
- CAD
-
-
-
-
- CHF
-
-
-
-
- CNY
-
-
-
-
- EUR
-
-
-
-
- GBP
-
-
-
-
- INR
-
-
-
-
- RUB
- RUB
-
-
-
- USD
-
-
-
- Troubleshooting
- Problembehebung
-
-
- Rescan the blockchain for any missing wallet transactions and to correct your wallet balance. This may take several hours. You need to restart hushWallet for this to take effect
- Das Wallet neu scannen um das Guthaben zu aktuallisieren
-
-
- Rescan
- Neu Scannen
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Alle Adressen
-
-
-
- Export All Keys
- Alle private Keys exportieren
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Adresse
-
-
-
- Balance (%1)
- Guthaben (%1)
-
-
-
- about
-
-
- About
- Über
-
-
-
- addressBook
-
-
- Address Book
- Adressbuch
-
-
-
- Add New Address
- Neue Adresse hinzufügen
-
-
-
- Address (z-Addr or t-Addr)
- Adresse
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Adressbuch
-
-
-
- Add to Address Book
- Zum Adressbuch hinzufügen
-
-
-
- Import Address Book
- Adressbuch importieren
-
-
-
- confirm
-
-
- Confirm Transaction
- Bestätige die Transaktion
-
-
-
- To
- An
-
-
-
- Recurring Payment
- Wiederkehrende Zahlung
-
-
-
- TextLabel
- Bezeichnung
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- SilentDragonXLite sollte erst vollständig synchronisiert sein, bevor Sie eine Zahlung tätigen.
-
-
-
- createhushConf
-
-
- Configure DRAGONX.conf
- Konfiguriere DRAGONX.conf
-
-
-
- Your dragonx node will be configured for you automatically
- Ihr Hush Node wird automatisch für Sie konfiguriert
-
-
- Enable Fast Sync
- Schneller synchronisieren
-
-
-
- Show Advanced Configuration
- Erweiterte Einstellungen anzeigen
-
-
- Allow connections to the internet to check for updates, get hush/USD prices etc...
- Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)...
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)...
-
-
-
- Use custom datadir
- Benutzerdefinierten Datei Pfad benutzen
-
-
-
- Choose directory
- Wählen Sie einen Ordner
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Stellen Sie sicher, dass der Tor Service bereits für den Port 9050 konfiguriert ist
-
-
-
- Connect to the internet for updates and price feeds
- Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Wählen Sie einen Ordner aus, wo Ihre wallet.dat und Blockhain gespeichert wird
-
-
-
- Connect over Tor
- Verbinden über Tor
-
-
- <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
- Überspringt die meisten Checks beim Start
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Adresse kopieren
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- SilentDragonXLite verschlüsseln
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- Passwort:
-
-
- Confirm Password:
- Passwort bestätigen:
-
-
- Passwords don't match
- Passwort stimmen nicht überein
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- Der Seed ist die einzige Möglichkeit ihr Guthaben wiederherzustellen. Ohne diesen Seed ist Ihr Guthaben für immer verloren.
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- Bezeichnung
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Bezahlung über eine sichere Adresse anfordern. Sende 0.0001 DRGX an die Adresse der Zahlungsanfrage, mit einer DRGX bezahl URI. Die Nachricht wird zur Transaktion hinzugefügt, sobald bezahlt wird.
-
-
-
- Request From
- Anfrage von
-
-
-
- zaddr
-
-
-
-
- Amount in
- Betrag in
-
-
-
- Amount
- Betrag
-
-
-
- Amount USD
- Betrag USD
-
-
-
- Memo
- Nachricht
-
-
-
- My Address
- Meine Adresse
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Bei Bezahlung ist deine Adresse in dem "Empfänger" Feld sichtbar.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Zeitplan bearbeiten
-
-
-
- Payment Description
- Zahlungsbeschreibung
-
-
-
- Schedule
- Zeitplan
-
-
-
- Next Payment
- Nächste Zahlung
-
-
-
- Amount
- Betrag
-
-
-
- Memo
- Nachricht
-
-
-
- To
- An
-
-
-
- From
- Von
-
-
-
- Number of payments
- Anzahl der Zahlungen
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Abbrechen
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- Betrag
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
- Dialog
- Wiederkehrende Zahlungen
-
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Adressbuch
+
+
+
+ Address
+ Adresse
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Adresse
+
+
+
+ Amount
+ Betrag
+
+
+
+ ChatBubbleMe
+
+
+ Form
+
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+
+
+
+
+ ChatBubblePartner
+
+
+ Form
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+
+
+
+
+ ConnectionDialog
+
+ silentdragon
+ SilentDragonXLite
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ Starte
+
+
+
+ Controller
+
+
+ Wallet Password
+ Wallet Passwort
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Ihr Wallet ist verschlüsselt. Bitte geben Sie das Passwort ein
+
+
+
+
+ Wallet Decryption Failed
+ Entschlüsslung gescheitert
+
+
+
+ Please enter a valid password
+ Bitte geben Sie ein gültiges Passwort ein
+
+
+
+ Failed to unlock wallet
+ Konnte das Wallet nicht entsperren
+
+
+
+ CreateWalletForm
+
+ Form
+ Neues Wallet erstellen
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ Wallet mit dem Seed wiederherstellen
+
+
+ Restore an existing wallet, using the 24-word seed.
+ Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen.
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Create a new Wallet
+ Wallet neu erstellen
+
+
+ Create a new wallet with a randomly generated seed.
+ Neues Wallet mit einem zufälligen Seed erstellen.
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+ silentdragon
+ SilentDragonXLite
+
+
+
+ Balance
+ Guthaben
+
+
+
+ Summary
+ Zusammenfassung
+
+
+
+ Shielded
+ Verborgen
+
+
+
+ Notarized
+ Notarisiert
+
+
+
+ Transparent
+ Sichtbar
+
+
+
+ Total
+ Gesamt
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Synchronisierung noch nicht abgeschlossen. Beträge sind noch nicht aktuell.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Einige Transaktionen sind noch nicht bestätigt.
+
+
+
+ Total notarized funds available:
+ Insgesammter notarisierter Betrag:
+
+
+
+ Your node is still syncing, balances may not be updated
+ Synchronisierung noch nicht abgeschlossen. Beträge sind noch nicht aktuell
+
+
+ Some transactions are not yet confirmed
+ Einige Transaktionen sind noch nicht bestätigt
+
+
+
+ Address Balances
+ Guthaben der Adresse
+
+
+
+
+ Send
+ Senden
+
+
+ Address Balance
+ Guthaben der Adresse
+
+
+
+ Send To
+ Sende an
+
+
+
+ Recipient
+ Empfänger
+
+
+
+
+
+
+
+ Address
+ Adresse
+
+
+
+
+ Address Book
+ Adressbuch
+
+
+
+
+
+
+ Amount
+ Betrag
+
+
+
+ Max Available
+ Maximal verfügbare Summe
+
+
+
+
+
+
+ Memo
+ Nachricht
+
+
+
+ Add Recipient
+ Weiteren Empfänger hinzufügen
+
+
+ Recurring payment
+ Wiederkehrende Zahlung
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Jeden Monat, startet am 12. Mai 2019, für 6 Monate
+
+
+ Edit Schedule
+ Zeitplan bearbeiten
+
+
+
+
+ Miner Fee
+ Gebühr
+
+
+
+ 0
+
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Receive
+ Empfangen
+
+
+
+ Address Type
+ Adressen Format
+
+
+
+ z-Addr
+ Verborgene Adresse
+
+
+ t-Addr
+ Sichtbare Adresse
+
+
+ New Address
+ Neue Adresse
+
+
+
+ View All Addresses
+ Alle Adressen ansehen
+
+
+
+ Label
+ Bezeichnung
+
+
+
+ Update Label
+ Bezeichnung ändern
+
+
+
+ Address balance
+ Guthaben der Adresse
+
+
+
+ Optional
+ Optional
+
+
+
+
+ Export Private Key
+ Private Key exportieren
+
+
+
+ Transactions
+ Transaktionen
+
+
+ Hush Daemon
+ Hush Daemon
+
+
+ blockHeight
+ Blockhöhe
+
+
+
+ Version drgxlightd
+ drgxlightd Version
+
+
+
+ &Send DenioD Feedback
+ Sende DenioD Feedback
+
+
+
+ &Export seed phrase
+ Seed exportieren
+
+
+
+ Encrypt Wallet
+ Wallet verschlüsseln
+
+
+
+ Remove Wallet Encryption
+ Verschlüsslung entfernen
+
+
+
+ Rescan
+ Neu Scannen
+
+
+ This is a Lightwallet, you cant mine with it!
+ Dies ist ein Lightwallet, sie können damit nicht Minen!
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Lade...
+
+
+ Blockheight
+ Blockheight
+
+
+ Version hushd light
+ Version hushd light
+
+
+
+ Vendor
+ Vendor
+
+
+
+ Next Address
+ Nächste Adresse
+
+
+
+ Deposit DragonX
+
+
+
+
+ Information about DragonX
+ Informationen über DragonX
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Informationen</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+ Nächstes Block Halving
+
+
+
+ Difficulty
+ Difficulty
+
+
+
+ Last Notarized Block
+ Letzter notarisierter Block
+
+
+
+ Total Supply
+ Gesamt Coins im Netzwerk
+
+
+
+ Longestchain
+ Längste Chain
+
+
+
+ BlockHeight
+ Blockhöhe
+
+
+
+ Supply zAddr
+ Verborgene Coins im Netzwerk
+
+
+
+ Supply tAddr
+ Transparente Coins im Netzwerk
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Hush Markt Informationen</span></p></body></html>
+
+
+
+ Market Cap
+ Marktkapitalisierung
+
+
+
+ Volume on Exchanges
+ Volumen auf allen Börsen
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+ <html><head/><body><p align="center">Dies ist ein Lightwallet. Sie können damit nicht Minen!!!</p></body></html>
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Spendable
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &File
+ Datei
+
+
+
+ &Help
+ Hilfe
+
+
+ &Apps
+ Smartphone
+
+
+
+ &Edit
+ Bearbeiten
+
+
+
+ E&xit
+ Beenden
+
+
+
+ &About
+ Über
+
+
+
+ &Settings
+ Einstellungen
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &DragonX Telegram
+ &DragonX Telegram
+
+
+
+ &DragonX Website
+ &DragonX Website
+
+
+
+ Check git for &updates
+ Überprüfe Github für Updates
+
+
+
+ &Export all private keys
+ Alle private Keys exportieren
+
+
+
+ Address &book
+ Adressbuch
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+
+ Export transactions
+ Transaktionen exportieren
+
+
+
+ Pay drgx &URI...
+ Zahlungs Hush &URI...
+
+
+ Connect mobile &app
+ Smartphone verbinden
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ Wiederkehrende Zahlung
+
+
+
+ Request drgx...
+ Hush anfordern...
+
+
+
+ File a bug...
+ Fehler melden...
+
+
+
+ Import Private Key
+
+
+
+
+
+ Copy txid
+ Transaktions ID kopieren
+
+
+
+ View tx on block explorer
+ Transaktions ID auf dem Blockexplorer anschauen
+
+
+
+ Refresh
+ Aktualisieren
+
+
+ Restart
+ Neustart
+
+
+ Please restart Silentdragonlite to have the theme apply
+ Bitte starten sie SilentDragonXLite neu
+
+
+ You're using an external hushd. Please restart hushd with -rescan
+ Starte SilentDragonXLite neu
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Etwas Feedback über SilentDragonXLite...
+
+
+ Send Duke some private and shielded feedback about
+ Sende DenioD anonym Feedback über
+
+
+ or SilentDragonXLite
+ oder SilentDragonXLite
+
+
+ Send DenioD some private and shielded feedback about
+ Sende DenioD anonym Feedback über
+
+
+
+ Paste DRGX URI
+ DRGX URI einfügen
+
+
+
+ Error paying DRGX URI
+ Fehler bei DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ Die URI sollte folgendemaßen aussehen 'hush:<addr>?amt=x&memo=y
+
+
+
+ Error
+ Fehler
+
+
+
+ Error exporting transactions, file was not saved
+ Fehler beim exportieren der Transaktionen. Die Datei wurde nicht gespeichert
+
+
+
+ Error getting private keys
+ Fehler beim empfangen der private Keys
+
+
+
+ Error loading private keys:
+ Fehler beim laden der private Keys:
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Dies sind alle private Keys für ihr Wallet
+
+
+
+ Private key for
+ Private Key für
+
+
+
+
+ Save File
+ Datei sichern
+
+
+ Wallet is already encrypted
+ SilentDragonXLite ist bereits verschlüsselt
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ SilentDragonXLite ist bereits mit einem Passwort verschlüsselt. Bitte benutzen Sie die Funktion 'Verschlüsselung entfernen'.
+
+
+
+ Passwords don't match
+ Passwort falsch
+
+
+ Error was:
+
+ Der Fehler war:
+
+
+
+ Wallet Encrypted
+ SilentDragonXLite verschlüsselt
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ SilentDragonXLite wurde erfolgreich verschlüsselt. Sie benötigen Ihr Passwort um Zahlungen zu senden oder Ihre private Keys zu exportieren.
+
+
+
+
+ Wallet Encryption Failed
+ Verschlüsslung gescheitert
+
+
+
+ Wallet is not encrypted
+ SilentDragonXLite ist nicht verschlüsselt
+
+
+ Your wallet is not encrypted with a password.
+ SilentDragonXLite ist nicht mit einem Passwort verschlüsselt.
+
+
+ Wallet Password
+ SilentDragonXLite Passwort
+
+
+ Please enter your wallet password
+ Bitte geben sie Ihr Passwort ein
+
+
+ Wallet Decryption Failed
+ SilentDragonXLite konnte nicht entschlüsselt werden
+
+
+ Please enter a password to decrypt your wallet!
+ Bitte geben Sie das Passwort ein, um SilentDragonXLite zu entschlüsseln!
+
+
+ Wallet Encryption Removed
+ Verschlüsselung wurde entfernt
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ SilentDragonXLite wurde erfolgreich entschlüsselt. Sie benötigen Ihr Passwort nicht mehr.
+
+
+
+
+ Copy block explorer link
+ Blockexplorer Link kopieren
+
+
+
+ Currency Change
+ Währungszeichen wechseln
+
+
+
+ This change can take a few seconds.
+ Die übernahme der Änderung kann ein paar sekunden dauern.
+
+
+ Please restart SilentDragonXLite to have new currencies apply
+ Bitte starten sie SilentDragonXLite neu
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Dies ist Ihr SilentDragonXLite Seed. Bitte sichern Sie ihn sorgfältig.
+
+
+
+
+ Unable to open file
+ Konnte die Datei nicht öffnen
+
+
+
+
+ Copy address
+ Adresse kopieren
+
+
+
+
+
+
+ Copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+
+ Failed to restore wallet
+ Konnte das Wallet nicht wiederherstellen
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen
+
+
+
+ Failed to parse wallet birthday
+ Konnte das Erstellungsdatum nicht bestätigen
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Das Erstellungsdatum ist die Blockhöhe bei der das Wallet erstellt wurde. Wenn Sie dies nicht mehr wissen tragen sie einfach "0" ein.
+
+
+
+ Couldn't restore the wallet
+ Konnte Wallet nicht wiederherstellen
+
+
+
+ Failed to save wallet
+ Konnte wallet.dat nicht speichern
+
+
+
+ Couldn't save the wallet
+ Konnte wallet.dat nicht speichern
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ Out of memory!
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Get private key
+ Private Key erhalten
+
+
+
+
+ View on block explorer
+ Auf dem Blockexplorer anschauen
+
+
+
+ View Payment Request
+ Zahlungsanforderung ansehen
+
+
+
+ View Memo
+ Nachricht ansehen
+
+
+
+ Reply to
+ Antworten an
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ Neue sichtbare Adresse erstellen
+
+
+
+ Copy Address
+ Adresse kopieren
+
+
+
+ Address has been previously used
+ Diese Adresse wurde schon einmal benutzt
+
+
+
+ Address is unused
+ Adresse ist unbenutzt
+
+
+
+ Cannot support multiple addresses
+ Keine Unterstützung für mehrere Adressen
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Wiederkehrende Zahlungen unterstützen noch keine multiplen Adressen
+
+
+
+ Recipient
+ Empfänger
+
+
+
+ Only z-addresses can have memos
+ Nur verborgene Adressen können Nachrichten enthalten
+
+
+ Memos can only be used with z-addresses
+ Nur verborgene Adressen können Nachrichten enthalten
+
+
+ The memo field can only be used with a z-address.
+
+ Nur verborgene Adressen können Nachrichten enthalten.
+
+
+
+
+doesn't look like a z-address
+
+sieht nicht nach einer verborgenen Adresse aus (Zs...)
+
+
+
+
+ Please wait...
+ Bitte warten...
+
+
+
+ Computing your transaction
+ Generiere Ihre Transaktion
+
+
+
+
+ Done!
+ Fertig!
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ Nicht genügend Guthaben für die Transaktion verfügbar.
+
+Sie haben:%1
+Sie benötigen:%2
+
+Anmerkung: Sie bnötigen 2 Bestätigungen
+
+
+
+ Transaction Error
+ Fehler bei der Transaktion
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ Recipient Address
+ Adresse des Empfängers
+
+
+
+
+
+
+
+ is Invalid
+ ist ungültig
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Betrag für die Adresse '%1' ist nicht gültig!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Nicht genügend Guthaben für die Transaktion verfügbar.
+
+Sie haben:%1
+Sie benötigen:%2
+
+Anmerkung: Sie bnötigen 2 Bestätigungen {1
+?} {2
+?} {1 ?}
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Nachricht
+
+
+
+ Include Reply Address
+ Antwort Adresse einfügen
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Antworten an
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ Migration
+
+
+ Migration History
+ Geschichte
+
+
+ Migrated Amount
+ Betrag
+
+
+ Unmigrated Amount
+ Unbestätigter Betrag
+
+
+ Sprout -> Sapling migration enabled
+ Einschalten
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ einschalten.
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Smartphone verbinden
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Scannen Sie den QR Code um ihr Smartphone zu verbinden
+
+
+
+ QR Code
+ QR Code
+
+
+
+ Connection String
+ Verbindungszeichen
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Verbindungen über das Internet erlauben
+
+
+
+ silentdragon Companion App
+ SilentDragon App
+
+
+
+ Disconnect
+ Verbindung trennen
+
+
+
+
+ TextLabel
+
+
+
+
+ Last seen:
+ Letzes mal gesehen:
+
+
+
+ Connection type:
+ Verbindungstyp:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ Seed
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ Dies ist Ihr SilentDragonXLite Seed. Bitte sichern Sie ihn sorgfältig.
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ Der Seed ist die einzige Möglichkeit ihr Guthaben wiederherzustellen. Ohne diesen Seed ist Ihr Guthaben für immer verloren
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+ Fehler beim erstellen des Wallets
+
+
+
+ Failed to save wallet
+ Konnte wallet.dat nicht speichern
+
+
+
+ Couldn't save the wallet
+ Konnte wallet.dat nicht speichern
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Private Key
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ Wählen
+
+
+
+
+
+ Address or Label Error
+ Die Adresse oder die Bezeichnung gab einen Fehler
+
+
+
+
+
+ Address or Label cannot be empty
+ Adresse oder Bezeichnung dürfen nicht leer sein
+
+
+
+
+
+ Address Format Error
+ Adressen Format war falsch
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 das scheint keine gültige Hush Adresse zu sein.
+
+
+
+
+
+
+ Label Error
+ Bezeichnungs Fehler
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Die Bezeichnung ´'%1' existiert bereits. Bitte verwenden Sie eine andere Bezeichnung.
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Importiere das Adressbuch
+
+
+
+ Unable to open file
+ Kann die Datei nicht öffnen
+
+
+
+ Address Book Import Done
+ Importieren des Adressbuchs beendet
+
+
+
+ Imported %1 new Address book entries
+ Habe %1 neue Adressen importiert
+
+
+
+ Copy address
+ Kopiere Adresse
+
+
+
+ Copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+ Delete label
+ Lösche Beschriftung
+
+
+
+ Attempting to initialize library with
+ Versuche die Bibliothek zu starten mit
+
+
+
+ Using existing wallet.
+ Benutze existierendes Wallet.
+
+
+
+ Create/restore wallet.
+ Wallet neu erstellen oder wiederherstellen.
+
+
+
+
+ Connection Error
+ Verbsindungsfehler
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Transaktionsfehler
+
+
+
+ There was an error sending the transaction. The error was:
+ Es gab einen Fehler beim senden der Transaktion:
+
+
+
+
+ No Connection
+ keine Verbindung
+
+
+ There was an error connecting to hushd. The error was
+ Es gab einen Fehler zum server zu verbinden
+
+
+
+
+
+
+
+
+
+ Tx
+ Transaktion
+
+
+
+
+
+
+
+
+
+ failed
+ gescheitert
+
+
+
+
+
+
+
+
+ The transaction with id
+ Die Transaktion mit der ID
+
+
+
+
+
+
+
+
+ failed. The error was
+ ist gescheitert
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ Update verfügbar
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Eine Neue Version v%1 ist verfügbar. Sie haben v%2
+
+Möchten Sie die Release Seite besuchen?
+
+
+
+ No updates available
+ keine Updates verfügbar
+
+
+
+ You already have the latest release v%1
+ Sie haben bereits die neueste Version v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Bitte warten Sie bis SilentDragonXLite beendet ist
+
+
+
+
+ It may take several minutes
+
+
+
+ Waiting for hushd to exit
+ Warten auf beendigung der Serververbindung
+
+
+
+ No dragonx price was available to convert from USD
+ Kein Hush Preis verfügbar
+
+
+
+ View on block explorer
+ Auf dem Blockexplorer anschauen
+
+
+
+ View Error
+ Fehler ansehen
+
+
+
+ Reported Error
+ Fehler melden
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Sind Sie sicher, dass Sie die wiederkehrende Zahlung löschen wollen?
+
+
+
+ All future payments will be cancelled.
+ Alle geplanten zukünftigen Zahlungen werden nicht durchgeführt.
+
+
+
+ Tx submitted (right click to copy) txid:
+ Transaktions ID übermittelt (Rechtsklick zum anschauen) :
+
+
+
+ Type
+ Art
+
+
+
+ Address
+ Adresse
+
+
+
+ Date/Time
+ Datum / Uhrzeit
+
+
+
+ Confirmations
+ Bestätigungen
+
+
+
+ Amount
+ Betrag
+
+
+
+ Connected directly
+ Direkt verbunden
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Über das Internet verbunden
+
+
+
+
+ Node is still syncing.
+ SilentDragonXLite synchronisiert noch.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Nicht genügend Guthaben verfügbar.
+
+
+
+ RecurringDialog
+
+ Dialog
+ Wiederkehrende Zahlungen
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ Ansehen
+
+
+
+ Delete
+ Löschen
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Betrag
+
+
+
+ Schedule
+ Geplant
+
+
+
+ Payments Left
+ Zahlungen übrig
+
+
+
+ Next Payment
+ Nächste Zahlung
+
+
+
+ To
+ An
+
+
+
+ Every
+ Immer
+
+
+
+ None
+ Keine
+
+
+
+ RecurringPayments
+
+ Payments
+ Zahlungen
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Datum
+
+
+
+ Status
+ Status
+
+
+
+ Txid
+ Transaktions ID
+
+
+
+ Not due yet
+ Noch nicht fällig
+
+
+
+ Pending
+ Schwebend
+
+
+
+ Skipped
+ Übersprungen
+
+
+
+ Paid
+ Bezahlt
+
+
+
+ Error
+ Fehler
+
+
+
+
+ Unknown
+ Unbekannt
+
+
+
+ RecurringPending
+
+ Dialog
+ Wiederkehrende Zahlungen
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Keine Zahlung wird ausgeführt. Sie können wiederkehrende Zahlungen manuell bezahlen
+
+
+
+ Schedule
+ Geplant
+
+
+
+ How should silentdragon proceed?
+ Wie soll SilentDragonXLite die Zahlung verarbeiten?
+
+
+
+ Pay All in 1 Tx
+ Alles in einer Transaktion senden
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Nur die letzte Zahlung wird verarbeitet
+
+
+
+ Pay Latest Only
+ Nur die letzte Zahlung vornehmen
+
+
+
+ Pay None
+ Keine bezahlen
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Alle ausstehenden Zahlungen werden gesammelt, und in einer Transaktion versendet
+
+
+
+ Description
+ Beschreibung
+
+
+
+ To
+ An
+
+
+
+ The following recurring payment has multiple payments pending
+ Die folgende wiederkehrende Zahlung hat mehrere ausstehende Zahlungen
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Zahlungsanfrage
+
+
+
+ AddressBook
+ Adressbuch
+
+
+
+ Request From
+ Anfrage von
+
+
+
+ My Address
+ Meine Adresse
+
+
+
+ Amount in
+ Betrag in
+
+
+
+ z address
+ verborgende Adresse
+
+
+
+ Amount
+ Betrag
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Bei Bezahlung ist deine Adresse in dem "Empfänger" Feld sichtbar.
+
+
+
+ Amount USD
+ Betrag USD
+
+
+
+ Memo
+ Nachricht
+
+
+
+ TextLabel
+ Bezeichnung
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Bezahlung über eine sichere Adresse anfordern. Sende 0.0001 DRGX an die Adresse der Zahlungsanfrage, mit einer DRGX bezahl URI. Die Nachricht wird zur Transaktion hinzugefügt, sobald bezahlt wird.
+
+
+
+ Error paying DRGX URI
+ Fehler bezahl DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ Die URI sollte im folgendem Format sein: 'drgx:<Adresse>?Betrag=x&Nachricht=y
+
+
+
+ Pay To
+ Zahlen an
+
+
+
+ Pay
+ Bezahlen
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Sie bezahlen eine Zahlungsanfrage. Ihre Adresse wird nicht sichtbar sein.
+
+
+
+ Can only request from Sapling addresses
+ Anfragen nur von sicheren Adressen
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+
+
+
+
+ 10
+
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ Wallet wiederherstellen
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+ Bitte geben Sie Ihren aus 24 Wörtern bestehenden Seed ein
+
+
+
+ Wallet Seed
+ Wallet Seed
+
+
+
+ Wallet Birthday
+ Erstellungsdatum
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ Das Erstellungsdatum ist die Blockhöhe bei der das Wallet erstellt wurde. Wenn Sie dies nicht mehr wissen tragen sie einfach "0" ein
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Wallet mit dem Seed wiederherstellen
+
+
+
+
+ Failed to restore wallet
+ Konnte das Wallet nicht wiederherstellen
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ Der Seed benötigt 24 Wörter um das Wallet mit dem Seed wiederherzustellen
+
+
+
+ Failed to parse wallet birthday
+ Konnte das Erstellungsdatum nicht bestätigen
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Das Erstellungsdatum ist die Blockhöhe bei der das Wallet erstellt wurde. Wenn Sie dies nicht mehr wissen tragen sie einfach "0" ein.
+
+
+
+ Couldn't restore the wallet
+ Konnte Wallet nicht wiederherstellen
+
+
+
+ Failed to save wallet
+ Konnte wallet.dat nicht speichern
+
+
+
+ Couldn't save the wallet
+ Konnte wallet.dat nicht speichern
+
+
+
+ Settings
+
+
+ Settings
+ Einstellungen
+
+
+
+ Lightwallet Server
+ Lightwallet Server
+
+
+
+ Options
+ Optionen
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Connect to git on startup to check for updates
+ Überprüfe Github für Updates
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)
+
+
+
+ Check git for updates at startup
+ Überprüfe Github beim Start auf Updates
+
+
+ Fetch hush / USD prices
+ Hush Preise abrufen
+
+
+
+ Theme
+ Design
+
+
+ default
+ default
+
+
+
+ Connection
+ Verbindung
+
+
+ Server
+ Server
+
+
+ blue
+ blue
+
+
+ light
+ light
+
+
+ dark
+ dark
+
+
+
+ Fetch dragonx prices
+ Hush Preise abrufen
+
+
+
+ Currency
+ Währung
+
+
+
+ AUD
+
+
+
+
+ BTC
+
+
+
+
+ CAD
+
+
+
+
+ CHF
+
+
+
+
+ CNY
+
+
+
+
+ EUR
+
+
+
+
+ GBP
+
+
+
+
+ INR
+
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+
+
+
+ Troubleshooting
+ Problembehebung
+
+
+ Rescan the blockchain for any missing wallet transactions and to correct your wallet balance. This may take several hours. You need to restart hushWallet for this to take effect
+ Das Wallet neu scannen um das Guthaben zu aktuallisieren
+
+
+ Rescan
+ Neu Scannen
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Alle Adressen
+
+
+
+ Export All Keys
+ Alle private Keys exportieren
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Adresse
+
+
+
+ Balance (%1)
+ Guthaben (%1)
+
+
+
+ about
+
+
+ About
+ Über
+
+
+
+ addressBook
+
+
+ Address Book
+ Adressbuch
+
+
+
+ Add New Address
+ Neue Adresse hinzufügen
+
+
+
+ Address (z-Addr or t-Addr)
+ Adresse
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Adressbuch
+
+
+
+ Add to Address Book
+ Zum Adressbuch hinzufügen
+
+
+
+ Import Address Book
+ Adressbuch importieren
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Bestätige die Transaktion
+
+
+
+ To
+ An
+
+
+
+ Recurring Payment
+ Wiederkehrende Zahlung
+
+
+
+ TextLabel
+ Bezeichnung
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ SilentDragonXLite sollte erst vollständig synchronisiert sein, bevor Sie eine Zahlung tätigen.
+
+
+
+ createhushConf
+
+
+ Configure DRAGONX.conf
+ Konfiguriere DRAGONX.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ Ihr Hush Node wird automatisch für Sie konfiguriert
+
+
+ Enable Fast Sync
+ Schneller synchronisieren
+
+
+
+ Show Advanced Configuration
+ Erweiterte Einstellungen anzeigen
+
+
+ Allow connections to the internet to check for updates, get hush/USD prices etc...
+ Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)...
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)...
+
+
+
+ Use custom datadir
+ Benutzerdefinierten Datei Pfad benutzen
+
+
+
+ Choose directory
+ Wählen Sie einen Ordner
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Stellen Sie sicher, dass der Tor Service bereits für den Port 9050 konfiguriert ist
+
+
+
+ Connect to the internet for updates and price feeds
+ Hush Preise abrufen (dies kann Ihre Privatssphäre einschränken)
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Wählen Sie einen Ordner aus, wo Ihre wallet.dat und Blockhain gespeichert wird
+
+
+
+ Connect over Tor
+ Verbinden über Tor
+
+
+ <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
+ Überspringt die meisten Checks beim Start
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Adresse kopieren
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ SilentDragonXLite verschlüsseln
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ Passwort:
+
+
+ Confirm Password:
+ Passwort bestätigen:
+
+
+ Passwords don't match
+ Passwort stimmen nicht überein
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ Der Seed ist die einzige Möglichkeit ihr Guthaben wiederherzustellen. Ohne diesen Seed ist Ihr Guthaben für immer verloren.
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ Bezeichnung
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Bezahlung über eine sichere Adresse anfordern. Sende 0.0001 DRGX an die Adresse der Zahlungsanfrage, mit einer DRGX bezahl URI. Die Nachricht wird zur Transaktion hinzugefügt, sobald bezahlt wird.
+
+
+
+ Request From
+ Anfrage von
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Betrag in
+
+
+
+ Amount
+ Betrag
+
+
+
+ Amount USD
+ Betrag USD
+
+
+
+ Memo
+ Nachricht
+
+
+
+ My Address
+ Meine Adresse
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Bei Bezahlung ist deine Adresse in dem "Empfänger" Feld sichtbar.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Zeitplan bearbeiten
+
+
+
+ Payment Description
+ Zahlungsbeschreibung
+
+
+
+ Schedule
+ Zeitplan
+
+
+
+ Next Payment
+ Nächste Zahlung
+
+
+
+ Amount
+ Betrag
+
+
+
+ Memo
+ Nachricht
+
+
+
+ To
+ An
+
+
+
+ From
+ Von
+
+
+
+ Number of payments
+ Anzahl der Zahlungen
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ Betrag
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+ Dialog
+ Wiederkehrende Zahlungen
+
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
diff --git a/res/silentdragonxlite_es.ts b/res/silentdragonxlite_es.ts
index 3a3bf67..0f497d7 100644
--- a/res/silentdragonxlite_es.ts
+++ b/res/silentdragonxlite_es.ts
@@ -1,3068 +1,3068 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Etiqueta
-
-
-
- Address
- Dirección
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Dirección
-
-
-
- Amount
- Cantidad
-
-
-
- ChatBubbleMe
-
-
- Form
- Formulario
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- Formulario
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- DragónSilenciosoLigero
-
-
-
- The Dragon Awakens...
- El dragón despierta
-
-
- Starting Up
- Iniciando
-
-
-
- Controller
-
-
- Wallet Password
- Contraseña de billetera
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Su billetera está encriptada.
-Ingrese la contraseña de su billetera
-
-
-
-
- Wallet Decryption Failed
- Error de descifrado de billetera
-
-
-
- Please enter a valid password
- Ingrese una contraseña válida
-
-
-
- Failed to unlock wallet
- Error al desbloquear la billetera
-
-
-
- CreateWalletForm
-
- Form
- Formulario
-
-
-
- Create New SDL Wallet
- Crear nueva billetera SDL
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
- Acepto los términos del servicio
-
-
-
- Confirm Passphrase:
- Confirmar frase de contraseña
-
-
-
- Restore wallet from seed
- Restaurar billetera desde semilla
-
-
- Restore an existing wallet, using the 24-word seed.
- Restaurar una billetera existente, usando la semilla de 24 palabras.
-
-
-
- Create a new wallet
- Crear una nueva billetera
-
-
-
- Encryption Passphrase:
- Frase de contraseña de cifrado
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">16 caracteres mínimo</span></p></body></html>
-
-
- Create a new Wallet
- Crear una nueva billetera
-
-
- Create a new wallet with a randomly generated seed.
- Crear una nueva billetera con una semilla generada aleatoriamente.
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Cancelar
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
-
- Balance
- Saldo
-
-
-
- Summary
- Resumen
-
-
-
- Shielded
- Blindado
-
-
-
- Notarized
- Notarizado
-
-
-
- Transparent
- Transparente
-
-
-
- Total
- Total
-
-
-
- Your node is still syncing, balances may not be updated.
- Su nodo todavía se está sincronizando, los saldos pueden no actualizarse.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Algunas transacciones aún no están confirmadas. Los saldos pueden cambiar.
-
-
-
- Total notarized funds available:
- Total de fondos notariales disponibles:
-
-
-
- Next Address
- Siguiente dirección
-
-
-
- Your node is still syncing, balances may not be updated
- Su nodo todavía se está sincronizando, los saldos pueden no actualizarse
-
-
-
- Address Balances
- Saldos de direcciones
-
-
-
- SilentDragonXLite
- DragónSilenciosoLigero
-
-
-
-
- Send
- Enviar
-
-
-
- Send To
- Enviar a
-
-
-
- Recipient
- Destinatario
-
-
-
-
-
-
-
- Address
- Dirección
-
-
-
-
- Address Book
- Libreta de direcciones
-
-
-
-
-
-
- Amount
- Cantidad
-
-
-
- Max Available
- Máx. disponible
-
-
-
-
-
-
- Memo
- Nota
-
-
-
- Add Recipient
- Agregar destinatario
-
-
- Recurring payment
- Pago recurrente
-
-
- Every month, starting 12-May-2012, for 6 payments
- Todos los meses, a partir del 12 de mayo de 2012, para 6 pagos
-
-
- Edit Schedule
- Editar horario
-
-
-
-
- Miner Fee
- Tarifa de minero
-
-
-
- 0
- 0
-
-
-
- Cancel
- Cancelar
-
-
-
- Receive
- Recibir
-
-
-
- Address Type
- Tipo de dirección
-
-
-
- z-Addr
- z-Direc
-
-
- t-Addr
- t-Direcc
-
-
-
- Information about DragonX
- Información sobre DragonX
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- <html><cabeza/><cuerpo><palign="centro"><estilo Span=" peso de fuente: 600;"> Información de la cadena de bloques de Hush</span></p></cuerpo></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
- <html><cabeza/><cuerpo><palign="centro">El|</p></cuerpo></html>
-
-
-
- Difficulty
- Dificultad
-
-
-
- Last Notarized Block
- Último bloque notario
-
-
-
- Total Supply
- Suministro Total
-
-
-
- Longestchain
- Cadena más larga
-
-
-
- View All Addresses
- Ver todas las direcciones
-
-
-
- Label
- Etiqueta
-
-
-
- Update Label
- Actualizar etiqueta
-
-
-
- Address balance
- Saldo de dirección
-
-
-
- Optional
- Opcional
-
-
-
-
- Export Private Key
- Exportar clave privada
-
-
-
- Transactions
- Transacciones
-
-
-
- Version drgxlightd
- Versión drgxlightd
-
-
-
- BlockHeight
- AlturaDelBloque
-
-
-
- Supply zAddr
- Suministro zDirecc
-
-
-
- Supply tAddr
- Suministro tDirecc
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Información de mercado de Hush</span></p></body></html>
-
-
-
- Market Cap
- Capitalización de mercado
-
-
-
- Volume on Exchanges
- Volumen en intercambios
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
- <html><cabeza/><cuerpo><palign="centro">Esta es una Billetera Light,¡no puedes minar con ella!</p></cuerpo></html>
-
-
-
- &Send DenioD Feedback
- Enviar comentarios de DenioD
-
-
-
- &Export seed phrase
- Exportar frase semilla
-
-
-
- Encrypt Wallet
- Encriptar billetera
-
-
-
- Remove Wallet Encryption
- Eliminar encriptado de billetera
-
-
-
- Rescan
- Volver a escanear
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Cargando...
-
-
-
- Deposit DragonX
-
-
-
-
- Next Halving
- Siguiente reducción a la mitad
-
-
-
- Vendor
- Proveedor
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Spendable
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &File
- Archivo
-
-
-
- &Help
- Ayuda
-
-
- &Apps
- Aplicaciones
-
-
-
- &Edit
- Editar
-
-
-
- E&xit
- E&xit
-
-
-
- &About
- Sobre
-
-
-
- &Settings
- Configuraciones
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &DragonX Telegram
- Telegram de Hush
-
-
-
- &DragonX Website
- Pagina web de Hush
-
-
-
- Check git for &updates
- Compruebe git para & actualizaciones
-
-
-
- &Export all private keys
- Exportar todas las claves privadas
-
-
-
- Address &book
- Libro
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
-
- Export transactions
- Transacciones de exportación
-
-
-
- Pay drgx &URI...
- Paga con Hush &URI...
-
-
- Connect mobile &app
- Conectar móvil &Aplicación
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Pagos recurrentes
-
-
-
- Request drgx...
- Solicitar Hush…
-
-
-
- File a bug...
- Archivar un error...
-
-
-
- Import Private Key
-
-
-
-
-
- Copy txid
- Copiar txid
-
-
-
- View tx on block explorer
- Ver en el explorador de bloques
-
-
-
- Refresh
- Actualizar
-
-
- Restart
- Reiniciar
-
-
- Please restart Silentdragonlite to have the theme apply
- Reinicie Dragón silencioso ligero para que se aplique el tema
-
-
-
- This change can take a few seconds.
- Este cambio puede tardar unos segundos.
-
-
- Some feedback about SilentDragonlite or Hush...
- Algunos comentarios sobre Dragón silencioso ligero o Hush ...
-
-
- or SilentDragonXLite
- o Dragón silencioso ligero
-
-
- Send DenioD some private and shielded feedback about
- Enviar DenioD algunos comentarios privados y protegidos sobre
-
-
-
- Paste DRGX URI
- Pegar URI DRGX
-
-
-
- Error paying DRGX URI
- Error al pagar DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI debe tener la forma 'drgx:<Direct>?amt=x¬a=y
-
-
-
- Error
- Error
-
-
-
- Error exporting transactions, file was not saved
- Error al exportar transacciones, el archivo no se guardó
-
-
-
- Error getting private keys
- Error al obtener claves privadas
-
-
-
- Error loading private keys:
- Error al cargar claves privadas:
-
-
-
- These are all the private keys for all the addresses in your wallet
- Estas son todas las claves privadas para todas las direcciones en su billetera
-
-
-
- Private key for
- Clave privada para
-
-
-
-
- Save File
- Guardar archivo
-
-
- Wallet is already encrypted
- La billetera ya está encriptada
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- Su billetera ya está encriptada con una contraseña.
-Por favor use 'Eliminar la encriptacion de la billetera 'si desea eliminar el encriptado de billetera.
-
-
-
- Passwords don't match
- Contraseñas don't partido
-
-
- Error was:
-
- El error fue:
-
-
- Wallet Encrypted
- Billetera Encriptada
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- ¡Su billetera fue encriptada con éxito! La contraseña será necesaria para enviar fondos o exportar claves privadas.
-
-
-
-
- Wallet Encryption Failed
- Encriptacion
-
-
-
- Wallet is not encrypted
- Error en el encriptado de billetera
-
-
- Your wallet is not encrypted with a password.
- Billetera no está encriptada
-
-
- Wallet Password
- Contraseña de billetera
-
-
- Please enter your wallet password
- Por favor ingrese la contraseña de su billetera
-
-
- Wallet Decryption Failed
- Error de descifrado de billetera
-
-
- Please enter a password to decrypt your wallet!
- ¡Ingrese una contraseña para descifrar su billetera!
-
-
- Wallet Encryption Removed
- Encriptacion de billetera eliminado
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- ¡Su billetera fue descifrada con éxito! Ya no necesitará una contraseña para enviar fondos o exportar claves privadas.
-
-
-
-
- Copy block explorer link
- Copiar enlace del explorador de bloques
-
-
-
- Currency Change
- Cambio de moneda
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Esta es la semilla de tu billetera. Haga una copia de seguridad con cuidado y seguridad.
-
-
-
-
- Unable to open file
- No se puede abrir el archivo
-
-
-
-
- Copy address
- Copiar dirección
-
-
-
-
-
-
- Copied to clipboard
- Copiado al portapapeles
-
-
-
-
- Failed to restore wallet
- Error al restaurar la billetera
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- Dragón silencioso ligero necesita 24 palabras para restaurar la billetera
-
-
-
- Failed to parse wallet birthday
- Error al analizar el cumpleaños de la billetera
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Podría ' No entiendo el cumpleaños de la billetera. Esto debe ser una altura de bloque desde donde volver a escanear la billetera. Puedes dejarlo como ' 0 ' si no lo haces ' No sé lo que debería ser.
-
-
-
- Couldn't restore the wallet
- Podría 't restaurar la billetera
-
-
-
- Failed to save wallet
- Error al guardar la billetera
-
-
-
- Couldn't save the wallet
- Podría 't guardar la billetera
-
-
-
- Out of memory!
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Get private key
- Obtener clave privada
-
-
-
-
- View on block explorer
- Ver en el explorador de bloques
-
-
-
- View Payment Request
- Ver solicitud de pago
-
-
-
- View Memo
- Ver Nota
-
-
-
- Reply to
- Responder a
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- Creado nuevo t-Direcc
-
-
-
- Copy Address
- Copiar dirección
-
-
-
- Address has been previously used
- La dirección se ha utilizado previamente
-
-
-
- Address is unused
- La dirección no se utiliza
-
-
-
- Cannot support multiple addresses
- No puede soportar múltiples direcciones
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Los pagos recurrentes no' Actualmente no admite varias direcciones
-
-
-
- Recipient
- Destinatario
-
-
-
- Only z-addresses can have memos
- Solo las direcciones z pueden tener notas
-
-
- Memos can only be used with z-addresses
- Las notas solo se pueden usar con direcciones z
-
-
- The memo field can only be used with a z-address.
-
- El campo nota solo se puede usar con una dirección z.
-
-
-
-doesn't look like a z-address
- no't parece una dirección z
-
-
-
-
- Please wait...
- Por favor espera...
-
-
-
- Computing your transaction
- Calculando su transacción
-
-
-
-
- Done!
- Listo!
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
- No hay suficientes fondos disponibles para enviar esta transacción
-Tener:% 1
-Necesidad:% 2
-
-Nota: Los fondos necesitan 5 confirmaciones antes de que puedan gastarse
-
-
-
- Transaction Error
- Error de transacción
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- Recipient Address
- Dirección del destinatario
-
-
-
-
-
-
-
- is Invalid
- es inválido
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Cantidad para dirección '%1' es inválido!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- No hay suficientes fondos disponibles para enviar esta transacción
-Tener:% 1
-Necesidad:% 2
-
-Nota: Los fondos necesitan 5 confirmaciones antes de que puedan gastarse {1
-?} {2
-?} {1 ?}
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
-
- MemoDialog
-
-
-
- Memo
- Nota
-
-
-
- Include Reply Address
- Incluir dirección de respuesta
-
-
-
- MemoEdit
-
-
- Reply to
- Responder a
-
-
-
- MigrationDialog
-
- Migration Turnstile
- Torniquete de migración
-
-
- Migration History
- Historial de migración
-
-
- Migrated Amount
- Cantidad migrada
-
-
- Unmigrated Amount
- Cantidad no emigrada
-
-
- Sprout -> Sapling migration enabled
- Brote -> Migración de Sapling habilitada
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- Si está habilitado, hushd migrará lentamente sus fondos protegidos de Sprout a su dirección de Sapling.
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Conectar aplicación móvil
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Escanee este código QR desde su aplicación complementaria Dragón silencioso para conectar su teléfono
-
-
-
- QR Code
- Código QR
-
-
-
- Connection String
- Cadena de conexión
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Permitir conexiones a través de internet a través de agujero de gusano Dragón silencioso
-
-
-
- silentdragon Companion App
- Aplicación complementaria de Dragón silencioso
-
-
-
- Disconnect
- Desconectar
-
-
-
-
- TextLabel
- Etiqueta de texto
-
-
-
- Last seen:
- Visto por última vez:
-
-
-
- Connection type:
- Tipo de conexión:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- Formulario
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- Esta es su nueva billetera 's frase de semilla. POR FAVOR HAGA UNA COPIA DE SEGURIDAD.
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- La frase semilla es la única forma de restaurar la billetera. Si olvida la frase semilla, NO HAY FORMA DE RESTAURAR SU BILLETERA Y LOS FONDOS en ella
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
- Error al crear una billetera
-
-
-
- Failed to save wallet
- Error al guardar la billetera
-
-
-
- Couldn't save the wallet
- Podría 't guardar la billetera
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
- Claves privadas
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- Elegir
-
-
-
-
-
- Address or Label Error
- Dirección o error de etiqueta
-
-
-
-
-
- Address or Label cannot be empty
- La dirección o etiqueta no puede estar vacía
-
-
-
-
-
- Address Format Error
- Error de formato de dirección
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- >% 1 no' parece ser una dirección de Hush válida.
-
-
-
-
-
-
- Label Error
- Error de etiqueta
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- La etiqueta '%1' ya existe. Elimine la etiqueta existente.
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Importar libreta de direcciones
-
-
-
- Unable to open file
- No se puede abrir el archivo
-
-
-
- Address Book Import Done
- Importación de libreta de direcciones realizada
-
-
-
- Imported %1 new Address book entries
- Importado% 1 nuevas entradas de la libreta de direcciones
-
-
-
- Copy address
- Copiar dirección
-
-
-
- Copied to clipboard
- Copiado al portapapeles
-
-
-
- Delete label
- Eliminar etiqueta
-
-
-
- Attempting to initialize library with
- Intentando inicializar la biblioteca con
-
-
-
- Using existing wallet.
- Utilizando la billetera existente.
-
-
-
- Create/restore wallet.
- Crear/restaurar billetera.
-
-
-
-
- Connection Error
- Error de conexión
-
-
-
-
-
-
-
-
-
- Transaction Error
- Error de transacción
-
-
-
- There was an error sending the transaction. The error was:
- Hubo un error al enviar la transacción. El error fue:
-
-
-
-
- No Connection
- Sin conexión
-
-
- There was an error connecting to hushd. The error was
- Hubo un error al conectarse a hushd. El error fue
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
-
-
-
-
-
-
-
- failed
- falló
-
-
-
-
-
-
-
-
- The transaction with id
- La transacción con id
-
-
-
-
-
-
-
-
- failed. The error was
- falló. El error fue
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- Actualización disponible
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- ¡Una nueva versión v% 1 está disponible! Tienes v% 2.
-
-¿Te gustaría visitar la página de lanzamientos?
-
-
-
- No updates available
- No hay actualizaciones disponibles
-
-
-
- You already have the latest release v%1
- Ya tienes la última versión v% 1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Espere a que DragónSilenciosoLigero salga
-
-
-
-
- It may take several minutes
-
-
-
- Waiting for hushd to exit
- Esperando a que hushd salga
-
-
-
- No dragonx price was available to convert from USD
- No había precio de Hush disponible para convertir desde USD
-
-
-
- View on block explorer
- Ver en el explorador de bloques
-
-
-
- View Error
- Ver Error
-
-
-
- Reported Error
- Error informado
-
-
-
-
- Are you sure you want to delete the recurring payment?
- ¿Está seguro de que desea eliminar el pago recurrente?
-
-
-
- All future payments will be cancelled.
- Todos los pagos futuros serán cancelados.
-
-
-
- Tx submitted (right click to copy) txid:
- Tx enviado (clic derecho para copiar) txid:
-
-
-
- Type
- Tipo
-
-
-
- Address
- Dirección
-
-
-
- Date/Time
- Fecha/Hora
-
-
-
- Confirmations
- Confirmaciones
-
-
-
- Amount
- Cantidad
-
-
-
- Connected directly
- Conectado directamente
-
-
-
- Connected over the internet via silentdragon wormhole service
- Conectado a través de Internet a través del servicio de agujero de gusano Dragón silencioso
-
-
-
-
- Node is still syncing.
- El nodo todavía se está sincronizando.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Sin sapling o direcciones transparentes con saldo suficiente para gastar.
-
-
-
- RecurringDialog
-
- Dialog
- Diálogo
-
-
-
- Recurring Dialog
-
-
-
-
- View
- Ver
-
-
-
- Delete
- Eliminar
-
-
-
- RecurringListViewModel
-
-
- Amount
- Cantidad
-
-
-
- Schedule
- Horario
-
-
-
- Payments Left
- Pagos restantes
-
-
-
- Next Payment
- Próximo pago
-
-
-
- To
- A
-
-
-
- Every
- Cada
-
-
-
- None
- Ninguno
-
-
-
- RecurringPayments
-
- Payments
- Pagos
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Fecha
-
-
-
- Status
- Estado
-
-
-
- Txid
-
-
-
-
- Not due yet
- Todavía no se debe
-
-
-
- Pending
- Pendiente
-
-
-
- Skipped
- Saltado
-
-
-
- Paid
- Pagado
-
-
-
- Error
- Error
-
-
-
-
- Unknown
- Desconocido
-
-
-
- RecurringPending
-
- Dialog
- Diálogo
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- No se procesarán pagos. Puede pagarlos manualmente desde el cuadro de diálogo Pagos periódicos
-
-
-
- Schedule
- Horario
-
-
-
- How should silentdragon proceed?
- ¿Cómo debe proceder Dragón silencioso?
-
-
-
- Pay All in 1 Tx
- Pagar todo en 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Solo se procesará el último pago pendiente. Todos los pagos pendientes anteriores se omitirán
-
-
-
- Pay Latest Only
- Pague solo la última
-
-
-
- Pay None
- No pagar
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Todos los pagos pendientes recopilados, sumados y pagados en una sola transacción
-
-
-
- Description
- Descripción
-
-
-
- To
- A
-
-
-
- The following recurring payment has multiple payments pending
- El siguiente pago recurrente tiene varios pagos pendientes
-
-
-
- RequestDialog
-
-
- Payment Request
- Solicitud de pago
-
-
-
- AddressBook
- Libreta de direcciones
-
-
-
- Request From
- Solicitud de
-
-
-
- My Address
- Mi dirección
-
-
-
- Amount in
- Cantidad en
-
-
-
- z address
- dirección z
-
-
-
- Amount
- Cantidad
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- El destinatario verá esta dirección en el " a " campo cuando pagan su solicitud.
-
-
-
- Amount USD
- Cantidad USD
-
-
-
- Memo
- Nota
-
-
-
- TextLabel
- Etiqueta de texto
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Solicitar pago de una dirección de Sapling. Usted ' Enviaré una transacción de silencio 0.0001 a la dirección con un URI de pago de hush. La nota se incluirá en la transacción cuando la dirección le pague.
-
-
-
- Error paying DRGX URI
- Error al pagar Hush URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI debe tener la forma ' Hush:<Direcc>?amt=x¬a=y
-
-
-
- Pay To
- Pagar a
-
-
-
- Pay
- Pagar
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Estás pagando una solicitud de pago. Su dirección no será visible para la persona que solicita este pago.
-
-
-
- Can only request from Sapling addresses
- Solo puede solicitar direcciones de Sapling
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- Formulario
-
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
- Ingrese su semilla de 24 palabras a continuación
-
-
-
- Wallet Seed
- Semilla de billetera
-
-
-
- Wallet Birthday
- Cumpleaños de billetera
-
-
- 0
- 0
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- Cumpleaños de la billetera es la altura del bloque en el que la billetera realizó la primera transacción. Si no lo haces ' No sé esto, puede dejarlo como "0'(Se puede ' tomar más tiempo para volver a escanear)
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Restaurar billetera desde semilla
-
-
-
-
- Failed to restore wallet
- Error al restaurar la billetera
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- Dragón silencioso ligero necesita 24 palabras para restaurar la billetera
-
-
-
- Failed to parse wallet birthday
- Error al analizar el cumpleaños de la billetera
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Podría ' No entiendo el cumpleaños de la billetera. Esto debe ser una altura de bloque desde donde volver a escanear la billetera. Puedes dejarlo como ' 0 ' si no lo haces ' No sé lo que debería ser.
-
-
-
- Couldn't restore the wallet
- Podría 't restaurar la billetera
-
-
-
- Failed to save wallet
- Error al guardar la billetera
-
-
-
- Couldn't save the wallet
- Podría 't guardar la billetera
-
-
-
- Settings
-
-
- Settings
- Configuración
-
-
-
- Lightwallet Server
- Billetera Servidor Light
-
-
-
- Options
- Opciones
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- Connect to git on startup to check for updates
- Conéctese a git en el inicio para buscar actualizaciones
-
-
-
- Connect to the internet to Fetch dragonx prices
- Conéctese a internet para obtener precios de Hush
-
-
-
- Check git for updates at startup
- Verifique git para actualizaciones al inicio
-
-
-
- Theme
- Tema
-
-
- default
- Predeterminado
-
-
-
- Connection
- Conexión
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
- Ir a buscar precios de Hush
-
-
-
- Currency
- Moneda
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Todas las direcciones
-
-
-
- Export All Keys
- Exportar todas las claves
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Dirección
-
-
-
- Balance (%1)
- Saldo (% 1)
-
-
-
- about
-
-
- About
- Acerca de
-
-
-
- addressBook
-
-
- Address Book
- Libreta de direcciones
-
-
-
- Add New Address
- Agregar nueva dirección
-
-
-
- Address (z-Addr or t-Addr)
- Dirección (z-Direcc o t-Direcc)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Etiqueta
-
-
-
- Add to Address Book
- Agregar a la libreta de direcciones
-
-
-
- Import Address Book
- Importar libreta de direcciones
-
-
-
- confirm
-
-
- Confirm Transaction
- Confirmar transacción
-
-
-
- To
- A
-
-
-
- Recurring Payment
- Pago Recurrente
-
-
-
- TextLabel
- Etiqueta de texto
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Está enviando una transacción mientras su nodo todavía se está sincronizando. Esto puede no funcionar.
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Configurar hush.conf
-
-
-
- Your dragonx node will be configured for you automatically
- Su nodo de Hush se configurará para usted automáticamente
-
-
-
- Show Advanced Configuration
- Mostrar configuración avanzada
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Permitir conexiones a Internet para buscar actualizaciones, obtener precios de Hush, etc...
-
-
-
- Use custom datadir
- Usar datadir personalizado
-
-
-
- Choose directory
- Elija el directorio
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Tenga en cuenta que usted ' ya necesitará tener un servicio Tor configurado en el puerto 9050
-
-
-
- Connect to the internet for updates and price feeds
- Conéctese a internet para actualizaciones y precios
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Elija un directorio para almacenar su wallet.dat y cadena de bloques
-
-
-
- Connect over Tor
- Conectar a través de Tor
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Copiar dirección
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Encriptar su billetera
-
-
-
- Encryption Passphrase:
- Frase de contraseña de cifrado
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
- Confirmar frase de contraseña
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">16 caracteres mínimo</span></p></body></html>
-
-
- Encryption Password:
- Encriptar Contraseña:
-
-
- Confirm Password:
- Confirmar contraseña:
-
-
- Passwords don't match
- Contraseñas don't no coincide
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- ADVERTENCIA: Si olvida su contraseña, la única forma de recuperar la billetera es desde la frase inicial.
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- Etiqueta de texto
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Solicitar pago de una dirección de Sapling. Usted ' Enviaré una transacción de silencio 0.0001 a la dirección con un URI de pago de hush. La nota se incluirá en la transacción cuando la dirección le pague.
-
-
-
- Request From
- Solicitud de
-
-
-
- zaddr
-
-
-
-
- Amount in
- Cantidad en
-
-
-
- Amount
- Cantidad
-
-
-
- Amount USD
- Cantidad USD
-
-
-
- Memo
- Nota
-
-
-
- My Address
- Mi dirección
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- El destinatario verá esta dirección en el " a " campo cuando pagan su solicitud.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Editar horario
-
-
-
- Payment Description
- Descripción del pago
-
-
-
- Schedule
- Horario
-
-
-
- Next Payment
- Próximo pago
-
-
-
- Amount
- Cantidad
-
-
-
- Memo
- Nota
-
-
-
- To
- A
-
-
-
- From
- Desde
-
-
-
- Number of payments
- Número de pagos
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">16 caracteres mínimo</span></p></body></html>
-
-
-
- Encryption Passphrase:
- Frase de contraseña de cifrado
-
-
-
- Confirm Passphrase:
- Confirmar frase de contraseña
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Cancelar
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
- Frase de contraseña de cifrado
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- Cantidad
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
- Dialog
- Diálogo
-
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
- Por favor ingrese su semilla
-
-
-
- Please enter the birthday of the Seed :
- Por favor ingrese el cumpleaños de su semilla:
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Etiqueta
+
+
+
+ Address
+ Dirección
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Dirección
+
+
+
+ Amount
+ Cantidad
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ Formulario
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ Formulario
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ DragónSilenciosoLigero
+
+
+
+ The Dragon Awakens...
+ El dragón despierta
+
+
+ Starting Up
+ Iniciando
+
+
+
+ Controller
+
+
+ Wallet Password
+ Contraseña de billetera
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Su billetera está encriptada.
+Ingrese la contraseña de su billetera
+
+
+
+
+ Wallet Decryption Failed
+ Error de descifrado de billetera
+
+
+
+ Please enter a valid password
+ Ingrese una contraseña válida
+
+
+
+ Failed to unlock wallet
+ Error al desbloquear la billetera
+
+
+
+ CreateWalletForm
+
+ Form
+ Formulario
+
+
+
+ Create New SDL Wallet
+ Crear nueva billetera SDL
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+ Acepto los términos del servicio
+
+
+
+ Confirm Passphrase:
+ Confirmar frase de contraseña
+
+
+
+ Restore wallet from seed
+ Restaurar billetera desde semilla
+
+
+ Restore an existing wallet, using the 24-word seed.
+ Restaurar una billetera existente, usando la semilla de 24 palabras.
+
+
+
+ Create a new wallet
+ Crear una nueva billetera
+
+
+
+ Encryption Passphrase:
+ Frase de contraseña de cifrado
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">16 caracteres mínimo</span></p></body></html>
+
+
+ Create a new Wallet
+ Crear una nueva billetera
+
+
+ Create a new wallet with a randomly generated seed.
+ Crear una nueva billetera con una semilla generada aleatoriamente.
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+
+ Balance
+ Saldo
+
+
+
+ Summary
+ Resumen
+
+
+
+ Shielded
+ Blindado
+
+
+
+ Notarized
+ Notarizado
+
+
+
+ Transparent
+ Transparente
+
+
+
+ Total
+ Total
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Su nodo todavía se está sincronizando, los saldos pueden no actualizarse.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Algunas transacciones aún no están confirmadas. Los saldos pueden cambiar.
+
+
+
+ Total notarized funds available:
+ Total de fondos notariales disponibles:
+
+
+
+ Next Address
+ Siguiente dirección
+
+
+
+ Your node is still syncing, balances may not be updated
+ Su nodo todavía se está sincronizando, los saldos pueden no actualizarse
+
+
+
+ Address Balances
+ Saldos de direcciones
+
+
+
+ SilentDragonXLite
+ DragónSilenciosoLigero
+
+
+
+
+ Send
+ Enviar
+
+
+
+ Send To
+ Enviar a
+
+
+
+ Recipient
+ Destinatario
+
+
+
+
+
+
+
+ Address
+ Dirección
+
+
+
+
+ Address Book
+ Libreta de direcciones
+
+
+
+
+
+
+ Amount
+ Cantidad
+
+
+
+ Max Available
+ Máx. disponible
+
+
+
+
+
+
+ Memo
+ Nota
+
+
+
+ Add Recipient
+ Agregar destinatario
+
+
+ Recurring payment
+ Pago recurrente
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Todos los meses, a partir del 12 de mayo de 2012, para 6 pagos
+
+
+ Edit Schedule
+ Editar horario
+
+
+
+
+ Miner Fee
+ Tarifa de minero
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Receive
+ Recibir
+
+
+
+ Address Type
+ Tipo de dirección
+
+
+
+ z-Addr
+ z-Direc
+
+
+ t-Addr
+ t-Direcc
+
+
+
+ Information about DragonX
+ Información sobre DragonX
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ <html><cabeza/><cuerpo><palign="centro"><estilo Span=" peso de fuente: 600;"> Información de la cadena de bloques de Hush</span></p></cuerpo></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+ <html><cabeza/><cuerpo><palign="centro">El|</p></cuerpo></html>
+
+
+
+ Difficulty
+ Dificultad
+
+
+
+ Last Notarized Block
+ Último bloque notario
+
+
+
+ Total Supply
+ Suministro Total
+
+
+
+ Longestchain
+ Cadena más larga
+
+
+
+ View All Addresses
+ Ver todas las direcciones
+
+
+
+ Label
+ Etiqueta
+
+
+
+ Update Label
+ Actualizar etiqueta
+
+
+
+ Address balance
+ Saldo de dirección
+
+
+
+ Optional
+ Opcional
+
+
+
+
+ Export Private Key
+ Exportar clave privada
+
+
+
+ Transactions
+ Transacciones
+
+
+
+ Version drgxlightd
+ Versión drgxlightd
+
+
+
+ BlockHeight
+ AlturaDelBloque
+
+
+
+ Supply zAddr
+ Suministro zDirecc
+
+
+
+ Supply tAddr
+ Suministro tDirecc
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Información de mercado de Hush</span></p></body></html>
+
+
+
+ Market Cap
+ Capitalización de mercado
+
+
+
+ Volume on Exchanges
+ Volumen en intercambios
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+ <html><cabeza/><cuerpo><palign="centro">Esta es una Billetera Light,¡no puedes minar con ella!</p></cuerpo></html>
+
+
+
+ &Send DenioD Feedback
+ Enviar comentarios de DenioD
+
+
+
+ &Export seed phrase
+ Exportar frase semilla
+
+
+
+ Encrypt Wallet
+ Encriptar billetera
+
+
+
+ Remove Wallet Encryption
+ Eliminar encriptado de billetera
+
+
+
+ Rescan
+ Volver a escanear
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Cargando...
+
+
+
+ Deposit DragonX
+
+
+
+
+ Next Halving
+ Siguiente reducción a la mitad
+
+
+
+ Vendor
+ Proveedor
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Spendable
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &File
+ Archivo
+
+
+
+ &Help
+ Ayuda
+
+
+ &Apps
+ Aplicaciones
+
+
+
+ &Edit
+ Editar
+
+
+
+ E&xit
+ E&xit
+
+
+
+ &About
+ Sobre
+
+
+
+ &Settings
+ Configuraciones
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &DragonX Telegram
+ Telegram de Hush
+
+
+
+ &DragonX Website
+ Pagina web de Hush
+
+
+
+ Check git for &updates
+ Compruebe git para & actualizaciones
+
+
+
+ &Export all private keys
+ Exportar todas las claves privadas
+
+
+
+ Address &book
+ Libro
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+
+ Export transactions
+ Transacciones de exportación
+
+
+
+ Pay drgx &URI...
+ Paga con Hush &URI...
+
+
+ Connect mobile &app
+ Conectar móvil &Aplicación
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Pagos recurrentes
+
+
+
+ Request drgx...
+ Solicitar Hush…
+
+
+
+ File a bug...
+ Archivar un error...
+
+
+
+ Import Private Key
+
+
+
+
+
+ Copy txid
+ Copiar txid
+
+
+
+ View tx on block explorer
+ Ver en el explorador de bloques
+
+
+
+ Refresh
+ Actualizar
+
+
+ Restart
+ Reiniciar
+
+
+ Please restart Silentdragonlite to have the theme apply
+ Reinicie Dragón silencioso ligero para que se aplique el tema
+
+
+
+ This change can take a few seconds.
+ Este cambio puede tardar unos segundos.
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Algunos comentarios sobre Dragón silencioso ligero o Hush ...
+
+
+ or SilentDragonXLite
+ o Dragón silencioso ligero
+
+
+ Send DenioD some private and shielded feedback about
+ Enviar DenioD algunos comentarios privados y protegidos sobre
+
+
+
+ Paste DRGX URI
+ Pegar URI DRGX
+
+
+
+ Error paying DRGX URI
+ Error al pagar DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI debe tener la forma 'drgx:<Direct>?amt=x¬a=y
+
+
+
+ Error
+ Error
+
+
+
+ Error exporting transactions, file was not saved
+ Error al exportar transacciones, el archivo no se guardó
+
+
+
+ Error getting private keys
+ Error al obtener claves privadas
+
+
+
+ Error loading private keys:
+ Error al cargar claves privadas:
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Estas son todas las claves privadas para todas las direcciones en su billetera
+
+
+
+ Private key for
+ Clave privada para
+
+
+
+
+ Save File
+ Guardar archivo
+
+
+ Wallet is already encrypted
+ La billetera ya está encriptada
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ Su billetera ya está encriptada con una contraseña.
+Por favor use 'Eliminar la encriptacion de la billetera 'si desea eliminar el encriptado de billetera.
+
+
+
+ Passwords don't match
+ Contraseñas don't partido
+
+
+ Error was:
+
+ El error fue:
+
+
+ Wallet Encrypted
+ Billetera Encriptada
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ ¡Su billetera fue encriptada con éxito! La contraseña será necesaria para enviar fondos o exportar claves privadas.
+
+
+
+
+ Wallet Encryption Failed
+ Encriptacion
+
+
+
+ Wallet is not encrypted
+ Error en el encriptado de billetera
+
+
+ Your wallet is not encrypted with a password.
+ Billetera no está encriptada
+
+
+ Wallet Password
+ Contraseña de billetera
+
+
+ Please enter your wallet password
+ Por favor ingrese la contraseña de su billetera
+
+
+ Wallet Decryption Failed
+ Error de descifrado de billetera
+
+
+ Please enter a password to decrypt your wallet!
+ ¡Ingrese una contraseña para descifrar su billetera!
+
+
+ Wallet Encryption Removed
+ Encriptacion de billetera eliminado
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ ¡Su billetera fue descifrada con éxito! Ya no necesitará una contraseña para enviar fondos o exportar claves privadas.
+
+
+
+
+ Copy block explorer link
+ Copiar enlace del explorador de bloques
+
+
+
+ Currency Change
+ Cambio de moneda
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Esta es la semilla de tu billetera. Haga una copia de seguridad con cuidado y seguridad.
+
+
+
+
+ Unable to open file
+ No se puede abrir el archivo
+
+
+
+
+ Copy address
+ Copiar dirección
+
+
+
+
+
+
+ Copied to clipboard
+ Copiado al portapapeles
+
+
+
+
+ Failed to restore wallet
+ Error al restaurar la billetera
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ Dragón silencioso ligero necesita 24 palabras para restaurar la billetera
+
+
+
+ Failed to parse wallet birthday
+ Error al analizar el cumpleaños de la billetera
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Podría ' No entiendo el cumpleaños de la billetera. Esto debe ser una altura de bloque desde donde volver a escanear la billetera. Puedes dejarlo como ' 0 ' si no lo haces ' No sé lo que debería ser.
+
+
+
+ Couldn't restore the wallet
+ Podría 't restaurar la billetera
+
+
+
+ Failed to save wallet
+ Error al guardar la billetera
+
+
+
+ Couldn't save the wallet
+ Podría 't guardar la billetera
+
+
+
+ Out of memory!
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Get private key
+ Obtener clave privada
+
+
+
+
+ View on block explorer
+ Ver en el explorador de bloques
+
+
+
+ View Payment Request
+ Ver solicitud de pago
+
+
+
+ View Memo
+ Ver Nota
+
+
+
+ Reply to
+ Responder a
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ Creado nuevo t-Direcc
+
+
+
+ Copy Address
+ Copiar dirección
+
+
+
+ Address has been previously used
+ La dirección se ha utilizado previamente
+
+
+
+ Address is unused
+ La dirección no se utiliza
+
+
+
+ Cannot support multiple addresses
+ No puede soportar múltiples direcciones
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Los pagos recurrentes no' Actualmente no admite varias direcciones
+
+
+
+ Recipient
+ Destinatario
+
+
+
+ Only z-addresses can have memos
+ Solo las direcciones z pueden tener notas
+
+
+ Memos can only be used with z-addresses
+ Las notas solo se pueden usar con direcciones z
+
+
+ The memo field can only be used with a z-address.
+
+ El campo nota solo se puede usar con una dirección z.
+
+
+
+doesn't look like a z-address
+ no't parece una dirección z
+
+
+
+
+ Please wait...
+ Por favor espera...
+
+
+
+ Computing your transaction
+ Calculando su transacción
+
+
+
+
+ Done!
+ Listo!
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ No hay suficientes fondos disponibles para enviar esta transacción
+Tener:% 1
+Necesidad:% 2
+
+Nota: Los fondos necesitan 5 confirmaciones antes de que puedan gastarse
+
+
+
+ Transaction Error
+ Error de transacción
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ Recipient Address
+ Dirección del destinatario
+
+
+
+
+
+
+
+ is Invalid
+ es inválido
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Cantidad para dirección '%1' es inválido!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ No hay suficientes fondos disponibles para enviar esta transacción
+Tener:% 1
+Necesidad:% 2
+
+Nota: Los fondos necesitan 5 confirmaciones antes de que puedan gastarse {1
+?} {2
+?} {1 ?}
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Nota
+
+
+
+ Include Reply Address
+ Incluir dirección de respuesta
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Responder a
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ Torniquete de migración
+
+
+ Migration History
+ Historial de migración
+
+
+ Migrated Amount
+ Cantidad migrada
+
+
+ Unmigrated Amount
+ Cantidad no emigrada
+
+
+ Sprout -> Sapling migration enabled
+ Brote -> Migración de Sapling habilitada
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ Si está habilitado, hushd migrará lentamente sus fondos protegidos de Sprout a su dirección de Sapling.
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Conectar aplicación móvil
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Escanee este código QR desde su aplicación complementaria Dragón silencioso para conectar su teléfono
+
+
+
+ QR Code
+ Código QR
+
+
+
+ Connection String
+ Cadena de conexión
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Permitir conexiones a través de internet a través de agujero de gusano Dragón silencioso
+
+
+
+ silentdragon Companion App
+ Aplicación complementaria de Dragón silencioso
+
+
+
+ Disconnect
+ Desconectar
+
+
+
+
+ TextLabel
+ Etiqueta de texto
+
+
+
+ Last seen:
+ Visto por última vez:
+
+
+
+ Connection type:
+ Tipo de conexión:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ Formulario
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ Esta es su nueva billetera 's frase de semilla. POR FAVOR HAGA UNA COPIA DE SEGURIDAD.
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ La frase semilla es la única forma de restaurar la billetera. Si olvida la frase semilla, NO HAY FORMA DE RESTAURAR SU BILLETERA Y LOS FONDOS en ella
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+ Error al crear una billetera
+
+
+
+ Failed to save wallet
+ Error al guardar la billetera
+
+
+
+ Couldn't save the wallet
+ Podría 't guardar la billetera
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Claves privadas
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ Elegir
+
+
+
+
+
+ Address or Label Error
+ Dirección o error de etiqueta
+
+
+
+
+
+ Address or Label cannot be empty
+ La dirección o etiqueta no puede estar vacía
+
+
+
+
+
+ Address Format Error
+ Error de formato de dirección
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ >% 1 no' parece ser una dirección de Hush válida.
+
+
+
+
+
+
+ Label Error
+ Error de etiqueta
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ La etiqueta '%1' ya existe. Elimine la etiqueta existente.
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Importar libreta de direcciones
+
+
+
+ Unable to open file
+ No se puede abrir el archivo
+
+
+
+ Address Book Import Done
+ Importación de libreta de direcciones realizada
+
+
+
+ Imported %1 new Address book entries
+ Importado% 1 nuevas entradas de la libreta de direcciones
+
+
+
+ Copy address
+ Copiar dirección
+
+
+
+ Copied to clipboard
+ Copiado al portapapeles
+
+
+
+ Delete label
+ Eliminar etiqueta
+
+
+
+ Attempting to initialize library with
+ Intentando inicializar la biblioteca con
+
+
+
+ Using existing wallet.
+ Utilizando la billetera existente.
+
+
+
+ Create/restore wallet.
+ Crear/restaurar billetera.
+
+
+
+
+ Connection Error
+ Error de conexión
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Error de transacción
+
+
+
+ There was an error sending the transaction. The error was:
+ Hubo un error al enviar la transacción. El error fue:
+
+
+
+
+ No Connection
+ Sin conexión
+
+
+ There was an error connecting to hushd. The error was
+ Hubo un error al conectarse a hushd. El error fue
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+
+
+
+
+
+
+
+ failed
+ falló
+
+
+
+
+
+
+
+
+ The transaction with id
+ La transacción con id
+
+
+
+
+
+
+
+
+ failed. The error was
+ falló. El error fue
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ Actualización disponible
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ ¡Una nueva versión v% 1 está disponible! Tienes v% 2.
+
+¿Te gustaría visitar la página de lanzamientos?
+
+
+
+ No updates available
+ No hay actualizaciones disponibles
+
+
+
+ You already have the latest release v%1
+ Ya tienes la última versión v% 1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Espere a que DragónSilenciosoLigero salga
+
+
+
+
+ It may take several minutes
+
+
+
+ Waiting for hushd to exit
+ Esperando a que hushd salga
+
+
+
+ No dragonx price was available to convert from USD
+ No había precio de Hush disponible para convertir desde USD
+
+
+
+ View on block explorer
+ Ver en el explorador de bloques
+
+
+
+ View Error
+ Ver Error
+
+
+
+ Reported Error
+ Error informado
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ ¿Está seguro de que desea eliminar el pago recurrente?
+
+
+
+ All future payments will be cancelled.
+ Todos los pagos futuros serán cancelados.
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx enviado (clic derecho para copiar) txid:
+
+
+
+ Type
+ Tipo
+
+
+
+ Address
+ Dirección
+
+
+
+ Date/Time
+ Fecha/Hora
+
+
+
+ Confirmations
+ Confirmaciones
+
+
+
+ Amount
+ Cantidad
+
+
+
+ Connected directly
+ Conectado directamente
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Conectado a través de Internet a través del servicio de agujero de gusano Dragón silencioso
+
+
+
+
+ Node is still syncing.
+ El nodo todavía se está sincronizando.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Sin sapling o direcciones transparentes con saldo suficiente para gastar.
+
+
+
+ RecurringDialog
+
+ Dialog
+ Diálogo
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ Ver
+
+
+
+ Delete
+ Eliminar
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Cantidad
+
+
+
+ Schedule
+ Horario
+
+
+
+ Payments Left
+ Pagos restantes
+
+
+
+ Next Payment
+ Próximo pago
+
+
+
+ To
+ A
+
+
+
+ Every
+ Cada
+
+
+
+ None
+ Ninguno
+
+
+
+ RecurringPayments
+
+ Payments
+ Pagos
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Fecha
+
+
+
+ Status
+ Estado
+
+
+
+ Txid
+
+
+
+
+ Not due yet
+ Todavía no se debe
+
+
+
+ Pending
+ Pendiente
+
+
+
+ Skipped
+ Saltado
+
+
+
+ Paid
+ Pagado
+
+
+
+ Error
+ Error
+
+
+
+
+ Unknown
+ Desconocido
+
+
+
+ RecurringPending
+
+ Dialog
+ Diálogo
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ No se procesarán pagos. Puede pagarlos manualmente desde el cuadro de diálogo Pagos periódicos
+
+
+
+ Schedule
+ Horario
+
+
+
+ How should silentdragon proceed?
+ ¿Cómo debe proceder Dragón silencioso?
+
+
+
+ Pay All in 1 Tx
+ Pagar todo en 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Solo se procesará el último pago pendiente. Todos los pagos pendientes anteriores se omitirán
+
+
+
+ Pay Latest Only
+ Pague solo la última
+
+
+
+ Pay None
+ No pagar
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Todos los pagos pendientes recopilados, sumados y pagados en una sola transacción
+
+
+
+ Description
+ Descripción
+
+
+
+ To
+ A
+
+
+
+ The following recurring payment has multiple payments pending
+ El siguiente pago recurrente tiene varios pagos pendientes
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Solicitud de pago
+
+
+
+ AddressBook
+ Libreta de direcciones
+
+
+
+ Request From
+ Solicitud de
+
+
+
+ My Address
+ Mi dirección
+
+
+
+ Amount in
+ Cantidad en
+
+
+
+ z address
+ dirección z
+
+
+
+ Amount
+ Cantidad
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ El destinatario verá esta dirección en el " a " campo cuando pagan su solicitud.
+
+
+
+ Amount USD
+ Cantidad USD
+
+
+
+ Memo
+ Nota
+
+
+
+ TextLabel
+ Etiqueta de texto
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Solicitar pago de una dirección de Sapling. Usted ' Enviaré una transacción de silencio 0.0001 a la dirección con un URI de pago de hush. La nota se incluirá en la transacción cuando la dirección le pague.
+
+
+
+ Error paying DRGX URI
+ Error al pagar Hush URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI debe tener la forma ' Hush:<Direcc>?amt=x¬a=y
+
+
+
+ Pay To
+ Pagar a
+
+
+
+ Pay
+ Pagar
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Estás pagando una solicitud de pago. Su dirección no será visible para la persona que solicita este pago.
+
+
+
+ Can only request from Sapling addresses
+ Solo puede solicitar direcciones de Sapling
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ Formulario
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+ Ingrese su semilla de 24 palabras a continuación
+
+
+
+ Wallet Seed
+ Semilla de billetera
+
+
+
+ Wallet Birthday
+ Cumpleaños de billetera
+
+
+ 0
+ 0
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ Cumpleaños de la billetera es la altura del bloque en el que la billetera realizó la primera transacción. Si no lo haces ' No sé esto, puede dejarlo como "0'(Se puede ' tomar más tiempo para volver a escanear)
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Restaurar billetera desde semilla
+
+
+
+
+ Failed to restore wallet
+ Error al restaurar la billetera
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ Dragón silencioso ligero necesita 24 palabras para restaurar la billetera
+
+
+
+ Failed to parse wallet birthday
+ Error al analizar el cumpleaños de la billetera
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Podría ' No entiendo el cumpleaños de la billetera. Esto debe ser una altura de bloque desde donde volver a escanear la billetera. Puedes dejarlo como ' 0 ' si no lo haces ' No sé lo que debería ser.
+
+
+
+ Couldn't restore the wallet
+ Podría 't restaurar la billetera
+
+
+
+ Failed to save wallet
+ Error al guardar la billetera
+
+
+
+ Couldn't save the wallet
+ Podría 't guardar la billetera
+
+
+
+ Settings
+
+
+ Settings
+ Configuración
+
+
+
+ Lightwallet Server
+ Billetera Servidor Light
+
+
+
+ Options
+ Opciones
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ Connect to git on startup to check for updates
+ Conéctese a git en el inicio para buscar actualizaciones
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Conéctese a internet para obtener precios de Hush
+
+
+
+ Check git for updates at startup
+ Verifique git para actualizaciones al inicio
+
+
+
+ Theme
+ Tema
+
+
+ default
+ Predeterminado
+
+
+
+ Connection
+ Conexión
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+ Ir a buscar precios de Hush
+
+
+
+ Currency
+ Moneda
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Todas las direcciones
+
+
+
+ Export All Keys
+ Exportar todas las claves
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Dirección
+
+
+
+ Balance (%1)
+ Saldo (% 1)
+
+
+
+ about
+
+
+ About
+ Acerca de
+
+
+
+ addressBook
+
+
+ Address Book
+ Libreta de direcciones
+
+
+
+ Add New Address
+ Agregar nueva dirección
+
+
+
+ Address (z-Addr or t-Addr)
+ Dirección (z-Direcc o t-Direcc)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Etiqueta
+
+
+
+ Add to Address Book
+ Agregar a la libreta de direcciones
+
+
+
+ Import Address Book
+ Importar libreta de direcciones
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Confirmar transacción
+
+
+
+ To
+ A
+
+
+
+ Recurring Payment
+ Pago Recurrente
+
+
+
+ TextLabel
+ Etiqueta de texto
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Está enviando una transacción mientras su nodo todavía se está sincronizando. Esto puede no funcionar.
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Configurar hush.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ Su nodo de Hush se configurará para usted automáticamente
+
+
+
+ Show Advanced Configuration
+ Mostrar configuración avanzada
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Permitir conexiones a Internet para buscar actualizaciones, obtener precios de Hush, etc...
+
+
+
+ Use custom datadir
+ Usar datadir personalizado
+
+
+
+ Choose directory
+ Elija el directorio
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Tenga en cuenta que usted ' ya necesitará tener un servicio Tor configurado en el puerto 9050
+
+
+
+ Connect to the internet for updates and price feeds
+ Conéctese a internet para actualizaciones y precios
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Elija un directorio para almacenar su wallet.dat y cadena de bloques
+
+
+
+ Connect over Tor
+ Conectar a través de Tor
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Copiar dirección
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Encriptar su billetera
+
+
+
+ Encryption Passphrase:
+ Frase de contraseña de cifrado
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+ Confirmar frase de contraseña
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">16 caracteres mínimo</span></p></body></html>
+
+
+ Encryption Password:
+ Encriptar Contraseña:
+
+
+ Confirm Password:
+ Confirmar contraseña:
+
+
+ Passwords don't match
+ Contraseñas don't no coincide
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ ADVERTENCIA: Si olvida su contraseña, la única forma de recuperar la billetera es desde la frase inicial.
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ Etiqueta de texto
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Solicitar pago de una dirección de Sapling. Usted ' Enviaré una transacción de silencio 0.0001 a la dirección con un URI de pago de hush. La nota se incluirá en la transacción cuando la dirección le pague.
+
+
+
+ Request From
+ Solicitud de
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Cantidad en
+
+
+
+ Amount
+ Cantidad
+
+
+
+ Amount USD
+ Cantidad USD
+
+
+
+ Memo
+ Nota
+
+
+
+ My Address
+ Mi dirección
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ El destinatario verá esta dirección en el " a " campo cuando pagan su solicitud.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Editar horario
+
+
+
+ Payment Description
+ Descripción del pago
+
+
+
+ Schedule
+ Horario
+
+
+
+ Next Payment
+ Próximo pago
+
+
+
+ Amount
+ Cantidad
+
+
+
+ Memo
+ Nota
+
+
+
+ To
+ A
+
+
+
+ From
+ Desde
+
+
+
+ Number of payments
+ Número de pagos
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">16 caracteres mínimo</span></p></body></html>
+
+
+
+ Encryption Passphrase:
+ Frase de contraseña de cifrado
+
+
+
+ Confirm Passphrase:
+ Confirmar frase de contraseña
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+ Frase de contraseña de cifrado
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ Cantidad
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+ Dialog
+ Diálogo
+
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+ Por favor ingrese su semilla
+
+
+
+ Please enter the birthday of the Seed :
+ Por favor ingrese el cumpleaños de su semilla:
+
+
+
diff --git a/res/silentdragonxlite_fa.ts b/res/silentdragonxlite_fa.ts
index 1048c15..b08865c 100644
--- a/res/silentdragonxlite_fa.ts
+++ b/res/silentdragonxlite_fa.ts
@@ -1,3113 +1,3113 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- برچسب
-
-
-
- Address
- آدرس
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- آدرس
-
-
-
- Amount
- مقدار
-
-
-
- ChatBubbleMe
-
-
- Form
- ساخت/بازیابی کیف پول
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- ساخت/بازیابی کیف پول
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- سایلنت دراگون سبک
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- درحال راهاندازی
-
-
-
- Controller
-
-
- Wallet Password
- رمزعبور کیف پول
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- کیف پول شما رمزنگاری شده است. لطفا رمزعبور کیف پول خود را وارد کنید
-
-
-
-
- Wallet Decryption Failed
- رمزگشایی کیف پول ناموفق بود
-
-
-
- Please enter a valid password
- لطفاً رمزعبور صحیحی وارد کنید
-
-
-
- Failed to unlock wallet
- باز کردن کیف پول ناموفق بود
-
-
-
- CreateWalletForm
-
- Form
- ساخت/بازیابی کیف پول
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- بازیابی کیف پول با عبارت بازیابی
-
-
- Restore an existing wallet, using the 24-word seed.
- بازیابی کیف پول موجود با عبارت بازیابی 24 کلمه ای
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Create a new Wallet
- ساخت کیف پول جدید
-
-
- Create a new wallet with a randomly generated seed.
- ساخت کیف پول جدید با عبارت بازیابی تصادفی
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- انصراف
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
-
- SilentDragonXLite
- سایلنت دراگون سبک
-
-
-
- Balance
- اعتبار
-
-
-
- Summary
- خلاصه
-
-
-
- Shielded
- حفاظت شده
-
-
-
- Notarized
- محضری
-
-
-
- Transparent
- عمومی
-
-
-
- Total
- جمع کل
-
-
-
- Your node is still syncing, balances may not be updated.
- نود شما در حال همگام سازی است، اعتبارات ممکن است بروز نباشند
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- برخی تراکنش ها تاکنون تأیید نشده اند. اعتبارات ممکن است تغییر کنند
-
-
-
- Deposit DragonX
-
-
-
-
- Address Balances
- اعتبارات آدرس ها
-
-
-
-
- Send
- ارسال
-
-
-
- Total notarized funds available:
- کل اعتبارات محضری دردسترس
-
-
-
- Send To
- ارسال به
-
-
-
- Recipient
- دریافت کننده
-
-
-
-
-
-
-
- Address
- آدرس
-
-
-
-
- Address Book
- دفترچه آدرس
-
-
-
-
-
-
- Amount
- مقدار
-
-
-
- Max Available
- حداکثر دردسترس
-
-
-
-
-
-
- Memo
- یادداشت
-
-
-
- Add Recipient
- اضافه کردن دریافت کننده
-
-
- Recurring payment
- تکرار پرداخت
-
-
- Every month, starting 12-May-2012, for 6 payments
- 12-May-20برای 6 پرداخت، هر ماه شروع میشود از 12
-
-
- Edit Schedule
- ویرایش برنامه زمانی
-
-
-
-
- Miner Fee
- کارمزد استخراج کننده
-
-
-
- 0
- 0
-
-
-
- Cancel
- انصراف
-
-
-
- Receive
- دریافت
-
-
-
- Address Type
- نوع آدرس
-
-
-
- z-Addr
- آدرس حفاظت شده
-
-
- t-Addr
- آدرس عمومی
-
-
-
- Next Address
- آدرس بعدی
-
-
-
- Information about DragonX
- Hush اطلاعات مربوط به
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- Hush اطلاعات زنجیره بلوک
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
- نصف شدن پاداش بلوک بعدی
-
-
-
- Difficulty
- سختی
-
-
-
- Last Notarized Block
- آخرین بلوک محضری
-
-
-
- Total Supply
- کل عرضه
-
-
-
- Longestchain
- بلندترین زنجیره
-
-
-
- BlockHeight
- ارتفاع بلوک
-
-
-
- Supply zAddr
- تعداد سکه های حفاظت شده
-
-
-
- Supply tAddr
- تعداد سکه های عمومی
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Hush اطلاعات </span></p></body></html>
-
-
-
- Market Cap
- حجم معاملات در بازار
-
-
-
- Volume on Exchanges
- حجم معاملات در صرافی ها
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
- <html><head/><body><p align="center">این کیف پول سبک است. شما نمی توانید با آن استخراج کنید</p></body></html>
-
-
- New Address
- آدرس جدید
-
-
-
- View All Addresses
- مشاهده تمام آدرس ها
-
-
-
- Label
- برچسب
-
-
-
- Update Label
- بروزرسانی برچسب
-
-
-
- Address balance
- اعتبار آدرس
-
-
-
- Optional
- اختیاری
-
-
-
-
- Export Private Key
- صدور کلید خصوصی
-
-
-
- Your node is still syncing, balances may not be updated
- نود شما درحال همگام سازی است، اعتبارات ممکن است بروز نباشند
-
-
-
- Transactions
- تراکنش ها
-
-
- Hush Daemon
- Hushدیمن
-
-
- This is a Lightwallet, you cant mine with it!
- این یک کیف پول سبک است و شما نمی توانید با آن استخراج کنید
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- ...درحال بارگذاری
-
-
- blockHeight
- ارتفاع بلوک
-
-
-
- Version drgxlightd
- Hushنسخه کیف پول سبک
-
-
-
- Vendor
- فروشنده
-
-
- |
- |
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Spendable
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &File
- پرونده
-
-
-
- &Help
- امداد
-
-
- &Apps
- برنامه ها
-
-
-
- &Edit
- ویرایش
-
-
-
- E&xit
- خروج
-
-
-
- &About
- درباره
-
-
-
- &Settings
- تنظیمات
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &Send DenioD Feedback
- DenioDارسال بازخورد به
-
-
-
- &DragonX Telegram
- Hushدیسکورد
-
-
-
- &DragonX Website
- Hushوبسایت
-
-
-
- Check git for &updates
- بررسی گیت هاب ما برای بروزرسانی
-
-
-
- &Export all private keys
- صدور تمام کلید های خصوصی
-
-
-
- Address &book
- دفترچه آدرس
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
- &Export seed phrase
- صدور عبارت بازیابی
-
-
-
-
- Export transactions
- صدور تراکنشها
-
-
-
- Pay drgx &URI...
- URI پرداخت هاش با
-
-
- Connect mobile &app
- اتصال برنامه تلفن همراه
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- تکرار پرداخت ها
-
-
-
- Request drgx...
- Hushدرخواست
-
-
-
- File a bug...
- گزارش اشکال
-
-
-
- Encrypt Wallet
- رمزنگاری کیف پول
-
-
-
- Remove Wallet Encryption
- حذف رمزنگاری کیف پول
-
-
-
- Rescan
- بررسی دوباره
-
-
-
- Import Private Key
-
-
-
- Wallet is already encrypted
- کیف پول در حال حاضر رمزنگاری شده است
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- کیف پول شما درحال حاضر توسط رمزعبور، رمزنگاری شده است
-لطفا از حذف رمزنگاری کیف پول استفاده کنید اگر می خواهید رمزنگاری کیف پولتان را حذف کنید.
-
-
-
-
- Passwords don't match
- رمزعبور همخوانی ندارد
-
-
- Error was:
-
- خطا:
-
-
- Wallet Encrypted
- کیف پول رمزنگاری شده است
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- کیف پول شما با موفقیت رمزنگاری شد! این رمز عبور برای ارسال اعتبار و صدور کلید های خصوصی ضروری است
-
-
-
-
- Wallet Encryption Failed
- رمزنگاری کیف پول ناموفق بود
-
-
-
- Wallet is not encrypted
- کیف پول، رمزنگاری نشده است
-
-
- Your wallet is not encrypted with a password.
- کیف پول شما با رمزعبور، رمزنگاری نشده است
-
-
- Wallet Password
- رمزعبور کیف پول
-
-
- Please enter your wallet password
- لطفاً رمزعبور کیف پول خود را وارد کنید
-
-
- Wallet Decryption Failed
- رمزگشایی کیف پول ناموفق بود
-
-
- Please enter a password to decrypt your wallet!
- لطفاً رمزعبور خود را وارد کنید تا کیف پول شما رمزگشایی شود
-
-
- Wallet Encryption Removed
- رمزنگاری کیف پول حذف شد
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- کیف پول شما با موفقیت رمزگشایی شد! شما دیگر برای ارسال اعتبار و صدور کلید های خصوصی به رمز عبور نیازی ندارید
-
-
-
-
- Copy txid
- کپی شناسه تراکنش
-
-
-
-
- Copy block explorer link
- کپی لینک وبسایت مشاهده تراکنش
-
-
-
- View tx on block explorer
- مشاهده تراکنش در وبسایت
-
-
-
- Refresh
- تازه سازی
-
-
- Restart
- اجرای مجدد
-
-
- Please restart Silentdragonlite to have the theme apply
- لطفا برای اعمال پوسته، سایلنت دراگون سبک خود را مجدداً اجرا کنید
-
-
-
- Currency Change
- تغییر واحد پول
-
-
- Please restart SilentDragonXLite to have new currencies apply
- لطفا برای اعمال واحد پول جدید، سایلنت دراگون سبک خود را مجدداً اجرا کنید
-
-
- Some feedback about SilentDragonlite or Hush...
- Hushبرخی بازخوردها درباره سایلنت دراگون سبک یا
-
-
- Send Duke some private and shielded feedback about
- بفرستید Duke تعدادی بازخورد به صورت خصوصی و حفاظت شده برای
-
-
-
- This change can take a few seconds.
-
-
-
- or SilentDragonXLite
- یا سایلنت دراگون سبک
-
-
- Send DenioD some private and shielded feedback about
- بفرستید DenioD تعدادی بازخورد به صورت خصوصی و حفاظت شده به
-
-
-
- Paste DRGX URI
- DRGX URI چسبانیدن
-
-
-
- Error paying DRGX URI
- DRGX URI خطا در پرداخت
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- یو-آر-آی باید از این قالب باشد'hush:<addr>?amt=x&memo=y
-
-
-
- Error
- خطا
-
-
-
- Error exporting transactions, file was not saved
- خطا در صدور تراکنش ها، پرونده ذخیره نشد
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- این، عبارت بازیابی کیف پول شما است. لطفا با دقت و اطمینان از آن نسخه پشتیبان تهیه کنید
-
-
-
-
- Save File
- ذخیره پرونده
-
-
-
-
- Unable to open file
- خطا در بازکردن پرونده
-
-
-
- Error getting private keys
- خطا در دریافت کلید های خصوصی
-
-
-
- Error loading private keys:
- خطا در بارگذاری کلید های خصوصی
-
-
-
- These are all the private keys for all the addresses in your wallet
- این ها تمام کلید های خصوصی برای تمام آدرس های کیف پول های شما است
-
-
-
- Private key for
- کلید خصوصی برای
-
-
-
-
- Copy address
- کپی آدرس
-
-
-
-
-
-
- Copied to clipboard
- در کلیپ بورد کپی شد
-
-
-
-
- Failed to restore wallet
- بازیابی کیف پول ناموفق بود
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- سایلنت دراگون سبک برای بازیابی کیف پول، به 24 کلمه نیاز دارد
-
-
-
- Failed to parse wallet birthday
- تجزیه روز تولد کیف پول ناموفق بود
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- نمی توان این روز تولد کیف پول را فهمید. این باید ارتفاع بلوکی باشد که از آنجا شروع به بررسی شود. اگر نمی دانید، می توانید آن را 0 قرار دهید
-
-
-
- Couldn't restore the wallet
- نتوانست کیف پول را بازیابی کند
-
-
-
- Failed to save wallet
- ذخیره کیف پول ناموفق بود
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- Out of memory!
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Get private key
- دریافت کلید خصوصی
-
-
-
-
- View on block explorer
- مشاهده در وبسایت
-
-
-
- View Payment Request
- مشاهده درخواست پرداخت
-
-
-
- View Memo
- مشاهده یادداشت
-
-
-
- Reply to
- پاسخ به
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- آدرس عمومی جدید، ساخته شد
-
-
-
- Copy Address
- کپی آدرس
-
-
-
- Address has been previously used
- آدرس، قبلا هم استفاده شده بود
-
-
-
- Address is unused
- آدرس استفاده نشده
-
-
-
- Cannot support multiple addresses
- قادر به پشتیبانی آدرس های متعدد نمی باشد
-
-
-
- Recurring payments doesn't currently support multiple addresses
- پرداخت مجدد، فعلا از آدرس های متعدد پشتیبانی نمی کند
-
-
-
- Recipient
- دریافت کننده
-
-
-
- Only z-addresses can have memos
- فقط آدرس های حفاظت شده می توانند یادداشت داشته باشند
-
-
- Memos can only be used with z-addresses
- یادداشت ها تنها می توانند توسط آدرس های حفاظت شده، مورد استفاده قرار گیرند
-
-
- The memo field can only be used with a z-address.
-
- یادداشت ها تنها می توانند توسط آدرس های حفاظت شده، مورد استفاده قرار گیرند
-
-
-
-doesn't look like a z-address
- به نظر نمی رسد این یک آدرس حفاظت شده باشد
-
-
-
- Transaction Error
- خطای تراکنش
-
-
-
-
- Please wait...
- ...لطفا منتظر بمانید
-
-
-
- Computing your transaction
- درحال محاسبه تراکنش شما
-
-
-
-
- Done!
- !انجام شد
-
-
-
-
-
-
-
- Recipient Address
- آدرس دریافت کننده
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- is Invalid
- صحیح نیست
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- صحیح نمی باشد '%1' این مقدار برای آدرس
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- اعتبار برای ارسال این تراکنش کافی نیست
-
- %1 :دارای
- %2 :نیازمند
-
- توجه: اعتبارات قبل از اینکه بتوانند خرج شوند، نیاز به 5 تاییدیه دارند
- {1
-?} {2
-?} {1 ?}
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
- اعتبار برای ارسال این تراکنش کافی نیست
-
- %1 :دارای
- %2 :نیازمند
-
- توجه: اعتبارات قبل از اینکه بتوانند خرج شوند، نیاز به 5 تاییدیه دارند
-
-
-
-
- MemoDialog
-
-
-
- Memo
- یادداشت
-
-
-
- Include Reply Address
- شامل آدرس پاسخ
-
-
-
- MemoEdit
-
-
- Reply to
- پاسخ به
-
-
-
- MigrationDialog
-
- Migration Turnstile
- ورودی مهاجرت
-
-
- Migration History
- تاریخچه مهاجرت
-
-
- Migrated Amount
- مقدار مهاجرت یافته
-
-
- Unmigrated Amount
- مقدار مهاجرت نیافته
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- اتصال به برنامه تلفن همراه
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- برای متصل شدن تلفن همراهتان، این کد کیو-آر را از طریق برنامه سایلنت دراگون تلفن همراهتان اسکن کنید
-
-
-
- QR Code
- QRکد
-
-
-
- Connection String
- رشته اتصال
-
-
-
- Allow connections over the internet via silentdragon wormhole
- پذیرفتن اتصال به اینترنت توسط سرویس کرمچاله سایلنت دراگون
-
-
-
- silentdragon Companion App
- برنامه همراه سایلنت دراگون
-
-
-
- Disconnect
- قطع شدن
-
-
-
-
- TextLabel
- برچسب متن
-
-
-
- Last seen:
- :آخرین بازدید
-
-
-
- Connection type:
- نوع اتصال
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- ساخت/بازیابی کیف پول
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- این عبارت بازیابی کیف پول جدید شما است. لطفا با اطمینان از آن پشتیبانی بگیرید
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- این عبارت بازیابی، تنها راه بازگرداندن کیف پولتان است. اگر این عبارت بازیابی را فراموش کنید، دیگر هیچ راهی برای بازگرداندن کیف پول و اعتبارات درون آن وجود ندارد
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
- خطا در ساختن کیف پول جدید
-
-
-
- Failed to save wallet
- ذخیره کیف پول ناموفق بود
-
-
-
- Couldn't save the wallet
- ذخیره کیف پول مقدور نبود
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
- کلید های خصوصی
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- انتخاب
-
-
-
-
-
- Address or Label Error
- خطای آدرس یا برچسب
-
-
-
-
-
- Address or Label cannot be empty
- آدرس یا برچسب، نمی تواند خالی باشد
-
-
-
-
-
- Address Format Error
- خطای قالب آدرس
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- آدرس هاش صحیحی باشد '%1' به نظر نمی رسد
-
-
-
-
-
-
- Label Error
- خطای برچسب
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- موجود بوده است. لطفا برچسب موجود را حذف کنید '%1' ِبرچسب
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- وارد کردن دفترچه آدرس
-
-
-
- Unable to open file
- قادر به بازکردن پرونده نیست
-
-
-
- Address Book Import Done
- وارد کردن دفترچه آدرس انجام شد
-
-
-
- Imported %1 new Address book entries
- به دفترچه آدرس، 1% آدرس جدید اضافه شد
-
-
-
- Copy address
- کپی آدرس
-
-
-
- Copied to clipboard
- در کلیپ بورد کپی شد
-
-
-
- Delete label
- حذف برچسب
-
-
-
- Attempting to initialize library with
- درحال تلاش برای راهاندازی کتابخانه با:
-
-
-
- Using existing wallet.
- استفاده از کیف پول موجود
-
-
-
- Create/restore wallet.
- ساخت/بازیابی کیف پول
-
-
-
-
- Connection Error
- خطا در برقراری اتصال
-
-
-
-
-
-
-
-
-
- Transaction Error
- خطا در تراکنش
-
-
-
- There was an error sending the transaction. The error was:
- خطایی در ارسال تراکنش رخ داد:
-
-
-
-
- No Connection
- متصل نیست
-
-
- There was an error connecting to hushd. The error was
- خطایی در اتصال به سرویس هاشد رخ داد:
-
-
-
-
-
-
-
-
-
- Tx
- تراکنش
-
-
-
-
-
-
-
-
-
- failed
- ناموفق بود
-
-
-
-
-
-
-
-
- The transaction with id
- تراکنش با شناسه
-
-
-
-
-
-
-
-
- failed. The error was
- ناموفق بود
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- بروزرسانی دردسترس است
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- آیا مایل به بازدید از صفحه انتشار نسخه ها هستید؟
-
-
-
- No updates available
- هیچ بروزرسانی ای دردسترس نیست
-
-
-
- You already have the latest release v%1
- هستید v%1 شما هماکنون دارای آخرین نسخه
-
-
-
-
- Please wait for SilentDragonXLite to exit
- لطفا تا خروج سایلنت دراگون سبک، منتظر بمانید
-
-
-
-
- It may take several minutes
-
-
-
- Waiting for hushd to exit
- لطفا تا خروج سرویس هاشد، منتظر بمانید
-
-
-
- No dragonx price was available to convert from USD
- هیچ نرخی برای تبدیل هاش از دلارامریکا دردسترس نبود
-
-
-
- View on block explorer
- مشاهده تراکنش در وبسایت
-
-
-
- View Error
- مشاهده خطا
-
-
-
- Reported Error
- خطای گزارش شده
-
-
-
-
- Are you sure you want to delete the recurring payment?
- آیا برای حذف پرداخت مجدد مطمئنید؟
-
-
-
- All future payments will be cancelled.
- تمام پرداخت های آینده، لغو میشوند
-
-
-
- Tx submitted (right click to copy) txid:
- تراکنش ارسال شد. برای کپی شناسه تراکنش راست کلیک کنید
-
-
-
- Type
- نوع
-
-
-
- Address
- آدرس
-
-
-
- Date/Time
- تاریخ/زمان
-
-
-
- Confirmations
- تأییدیه ها
-
-
-
- Amount
- مقدار
-
-
-
- Connected directly
- مستقیماً متصل است
-
-
-
- Connected over the internet via silentdragon wormhole service
- متصل به اینترنت توسط سرویس کرمچاله سایلنت دراگون
-
-
-
-
- Node is still syncing.
- نود هنوز درحال همگام سازی است
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- هیچ آدرس سپلینگ یا عمومی ای، اعتبار کافی برای خرج شدن ندارند
-
-
-
- RecurringDialog
-
- Dialog
- گفتگو
-
-
-
- Recurring Dialog
-
-
-
-
- View
- مشاهده
-
-
-
- Delete
- حذف
-
-
-
- RecurringListViewModel
-
-
- Amount
- مقدار
-
-
-
- Schedule
- برنامه زمانی
-
-
-
- Payments Left
- پرداخت های باقی مانده
-
-
-
- Next Payment
- پرداخت بعدی
-
-
-
- To
- به
-
-
-
- Every
- هر
-
-
-
- None
- هیچ
-
-
-
- RecurringPayments
-
- Payments
- پرداخت ها
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- تاریخ
-
-
-
- Status
- وضعیت
-
-
-
- Txid
- شناسه تراکنش
-
-
-
- Not due yet
- هنوز موعدش نرسیده
-
-
-
- Pending
- درحال انجام
-
-
-
- Skipped
- رد شده
-
-
-
- Paid
- پرداخت شده
-
-
-
- Error
- خطا
-
-
-
-
- Unknown
- ناشناخته
-
-
-
- RecurringPending
-
- Dialog
- گفتگو
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- هیچ پرداختی انجام نخواهد شد. شما می توانید در قسمت گفتگوی پرداخت مجدد، به صورت دستی پرداخت کنید
-
-
-
- Schedule
- برنامه زمانی
-
-
-
- How should silentdragon proceed?
- سایلنت دراگون چگونه باید ادامه دهد؟
-
-
-
- Pay All in 1 Tx
- پرداخت همه در یک تراکنش
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- تنها آخرین پرداخت درحال انجام، تکمیل میشود. تمام پرداخت های درحال انجام پیشین، رد خواهند شد>
-
-
-
- Pay Latest Only
- فقط آخری را پرداخت کن
-
-
-
- Pay None
- هیچکدام را پرداخت نکن
-
-
-
- All pending payments collected, added up and paid in a single transaction
- تمام پرداخت های درحال انجام جمعآوری و در یک تراکنش پرداخت شدند
-
-
-
- Description
- توضیحات
-
-
-
- To
- به
-
-
-
- The following recurring payment has multiple payments pending
- پرداخت مجدد جاری، دارای چندین پرداخت درحال انجام است
-
-
-
- RequestDialog
-
-
- Payment Request
- درخواست پرداخت
-
-
-
- AddressBook
- دفترچه آدرس
-
-
-
- Request From
- درخواست از
-
-
-
- My Address
- آدرس من
-
-
-
- Amount in
- مقدار
-
-
-
- z address
- آدرس حفاظت شده
-
-
-
- Amount
- مقدار
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- در هنگام پرداخت درخواست شما خواهد دید "به"دریافت کننده، این آدرس را در قسمت
-
-
-
- Amount USD
- USD مقدار
-
-
-
- Memo
- یادداشت
-
-
-
- TextLabel
- برچسب متن
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- درخواست پرداخت از یک آدرس سپلینگ. شما 0.0001 هاش به آن آدرس با یو-آر-آی پرداخت هاش ارسال خواهید کرد
-
-
-
- Error paying DRGX URI
- خطا در پرداخت یو-آر-آی هاش
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- یو-آر-آی باید به این قالب باشد'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- پرداخت به
-
-
-
- Pay
- پرداخت
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- شما در حال پرداخت یک درخواست پرداخت هستید. آدرس شما برای فرد درخواست کننده این پرداخت، نمایان نخواهد شد.
-
-
-
- Can only request from Sapling addresses
- تنها می توان از آدرس سپلینگ درخواست داد
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- ساخت/بازیابی کیف پول
-
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
- لطفا عبارت بازیابی 24 کلمه ای خود را در پایین وارد کنید
-
-
-
- Wallet Seed
- عبارت بازیابی کیف پول
-
-
-
- Wallet Birthday
- روز تولد کیف پول
-
-
- 0
- 0
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- روز تولد کیف پول، ارتفاع بلوکی است که کیف پول اولین تراکنش خود را در آن انجام داده است. اگر از آن خبر ندارید می توانید عدد 0 را در جای آن قرار دهید اما توجه داشته باشید که مقدار زمان طولانی تری برای پیداکردن آن صرف خواهد شد
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- بازیابی کیف پول با عبارت بازیابی
-
-
-
-
- Failed to restore wallet
- بازیابی کیف پول ناموفق بود
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- سایلنت دراگون سبک برای بازیابی کیف پول، به 24 کلمه نیاز دارد
-
-
-
- Failed to parse wallet birthday
- تجزیه روز تولد کیف پول ناموفق بود
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- نمی توان این روز تولد کیف پول را فهمید. این باید ارتفاع بلوکی باشد که از آنجا شروع به بررسی شود. اگر نمی دانید، می توانید آن را 0 قرار دهید
-
-
-
- Couldn't restore the wallet
- نتوانست کیف پول را بازیابی کند
-
-
-
- Failed to save wallet
- ذخیره کیف پول ناموفق بود
-
-
-
- Couldn't save the wallet
- نتوانست کیف پول را ذخیره کند
-
-
-
- Settings
-
-
- Settings
- تنظیمات
-
-
-
- Connection
- اتصال
-
-
-
- Lightwallet Server
- سرور کیف پول سبک
-
-
-
- Options
- گزینه ها
-
-
- default
- پیش فرض
-
-
- blue
- آبی
-
-
- light
- روشن
-
-
- dark
- تاریک
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
- Hush جمع آوری نرخ های
-
-
-
- Check git for updates at startup
- بررسی گیت هاب برای بروزرسانی ها در هنگام راهاندازی
-
-
-
- Connect to git on startup to check for updates
- اتصال به گیت هاب در هنگام راهاندازی، برای بررسی بروزرسانی ها
-
-
-
- Theme
- پوسته
-
-
-
- Connect to the internet to Fetch dragonx prices
- Hushاتصال به اینترنت برای جمعآوری نرخ های
-
-
-
- Currency
- واحد پول
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- تمام آدرس ها
-
-
-
- Export All Keys
- صدور تمام کلید های خصوصی
-
-
-
- ViewAllAddressesModel
-
-
- Address
- آدرس
-
-
-
- Balance (%1)
- (%1)اعتبار
-
-
-
- about
-
-
- About
- درباره
-
-
-
- addressBook
-
-
- Address Book
- دفترچه آدرس
-
-
-
- Add New Address
- اضافه کردن آدرس جدید
-
-
-
- Address (z-Addr or t-Addr)
- آدرس عمومی/حفاظت شده
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- برچسب
-
-
-
- Add to Address Book
- اضافه به دفترچه آدرس
-
-
-
- Import Address Book
- وارد کردن دفترچه آدرس
-
-
-
- confirm
-
-
- Confirm Transaction
- تایید تراکنش
-
-
-
- To
- به
-
-
-
- Recurring Payment
- تکرار پرداخت
-
-
-
- TextLabel
- برچسب متن
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- شما در هنگام همگام سازی نود خود، درحال ارسال تراکنش هستید. ممکن است انجام نشود
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- hush.conf پیکربندی
-
-
-
- Your dragonx node will be configured for you automatically
- نود هاش شما به صورت خودکار، پیکربندی خواهد شد
-
-
- Enable Fast Sync
- فعال کردن همگام سازی سریع
-
-
-
- Show Advanced Configuration
- نمایش پیکربندی پیشرفته
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- پذیرفتن اتصال به اینترنت برای بررسی بروزرسانی ها، دریافت نرخ هاش و غیره
-
-
-
- Use custom datadir
- سفارشی datadir استفاده از
-
-
-
- Choose directory
- انتخاب مکان پرونده
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- لطفا توجه داشته باشید که شما نیاز به پیکربندی سرویس تی-او-آر بر روی درگاه 9050 خواهید داشت
-
-
-
- Connect to the internet for updates and price feeds
- اتصال به اینترنت برای بروزرسانی ها و نرخ ها
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- انتخاب کنید wallet.datلطفا مکان پرونده را برای ذخیره زنجیره بلوک و
-
-
-
- Connect over Tor
- Tor اتصال با
-
-
- <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
-
-<html><head/><body><p>از پرهزینه ترین بررسی ها در هنگام بارگیری ابتدایی بلوک رد می شود
-<a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
-
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- کپی آدرس
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- رمزنگاری کیف پول شما
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- رمزعبور رمزنگاری:
-
-
- Confirm Password:
- تایید رمز عبور
-
-
- Passwords don't match
- رمزعبور همخوانی ندارد
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- هشدار: اگر شما رمزعبورتان را فراموش کنید، تنها راه بازیابی کیف پول، استفاده از عبارت بازیابی است
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- برچسب متن
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- درخواست پرداخت از یک آدرس سپلینگ. شما 0.0001 هاش به آن آدرس با یو-آر-آی پرداخت هاش ارسال خواهید کرد
-
-
-
- Request From
- درخواست از
-
-
-
- zaddr
-
-
-
-
- Amount in
- مقدار
-
-
-
- Amount
- مقدار
-
-
-
- Amount USD
- USD مقدار
-
-
-
- Memo
- یادداشت
-
-
-
- My Address
- آدرس من
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- در هنگام پرداخت درخواست شما خواهد دید "به"دریافت کننده، این آدرس را در قسمت
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- ویرایش برنامه زمانی
-
-
-
- Payment Description
- توضیحات پرداخت
-
-
-
- Schedule
- برنامه زمانی
-
-
-
- Next Payment
- پرداخت بعدی
-
-
-
- Amount
- مقدار
-
-
-
- Memo
- یادداشت
-
-
-
- To
- به
-
-
-
- From
- از
-
-
-
- Number of payments
- تعداد پرداخت ها
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- انصراف
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- مقدار
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
- Dialog
- گفتگو
-
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ برچسب
+
+
+
+ Address
+ آدرس
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ آدرس
+
+
+
+ Amount
+ مقدار
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ ساخت/بازیابی کیف پول
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ ساخت/بازیابی کیف پول
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ سایلنت دراگون سبک
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ درحال راهاندازی
+
+
+
+ Controller
+
+
+ Wallet Password
+ رمزعبور کیف پول
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ کیف پول شما رمزنگاری شده است. لطفا رمزعبور کیف پول خود را وارد کنید
+
+
+
+
+ Wallet Decryption Failed
+ رمزگشایی کیف پول ناموفق بود
+
+
+
+ Please enter a valid password
+ لطفاً رمزعبور صحیحی وارد کنید
+
+
+
+ Failed to unlock wallet
+ باز کردن کیف پول ناموفق بود
+
+
+
+ CreateWalletForm
+
+ Form
+ ساخت/بازیابی کیف پول
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ بازیابی کیف پول با عبارت بازیابی
+
+
+ Restore an existing wallet, using the 24-word seed.
+ بازیابی کیف پول موجود با عبارت بازیابی 24 کلمه ای
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Create a new Wallet
+ ساخت کیف پول جدید
+
+
+ Create a new wallet with a randomly generated seed.
+ ساخت کیف پول جدید با عبارت بازیابی تصادفی
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ انصراف
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+
+ SilentDragonXLite
+ سایلنت دراگون سبک
+
+
+
+ Balance
+ اعتبار
+
+
+
+ Summary
+ خلاصه
+
+
+
+ Shielded
+ حفاظت شده
+
+
+
+ Notarized
+ محضری
+
+
+
+ Transparent
+ عمومی
+
+
+
+ Total
+ جمع کل
+
+
+
+ Your node is still syncing, balances may not be updated.
+ نود شما در حال همگام سازی است، اعتبارات ممکن است بروز نباشند
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ برخی تراکنش ها تاکنون تأیید نشده اند. اعتبارات ممکن است تغییر کنند
+
+
+
+ Deposit DragonX
+
+
+
+
+ Address Balances
+ اعتبارات آدرس ها
+
+
+
+
+ Send
+ ارسال
+
+
+
+ Total notarized funds available:
+ کل اعتبارات محضری دردسترس
+
+
+
+ Send To
+ ارسال به
+
+
+
+ Recipient
+ دریافت کننده
+
+
+
+
+
+
+
+ Address
+ آدرس
+
+
+
+
+ Address Book
+ دفترچه آدرس
+
+
+
+
+
+
+ Amount
+ مقدار
+
+
+
+ Max Available
+ حداکثر دردسترس
+
+
+
+
+
+
+ Memo
+ یادداشت
+
+
+
+ Add Recipient
+ اضافه کردن دریافت کننده
+
+
+ Recurring payment
+ تکرار پرداخت
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ 12-May-20برای 6 پرداخت، هر ماه شروع میشود از 12
+
+
+ Edit Schedule
+ ویرایش برنامه زمانی
+
+
+
+
+ Miner Fee
+ کارمزد استخراج کننده
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ انصراف
+
+
+
+ Receive
+ دریافت
+
+
+
+ Address Type
+ نوع آدرس
+
+
+
+ z-Addr
+ آدرس حفاظت شده
+
+
+ t-Addr
+ آدرس عمومی
+
+
+
+ Next Address
+ آدرس بعدی
+
+
+
+ Information about DragonX
+ Hush اطلاعات مربوط به
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ Hush اطلاعات زنجیره بلوک
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+ نصف شدن پاداش بلوک بعدی
+
+
+
+ Difficulty
+ سختی
+
+
+
+ Last Notarized Block
+ آخرین بلوک محضری
+
+
+
+ Total Supply
+ کل عرضه
+
+
+
+ Longestchain
+ بلندترین زنجیره
+
+
+
+ BlockHeight
+ ارتفاع بلوک
+
+
+
+ Supply zAddr
+ تعداد سکه های حفاظت شده
+
+
+
+ Supply tAddr
+ تعداد سکه های عمومی
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Hush اطلاعات </span></p></body></html>
+
+
+
+ Market Cap
+ حجم معاملات در بازار
+
+
+
+ Volume on Exchanges
+ حجم معاملات در صرافی ها
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+ <html><head/><body><p align="center">این کیف پول سبک است. شما نمی توانید با آن استخراج کنید</p></body></html>
+
+
+ New Address
+ آدرس جدید
+
+
+
+ View All Addresses
+ مشاهده تمام آدرس ها
+
+
+
+ Label
+ برچسب
+
+
+
+ Update Label
+ بروزرسانی برچسب
+
+
+
+ Address balance
+ اعتبار آدرس
+
+
+
+ Optional
+ اختیاری
+
+
+
+
+ Export Private Key
+ صدور کلید خصوصی
+
+
+
+ Your node is still syncing, balances may not be updated
+ نود شما درحال همگام سازی است، اعتبارات ممکن است بروز نباشند
+
+
+
+ Transactions
+ تراکنش ها
+
+
+ Hush Daemon
+ Hushدیمن
+
+
+ This is a Lightwallet, you cant mine with it!
+ این یک کیف پول سبک است و شما نمی توانید با آن استخراج کنید
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ ...درحال بارگذاری
+
+
+ blockHeight
+ ارتفاع بلوک
+
+
+
+ Version drgxlightd
+ Hushنسخه کیف پول سبک
+
+
+
+ Vendor
+ فروشنده
+
+
+ |
+ |
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Spendable
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &File
+ پرونده
+
+
+
+ &Help
+ امداد
+
+
+ &Apps
+ برنامه ها
+
+
+
+ &Edit
+ ویرایش
+
+
+
+ E&xit
+ خروج
+
+
+
+ &About
+ درباره
+
+
+
+ &Settings
+ تنظیمات
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &Send DenioD Feedback
+ DenioDارسال بازخورد به
+
+
+
+ &DragonX Telegram
+ Hushدیسکورد
+
+
+
+ &DragonX Website
+ Hushوبسایت
+
+
+
+ Check git for &updates
+ بررسی گیت هاب ما برای بروزرسانی
+
+
+
+ &Export all private keys
+ صدور تمام کلید های خصوصی
+
+
+
+ Address &book
+ دفترچه آدرس
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+ &Export seed phrase
+ صدور عبارت بازیابی
+
+
+
+
+ Export transactions
+ صدور تراکنشها
+
+
+
+ Pay drgx &URI...
+ URI پرداخت هاش با
+
+
+ Connect mobile &app
+ اتصال برنامه تلفن همراه
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ تکرار پرداخت ها
+
+
+
+ Request drgx...
+ Hushدرخواست
+
+
+
+ File a bug...
+ گزارش اشکال
+
+
+
+ Encrypt Wallet
+ رمزنگاری کیف پول
+
+
+
+ Remove Wallet Encryption
+ حذف رمزنگاری کیف پول
+
+
+
+ Rescan
+ بررسی دوباره
+
+
+
+ Import Private Key
+
+
+
+ Wallet is already encrypted
+ کیف پول در حال حاضر رمزنگاری شده است
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ کیف پول شما درحال حاضر توسط رمزعبور، رمزنگاری شده است
+لطفا از حذف رمزنگاری کیف پول استفاده کنید اگر می خواهید رمزنگاری کیف پولتان را حذف کنید.
+
+
+
+
+ Passwords don't match
+ رمزعبور همخوانی ندارد
+
+
+ Error was:
+
+ خطا:
+
+
+ Wallet Encrypted
+ کیف پول رمزنگاری شده است
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ کیف پول شما با موفقیت رمزنگاری شد! این رمز عبور برای ارسال اعتبار و صدور کلید های خصوصی ضروری است
+
+
+
+
+ Wallet Encryption Failed
+ رمزنگاری کیف پول ناموفق بود
+
+
+
+ Wallet is not encrypted
+ کیف پول، رمزنگاری نشده است
+
+
+ Your wallet is not encrypted with a password.
+ کیف پول شما با رمزعبور، رمزنگاری نشده است
+
+
+ Wallet Password
+ رمزعبور کیف پول
+
+
+ Please enter your wallet password
+ لطفاً رمزعبور کیف پول خود را وارد کنید
+
+
+ Wallet Decryption Failed
+ رمزگشایی کیف پول ناموفق بود
+
+
+ Please enter a password to decrypt your wallet!
+ لطفاً رمزعبور خود را وارد کنید تا کیف پول شما رمزگشایی شود
+
+
+ Wallet Encryption Removed
+ رمزنگاری کیف پول حذف شد
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ کیف پول شما با موفقیت رمزگشایی شد! شما دیگر برای ارسال اعتبار و صدور کلید های خصوصی به رمز عبور نیازی ندارید
+
+
+
+
+ Copy txid
+ کپی شناسه تراکنش
+
+
+
+
+ Copy block explorer link
+ کپی لینک وبسایت مشاهده تراکنش
+
+
+
+ View tx on block explorer
+ مشاهده تراکنش در وبسایت
+
+
+
+ Refresh
+ تازه سازی
+
+
+ Restart
+ اجرای مجدد
+
+
+ Please restart Silentdragonlite to have the theme apply
+ لطفا برای اعمال پوسته، سایلنت دراگون سبک خود را مجدداً اجرا کنید
+
+
+
+ Currency Change
+ تغییر واحد پول
+
+
+ Please restart SilentDragonXLite to have new currencies apply
+ لطفا برای اعمال واحد پول جدید، سایلنت دراگون سبک خود را مجدداً اجرا کنید
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Hushبرخی بازخوردها درباره سایلنت دراگون سبک یا
+
+
+ Send Duke some private and shielded feedback about
+ بفرستید Duke تعدادی بازخورد به صورت خصوصی و حفاظت شده برای
+
+
+
+ This change can take a few seconds.
+
+
+
+ or SilentDragonXLite
+ یا سایلنت دراگون سبک
+
+
+ Send DenioD some private and shielded feedback about
+ بفرستید DenioD تعدادی بازخورد به صورت خصوصی و حفاظت شده به
+
+
+
+ Paste DRGX URI
+ DRGX URI چسبانیدن
+
+
+
+ Error paying DRGX URI
+ DRGX URI خطا در پرداخت
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ یو-آر-آی باید از این قالب باشد'hush:<addr>?amt=x&memo=y
+
+
+
+ Error
+ خطا
+
+
+
+ Error exporting transactions, file was not saved
+ خطا در صدور تراکنش ها، پرونده ذخیره نشد
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ این، عبارت بازیابی کیف پول شما است. لطفا با دقت و اطمینان از آن نسخه پشتیبان تهیه کنید
+
+
+
+
+ Save File
+ ذخیره پرونده
+
+
+
+
+ Unable to open file
+ خطا در بازکردن پرونده
+
+
+
+ Error getting private keys
+ خطا در دریافت کلید های خصوصی
+
+
+
+ Error loading private keys:
+ خطا در بارگذاری کلید های خصوصی
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ این ها تمام کلید های خصوصی برای تمام آدرس های کیف پول های شما است
+
+
+
+ Private key for
+ کلید خصوصی برای
+
+
+
+
+ Copy address
+ کپی آدرس
+
+
+
+
+
+
+ Copied to clipboard
+ در کلیپ بورد کپی شد
+
+
+
+
+ Failed to restore wallet
+ بازیابی کیف پول ناموفق بود
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ سایلنت دراگون سبک برای بازیابی کیف پول، به 24 کلمه نیاز دارد
+
+
+
+ Failed to parse wallet birthday
+ تجزیه روز تولد کیف پول ناموفق بود
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ نمی توان این روز تولد کیف پول را فهمید. این باید ارتفاع بلوکی باشد که از آنجا شروع به بررسی شود. اگر نمی دانید، می توانید آن را 0 قرار دهید
+
+
+
+ Couldn't restore the wallet
+ نتوانست کیف پول را بازیابی کند
+
+
+
+ Failed to save wallet
+ ذخیره کیف پول ناموفق بود
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ Out of memory!
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Get private key
+ دریافت کلید خصوصی
+
+
+
+
+ View on block explorer
+ مشاهده در وبسایت
+
+
+
+ View Payment Request
+ مشاهده درخواست پرداخت
+
+
+
+ View Memo
+ مشاهده یادداشت
+
+
+
+ Reply to
+ پاسخ به
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ آدرس عمومی جدید، ساخته شد
+
+
+
+ Copy Address
+ کپی آدرس
+
+
+
+ Address has been previously used
+ آدرس، قبلا هم استفاده شده بود
+
+
+
+ Address is unused
+ آدرس استفاده نشده
+
+
+
+ Cannot support multiple addresses
+ قادر به پشتیبانی آدرس های متعدد نمی باشد
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ پرداخت مجدد، فعلا از آدرس های متعدد پشتیبانی نمی کند
+
+
+
+ Recipient
+ دریافت کننده
+
+
+
+ Only z-addresses can have memos
+ فقط آدرس های حفاظت شده می توانند یادداشت داشته باشند
+
+
+ Memos can only be used with z-addresses
+ یادداشت ها تنها می توانند توسط آدرس های حفاظت شده، مورد استفاده قرار گیرند
+
+
+ The memo field can only be used with a z-address.
+
+ یادداشت ها تنها می توانند توسط آدرس های حفاظت شده، مورد استفاده قرار گیرند
+
+
+
+doesn't look like a z-address
+ به نظر نمی رسد این یک آدرس حفاظت شده باشد
+
+
+
+ Transaction Error
+ خطای تراکنش
+
+
+
+
+ Please wait...
+ ...لطفا منتظر بمانید
+
+
+
+ Computing your transaction
+ درحال محاسبه تراکنش شما
+
+
+
+
+ Done!
+ !انجام شد
+
+
+
+
+
+
+
+ Recipient Address
+ آدرس دریافت کننده
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ is Invalid
+ صحیح نیست
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ صحیح نمی باشد '%1' این مقدار برای آدرس
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ اعتبار برای ارسال این تراکنش کافی نیست
+
+ %1 :دارای
+ %2 :نیازمند
+
+ توجه: اعتبارات قبل از اینکه بتوانند خرج شوند، نیاز به 5 تاییدیه دارند
+ {1
+?} {2
+?} {1 ?}
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ اعتبار برای ارسال این تراکنش کافی نیست
+
+ %1 :دارای
+ %2 :نیازمند
+
+ توجه: اعتبارات قبل از اینکه بتوانند خرج شوند، نیاز به 5 تاییدیه دارند
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ یادداشت
+
+
+
+ Include Reply Address
+ شامل آدرس پاسخ
+
+
+
+ MemoEdit
+
+
+ Reply to
+ پاسخ به
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ ورودی مهاجرت
+
+
+ Migration History
+ تاریخچه مهاجرت
+
+
+ Migrated Amount
+ مقدار مهاجرت یافته
+
+
+ Unmigrated Amount
+ مقدار مهاجرت نیافته
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ اتصال به برنامه تلفن همراه
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ برای متصل شدن تلفن همراهتان، این کد کیو-آر را از طریق برنامه سایلنت دراگون تلفن همراهتان اسکن کنید
+
+
+
+ QR Code
+ QRکد
+
+
+
+ Connection String
+ رشته اتصال
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ پذیرفتن اتصال به اینترنت توسط سرویس کرمچاله سایلنت دراگون
+
+
+
+ silentdragon Companion App
+ برنامه همراه سایلنت دراگون
+
+
+
+ Disconnect
+ قطع شدن
+
+
+
+
+ TextLabel
+ برچسب متن
+
+
+
+ Last seen:
+ :آخرین بازدید
+
+
+
+ Connection type:
+ نوع اتصال
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ ساخت/بازیابی کیف پول
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ این عبارت بازیابی کیف پول جدید شما است. لطفا با اطمینان از آن پشتیبانی بگیرید
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ این عبارت بازیابی، تنها راه بازگرداندن کیف پولتان است. اگر این عبارت بازیابی را فراموش کنید، دیگر هیچ راهی برای بازگرداندن کیف پول و اعتبارات درون آن وجود ندارد
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+ خطا در ساختن کیف پول جدید
+
+
+
+ Failed to save wallet
+ ذخیره کیف پول ناموفق بود
+
+
+
+ Couldn't save the wallet
+ ذخیره کیف پول مقدور نبود
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+ کلید های خصوصی
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ انتخاب
+
+
+
+
+
+ Address or Label Error
+ خطای آدرس یا برچسب
+
+
+
+
+
+ Address or Label cannot be empty
+ آدرس یا برچسب، نمی تواند خالی باشد
+
+
+
+
+
+ Address Format Error
+ خطای قالب آدرس
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ آدرس هاش صحیحی باشد '%1' به نظر نمی رسد
+
+
+
+
+
+
+ Label Error
+ خطای برچسب
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ موجود بوده است. لطفا برچسب موجود را حذف کنید '%1' ِبرچسب
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ وارد کردن دفترچه آدرس
+
+
+
+ Unable to open file
+ قادر به بازکردن پرونده نیست
+
+
+
+ Address Book Import Done
+ وارد کردن دفترچه آدرس انجام شد
+
+
+
+ Imported %1 new Address book entries
+ به دفترچه آدرس، 1% آدرس جدید اضافه شد
+
+
+
+ Copy address
+ کپی آدرس
+
+
+
+ Copied to clipboard
+ در کلیپ بورد کپی شد
+
+
+
+ Delete label
+ حذف برچسب
+
+
+
+ Attempting to initialize library with
+ درحال تلاش برای راهاندازی کتابخانه با:
+
+
+
+ Using existing wallet.
+ استفاده از کیف پول موجود
+
+
+
+ Create/restore wallet.
+ ساخت/بازیابی کیف پول
+
+
+
+
+ Connection Error
+ خطا در برقراری اتصال
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ خطا در تراکنش
+
+
+
+ There was an error sending the transaction. The error was:
+ خطایی در ارسال تراکنش رخ داد:
+
+
+
+
+ No Connection
+ متصل نیست
+
+
+ There was an error connecting to hushd. The error was
+ خطایی در اتصال به سرویس هاشد رخ داد:
+
+
+
+
+
+
+
+
+
+ Tx
+ تراکنش
+
+
+
+
+
+
+
+
+
+ failed
+ ناموفق بود
+
+
+
+
+
+
+
+
+ The transaction with id
+ تراکنش با شناسه
+
+
+
+
+
+
+
+
+ failed. The error was
+ ناموفق بود
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ بروزرسانی دردسترس است
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ آیا مایل به بازدید از صفحه انتشار نسخه ها هستید؟
+
+
+
+ No updates available
+ هیچ بروزرسانی ای دردسترس نیست
+
+
+
+ You already have the latest release v%1
+ هستید v%1 شما هماکنون دارای آخرین نسخه
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ لطفا تا خروج سایلنت دراگون سبک، منتظر بمانید
+
+
+
+
+ It may take several minutes
+
+
+
+ Waiting for hushd to exit
+ لطفا تا خروج سرویس هاشد، منتظر بمانید
+
+
+
+ No dragonx price was available to convert from USD
+ هیچ نرخی برای تبدیل هاش از دلارامریکا دردسترس نبود
+
+
+
+ View on block explorer
+ مشاهده تراکنش در وبسایت
+
+
+
+ View Error
+ مشاهده خطا
+
+
+
+ Reported Error
+ خطای گزارش شده
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ آیا برای حذف پرداخت مجدد مطمئنید؟
+
+
+
+ All future payments will be cancelled.
+ تمام پرداخت های آینده، لغو میشوند
+
+
+
+ Tx submitted (right click to copy) txid:
+ تراکنش ارسال شد. برای کپی شناسه تراکنش راست کلیک کنید
+
+
+
+ Type
+ نوع
+
+
+
+ Address
+ آدرس
+
+
+
+ Date/Time
+ تاریخ/زمان
+
+
+
+ Confirmations
+ تأییدیه ها
+
+
+
+ Amount
+ مقدار
+
+
+
+ Connected directly
+ مستقیماً متصل است
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ متصل به اینترنت توسط سرویس کرمچاله سایلنت دراگون
+
+
+
+
+ Node is still syncing.
+ نود هنوز درحال همگام سازی است
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ هیچ آدرس سپلینگ یا عمومی ای، اعتبار کافی برای خرج شدن ندارند
+
+
+
+ RecurringDialog
+
+ Dialog
+ گفتگو
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ مشاهده
+
+
+
+ Delete
+ حذف
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ مقدار
+
+
+
+ Schedule
+ برنامه زمانی
+
+
+
+ Payments Left
+ پرداخت های باقی مانده
+
+
+
+ Next Payment
+ پرداخت بعدی
+
+
+
+ To
+ به
+
+
+
+ Every
+ هر
+
+
+
+ None
+ هیچ
+
+
+
+ RecurringPayments
+
+ Payments
+ پرداخت ها
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ تاریخ
+
+
+
+ Status
+ وضعیت
+
+
+
+ Txid
+ شناسه تراکنش
+
+
+
+ Not due yet
+ هنوز موعدش نرسیده
+
+
+
+ Pending
+ درحال انجام
+
+
+
+ Skipped
+ رد شده
+
+
+
+ Paid
+ پرداخت شده
+
+
+
+ Error
+ خطا
+
+
+
+
+ Unknown
+ ناشناخته
+
+
+
+ RecurringPending
+
+ Dialog
+ گفتگو
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ هیچ پرداختی انجام نخواهد شد. شما می توانید در قسمت گفتگوی پرداخت مجدد، به صورت دستی پرداخت کنید
+
+
+
+ Schedule
+ برنامه زمانی
+
+
+
+ How should silentdragon proceed?
+ سایلنت دراگون چگونه باید ادامه دهد؟
+
+
+
+ Pay All in 1 Tx
+ پرداخت همه در یک تراکنش
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ تنها آخرین پرداخت درحال انجام، تکمیل میشود. تمام پرداخت های درحال انجام پیشین، رد خواهند شد>
+
+
+
+ Pay Latest Only
+ فقط آخری را پرداخت کن
+
+
+
+ Pay None
+ هیچکدام را پرداخت نکن
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ تمام پرداخت های درحال انجام جمعآوری و در یک تراکنش پرداخت شدند
+
+
+
+ Description
+ توضیحات
+
+
+
+ To
+ به
+
+
+
+ The following recurring payment has multiple payments pending
+ پرداخت مجدد جاری، دارای چندین پرداخت درحال انجام است
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ درخواست پرداخت
+
+
+
+ AddressBook
+ دفترچه آدرس
+
+
+
+ Request From
+ درخواست از
+
+
+
+ My Address
+ آدرس من
+
+
+
+ Amount in
+ مقدار
+
+
+
+ z address
+ آدرس حفاظت شده
+
+
+
+ Amount
+ مقدار
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ در هنگام پرداخت درخواست شما خواهد دید "به"دریافت کننده، این آدرس را در قسمت
+
+
+
+ Amount USD
+ USD مقدار
+
+
+
+ Memo
+ یادداشت
+
+
+
+ TextLabel
+ برچسب متن
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ درخواست پرداخت از یک آدرس سپلینگ. شما 0.0001 هاش به آن آدرس با یو-آر-آی پرداخت هاش ارسال خواهید کرد
+
+
+
+ Error paying DRGX URI
+ خطا در پرداخت یو-آر-آی هاش
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ یو-آر-آی باید به این قالب باشد'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ پرداخت به
+
+
+
+ Pay
+ پرداخت
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ شما در حال پرداخت یک درخواست پرداخت هستید. آدرس شما برای فرد درخواست کننده این پرداخت، نمایان نخواهد شد.
+
+
+
+ Can only request from Sapling addresses
+ تنها می توان از آدرس سپلینگ درخواست داد
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ ساخت/بازیابی کیف پول
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+ لطفا عبارت بازیابی 24 کلمه ای خود را در پایین وارد کنید
+
+
+
+ Wallet Seed
+ عبارت بازیابی کیف پول
+
+
+
+ Wallet Birthday
+ روز تولد کیف پول
+
+
+ 0
+ 0
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ روز تولد کیف پول، ارتفاع بلوکی است که کیف پول اولین تراکنش خود را در آن انجام داده است. اگر از آن خبر ندارید می توانید عدد 0 را در جای آن قرار دهید اما توجه داشته باشید که مقدار زمان طولانی تری برای پیداکردن آن صرف خواهد شد
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ بازیابی کیف پول با عبارت بازیابی
+
+
+
+
+ Failed to restore wallet
+ بازیابی کیف پول ناموفق بود
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ سایلنت دراگون سبک برای بازیابی کیف پول، به 24 کلمه نیاز دارد
+
+
+
+ Failed to parse wallet birthday
+ تجزیه روز تولد کیف پول ناموفق بود
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ نمی توان این روز تولد کیف پول را فهمید. این باید ارتفاع بلوکی باشد که از آنجا شروع به بررسی شود. اگر نمی دانید، می توانید آن را 0 قرار دهید
+
+
+
+ Couldn't restore the wallet
+ نتوانست کیف پول را بازیابی کند
+
+
+
+ Failed to save wallet
+ ذخیره کیف پول ناموفق بود
+
+
+
+ Couldn't save the wallet
+ نتوانست کیف پول را ذخیره کند
+
+
+
+ Settings
+
+
+ Settings
+ تنظیمات
+
+
+
+ Connection
+ اتصال
+
+
+
+ Lightwallet Server
+ سرور کیف پول سبک
+
+
+
+ Options
+ گزینه ها
+
+
+ default
+ پیش فرض
+
+
+ blue
+ آبی
+
+
+ light
+ روشن
+
+
+ dark
+ تاریک
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+ Hush جمع آوری نرخ های
+
+
+
+ Check git for updates at startup
+ بررسی گیت هاب برای بروزرسانی ها در هنگام راهاندازی
+
+
+
+ Connect to git on startup to check for updates
+ اتصال به گیت هاب در هنگام راهاندازی، برای بررسی بروزرسانی ها
+
+
+
+ Theme
+ پوسته
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Hushاتصال به اینترنت برای جمعآوری نرخ های
+
+
+
+ Currency
+ واحد پول
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ تمام آدرس ها
+
+
+
+ Export All Keys
+ صدور تمام کلید های خصوصی
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ آدرس
+
+
+
+ Balance (%1)
+ (%1)اعتبار
+
+
+
+ about
+
+
+ About
+ درباره
+
+
+
+ addressBook
+
+
+ Address Book
+ دفترچه آدرس
+
+
+
+ Add New Address
+ اضافه کردن آدرس جدید
+
+
+
+ Address (z-Addr or t-Addr)
+ آدرس عمومی/حفاظت شده
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ برچسب
+
+
+
+ Add to Address Book
+ اضافه به دفترچه آدرس
+
+
+
+ Import Address Book
+ وارد کردن دفترچه آدرس
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ تایید تراکنش
+
+
+
+ To
+ به
+
+
+
+ Recurring Payment
+ تکرار پرداخت
+
+
+
+ TextLabel
+ برچسب متن
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ شما در هنگام همگام سازی نود خود، درحال ارسال تراکنش هستید. ممکن است انجام نشود
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ hush.conf پیکربندی
+
+
+
+ Your dragonx node will be configured for you automatically
+ نود هاش شما به صورت خودکار، پیکربندی خواهد شد
+
+
+ Enable Fast Sync
+ فعال کردن همگام سازی سریع
+
+
+
+ Show Advanced Configuration
+ نمایش پیکربندی پیشرفته
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ پذیرفتن اتصال به اینترنت برای بررسی بروزرسانی ها، دریافت نرخ هاش و غیره
+
+
+
+ Use custom datadir
+ سفارشی datadir استفاده از
+
+
+
+ Choose directory
+ انتخاب مکان پرونده
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ لطفا توجه داشته باشید که شما نیاز به پیکربندی سرویس تی-او-آر بر روی درگاه 9050 خواهید داشت
+
+
+
+ Connect to the internet for updates and price feeds
+ اتصال به اینترنت برای بروزرسانی ها و نرخ ها
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ انتخاب کنید wallet.datلطفا مکان پرونده را برای ذخیره زنجیره بلوک و
+
+
+
+ Connect over Tor
+ Tor اتصال با
+
+
+ <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
+
+<html><head/><body><p>از پرهزینه ترین بررسی ها در هنگام بارگیری ابتدایی بلوک رد می شود
+<a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
+
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ کپی آدرس
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ رمزنگاری کیف پول شما
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ رمزعبور رمزنگاری:
+
+
+ Confirm Password:
+ تایید رمز عبور
+
+
+ Passwords don't match
+ رمزعبور همخوانی ندارد
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ هشدار: اگر شما رمزعبورتان را فراموش کنید، تنها راه بازیابی کیف پول، استفاده از عبارت بازیابی است
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ برچسب متن
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ درخواست پرداخت از یک آدرس سپلینگ. شما 0.0001 هاش به آن آدرس با یو-آر-آی پرداخت هاش ارسال خواهید کرد
+
+
+
+ Request From
+ درخواست از
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ مقدار
+
+
+
+ Amount
+ مقدار
+
+
+
+ Amount USD
+ USD مقدار
+
+
+
+ Memo
+ یادداشت
+
+
+
+ My Address
+ آدرس من
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ در هنگام پرداخت درخواست شما خواهد دید "به"دریافت کننده، این آدرس را در قسمت
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ ویرایش برنامه زمانی
+
+
+
+ Payment Description
+ توضیحات پرداخت
+
+
+
+ Schedule
+ برنامه زمانی
+
+
+
+ Next Payment
+ پرداخت بعدی
+
+
+
+ Amount
+ مقدار
+
+
+
+ Memo
+ یادداشت
+
+
+
+ To
+ به
+
+
+
+ From
+ از
+
+
+
+ Number of payments
+ تعداد پرداخت ها
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ انصراف
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ مقدار
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+ Dialog
+ گفتگو
+
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
diff --git a/res/silentdragonxlite_fr.ts b/res/silentdragonxlite_fr.ts
index 774b531..a3df1ce 100644
--- a/res/silentdragonxlite_fr.ts
+++ b/res/silentdragonxlite_fr.ts
@@ -1,3633 +1,3633 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Nom
-
-
-
- Address
- Adresse
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Adresse
-
-
-
- Amount
- Montant
-
-
-
- ChatBubbleMe
-
-
- Form
-
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
-
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
- silentdragon
- silentdragon
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- Démarrage
-
-
-
- Controller
-
-
- Wallet Password
- Mot de passe du wallet
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Votre portefeuille est crypté.
-Veuillez entrer le mot de passe du wallet
-
-
-
-
- Wallet Decryption Failed
- Échec du déchiffrement du portefeuille
-
-
-
- Please enter a valid password
- Veuillez entrer un mot de passe valide
-
-
-
- Failed to unlock wallet
- Impossible de déverrouiller le wallet
-
-
-
- CreateWalletForm
-
- Form
- Création / Restauration d'un wallet
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- Restaurer le wallet de la phrase clé (graine)
-
-
- Restore an existing wallet, using the 24-word seed.
- Restaurez un wallet existant à l'aide de la phrase clé de 24 mots.
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Create a new Wallet
- Créer un nouveau wallet
-
-
- Create a new wallet with a randomly generated seed.
- Créer un nouveau wallet avec une graine générée aléatoirement.
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Annuler
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
- silentdragon
- silentdragon
-
-
-
- Balance
- Solde
-
-
-
- Summary
- Résumé
-
-
-
- Shielded
- Privé
-
-
-
- Notarized
- Notarizé
-
-
-
- Transparent
- Transparant
-
-
-
- Total
- Total
-
-
-
- Your node is still syncing, balances may not be updated.
- Votre nœud est toujours en cours de synchronisation, les soldes peuvent ne pas être mis à jour.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Certaines transactions ne sont pas encore confirmées. Les soldes peuvent changer.
-
-
-
- Total notarized funds available:
- Total des fonds notariés disponibles:
-
-
-
- Next Address
-
-
-
-
- Your node is still syncing, balances may not be updated
- Votre nœud est toujours en cours de synchronisation, les soldes peuvent ne pas être mis à jour
-
-
- Some transactions are not yet confirmed
- Certaines transactions ne sont pas encore confirmées
-
-
-
- Address Balances
- Solde des adresses
-
-
-
-
- Send
- Envoyer
-
-
- From
- De
-
-
- Address Balance
- Solde de l'adresse
-
-
-
- Send To
- Envoyer à
-
-
-
- Recipient
- Destinataire
-
-
-
-
-
-
-
- Address
- Adresse
-
-
-
-
- Address Book
- Carnet d'adresses
-
-
-
-
-
-
- Amount
- Montant
-
-
-
- Max Available
- Maximum disponible
-
-
-
-
-
-
- Memo
- Mémo
-
-
-
- Add Recipient
- Ajouter un destinataire
-
-
- Recurring payment
- Paiement récurrent
-
-
- Every month, starting 12-May-2012, for 6 payments
- Chaque mois, à partir du 12 mai 2012, pour 6 paiements
-
-
- Edit Schedule
- Modifier la programmation
-
-
-
-
- Miner Fee
- I replaced this with "transaction fee" which sounds much better in French.. I hope it's correct too..
- Frais de transaction
-
-
-
- 0
- 0
-
-
-
- Cancel
- Annuler
-
-
-
- Receive
- Recevoir
-
-
-
- Address Type
- Type d'adresse
-
-
-
- Version drgxlightd
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &Send DenioD Feedback
- &Envoyer des commentaires à DenioD
-
-
-
- &Export seed phrase
- &Exporter la phrase clé (graine)
-
-
-
- Encrypt Wallet
- Chiffrer le portefeuille
-
-
-
- Remove Wallet Encryption
- Supprimer le chiffrement de portefeuille
-
-
-
- Rescan
- Re-scanner
-
-
-
- &DragonX Telegram
- &Telegram Hush
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- Spendable
-
-
-
-
- Deposit DragonX
-
-
-
-
- Information about DragonX
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
-
-
-
-
- Difficulty
-
-
-
-
- Last Notarized Block
-
-
-
-
- Total Supply
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- Longestchain
-
-
-
-
- BlockHeight
- Hauteur du block
-
-
-
- Supply zAddr
-
-
-
-
- Supply tAddr
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
-
-
-
-
- Volume on Exchanges
-
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
- Ceci est un Lightwallet, vous ne pouvez pas miner avec cette application !
-
-
-
- Import Private Key
-
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- &DragonX Website
- &Site Internet Hush
-
-
- z-Addr(Sapling)
- Adresse-z(Sapling)
-
-
- t-Addr
- Adresse-t
-
-
- z-Addr(Sprout)
- Adresse-z(Sprout)
-
-
- New Address
- Nouvelle Adresse
-
-
-
- Label
- Etiquette
-
-
-
- Update Label
- Mettre à jour l'étiquette
-
-
-
- Address balance
- Solde de l'adresse
-
-
-
- Optional
- Optionnel
-
-
-
-
- Export Private Key
- Exporter la clef privée
-
-
- Address used
- Adresse utilisée
-
-
-
- z-Addr
- z-Add
-
-
-
- View All Addresses
- Voir toutes les adresses
-
-
-
- Transactions
- Transactions
-
-
- hushd
- hushd
-
-
- This is a Lightwallet, you cant mine with it! not mining
- Vous ne minez pas à présent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Chargement...
-
-
- Blockheight
- Hauteur de block
-
-
- Version hushd light rate
- Taux de solution du réseau
-
-
-
- Vendor
- Connections
-
-
- |
- |
-
-
-
- &File
- &Fichier
-
-
-
- &Help
- &Aide
-
-
- &Apps
- &Applications
-
-
-
- &Edit
- &Edition
-
-
-
- E&xit
- Q&uiter
-
-
-
- &About
- &À propos
-
-
-
- &Settings
- &Préférences
-
-
-
- Ctrl+P
- Ctrl+P
-
-
- &Donate
- &Faire un don
-
-
-
- Check git for &updates
- Vérifier &git pour des mises à jour
-
-
- Sapling &turnstile
- Sapling &turnstile
-
-
- Ctrl+A, Ctrl+T
- Ctrl+A, Ctrl+T
-
-
- &Import private key
- &Importer une clef privée
-
-
-
- &Export all private keys
- &Exporter toutes les clefs privées
-
-
- &z-board.net
- &z-board.net
-
-
- Ctrl+A, Ctrl+Z
- Ctrl+A, Ctrl+Z
-
-
-
- Address &book
- Carnet &d'adresse
-
-
-
- Ctrl+B
- Ctrl+B
-
-
- &Backup wallet.dat
- &Sauvegarder "wallet.dat"
-
-
-
-
- Export transactions
- Exporter les transactions
-
-
-
- Pay drgx &URI...
- Payer une &URI Hush...
-
-
- Connect mobile &app
- Connexion à l'&application Mobile
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Paiements récurrents
-
-
-
- Request drgx...
- Demande de Hush...
-
-
-
- File a bug...
- Déclarer un bug ...
-
-
- Tor configuration is available only when running an embedded hushd.
- La configuration de Tor est disponible uniquement lors de l'exécution du processus hushd intégré.
-
-
- Enable Tor
- Activer Tor
-
-
- Connection over Tor has been enabled. To use this feature, you need to restart silentdragon.
- La connection via Tor est activée. Afin d'utiliser cette fonctionnalité, veuillez redémarer silentdragon.
-
-
- Disable Tor
- Désactiver Tor
-
-
- Connection over Tor has been disabled. To fully disconnect from Tor, you need to restart silentdragon.
- La connection via Tor a été désactivée. Afin de complètement se déconnecter de Tor, vous devez redémarrer silentdragon.
-
-
- Thanks for supporting silentdragon!
- Merci de supporter silentdragon !
-
-
- Donate 0.01
- Donner 0.01
-
-
- to support silentdragon
- pour supporter silentdragon
-
-
- You are on testnet, your post won't actually appear on z-board.net
- Vous êtes connecté au réseau de test. Votre message n'apparaîtra donc pas sur z-board.net
-
-
- You need a sapling address with available balance to post
- Vous avez besoin d'une adresse de type Sapling avec un solde suffisant pour pouvoir poster
-
-
- Computing Tx:
- Calcul de la transaction en cours:
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- Les clefs ont été importées. Cela peut prendre quelque minutes pour rescanner la blockchain. Durant cette période, les fonctionnalités peuvent être limitées
-
-
- Private key import rescan finished
- Rescan de l'import de la clef privée achevé
-
-
-
- View tx on block explorer
- Voir la tx sur l'explorateur de blocs
-
-
-
- Refresh
- Rafraîchir
-
-
- Error paying DRGX URI
- Erreur lors du payement du URI hush
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- Le format URI doit être comme suit: 'hush:<addr>?amt=x&memo=y
-
-
- Paste DRGX URI
- Coller le URI hush
-
-
- Could not understand address
- Adresse non valide
-
-
- Unknown field in URI:
- Champ inconnu dans le URI
-
-
- Please paste your private keys (z-Addr or t-Addr) here, one per line
- Veuillez coller votre clef privée (Adresse-z ou Adresse-t) ici. Une clef par ligne
-
-
- The keys will be imported into your connected hushd node
- Les clef seront importées dans votre noeud hushd connecté
-
-
-
- Error
- Erreur
-
-
-
- Error exporting transactions, file was not saved
- Erreur lors de l'exportation des transactions. Le fichier n'a pas été sauvegardé
-
-
- No wallet.dat
- Pas de fichier "wallet.dat"
-
-
- Couldn't find the wallet.dat on this computer
- Impossible de trouver le fichier "wallet.dat" sur cet ordinateur
-
-
- You need to back it up from the machine hushd is running on
- Vous devez effectuer la sauvegarde depuis la machine sur laquelle hushd est en cours d'exécution
-
-
- Backup wallet.dat
- Sauvegarder wallet.dat
-
-
- Couldn't backup
- La sauvegarde n'a pas pu être effectuée
-
-
- Couldn't backup the wallet.dat file.
- Impossible de sauvegarder le fichier "wallet.dat".
-
-
- You need to back it up manually.
- Vous devez le sauvegarder manuellement.
-
-
-
- These are all the private keys for all the addresses in your wallet
- Ce sont toutes les clés privées pour toutes les adresses de votre portefeuille
-
-
-
- Private key for
- Clef privée pour
-
-
-
-
- Save File
- Sauvegarder le fichier
-
-
- Wallet is already encrypted
- Votre wallet est maintenant crypté
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- Votre portefeuille est déjà crypté avec un mot de passe.
-Veuillez utiliser "Supprimer le chiffrement du wallet" si vous souhaitez supprimer le chiffrement du portefeuille.
-
-
-
- Passwords don't match
- Les mots de passe ne correspondent pas
-
-
- Error was:
-
- L'erreur est la suivante :
-
-
-
- Wallet Encrypted
- wallet crypté
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- Votre portefeuille a été crypté avec succès! Le mot de passe sera nécessaire pour envoyer des fonds ou exporter des clés privées.
-
-
-
-
- Wallet Encryption Failed
- Échec du chiffrement du wallet
-
-
-
- Wallet is not encrypted
- Votre wallet n'est pas crypté
-
-
- Your wallet is not encrypted with a password.
- Votre wallet n'est pas crypté avec un mot de passe.
-
-
- Wallet Password
- Mot de passe du wallet
-
-
- Please enter your wallet password
- Veuillez entrer votre mot de passe portefeuille
-
-
- Wallet Decryption Failed
- Échec du déchiffrement du wallet
-
-
- Please enter a password to decrypt your wallet!
- Veuillez entrer un mot de passe pour décrypter votre wallet!
-
-
- Wallet Encryption Removed
- Cryptage du wallet supprimé
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- Votre portefeuille a été déchiffré avec succès! Vous n'aurez plus besoin d'un mot de passe pour envoyer des fonds ou exporter des clés privées.
-
-
-
-
- Copy block explorer link
-
-
-
-
- Currency Change
- Changement de la devise
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Ceci est la graine de wallet. Veuillez le sauvegarder avec soin et en toute sécurité.
-
-
-
-
- Unable to open file
- mpossible d'ouvrir le fichier
-
-
-
- Error getting private keys
- Erreur lors de l'obtention des clés privées
-
-
-
- Error loading private keys:
- Erreur lors du chargement des clés privées:
-
-
-
-
- Copy address
- Copier l'adresse
-
-
-
-
-
-
- Copied to clipboard
- Copié dans le presse-papier
-
-
-
-
- Failed to restore wallet
- Échec de la restoration du wallet
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite a besoin de 24 mots pour restaurer son wallet
-
-
-
- Failed to parse wallet birthday
- Impossible d'analyser l'anniversaire du wallet
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- L'anniversaire du wallet n'est pas reconnue. Cela devrait être une hauteur de bloc à partir de laquelle numériser à nouveau le portefeuille. Vous pouvez laisser «0» si vous ne savez pas ce que cela devrait être.
-
-
-
- Couldn't restore the wallet
- Impossible de restaurer le wallet
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Out of memory!
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
- Get private key
- Obtenir la clef privée
-
-
- Shield balance to Sapling
- Rendre privé le solde vers Sapling
-
-
-
-
- View on block explorer
- Voir dans l'explorateur de block
-
-
- Migrate to Sapling
- Migrer vers Sapling
-
-
-
-
- Copy txid
- Copier l'ID de transaction
-
-
- Restart
- Redémarrer
-
-
- Please restart Silentdragonlite to have the theme apply
- Veuillez redémarrer SilentDragonXLite pour aplliqué le thème.
-
-
-
- This change can take a few seconds.
-
-
-
- Some feedback about SilentDragonlite or Hush...
- Quelques commentaires sur SilentDragonlite ou Hush ...
-
-
- or SilentDragonXLite
- ou SilentDragonXLite
-
-
- Send DenioD some private and shielded feedback about
- Envoyez à DenioD des commentaires privés et protégés sur
-
-
-
- Wrong Privatkey format
-
-
-
-
- Paste DRGX URI
- Coller l'URI Hush
-
-
-
- Error paying DRGX URI
- Erreur lors du paiement de l'URI Hush
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- View Payment Request
- Afficher la demande de paiement
-
-
-
- View Memo
- Voir le mémo
-
-
-
- Reply to
- Répondre à
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- Nouvelle Adresse-t créée
-
-
-
- Copy Address
- Copier l'adresse
-
-
-
- Address has been previously used
- L'adresse a été utilisée précédemment
-
-
-
- Address is unused
- L'adresse est inutilisée
-
-
-
- Recipient
- Destinataire
-
-
-
- Only z-addresses can have memos
- Seules les Adresses-z peuvent avoir un mémo
-
-
- Memos can only be used with z-addresses
- Les mémos peuvent seulement être utilisés avec des Adresses-z
-
-
- The memo field can only be used with a z-address.
-
- Le champs mémo ne peut uniquement être utilisé avec une adresse-z.
-
-
-
-
-doesn't look like a z-address
-
-Cette adresse ne semble pas être de type adresse-z
-
-
-
-
- Please wait...
- Veuillez patienter...
-
-
-
- Computing your transaction
- Calcul de votre transaction
-
-
-
-
- Done!
- Terminé!
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
- Vous n'avez pas assez de fonds disponibles pour envoyer cette transaction
-
-Ont:%1
-Besoin:%2
-
-Remarque: Les fonds nécessitent 5 confirmations avant de pouvoir être dépensés
-
-
- Reply to
- Répondre à
-
-
-
- Cannot support multiple addresses
- Ne peut pas supporter plusieurs adresses
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Les paiements récurrents ne prennent pas en charge plusieurs adresses pour le moment
-
-
- Change from
- Changer de
-
-
- Current balance :
- Solde actuel :
-
-
- Balance after this Tx:
- Solde après cette Tx:
-
-
-
- Transaction Error
- Erreur de transaction
-
-
- From Address is Invalid
- L'adresse de l'émetteur est invalide
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- Recipient Address
- Adresse du destinataire
-
-
-
-
-
-
-
- is Invalid
- est invalide
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Le montant pour l'adresse '%1' est invalide!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Vous n'avez pas assez de fonds disponibles pour envoyer cette transaction
-
-Ont:%1
-Besoin:%2
-
-Remarque: Les fonds nécessitent 5 confirmations avant de pouvoir être dépensés {1
-?} {2
-?} {1 ?}
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
- Amount '%1' is invalid!
- Le montant '%1' est invalide.
-
-
-
- MemoDialog
-
-
-
- Memo
- Mémo
-
-
-
- Include Reply Address
- Inclure l'adresse de réponse
-
-
-
- MemoEdit
-
-
- Reply to
- Répondre à
-
-
-
- MigrationDialog
-
- Migration Turnstile
- Tourniquet de migration
-
-
- Migration History
- Histoire de la migration
-
-
- Migrated Amount
- Montant migré
-
-
- Unmigrated Amount
- Quantité non migrée
-
-
- Sprout -> Sapling migration enabled
- Sprout -> Migration du sapling activée
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- Si cette option est activée, hushd migrera lentement vos fonds protégés Sprout vers votre adresse Sapling.
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Connexion à l'application Mobile
-
-
-
- QR Code
- QR Code
-
-
-
- Connection String
- Chaîne de connexion
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Autoriser les connexions sur Internet à l'aide de SilentDragon Wormhole
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Scannez ce code QR à partir de votre application mobile SilentDragon pour connecter votre téléphone
-
-
-
- Mobile Connector App
-
-
-
-
- silentdragon Companion App
- SilentDragon Mobile Application
-
-
-
- Disconnect
- Déconnecter
-
-
-
-
- TextLabel
- TextLabel
-
-
-
- Last seen:
- Vue pour la derniére fois :
-
-
-
- Connection type:
- Type de connection :
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- Graine
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- Ceci est la phrase clé de votre nouveau wallet. VEUILLEZ LE GARDER EN TOUTE SECURITE.
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- La phrase clé (graine) est le seul moyen de restaurer le wallet. Si vous oubliez la phrase clé, IL N'Y A AUCUN MOYEN DE RESTAURER VOTRE WALLET ET LES FONDS
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
- Erreur lors de la création du wallet
-
-
-
- Failed to save wallet
- Échec lors de la sauvvegarde du wallet
-
-
-
- Couldn't save the wallet
- Impossible d'enregister le wallet
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
- Private Key
- Clef privée
-
-
-
- Private Keys
- Clés privées
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
- Attempting autoconnect
- Tentative de connection automatique
-
-
- Starting embedded hushd
- Démarrage de hushd intégré
-
-
- hushd is set to run as daemon
- hushd est configuré pour s'exécuter en tant que démon
-
-
- Waiting for hushd
- En attente de hushd
-
-
- You have hushd set to start as a daemon, which can cause problems with silentdragon
-
-.Please remove the following line from your hush.conf and restart silentdragon
-daemon=1
- vous avez hushd configuré pour démarrer en tant que démon ce qui peut causer des problèmes avec silentdragon
-
- Veuillez enlever la ligne suivante de votre fichier "hush.conf" et redémarrer silentdragon:
-daemon=1
-
-
- Couldn't start the embedded hushd.
-
-Please try restarting.
-
-If you previously started hushd with custom arguments, you might need to reset hush.conf.
-
-If all else fails, please run hushd manually.
- Impossible de démarrer le hushd intégré.
-
-Veuillez essayer de redémarrer.
-
-Si vous avez précédemment démarré hushd avec des arguments, vous devrez peut-être réinitialiser le fichier hush.conf.
-
-Si tout échoue, exécutez hushd manuellement.
-
-
- Couldn't connect to hushd configured in hush.conf.
-
-Not starting embedded hushd because --no-embedded was passed
- Le démarrage de hushd n'a pas eu lieu car l'argument --no-embedded a été utilisé au lancement
-
-
- All Downloads Finished Successfully!
- Tous les téléchargements terminés avec succès !
-
-
- Couldn't download params. Please check the help site for more info.
- Impossible de télécharger les paramètres. Veuillez vous rendre sur le site d'aide pour plus d'info.
-
-
- The process returned
- Le processus a renvoyé
-
-
- Downloading
- Téléchargement en cours
-
-
- more remaining )
- restant)
-
-
- MB of
- MB de
-
-
- MB at
- MB à
-
-
- Downloading blocks
- Blocs en cours de téléchargement
-
-
- Blockheight
- Hauteur de bloc
-
-
- Syncing
- Synchronisation
-
-
- Connected
- Connecté
-
-
- testnet:
- réseau test:
-
-
- Connected to hushd
- Connecté à hushd
-
-
- hushd has no peer connections
- hushd n'a aucune connexion à un pair
-
-
- There was an error connecting to hushd. The error was
- Une erreur est survenue lors de la connection à hushd. L'erreur est
-
-
-
-
-
-
-
-
- The transaction with id
- La transaction avec ID
-
-
-
-
-
-
-
-
- failed. The error was
- a échoué. L'erreur était
-
-
-
-
-
-
-
-
-
- failed
- a échoué
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
- tx computing. This can take several minutes.
- tx en cours de calcul. Ceci peut prendre quelques minutes.
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- MàJ disponible
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Une nouvelle version v%1 est disponible! Vous avez la version v%2.
-
-Voulez-vous visiter la page des nouvelles versions ?
-
-
-
- No updates available
- Pas de MàJ disponible
-
-
-
- You already have the latest release v%1
- Vous utilisez déjà la dernière version v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Merci d'attendre la fermeture de SilentDragonXLite
-
-
-
-
- It may take several minutes
-
-
-
- Please wait for silentdragon to exit
- Veuillez patienter. Fermeture de silentdragon en cours
-
-
- Waiting for hushd to exit
- Attente de la fermeture de hushd
-
-
- failed. Please check the help site for more info
- a échoué. Veuillez vous rendre sur le site d'aide pour plus d'info
-
-
- hushd error
- erreur hushd
-
-
- A manual connection was requested, but the settings are not configured.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- Une connection manuelle était demandée, mais les réglages ne sont pas configurés.
-
-Veuillez configurer l'hôte/port et utilisateur/mot de passe dans le menu Edition->Préférences.
-
-
- Could not connect to hushd configured in settings.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- Impossible de se connecter au hushd configuré dans les préférences.
-
-Veuillez configurer l'hôte/port et utilisateur/mot de passe dans le menu Edition->Préférences.
-
-
- Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
- Authentification échouée. Le nom d'utilisateur / mot de passe que vous avez spécifié n'a pas été accepté par hushd. Essayez de le changer dans le menu Edition-> Préférences
-
-
- Your hushd is starting up. Please wait.
- Votre hushd est en cours de démarrage. Veuillez patienter.
-
-
-
- Attempting to initialize library with
- Tentative d’initialisation de la bibliothèque avec
-
-
-
- Using existing wallet.
- Utiliser le wallet existant.
-
-
-
- Create/restore wallet.
- Créer / restaurer un wallet.
-
-
-
-
- Connection Error
- Erreur de connection
-
-
-
-
-
-
-
-
-
- Transaction Error
- Erreur de transaction
-
-
-
- There was an error sending the transaction. The error was:
- Une erreur est survenue en envoyant la transaction. L'erreur est:
-
-
-
-
- No Connection
- Pas de connection
-
-
-
- Pick
- Choisir
-
-
-
-
-
- Address or Label Error
- Erreur dans l'adresse ou le libellé
-
-
-
-
-
- Address or Label cannot be empty
- L'adresse ou le libellé ne peuvent pas être vide
-
-
-
-
-
- Address Format Error
- Erreur de format d'adresse
-
-
- doesn't seem to be a valid dragonx address.
- ne semble pas être une adresse hush valide.
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 ne semble pas être une adresse Hush valide.
-
-
-
-
-
-
- Label Error
- Erreur sur le libellé
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Le libellé '%1' existe déjà. Veuillez supprimer l'étiquette existante.
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Importer le carnet d'adresses
-
-
-
- Unable to open file
- Impossible d'ouvrir le fichier
-
-
-
- Address Book Import Done
- Import du carnet d'adresses terminé
-
-
-
- Imported %1 new Address book entries
- %1 nouvelle(s) entrée(s) importée(s) dans le carnet d'adresses
-
-
-
- Copy address
- Copier l'adresse
-
-
-
- Copied to clipboard
- Copiée dans le presse papier
-
-
-
- Delete label
- Effacer l'étiquette
-
-
-
- Tx submitted (right click to copy) txid:
- Tx soumise. (clic droit pour copier) txid:
-
-
- Locked funds
- Fonds verouillés
-
-
- Could not initiate migration.
-You either have unconfirmed funds or the balance is too low for an automatic migration.
- Impossible d'initier la migration.
-Vous avez soit des fonds non confirmés soit le solde est trop petit pour une migration automatique.
-
-
- Computing Tx:
- Calcul de Tx en cours:
-
-
-
- Type
- Type
-
-
-
- Address
- Adresse
-
-
-
- Date/Time
- Date/Heure
-
-
-
- Amount
- Montant
-
-
-
- Confirmations
- Confirmations
-
-
-
- Connected directly
- Connecté directement
-
-
-
- Connected over the internet via silentdragon wormhole service
- Connecté sur Internet via le service Wormhole de SilentDragon
-
-
-
-
- Node is still syncing.
- Le nœud est toujours en cours de synchronisation.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Il n'y a pas d'adresse de type Sapling ou d'adresses transparentes avec un solde suffisant à dépenser.
-
-
-
- No dragonx price was available to convert from USD
- Aucun prix de Hush n'est pour convertir à partir de USD
-
-
-
- View on block explorer
- Voir dans l'explorateur de block
-
-
-
- View Error
- Voir l'erreur
-
-
-
- Reported Error
- Erreur signalée
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Êtes-vous sûr de vouloir supprimer le paiement récurrent?
-
-
-
- All future payments will be cancelled.
- Tous les paiements futurs seront annulés.
-
-
-
- RecurringDialog
-
- Dialog
- Dialogue
-
-
-
- Recurring Dialog
-
-
-
-
- View
- Voir
-
-
-
- Delete
- Supprimer
-
-
-
- RecurringListViewModel
-
-
- Amount
- Montant
-
-
-
- Schedule
- Liste
-
-
-
- Payments Left
- Payments Left
-
-
-
- Next Payment
- Prochain paiement
-
-
-
- To
- À
-
-
-
- Every
- Chaque
-
-
-
- None
- Aucun
-
-
-
- RecurringPayments
-
- Payments
- Paiements
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Date
-
-
-
- Status
- Statut
-
-
-
- Txid
- Txid
-
-
-
- Not due yet
- Pas encore dû
-
-
-
- Pending
- En attente
-
-
-
- Skipped
- Suivant
-
-
-
- Paid
- Payé
-
-
-
- Error
- Erreur
-
-
-
-
- Unknown
- Inconnu
-
-
-
- RecurringPending
-
- Dialog
- Paiements récurrents
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Aucun paiement ne sera traité. Vous pouvez les payer manuellement à partir de la boîte de dialogue "Paiements récurrents"
-
-
-
- Schedule
- Liste
-
-
-
- How should silentdragon proceed?
- Comment doit procéder SilentDragon?
-
-
-
- Pay All in 1 Tx
- Uout payer en 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Seul le dernier paiement en attente sera traité. Tous les paiements en attente antérieurs seront ignorés
-
-
-
- Pay Latest Only
- Payer le dernier seulement
-
-
-
- Pay None
- Payez aucun
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Tous les paiements en attente sont collectés, additionnés et payés en une seule transaction
-
-
-
- Description
- Description
-
-
-
- To
- à
-
-
-
- The following recurring payment has multiple payments pending
- Le paiement récurrent ci'dessous à plusieurs paiements en attente
-
-
-
- RequestDialog
-
-
- Payment Request
- Demande de paiement
-
-
-
- AddressBook
- Carnet d'adresses
-
-
-
- Request From
- Demande de
-
-
-
- My Address
- Mon adresse
-
-
-
- Amount in
- Montant en
-
-
-
- z address
- z address
-
-
-
- Amount
- Montant
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Le destinataire verra cette adresse dans le champ "à" lorsqu'il paiera votre demande.
-
-
-
- Amount USD
- Montant en USD
-
-
-
- Memo
- Mémo
-
-
-
- TextLabel
- TextLabel
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Demander le paiement à une adresse de type Sapling. Vous enverrez une transaction de 0.0001 Hush à l'adresse avec un URI de paiement Hush. Le mémo sera inclus dans la transaction lorsque l'adresse vous payera.
-
-
-
- Error paying DRGX URI
- Erreur lors du paiement du URI Hush
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- Le format URI doit être comme suit: 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Payer à
-
-
-
- Pay
- Payer
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Vous payez une demande de paiement. Votre adresse ne sera pas visible pour la personne qui demande ce paiement.
-
-
-
- Can only request from Sapling addresses
- Ne peut demander qu'aux adresses de type Sapling
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- Graine
-
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
- Veuillez entrer votre graine de 24 mots ci-dessous
-
-
-
- Wallet Seed
- Graine du wallet
-
-
-
- Wallet Birthday
- Anniversaire du wallet
-
-
- 0
- 0
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- L'anniversaire du wallet correspond à la hauteur de bloc à laquelle le portefeuille a effectué la première transaction. Si vous ne le savez pas, vous pouvez le laisser comme "0" (il faudra plus de temps pour numériser à nouveau)
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Restaurer le wallet de la phrase clé (graine)
-
-
-
-
- Failed to restore wallet
- Échec de la restoration du wallet
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite a besoin de 24 mots pour restaurer son wallet
-
-
-
- Failed to parse wallet birthday
- Impossible d'analyser l'anniversaire du wallet
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- L'anniversaire du wallet n'est pas reconnue. Cela devrait être une hauteur de bloc à partir de laquelle numériser à nouveau le portefeuille. Vous pouvez laisser «0» si vous ne savez pas ce que cela devrait être.
-
-
-
- Couldn't restore the wallet
- Impossible de restaurer le wallet
-
-
-
- Failed to save wallet
- Échec de la sauvegarde du wallet
-
-
-
- Couldn't save the wallet
- Impossible d'enregister le wallet
-
-
-
- Settings
-
-
- Settings
- Paramétres
-
-
- hushd connection
- connection hushd
-
-
- Host
- Hôte
-
-
- Port
- Port
-
-
- RPC Username
- Nom d'utilisateur RPC
-
-
- RPC Password
- Mot de passe RPC
-
-
-
- Options
- Options
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Check git for updates at startup
- Rechercher les mises à jour sur GitHub au démarrage
-
-
- Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.
- Se connecter au réseau Tor via le proxy SOCKS en cours d'exécution sur 127.0.0.1:9050. Veuillez noter que vous devrez installer et exécuter le service Tor en externe.
-
-
- Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
- Les transactions protégées sont enregistrées localement et affichées dans l’onglet transactions. Si vous décochez cette case, les transactions protégées n'apparaîtront pas dans l'onglet des transactions.
-
-
- Connect via Tor
- Se connecter via Tor
-
-
-
- Connect to git on startup to check for updates
- Connexion à GitHub au démarragede l'application pour rechercher les mises à jour
-
-
-
- Connect to the internet to Fetch dragonx prices
- Connexion à Internet pour obtenir des prix de Hush
-
-
-
- Theme
- Thème
-
-
-
- Lightwallet Server
- Serveur Lightwallet
-
-
- default
- Standard
-
-
-
- Connection
- Connexion
-
-
- blue
- Bleu
-
-
- light
- Light
-
-
- dark
- Dark
-
-
-
- Fetch dragonx prices
- Récupérer les prix de Hush
-
-
-
- Currency
- Devise
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
- Clear History
- Effacer l'historique
-
-
- Remember shielded transactions
- Se souvenir des transactions privées
-
-
- Allow custom fees
- Permettre les frais personnalisés
-
-
- Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
- Permettre le changement des frais par défaut lors de l'envoi de transactions. L'activation de cette option peut compromettre votre confidentialité, car les frais sont transparents.
-
-
- Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
- Nornalement, le change d'une adresse-t se fait à une autre adresse-t. Sélectionner cette option enverra le change à votre adresse privée Sapling à la place. Cochez cette option pour augmenter votre vie privée.
-
-
- Shield change from t-Addresses to your sapling address
- Rendre privé le change de l'Adresse-t vers l'Adresse-z
-
-
-
- Turnstile
-
- Turnstile Migration
- Turnstile migration
-
-
- Migrate over
- Migration terminée
-
-
- From
- De
-
-
- <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
- <html><head/><body><p>Les fonds provenant des adresses-z de type Sprout (qui commencent par "zc") doivent être transférés vers les adresses-z améliorées de type Sapling (qui commencent par "zs"). Les fonds ne peuvent pas être transférés directement, mais doivent être envoyés via des adresses-t transparentes intermédiaires tout cela en respectant votre vie privée.</p><p>Cette migration peut être faite automatiquement pour vous.</p></body></html>
-
-
- To
- À
-
-
- Balance
- Solde
-
-
- Miner Fees
- Frais de transaction
-
-
- Total Balance
- Solde total
-
-
-
- TurnstileProgress
-
- Turnstile Migration Progress
- Progrès de la migration turnstile
-
-
- From
- De
-
-
- To
- À
-
-
- Please ensure you have your wallet.dat backed up!
- Veuillez vous assurer que vous avez sauvegarder le fichier "wallet.dat"!
-
-
- Next Transaction in 4 hours
- Prochaine transaction dans 4 heures
-
-
- Migration Progress
- Progrès de la migration
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Toutes les adresses
-
-
-
- Export All Keys
- Exporter toutes les clés
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Adresse
-
-
-
- Balance (%1)
- Solde (%1)
-
-
-
- about
-
-
- About
- À propos
-
-
-
- addressBook
-
-
- Address Book
- Carnet d'adresses
-
-
-
- Add New Address
- Ajouter une nouvelle adresse
-
-
-
- Address (z-Addr or t-Addr)
- Adresse (Adresse-z ou Adresse-t)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Etiquette
-
-
-
- Add to Address Book
- Ajouter au carnet d'adresse
-
-
-
- Import Address Book
- Importer de carnet d'adresses
-
-
-
- confirm
-
-
- Confirm Transaction
- Confirmer la transaction
-
-
- From
- De
-
-
-
- To
- À
-
-
-
- Recurring Payment
- Paiement récurrent
-
-
-
- TextLabel
- TextLabel
-
-
- hushd doesn't seem to have any peers. You might not be connected to the internet, so this Transaction might not work.
- hushd semble n'avoir aucune connexion à un autre pair. Comme vous n'êtes peut-être pas connecté à Internet, cette transaction pourrait ne pas fonctionner.
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Vous envoyer une transaction alors que votre noeud se synchronize encore. Cela ne pourrait pas fonctionner.
-
-
- You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
- Vous appliquez des frais personnalisés. Comme les frais sont transparents, vous diminuez votre caractère privé. Veuillez seulement utiliser ceci si vous êtes sûr de ce que vous faites !
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Configuration de hush.conf
-
-
-
- Show Advanced Configuration
- Afficher la configuration avancée
-
-
-
- Your dragonx node will be configured for you automatically
- Votre nœud hush sera automatiquement.configuré pour vous
-
-
-
- Use custom datadir
- Utiliser un repertoire personnalisé
-
-
-
- Connect to the internet for updates and price feeds
- Se connecter à Internet pour obtenir les mises à jour et les flux de prix
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Veuillez choisir un répertoire pour stocker votre wallet.dat et votre blockchain
-
-
-
- Choose directory
- Choisir un répertoire
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Autoriser les connexions à Internet pour vérifier les mises à jour, obtenir les prix de Hush, etc...
-
-
-
- Connect over Tor
- Connecter sur Tor
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Veuillez noter que vous devez déjà avoir un service Tor configuré sur le port 9050
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Copier l'adresse
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Cryptez votre wallet
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- Mot de passe du cryptage:
-
-
- Confirm Password:
- Confirmez le mot de passe:
-
-
- Passwords don't match
- Les mots de passe ne correspondent pas
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- AVERTISSEMENT: Si vous oubliez votre mot de passe, le seul moyen de récupérer le portefeuille consiste à utiliser la phrase clé.
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- TextLabel
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Demander le paiement à une adresse de type Sapling. Vous enverrez une transaction de 0.0001 Hush à l'adresse avec un URI de paiement Hush. Le mémo sera inclus dans la transaction lorsque l'adresse vous payera.
-
-
-
- Request From
- Demande de
-
-
-
- zaddr
-
-
-
-
- Amount in
- Montant en
-
-
-
- Amount
- Montant
-
-
-
- Amount USD
- Montant en USD
-
-
-
- Memo
- Mémo
-
-
-
- My Address
- Mon adresse
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Le destinataire verra cette adresse dans le champ "à" lorsqu'il paiera votre demande.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Modifier la liste
-
-
-
- Schedule
- Liste
-
-
-
- Payment Description
- Description du paiement
-
-
-
- From
- De
-
-
-
- Number of payments
- Nombre de paiement
-
-
-
- Amount
- Montant
-
-
-
- Next Payment
- Prochain paiement
-
-
-
- To
- À
-
-
-
- Memo
- Mémo
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Annuler
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- Montant
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
- zboard
-
- Post to z-board.net
- Poster sur z-board.net
-
-
- Total Fee
- Frais totaux
-
-
- Memo
- Mémo
-
-
- (optional)
- (optionnel)
-
-
- Send From
- Envoyer de
-
-
- Post As:
- Poster en tant que:
-
-
- <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
- <html><head/><body><p>Zboard: Messagerie entièrement anonyme et intraçable basée sur la blockchain hush. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
-
-
- Warning
- Attention
-
-
- Posting to Board
- Poster sur le forum
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Nom
+
+
+
+ Address
+ Adresse
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Adresse
+
+
+
+ Amount
+ Montant
+
+
+
+ ChatBubbleMe
+
+
+ Form
+
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+ silentdragon
+ silentdragon
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ Démarrage
+
+
+
+ Controller
+
+
+ Wallet Password
+ Mot de passe du wallet
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Votre portefeuille est crypté.
+Veuillez entrer le mot de passe du wallet
+
+
+
+
+ Wallet Decryption Failed
+ Échec du déchiffrement du portefeuille
+
+
+
+ Please enter a valid password
+ Veuillez entrer un mot de passe valide
+
+
+
+ Failed to unlock wallet
+ Impossible de déverrouiller le wallet
+
+
+
+ CreateWalletForm
+
+ Form
+ Création / Restauration d'un wallet
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ Restaurer le wallet de la phrase clé (graine)
+
+
+ Restore an existing wallet, using the 24-word seed.
+ Restaurez un wallet existant à l'aide de la phrase clé de 24 mots.
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Create a new Wallet
+ Créer un nouveau wallet
+
+
+ Create a new wallet with a randomly generated seed.
+ Créer un nouveau wallet avec une graine générée aléatoirement.
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Annuler
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+ silentdragon
+ silentdragon
+
+
+
+ Balance
+ Solde
+
+
+
+ Summary
+ Résumé
+
+
+
+ Shielded
+ Privé
+
+
+
+ Notarized
+ Notarizé
+
+
+
+ Transparent
+ Transparant
+
+
+
+ Total
+ Total
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Votre nœud est toujours en cours de synchronisation, les soldes peuvent ne pas être mis à jour.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Certaines transactions ne sont pas encore confirmées. Les soldes peuvent changer.
+
+
+
+ Total notarized funds available:
+ Total des fonds notariés disponibles:
+
+
+
+ Next Address
+
+
+
+
+ Your node is still syncing, balances may not be updated
+ Votre nœud est toujours en cours de synchronisation, les soldes peuvent ne pas être mis à jour
+
+
+ Some transactions are not yet confirmed
+ Certaines transactions ne sont pas encore confirmées
+
+
+
+ Address Balances
+ Solde des adresses
+
+
+
+
+ Send
+ Envoyer
+
+
+ From
+ De
+
+
+ Address Balance
+ Solde de l'adresse
+
+
+
+ Send To
+ Envoyer à
+
+
+
+ Recipient
+ Destinataire
+
+
+
+
+
+
+
+ Address
+ Adresse
+
+
+
+
+ Address Book
+ Carnet d'adresses
+
+
+
+
+
+
+ Amount
+ Montant
+
+
+
+ Max Available
+ Maximum disponible
+
+
+
+
+
+
+ Memo
+ Mémo
+
+
+
+ Add Recipient
+ Ajouter un destinataire
+
+
+ Recurring payment
+ Paiement récurrent
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Chaque mois, à partir du 12 mai 2012, pour 6 paiements
+
+
+ Edit Schedule
+ Modifier la programmation
+
+
+
+
+ Miner Fee
+ I replaced this with "transaction fee" which sounds much better in French.. I hope it's correct too..
+ Frais de transaction
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Annuler
+
+
+
+ Receive
+ Recevoir
+
+
+
+ Address Type
+ Type d'adresse
+
+
+
+ Version drgxlightd
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &Send DenioD Feedback
+ &Envoyer des commentaires à DenioD
+
+
+
+ &Export seed phrase
+ &Exporter la phrase clé (graine)
+
+
+
+ Encrypt Wallet
+ Chiffrer le portefeuille
+
+
+
+ Remove Wallet Encryption
+ Supprimer le chiffrement de portefeuille
+
+
+
+ Rescan
+ Re-scanner
+
+
+
+ &DragonX Telegram
+ &Telegram Hush
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ Spendable
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ Information about DragonX
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+
+
+
+
+ Difficulty
+
+
+
+
+ Last Notarized Block
+
+
+
+
+ Total Supply
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ Longestchain
+
+
+
+
+ BlockHeight
+ Hauteur du block
+
+
+
+ Supply zAddr
+
+
+
+
+ Supply tAddr
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+
+
+
+
+ Volume on Exchanges
+
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+ Ceci est un Lightwallet, vous ne pouvez pas miner avec cette application !
+
+
+
+ Import Private Key
+
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ &DragonX Website
+ &Site Internet Hush
+
+
+ z-Addr(Sapling)
+ Adresse-z(Sapling)
+
+
+ t-Addr
+ Adresse-t
+
+
+ z-Addr(Sprout)
+ Adresse-z(Sprout)
+
+
+ New Address
+ Nouvelle Adresse
+
+
+
+ Label
+ Etiquette
+
+
+
+ Update Label
+ Mettre à jour l'étiquette
+
+
+
+ Address balance
+ Solde de l'adresse
+
+
+
+ Optional
+ Optionnel
+
+
+
+
+ Export Private Key
+ Exporter la clef privée
+
+
+ Address used
+ Adresse utilisée
+
+
+
+ z-Addr
+ z-Add
+
+
+
+ View All Addresses
+ Voir toutes les adresses
+
+
+
+ Transactions
+ Transactions
+
+
+ hushd
+ hushd
+
+
+ This is a Lightwallet, you cant mine with it! not mining
+ Vous ne minez pas à présent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Chargement...
+
+
+ Blockheight
+ Hauteur de block
+
+
+ Version hushd light rate
+ Taux de solution du réseau
+
+
+
+ Vendor
+ Connections
+
+
+ |
+ |
+
+
+
+ &File
+ &Fichier
+
+
+
+ &Help
+ &Aide
+
+
+ &Apps
+ &Applications
+
+
+
+ &Edit
+ &Edition
+
+
+
+ E&xit
+ Q&uiter
+
+
+
+ &About
+ &À propos
+
+
+
+ &Settings
+ &Préférences
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+ &Donate
+ &Faire un don
+
+
+
+ Check git for &updates
+ Vérifier &git pour des mises à jour
+
+
+ Sapling &turnstile
+ Sapling &turnstile
+
+
+ Ctrl+A, Ctrl+T
+ Ctrl+A, Ctrl+T
+
+
+ &Import private key
+ &Importer une clef privée
+
+
+
+ &Export all private keys
+ &Exporter toutes les clefs privées
+
+
+ &z-board.net
+ &z-board.net
+
+
+ Ctrl+A, Ctrl+Z
+ Ctrl+A, Ctrl+Z
+
+
+
+ Address &book
+ Carnet &d'adresse
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+ &Backup wallet.dat
+ &Sauvegarder "wallet.dat"
+
+
+
+
+ Export transactions
+ Exporter les transactions
+
+
+
+ Pay drgx &URI...
+ Payer une &URI Hush...
+
+
+ Connect mobile &app
+ Connexion à l'&application Mobile
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Paiements récurrents
+
+
+
+ Request drgx...
+ Demande de Hush...
+
+
+
+ File a bug...
+ Déclarer un bug ...
+
+
+ Tor configuration is available only when running an embedded hushd.
+ La configuration de Tor est disponible uniquement lors de l'exécution du processus hushd intégré.
+
+
+ Enable Tor
+ Activer Tor
+
+
+ Connection over Tor has been enabled. To use this feature, you need to restart silentdragon.
+ La connection via Tor est activée. Afin d'utiliser cette fonctionnalité, veuillez redémarer silentdragon.
+
+
+ Disable Tor
+ Désactiver Tor
+
+
+ Connection over Tor has been disabled. To fully disconnect from Tor, you need to restart silentdragon.
+ La connection via Tor a été désactivée. Afin de complètement se déconnecter de Tor, vous devez redémarrer silentdragon.
+
+
+ Thanks for supporting silentdragon!
+ Merci de supporter silentdragon !
+
+
+ Donate 0.01
+ Donner 0.01
+
+
+ to support silentdragon
+ pour supporter silentdragon
+
+
+ You are on testnet, your post won't actually appear on z-board.net
+ Vous êtes connecté au réseau de test. Votre message n'apparaîtra donc pas sur z-board.net
+
+
+ You need a sapling address with available balance to post
+ Vous avez besoin d'une adresse de type Sapling avec un solde suffisant pour pouvoir poster
+
+
+ Computing Tx:
+ Calcul de la transaction en cours:
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ Les clefs ont été importées. Cela peut prendre quelque minutes pour rescanner la blockchain. Durant cette période, les fonctionnalités peuvent être limitées
+
+
+ Private key import rescan finished
+ Rescan de l'import de la clef privée achevé
+
+
+
+ View tx on block explorer
+ Voir la tx sur l'explorateur de blocs
+
+
+
+ Refresh
+ Rafraîchir
+
+
+ Error paying DRGX URI
+ Erreur lors du payement du URI hush
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ Le format URI doit être comme suit: 'hush:<addr>?amt=x&memo=y
+
+
+ Paste DRGX URI
+ Coller le URI hush
+
+
+ Could not understand address
+ Adresse non valide
+
+
+ Unknown field in URI:
+ Champ inconnu dans le URI
+
+
+ Please paste your private keys (z-Addr or t-Addr) here, one per line
+ Veuillez coller votre clef privée (Adresse-z ou Adresse-t) ici. Une clef par ligne
+
+
+ The keys will be imported into your connected hushd node
+ Les clef seront importées dans votre noeud hushd connecté
+
+
+
+ Error
+ Erreur
+
+
+
+ Error exporting transactions, file was not saved
+ Erreur lors de l'exportation des transactions. Le fichier n'a pas été sauvegardé
+
+
+ No wallet.dat
+ Pas de fichier "wallet.dat"
+
+
+ Couldn't find the wallet.dat on this computer
+ Impossible de trouver le fichier "wallet.dat" sur cet ordinateur
+
+
+ You need to back it up from the machine hushd is running on
+ Vous devez effectuer la sauvegarde depuis la machine sur laquelle hushd est en cours d'exécution
+
+
+ Backup wallet.dat
+ Sauvegarder wallet.dat
+
+
+ Couldn't backup
+ La sauvegarde n'a pas pu être effectuée
+
+
+ Couldn't backup the wallet.dat file.
+ Impossible de sauvegarder le fichier "wallet.dat".
+
+
+ You need to back it up manually.
+ Vous devez le sauvegarder manuellement.
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Ce sont toutes les clés privées pour toutes les adresses de votre portefeuille
+
+
+
+ Private key for
+ Clef privée pour
+
+
+
+
+ Save File
+ Sauvegarder le fichier
+
+
+ Wallet is already encrypted
+ Votre wallet est maintenant crypté
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ Votre portefeuille est déjà crypté avec un mot de passe.
+Veuillez utiliser "Supprimer le chiffrement du wallet" si vous souhaitez supprimer le chiffrement du portefeuille.
+
+
+
+ Passwords don't match
+ Les mots de passe ne correspondent pas
+
+
+ Error was:
+
+ L'erreur est la suivante :
+
+
+
+ Wallet Encrypted
+ wallet crypté
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ Votre portefeuille a été crypté avec succès! Le mot de passe sera nécessaire pour envoyer des fonds ou exporter des clés privées.
+
+
+
+
+ Wallet Encryption Failed
+ Échec du chiffrement du wallet
+
+
+
+ Wallet is not encrypted
+ Votre wallet n'est pas crypté
+
+
+ Your wallet is not encrypted with a password.
+ Votre wallet n'est pas crypté avec un mot de passe.
+
+
+ Wallet Password
+ Mot de passe du wallet
+
+
+ Please enter your wallet password
+ Veuillez entrer votre mot de passe portefeuille
+
+
+ Wallet Decryption Failed
+ Échec du déchiffrement du wallet
+
+
+ Please enter a password to decrypt your wallet!
+ Veuillez entrer un mot de passe pour décrypter votre wallet!
+
+
+ Wallet Encryption Removed
+ Cryptage du wallet supprimé
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ Votre portefeuille a été déchiffré avec succès! Vous n'aurez plus besoin d'un mot de passe pour envoyer des fonds ou exporter des clés privées.
+
+
+
+
+ Copy block explorer link
+
+
+
+
+ Currency Change
+ Changement de la devise
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Ceci est la graine de wallet. Veuillez le sauvegarder avec soin et en toute sécurité.
+
+
+
+
+ Unable to open file
+ mpossible d'ouvrir le fichier
+
+
+
+ Error getting private keys
+ Erreur lors de l'obtention des clés privées
+
+
+
+ Error loading private keys:
+ Erreur lors du chargement des clés privées:
+
+
+
+
+ Copy address
+ Copier l'adresse
+
+
+
+
+
+
+ Copied to clipboard
+ Copié dans le presse-papier
+
+
+
+
+ Failed to restore wallet
+ Échec de la restoration du wallet
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite a besoin de 24 mots pour restaurer son wallet
+
+
+
+ Failed to parse wallet birthday
+ Impossible d'analyser l'anniversaire du wallet
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ L'anniversaire du wallet n'est pas reconnue. Cela devrait être une hauteur de bloc à partir de laquelle numériser à nouveau le portefeuille. Vous pouvez laisser «0» si vous ne savez pas ce que cela devrait être.
+
+
+
+ Couldn't restore the wallet
+ Impossible de restaurer le wallet
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Out of memory!
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+ Get private key
+ Obtenir la clef privée
+
+
+ Shield balance to Sapling
+ Rendre privé le solde vers Sapling
+
+
+
+
+ View on block explorer
+ Voir dans l'explorateur de block
+
+
+ Migrate to Sapling
+ Migrer vers Sapling
+
+
+
+
+ Copy txid
+ Copier l'ID de transaction
+
+
+ Restart
+ Redémarrer
+
+
+ Please restart Silentdragonlite to have the theme apply
+ Veuillez redémarrer SilentDragonXLite pour aplliqué le thème.
+
+
+
+ This change can take a few seconds.
+
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Quelques commentaires sur SilentDragonlite ou Hush ...
+
+
+ or SilentDragonXLite
+ ou SilentDragonXLite
+
+
+ Send DenioD some private and shielded feedback about
+ Envoyez à DenioD des commentaires privés et protégés sur
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Paste DRGX URI
+ Coller l'URI Hush
+
+
+
+ Error paying DRGX URI
+ Erreur lors du paiement de l'URI Hush
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ View Payment Request
+ Afficher la demande de paiement
+
+
+
+ View Memo
+ Voir le mémo
+
+
+
+ Reply to
+ Répondre à
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ Nouvelle Adresse-t créée
+
+
+
+ Copy Address
+ Copier l'adresse
+
+
+
+ Address has been previously used
+ L'adresse a été utilisée précédemment
+
+
+
+ Address is unused
+ L'adresse est inutilisée
+
+
+
+ Recipient
+ Destinataire
+
+
+
+ Only z-addresses can have memos
+ Seules les Adresses-z peuvent avoir un mémo
+
+
+ Memos can only be used with z-addresses
+ Les mémos peuvent seulement être utilisés avec des Adresses-z
+
+
+ The memo field can only be used with a z-address.
+
+ Le champs mémo ne peut uniquement être utilisé avec une adresse-z.
+
+
+
+
+doesn't look like a z-address
+
+Cette adresse ne semble pas être de type adresse-z
+
+
+
+
+ Please wait...
+ Veuillez patienter...
+
+
+
+ Computing your transaction
+ Calcul de votre transaction
+
+
+
+
+ Done!
+ Terminé!
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ Vous n'avez pas assez de fonds disponibles pour envoyer cette transaction
+
+Ont:%1
+Besoin:%2
+
+Remarque: Les fonds nécessitent 5 confirmations avant de pouvoir être dépensés
+
+
+ Reply to
+ Répondre à
+
+
+
+ Cannot support multiple addresses
+ Ne peut pas supporter plusieurs adresses
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Les paiements récurrents ne prennent pas en charge plusieurs adresses pour le moment
+
+
+ Change from
+ Changer de
+
+
+ Current balance :
+ Solde actuel :
+
+
+ Balance after this Tx:
+ Solde après cette Tx:
+
+
+
+ Transaction Error
+ Erreur de transaction
+
+
+ From Address is Invalid
+ L'adresse de l'émetteur est invalide
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ Recipient Address
+ Adresse du destinataire
+
+
+
+
+
+
+
+ is Invalid
+ est invalide
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Le montant pour l'adresse '%1' est invalide!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Vous n'avez pas assez de fonds disponibles pour envoyer cette transaction
+
+Ont:%1
+Besoin:%2
+
+Remarque: Les fonds nécessitent 5 confirmations avant de pouvoir être dépensés {1
+?} {2
+?} {1 ?}
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+ Amount '%1' is invalid!
+ Le montant '%1' est invalide.
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Mémo
+
+
+
+ Include Reply Address
+ Inclure l'adresse de réponse
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Répondre à
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ Tourniquet de migration
+
+
+ Migration History
+ Histoire de la migration
+
+
+ Migrated Amount
+ Montant migré
+
+
+ Unmigrated Amount
+ Quantité non migrée
+
+
+ Sprout -> Sapling migration enabled
+ Sprout -> Migration du sapling activée
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ Si cette option est activée, hushd migrera lentement vos fonds protégés Sprout vers votre adresse Sapling.
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Connexion à l'application Mobile
+
+
+
+ QR Code
+ QR Code
+
+
+
+ Connection String
+ Chaîne de connexion
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Autoriser les connexions sur Internet à l'aide de SilentDragon Wormhole
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Scannez ce code QR à partir de votre application mobile SilentDragon pour connecter votre téléphone
+
+
+
+ Mobile Connector App
+
+
+
+
+ silentdragon Companion App
+ SilentDragon Mobile Application
+
+
+
+ Disconnect
+ Déconnecter
+
+
+
+
+ TextLabel
+ TextLabel
+
+
+
+ Last seen:
+ Vue pour la derniére fois :
+
+
+
+ Connection type:
+ Type de connection :
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ Graine
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ Ceci est la phrase clé de votre nouveau wallet. VEUILLEZ LE GARDER EN TOUTE SECURITE.
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ La phrase clé (graine) est le seul moyen de restaurer le wallet. Si vous oubliez la phrase clé, IL N'Y A AUCUN MOYEN DE RESTAURER VOTRE WALLET ET LES FONDS
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+ Erreur lors de la création du wallet
+
+
+
+ Failed to save wallet
+ Échec lors de la sauvvegarde du wallet
+
+
+
+ Couldn't save the wallet
+ Impossible d'enregister le wallet
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+ Private Key
+ Clef privée
+
+
+
+ Private Keys
+ Clés privées
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+ Attempting autoconnect
+ Tentative de connection automatique
+
+
+ Starting embedded hushd
+ Démarrage de hushd intégré
+
+
+ hushd is set to run as daemon
+ hushd est configuré pour s'exécuter en tant que démon
+
+
+ Waiting for hushd
+ En attente de hushd
+
+
+ You have hushd set to start as a daemon, which can cause problems with silentdragon
+
+.Please remove the following line from your hush.conf and restart silentdragon
+daemon=1
+ vous avez hushd configuré pour démarrer en tant que démon ce qui peut causer des problèmes avec silentdragon
+
+ Veuillez enlever la ligne suivante de votre fichier "hush.conf" et redémarrer silentdragon:
+daemon=1
+
+
+ Couldn't start the embedded hushd.
+
+Please try restarting.
+
+If you previously started hushd with custom arguments, you might need to reset hush.conf.
+
+If all else fails, please run hushd manually.
+ Impossible de démarrer le hushd intégré.
+
+Veuillez essayer de redémarrer.
+
+Si vous avez précédemment démarré hushd avec des arguments, vous devrez peut-être réinitialiser le fichier hush.conf.
+
+Si tout échoue, exécutez hushd manuellement.
+
+
+ Couldn't connect to hushd configured in hush.conf.
+
+Not starting embedded hushd because --no-embedded was passed
+ Le démarrage de hushd n'a pas eu lieu car l'argument --no-embedded a été utilisé au lancement
+
+
+ All Downloads Finished Successfully!
+ Tous les téléchargements terminés avec succès !
+
+
+ Couldn't download params. Please check the help site for more info.
+ Impossible de télécharger les paramètres. Veuillez vous rendre sur le site d'aide pour plus d'info.
+
+
+ The process returned
+ Le processus a renvoyé
+
+
+ Downloading
+ Téléchargement en cours
+
+
+ more remaining )
+ restant)
+
+
+ MB of
+ MB de
+
+
+ MB at
+ MB à
+
+
+ Downloading blocks
+ Blocs en cours de téléchargement
+
+
+ Blockheight
+ Hauteur de bloc
+
+
+ Syncing
+ Synchronisation
+
+
+ Connected
+ Connecté
+
+
+ testnet:
+ réseau test:
+
+
+ Connected to hushd
+ Connecté à hushd
+
+
+ hushd has no peer connections
+ hushd n'a aucune connexion à un pair
+
+
+ There was an error connecting to hushd. The error was
+ Une erreur est survenue lors de la connection à hushd. L'erreur est
+
+
+
+
+
+
+
+
+ The transaction with id
+ La transaction avec ID
+
+
+
+
+
+
+
+
+ failed. The error was
+ a échoué. L'erreur était
+
+
+
+
+
+
+
+
+
+ failed
+ a échoué
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+ tx computing. This can take several minutes.
+ tx en cours de calcul. Ceci peut prendre quelques minutes.
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ MàJ disponible
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Une nouvelle version v%1 est disponible! Vous avez la version v%2.
+
+Voulez-vous visiter la page des nouvelles versions ?
+
+
+
+ No updates available
+ Pas de MàJ disponible
+
+
+
+ You already have the latest release v%1
+ Vous utilisez déjà la dernière version v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Merci d'attendre la fermeture de SilentDragonXLite
+
+
+
+
+ It may take several minutes
+
+
+
+ Please wait for silentdragon to exit
+ Veuillez patienter. Fermeture de silentdragon en cours
+
+
+ Waiting for hushd to exit
+ Attente de la fermeture de hushd
+
+
+ failed. Please check the help site for more info
+ a échoué. Veuillez vous rendre sur le site d'aide pour plus d'info
+
+
+ hushd error
+ erreur hushd
+
+
+ A manual connection was requested, but the settings are not configured.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ Une connection manuelle était demandée, mais les réglages ne sont pas configurés.
+
+Veuillez configurer l'hôte/port et utilisateur/mot de passe dans le menu Edition->Préférences.
+
+
+ Could not connect to hushd configured in settings.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ Impossible de se connecter au hushd configuré dans les préférences.
+
+Veuillez configurer l'hôte/port et utilisateur/mot de passe dans le menu Edition->Préférences.
+
+
+ Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
+ Authentification échouée. Le nom d'utilisateur / mot de passe que vous avez spécifié n'a pas été accepté par hushd. Essayez de le changer dans le menu Edition-> Préférences
+
+
+ Your hushd is starting up. Please wait.
+ Votre hushd est en cours de démarrage. Veuillez patienter.
+
+
+
+ Attempting to initialize library with
+ Tentative d’initialisation de la bibliothèque avec
+
+
+
+ Using existing wallet.
+ Utiliser le wallet existant.
+
+
+
+ Create/restore wallet.
+ Créer / restaurer un wallet.
+
+
+
+
+ Connection Error
+ Erreur de connection
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Erreur de transaction
+
+
+
+ There was an error sending the transaction. The error was:
+ Une erreur est survenue en envoyant la transaction. L'erreur est:
+
+
+
+
+ No Connection
+ Pas de connection
+
+
+
+ Pick
+ Choisir
+
+
+
+
+
+ Address or Label Error
+ Erreur dans l'adresse ou le libellé
+
+
+
+
+
+ Address or Label cannot be empty
+ L'adresse ou le libellé ne peuvent pas être vide
+
+
+
+
+
+ Address Format Error
+ Erreur de format d'adresse
+
+
+ doesn't seem to be a valid dragonx address.
+ ne semble pas être une adresse hush valide.
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 ne semble pas être une adresse Hush valide.
+
+
+
+
+
+
+ Label Error
+ Erreur sur le libellé
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Le libellé '%1' existe déjà. Veuillez supprimer l'étiquette existante.
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Importer le carnet d'adresses
+
+
+
+ Unable to open file
+ Impossible d'ouvrir le fichier
+
+
+
+ Address Book Import Done
+ Import du carnet d'adresses terminé
+
+
+
+ Imported %1 new Address book entries
+ %1 nouvelle(s) entrée(s) importée(s) dans le carnet d'adresses
+
+
+
+ Copy address
+ Copier l'adresse
+
+
+
+ Copied to clipboard
+ Copiée dans le presse papier
+
+
+
+ Delete label
+ Effacer l'étiquette
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx soumise. (clic droit pour copier) txid:
+
+
+ Locked funds
+ Fonds verouillés
+
+
+ Could not initiate migration.
+You either have unconfirmed funds or the balance is too low for an automatic migration.
+ Impossible d'initier la migration.
+Vous avez soit des fonds non confirmés soit le solde est trop petit pour une migration automatique.
+
+
+ Computing Tx:
+ Calcul de Tx en cours:
+
+
+
+ Type
+ Type
+
+
+
+ Address
+ Adresse
+
+
+
+ Date/Time
+ Date/Heure
+
+
+
+ Amount
+ Montant
+
+
+
+ Confirmations
+ Confirmations
+
+
+
+ Connected directly
+ Connecté directement
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Connecté sur Internet via le service Wormhole de SilentDragon
+
+
+
+
+ Node is still syncing.
+ Le nœud est toujours en cours de synchronisation.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Il n'y a pas d'adresse de type Sapling ou d'adresses transparentes avec un solde suffisant à dépenser.
+
+
+
+ No dragonx price was available to convert from USD
+ Aucun prix de Hush n'est pour convertir à partir de USD
+
+
+
+ View on block explorer
+ Voir dans l'explorateur de block
+
+
+
+ View Error
+ Voir l'erreur
+
+
+
+ Reported Error
+ Erreur signalée
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Êtes-vous sûr de vouloir supprimer le paiement récurrent?
+
+
+
+ All future payments will be cancelled.
+ Tous les paiements futurs seront annulés.
+
+
+
+ RecurringDialog
+
+ Dialog
+ Dialogue
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ Voir
+
+
+
+ Delete
+ Supprimer
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Montant
+
+
+
+ Schedule
+ Liste
+
+
+
+ Payments Left
+ Payments Left
+
+
+
+ Next Payment
+ Prochain paiement
+
+
+
+ To
+ À
+
+
+
+ Every
+ Chaque
+
+
+
+ None
+ Aucun
+
+
+
+ RecurringPayments
+
+ Payments
+ Paiements
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Date
+
+
+
+ Status
+ Statut
+
+
+
+ Txid
+ Txid
+
+
+
+ Not due yet
+ Pas encore dû
+
+
+
+ Pending
+ En attente
+
+
+
+ Skipped
+ Suivant
+
+
+
+ Paid
+ Payé
+
+
+
+ Error
+ Erreur
+
+
+
+
+ Unknown
+ Inconnu
+
+
+
+ RecurringPending
+
+ Dialog
+ Paiements récurrents
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Aucun paiement ne sera traité. Vous pouvez les payer manuellement à partir de la boîte de dialogue "Paiements récurrents"
+
+
+
+ Schedule
+ Liste
+
+
+
+ How should silentdragon proceed?
+ Comment doit procéder SilentDragon?
+
+
+
+ Pay All in 1 Tx
+ Uout payer en 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Seul le dernier paiement en attente sera traité. Tous les paiements en attente antérieurs seront ignorés
+
+
+
+ Pay Latest Only
+ Payer le dernier seulement
+
+
+
+ Pay None
+ Payez aucun
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Tous les paiements en attente sont collectés, additionnés et payés en une seule transaction
+
+
+
+ Description
+ Description
+
+
+
+ To
+ à
+
+
+
+ The following recurring payment has multiple payments pending
+ Le paiement récurrent ci'dessous à plusieurs paiements en attente
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Demande de paiement
+
+
+
+ AddressBook
+ Carnet d'adresses
+
+
+
+ Request From
+ Demande de
+
+
+
+ My Address
+ Mon adresse
+
+
+
+ Amount in
+ Montant en
+
+
+
+ z address
+ z address
+
+
+
+ Amount
+ Montant
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Le destinataire verra cette adresse dans le champ "à" lorsqu'il paiera votre demande.
+
+
+
+ Amount USD
+ Montant en USD
+
+
+
+ Memo
+ Mémo
+
+
+
+ TextLabel
+ TextLabel
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Demander le paiement à une adresse de type Sapling. Vous enverrez une transaction de 0.0001 Hush à l'adresse avec un URI de paiement Hush. Le mémo sera inclus dans la transaction lorsque l'adresse vous payera.
+
+
+
+ Error paying DRGX URI
+ Erreur lors du paiement du URI Hush
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ Le format URI doit être comme suit: 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Payer à
+
+
+
+ Pay
+ Payer
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Vous payez une demande de paiement. Votre adresse ne sera pas visible pour la personne qui demande ce paiement.
+
+
+
+ Can only request from Sapling addresses
+ Ne peut demander qu'aux adresses de type Sapling
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ Graine
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+ Veuillez entrer votre graine de 24 mots ci-dessous
+
+
+
+ Wallet Seed
+ Graine du wallet
+
+
+
+ Wallet Birthday
+ Anniversaire du wallet
+
+
+ 0
+ 0
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ L'anniversaire du wallet correspond à la hauteur de bloc à laquelle le portefeuille a effectué la première transaction. Si vous ne le savez pas, vous pouvez le laisser comme "0" (il faudra plus de temps pour numériser à nouveau)
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Restaurer le wallet de la phrase clé (graine)
+
+
+
+
+ Failed to restore wallet
+ Échec de la restoration du wallet
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite a besoin de 24 mots pour restaurer son wallet
+
+
+
+ Failed to parse wallet birthday
+ Impossible d'analyser l'anniversaire du wallet
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ L'anniversaire du wallet n'est pas reconnue. Cela devrait être une hauteur de bloc à partir de laquelle numériser à nouveau le portefeuille. Vous pouvez laisser «0» si vous ne savez pas ce que cela devrait être.
+
+
+
+ Couldn't restore the wallet
+ Impossible de restaurer le wallet
+
+
+
+ Failed to save wallet
+ Échec de la sauvegarde du wallet
+
+
+
+ Couldn't save the wallet
+ Impossible d'enregister le wallet
+
+
+
+ Settings
+
+
+ Settings
+ Paramétres
+
+
+ hushd connection
+ connection hushd
+
+
+ Host
+ Hôte
+
+
+ Port
+ Port
+
+
+ RPC Username
+ Nom d'utilisateur RPC
+
+
+ RPC Password
+ Mot de passe RPC
+
+
+
+ Options
+ Options
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Check git for updates at startup
+ Rechercher les mises à jour sur GitHub au démarrage
+
+
+ Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.
+ Se connecter au réseau Tor via le proxy SOCKS en cours d'exécution sur 127.0.0.1:9050. Veuillez noter que vous devrez installer et exécuter le service Tor en externe.
+
+
+ Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
+ Les transactions protégées sont enregistrées localement et affichées dans l’onglet transactions. Si vous décochez cette case, les transactions protégées n'apparaîtront pas dans l'onglet des transactions.
+
+
+ Connect via Tor
+ Se connecter via Tor
+
+
+
+ Connect to git on startup to check for updates
+ Connexion à GitHub au démarragede l'application pour rechercher les mises à jour
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Connexion à Internet pour obtenir des prix de Hush
+
+
+
+ Theme
+ Thème
+
+
+
+ Lightwallet Server
+ Serveur Lightwallet
+
+
+ default
+ Standard
+
+
+
+ Connection
+ Connexion
+
+
+ blue
+ Bleu
+
+
+ light
+ Light
+
+
+ dark
+ Dark
+
+
+
+ Fetch dragonx prices
+ Récupérer les prix de Hush
+
+
+
+ Currency
+ Devise
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+ Clear History
+ Effacer l'historique
+
+
+ Remember shielded transactions
+ Se souvenir des transactions privées
+
+
+ Allow custom fees
+ Permettre les frais personnalisés
+
+
+ Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
+ Permettre le changement des frais par défaut lors de l'envoi de transactions. L'activation de cette option peut compromettre votre confidentialité, car les frais sont transparents.
+
+
+ Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
+ Nornalement, le change d'une adresse-t se fait à une autre adresse-t. Sélectionner cette option enverra le change à votre adresse privée Sapling à la place. Cochez cette option pour augmenter votre vie privée.
+
+
+ Shield change from t-Addresses to your sapling address
+ Rendre privé le change de l'Adresse-t vers l'Adresse-z
+
+
+
+ Turnstile
+
+ Turnstile Migration
+ Turnstile migration
+
+
+ Migrate over
+ Migration terminée
+
+
+ From
+ De
+
+
+ <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
+ <html><head/><body><p>Les fonds provenant des adresses-z de type Sprout (qui commencent par "zc") doivent être transférés vers les adresses-z améliorées de type Sapling (qui commencent par "zs"). Les fonds ne peuvent pas être transférés directement, mais doivent être envoyés via des adresses-t transparentes intermédiaires tout cela en respectant votre vie privée.</p><p>Cette migration peut être faite automatiquement pour vous.</p></body></html>
+
+
+ To
+ À
+
+
+ Balance
+ Solde
+
+
+ Miner Fees
+ Frais de transaction
+
+
+ Total Balance
+ Solde total
+
+
+
+ TurnstileProgress
+
+ Turnstile Migration Progress
+ Progrès de la migration turnstile
+
+
+ From
+ De
+
+
+ To
+ À
+
+
+ Please ensure you have your wallet.dat backed up!
+ Veuillez vous assurer que vous avez sauvegarder le fichier "wallet.dat"!
+
+
+ Next Transaction in 4 hours
+ Prochaine transaction dans 4 heures
+
+
+ Migration Progress
+ Progrès de la migration
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Toutes les adresses
+
+
+
+ Export All Keys
+ Exporter toutes les clés
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Adresse
+
+
+
+ Balance (%1)
+ Solde (%1)
+
+
+
+ about
+
+
+ About
+ À propos
+
+
+
+ addressBook
+
+
+ Address Book
+ Carnet d'adresses
+
+
+
+ Add New Address
+ Ajouter une nouvelle adresse
+
+
+
+ Address (z-Addr or t-Addr)
+ Adresse (Adresse-z ou Adresse-t)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Etiquette
+
+
+
+ Add to Address Book
+ Ajouter au carnet d'adresse
+
+
+
+ Import Address Book
+ Importer de carnet d'adresses
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Confirmer la transaction
+
+
+ From
+ De
+
+
+
+ To
+ À
+
+
+
+ Recurring Payment
+ Paiement récurrent
+
+
+
+ TextLabel
+ TextLabel
+
+
+ hushd doesn't seem to have any peers. You might not be connected to the internet, so this Transaction might not work.
+ hushd semble n'avoir aucune connexion à un autre pair. Comme vous n'êtes peut-être pas connecté à Internet, cette transaction pourrait ne pas fonctionner.
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Vous envoyer une transaction alors que votre noeud se synchronize encore. Cela ne pourrait pas fonctionner.
+
+
+ You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
+ Vous appliquez des frais personnalisés. Comme les frais sont transparents, vous diminuez votre caractère privé. Veuillez seulement utiliser ceci si vous êtes sûr de ce que vous faites !
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Configuration de hush.conf
+
+
+
+ Show Advanced Configuration
+ Afficher la configuration avancée
+
+
+
+ Your dragonx node will be configured for you automatically
+ Votre nœud hush sera automatiquement.configuré pour vous
+
+
+
+ Use custom datadir
+ Utiliser un repertoire personnalisé
+
+
+
+ Connect to the internet for updates and price feeds
+ Se connecter à Internet pour obtenir les mises à jour et les flux de prix
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Veuillez choisir un répertoire pour stocker votre wallet.dat et votre blockchain
+
+
+
+ Choose directory
+ Choisir un répertoire
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Autoriser les connexions à Internet pour vérifier les mises à jour, obtenir les prix de Hush, etc...
+
+
+
+ Connect over Tor
+ Connecter sur Tor
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Veuillez noter que vous devez déjà avoir un service Tor configuré sur le port 9050
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Copier l'adresse
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Cryptez votre wallet
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ Mot de passe du cryptage:
+
+
+ Confirm Password:
+ Confirmez le mot de passe:
+
+
+ Passwords don't match
+ Les mots de passe ne correspondent pas
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ AVERTISSEMENT: Si vous oubliez votre mot de passe, le seul moyen de récupérer le portefeuille consiste à utiliser la phrase clé.
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ TextLabel
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Demander le paiement à une adresse de type Sapling. Vous enverrez une transaction de 0.0001 Hush à l'adresse avec un URI de paiement Hush. Le mémo sera inclus dans la transaction lorsque l'adresse vous payera.
+
+
+
+ Request From
+ Demande de
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Montant en
+
+
+
+ Amount
+ Montant
+
+
+
+ Amount USD
+ Montant en USD
+
+
+
+ Memo
+ Mémo
+
+
+
+ My Address
+ Mon adresse
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Le destinataire verra cette adresse dans le champ "à" lorsqu'il paiera votre demande.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Modifier la liste
+
+
+
+ Schedule
+ Liste
+
+
+
+ Payment Description
+ Description du paiement
+
+
+
+ From
+ De
+
+
+
+ Number of payments
+ Nombre de paiement
+
+
+
+ Amount
+ Montant
+
+
+
+ Next Payment
+ Prochain paiement
+
+
+
+ To
+ À
+
+
+
+ Memo
+ Mémo
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Annuler
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ Montant
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
+ zboard
+
+ Post to z-board.net
+ Poster sur z-board.net
+
+
+ Total Fee
+ Frais totaux
+
+
+ Memo
+ Mémo
+
+
+ (optional)
+ (optionnel)
+
+
+ Send From
+ Envoyer de
+
+
+ Post As:
+ Poster en tant que:
+
+
+ <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+ <html><head/><body><p>Zboard: Messagerie entièrement anonyme et intraçable basée sur la blockchain hush. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+
+
+ Warning
+ Attention
+
+
+ Posting to Board
+ Poster sur le forum
+
+
+
diff --git a/res/silentdragonxlite_hr.ts b/res/silentdragonxlite_hr.ts
index 7029481..16e5728 100644
--- a/res/silentdragonxlite_hr.ts
+++ b/res/silentdragonxlite_hr.ts
@@ -1,3114 +1,3114 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Oznaka
-
-
-
- Address
- Adresa
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Adresa
-
-
-
- Amount
- Količina
-
-
-
- ChatBubbleMe
-
-
- Form
- Od
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- Od
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- Početak
-
-
-
- Controller
-
-
- Wallet Password
- Lozinka novčanika
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Vaš novčanik je šifriran.
-Molimo unesite vašu lozinku
-
-
-
-
- Wallet Decryption Failed
- Dešifriranje novčanika neuspjelo
-
-
-
- Please enter a valid password
- Molimo unesite valjanu lozinku
-
-
-
- Failed to unlock wallet
- Neuspjeh prilikom otključavanja novčanika
-
-
-
- CreateWalletForm
-
- Form
- Od
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- Vraćanje novčanika u početno stanje iz seed riječi
-
-
- Restore an existing wallet, using the 24-word seed.
- Vratite postojeći novčanik u početno stanje koristeći seed od 24 riječi.
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Create a new Wallet
- Napravite novi novčanik
-
-
- Create a new wallet with a randomly generated seed.
- Napravite novi novčanik sa nasumice odabranim seed riječima.
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Odustani
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- Balance
- Saldo
-
-
-
- Summary
- Sažetak
-
-
-
- Shielded
- Zaštićeno
-
-
-
- Notarized
- Potvrđeno
-
-
-
- Transparent
- Transparentno
-
-
-
- Total
- Ukupno
-
-
-
- Your node is still syncing, balances may not be updated.
- Vaš čvor se još uvijek sinkronizira, saldo neće biti ažuriran.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Neke transakcije još nisu potvrđene. Saldo se može promijeniti.
-
-
-
- Deposit DragonX
-
-
-
-
- Address Balances
- Saldo adrese
-
-
-
-
- Send
- Šalji
-
-
-
- Total notarized funds available:
- Ukopna dostupna potvrđena sredstva:
-
-
-
- Send To
- Pošalji
-
-
-
- Recipient
- Primatelj
-
-
-
-
-
-
-
- Address
- Adresa
-
-
-
-
- Address Book
- Adresar
-
-
-
-
-
-
- Amount
- Količina
-
-
-
- Max Available
- Max dostupno
-
-
-
-
-
-
- Memo
- Poruka (memo)
-
-
-
- Add Recipient
- Dodaj primatelja
-
-
- Recurring payment
- Ponavljajuće plaćanje
-
-
- Every month, starting 12-May-2012, for 6 payments
- Svaki mjesec s početkom 12-Svibnja-2012, u 6 rata
-
-
- Edit Schedule
- Uredi raspored
-
-
-
-
- Miner Fee
- Naknada za rudarenje
-
-
-
- 0
- 0
-
-
-
- Cancel
- Odustani
-
-
-
- Receive
- Primiti
-
-
-
- Address Type
- Vrsta adrese
-
-
-
- z-Addr
- z-Adr
-
-
- t-Addr
- t-adr
-
-
-
- Next Address
-
-
-
-
- Information about DragonX
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
-
-
-
-
- Difficulty
-
-
-
-
- Last Notarized Block
-
-
-
-
- Total Supply
-
-
-
-
- Longestchain
-
-
-
-
- BlockHeight
-
-
-
-
- Supply zAddr
-
-
-
-
- Supply tAddr
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
-
-
-
-
- Volume on Exchanges
-
-
-
- New Address
- Nova adresa
-
-
-
- View All Addresses
- Pogledaj sve adrese
-
-
-
- Label
- Oznaka
-
-
-
- Update Label
- Ažuriraj oznaku
-
-
-
- Address balance
- Saldo na adresi
-
-
-
- Optional
- Opcionalno
-
-
-
-
- Export Private Key
- Izvoz privatnog ključa
-
-
-
- Your node is still syncing, balances may not be updated
- Vaš čvor se još uvijek sinkronizira, saldo neće biti ažuriran
-
-
-
- Transactions
- Transakcije
-
-
- Hush Daemon
- Hush Daemon
-
-
- This is a Lightwallet, you cant mine with it!
- Ovo je LaganiNovčanik, s njim ne možete rudariti!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Učitavanje...
-
-
- blockHeight
- visinaBloka
-
-
-
- Version drgxlightd
- Verzija drgxlightd
-
-
-
- Vendor
- Prodavač
-
-
- |
- |
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Spendable
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &File
- &Datoteka
-
-
-
- &Help
- &Pomoć
-
-
- &Apps
- &Apps
-
-
-
- &Edit
- &Uredi
-
-
-
- E&xit
- &Izlaz
-
-
-
- &About
- &O
-
-
-
- &Settings
- &Postavke
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &Send DenioD Feedback
- &Pošalji DenioD povratne informacije
-
-
-
- &DragonX Telegram
- &DragonX Telegram
-
-
-
- &DragonX Website
- &Hush Web stranica
-
-
-
- Check git for &updates
- Provjeri na git &dopune
-
-
-
- &Export all private keys
- &Izvoz svih privatnih ključeva
-
-
-
- Address &book
- Adresna &knjiga
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
- &Export seed phrase
- &Izvoz seed fraze
-
-
-
-
- Export transactions
- Izvoz transakcija
-
-
-
- Pay drgx &URI...
- Plati hush &URI...
-
-
- Connect mobile &app
- Spoji mobilnu &app
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Ponavljajuća plaćanja
-
-
-
- Request drgx...
- Zatraži hush...
-
-
-
- File a bug...
- Prijavi grešku...
-
-
-
- Encrypt Wallet
- Šifriraj novčanik
-
-
-
- Remove Wallet Encryption
- Uklonite šifriranje novčanika
-
-
-
- Rescan
- Rescan
-
-
-
- Import Private Key
-
-
-
- Wallet is already encrypted
- Novčanik je već šifriran
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- Vaš novčanik je već šifriran lozinkom.
-Molimo koristite 'Uklonite šifriranje novčanika' ako želite ukloniti šifriranje novčanika.
-
-
-
- Passwords don't match
- Lozinke se ne podudaraju
-
-
- Error was:
-
- Greška je :
-
-
-
- Wallet Encrypted
- Novčanik šifriran
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- Vaš novčanik je uspješno šifriran! Lozinka će vam trebati za slanje sredstava ili za izvoz privatnih ključeva.
-
-
-
-
- Wallet Encryption Failed
- Šifriranje novčanika neuspjelo
-
-
-
- Wallet is not encrypted
- Novčanik nije šifriran
-
-
- Your wallet is not encrypted with a password.
- Vaš novčanik nije šifriran sa lozinkom.
-
-
- Wallet Password
- Lozinka novčanika
-
-
- Please enter your wallet password
- Molimo unesite lozinku novčanika
-
-
- Wallet Decryption Failed
- Dešifriranje novčanika neuspjelo
-
-
- Please enter a password to decrypt your wallet!
- Molimo unesite lozinku za dešifriranje novčanika!
-
-
- Wallet Encryption Removed
- Šifriranje novčanika uklonjeno
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- Vaš novčanik je uspješno dešifriran! Lozinka vam više neće trebati za slanje sredstava ili za izvoz privatnih ključeva.
-
-
-
-
- Copy txid
- Kopitajte txid
-
-
-
-
- Copy block explorer link
-
-
-
-
- View tx on block explorer
- Pogledaj tx na blok pregledniku
-
-
-
- Refresh
- Osvježi
-
-
- Restart
- Ponovno pokreni
-
-
- Please restart Silentdragonlite to have the theme apply
- Molimo ponovno pokrenite SilentDragonXLite ako želite primjeniti temu
-
-
-
- Currency Change
- Razmjena valuta
-
-
- Please restart SilentDragonXLite to have new currencies apply
- Molimo ponovno pokrenite SilentDragonXLite ako želite primjeniti novu valutu
-
-
-
- This change can take a few seconds.
-
-
-
- Some feedback about SilentDragonlite or Hush...
- Neke povratne informaciej o SilentDragonXLite ili Hush...
-
-
- Send Duke some private and shielded feedback about
- Pošaljite Duke neku privatnu i zaštićenu povratnu informaciju
-
-
- or SilentDragonXLite
- ili SilentDragonXLite
-
-
-
- Paste DRGX URI
- Zalijepi DRGX URI
-
-
-
- Error paying DRGX URI
- Greška u plaćanju DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI treba biti formata 'hush:<addr>?amt=x&memo=y
-
-
-
- Error
- Greška
-
-
-
- Error exporting transactions, file was not saved
- Greška prilikom izvoza transakcija, datoteka nije spremljena
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Ovo je vaš seed novčanika. Molimo izradite sigurnosnu kopiju.
-
-
-
-
- Save File
- Spremi datoteku
-
-
-
-
- Unable to open file
- Nije moguće otvoriti datoteku
-
-
-
- Error getting private keys
- Greška u dohvaćanju privatnih ključeva
-
-
-
- Error loading private keys:
- Greška prilikom učitavanja privatnog ključa:
-
-
-
- These are all the private keys for all the addresses in your wallet
- Ovo su svi privatni ključevi svih adresa u vašem novčaniku
-
-
-
- Private key for
- Privatni ključ za
-
-
-
-
- Copy address
- Kopirajte adresu
-
-
-
-
-
-
- Copied to clipboard
- Kopirano u mađuspremnik
-
-
-
-
- Failed to restore wallet
- Neuspjelo obnavljanje novčanika
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite treba 24 riječi za obnovu novčanika
-
-
-
- Failed to parse wallet birthday
- Neuspjelo očitanje rođendana novčanika
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Nisam u mogućnosti razumijeti rođendan novčanika. To bi trebala bi biti visina bloka od koje počinje rescan novčanika. Ako ne znate koja je, možete ostaviti '0'.
-
-
-
- Couldn't restore the wallet
- Nemoguće obnoviti novčanik
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- Out of memory!
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Get private key
- Dobavi privatni ključ
-
-
-
-
- View on block explorer
- Pogledaj na blok pregledniku
-
-
-
- View Payment Request
- Pogledajte zahtjev o plaćanju
-
-
-
- View Memo
- Pogledajte poruku (memo)
-
-
-
- Reply to
- Odgovorite
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- Napravljena je nova transparentna adresa
-
-
-
- Copy Address
- Kopirajte adresu
-
-
-
- Address has been previously used
- Adresa je već korištena
-
-
-
- Address is unused
- Adresa nije korištena
-
-
-
- Cannot support multiple addresses
- Nije moguće podržati višestruke adrese
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Ponavljajuće plaćanje trenutno ne podržava višestruke adrese
-
-
-
- Recipient
- Primatelj
-
-
-
- Only z-addresses can have memos
- Samo z-adrese mogu imati poruke
-
-
- Memos can only be used with z-addresses
- Poruke se mogu koristiti samo sa z-adresama
-
-
- The memo field can only be used with a z-address.
-
- Prostor za poruku se može koristiti samo sa z-adresom.
-
-
-
-
-doesn't look like a z-address
-
-ne izgleda kao z-adresa
-
-
-
- Transaction Error
- Greška u transakciji
-
-
-
-
- Please wait...
- Molimo pričekajte...
-
-
-
- Computing your transaction
- Računamo vašu transakciju
-
-
-
-
- Done!
- Gotovo!
-
-
-
-
-
-
-
- Recipient Address
- Adresa primatelja
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- is Invalid
- je neispravna
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Količina za adresu '%1' je nevaljala!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Nema dovoljno dostupnih sredstava za slanje transakcije
-
-Imate: %1
-Trebate: %2
-
-Opaska: Za trošenje sredstava potrebno je 5 konfirmacija {1
-?} {2
-?} {1 ?}
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
- Nema dovoljno dostupnih sredstava za slanje transakcije
-
-Imate: %1
-Trebate: %2
-
-Opaska: Za trošenje sredstava potrebno je 5 konfirmacija
-
-
-
- MemoDialog
-
-
-
- Memo
- Poruka (memo)
-
-
-
- Include Reply Address
- Uključite adresu odgovora
-
-
-
- MemoEdit
-
-
- Reply to
- Odgovorite
-
-
-
- MigrationDialog
-
- Migration Turnstile
- Čvor migracije
-
-
- Migration History
- Povijest migracije
-
-
- Migrated Amount
- Migrirana količina
-
-
- Unmigrated Amount
- Nemigrirana količina
-
-
- Sprout -> Sapling migration enabled
- Sprout -> Sapling omogućena migracija
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- Ako se omogući, hushd će polako migrirati vaše Sprout zaštićena sredstva u vašu Sapling adresu.
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Spojite mobilnu applikaciju
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Skenirajte ovaj QR kod sa silentdragon aplikacijom i spojite vaš telefon
-
-
-
- QR Code
- QR kod
-
-
-
- Connection String
- Povezani niz
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Dopusti vezu preko Interneta putem silentdragon crvotočine
-
-
-
- silentdragon Companion App
- silentdragon združena aplikacija
-
-
-
- Disconnect
- Odspoji
-
-
-
-
- TextLabel
- TekstOznaka
-
-
-
- Last seen:
- Zadnje viđeno:
-
-
-
- Connection type:
- Vrsta veze:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- Od
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- Ovo je vaša nova seed fraza novčanika. MOLIMO SIGURNO JU SPREMITE.
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- Jedino je pomoću seed fraze moguće ponovno obnoviti novčanik. Ako zaboravite seed frazu, NE POSTOJI NAČIN DA PONOVNO OBNOVITE NOVČANIK I SREDSTVA unutra
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
- Greška u kreiranju novčanika
-
-
-
- Failed to save wallet
- Neuspjelo spremanje novčanika
-
-
-
- Couldn't save the wallet
- Ne mogu spremiti novčanik
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
- Privatni ključevi
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- Odaberite
-
-
-
-
-
- Address or Label Error
- Greška u adresi ili oznaci
-
-
-
-
-
- Address or Label cannot be empty
- Adresa ili oznaka ne može biti prazno
-
-
-
-
-
- Address Format Error
- Greška u formatu adrese
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 čini se da nije valjana hush adresa.
-
-
-
-
-
-
- Label Error
- Greška oznake
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Oznaka %1 već postoji.Molimo uklonite postojeću adresu.
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Uvezite adresar
-
-
-
- Unable to open file
- Nije moguće otvoriti datoteku
-
-
-
- Address Book Import Done
- Završen unos adresara
-
-
-
- Imported %1 new Address book entries
- Uvezeno %1 novih adresa
-
-
-
- Copy address
- Kopirajte adresu
-
-
-
- Copied to clipboard
- Kopirano u mađuspremnik
-
-
-
- Delete label
- Izbrišite oznaku
-
-
-
- Attempting to initialize library with
- Poušavam pokrenuti zbirku sa
-
-
-
- Using existing wallet.
- Koristim postojeći novčanik.
-
-
-
- Create/restore wallet.
- Napravi/obnovi novčanik.
-
-
-
-
- Connection Error
- Greška sa vezom
-
-
-
-
-
-
-
-
-
- Transaction Error
- Greška u transakciji
-
-
-
- There was an error sending the transaction. The error was:
- Pojavila se greška prilikom slanja transakcije. Greška je:
-
-
-
-
- No Connection
- Nema veze
-
-
- There was an error connecting to hushd. The error was
- Pojavila se greška prilikom spajanja na hushd. Greška je
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
-
-
-
-
-
-
-
- failed
- neuspjelo
-
-
-
-
-
-
-
-
- The transaction with id
- Transakcija sa ID
-
-
-
-
-
-
-
-
- failed. The error was
- nesupjela. Greška je
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- Dostupno ažuriranje
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Nova verzija v%1 je dostupna! Vi imate v%2.
-
-Želite li posjetiti stranicu sa izadnjima?
-
-
-
- No updates available
- Nema dostupnih ažuriranja
-
-
-
- You already have the latest release v%1
- Već imate najnovije izdanje v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Molimo pričekajte da se SilentDragonXLite zatvori
-
-
-
-
- It may take several minutes
-
-
-
- Waiting for hushd to exit
- Čekam da hushd završi
-
-
-
- No dragonx price was available to convert from USD
- Nema hush cijene za pretvorbu iz USD
-
-
-
- View on block explorer
- Pogledajte na blok pregledniku
-
-
-
- View Error
- Pogledajte grešku
-
-
-
- Reported Error
- Prijavljena greška
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Da li ste sigurni da želite izbrisati ponavljajuće plačanje?
-
-
-
- All future payments will be cancelled.
- Sva buduća plaćanja će biti otkazana.
-
-
-
- Tx submitted (right click to copy) txid:
- Tx poslan (desni klik za kopiranje) txid:
-
-
-
- Type
- Vrsta
-
-
-
- Address
- Adresa
-
-
-
- Date/Time
- Datum/Vrijeme
-
-
-
- Confirmations
- Potvrde
-
-
-
- Amount
- Količina
-
-
-
- Connected directly
- Direktno spojeno
-
-
-
- Connected over the internet via silentdragon wormhole service
- Spojeno preko Interneta putem silentdragon usluge crvotočine
-
-
-
-
- Node is still syncing.
- Čvor se još uvijek sinkronizira.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Nema sapling ili transparentne adrese sa dovoljnim saldom.
-
-
-
- RecurringDialog
-
- Dialog
- Dialog
-
-
-
- Recurring Dialog
-
-
-
-
- View
- Pogled
-
-
-
- Delete
- Izbriši
-
-
-
- RecurringListViewModel
-
-
- Amount
- Količina
-
-
-
- Schedule
- Raspored
-
-
-
- Payments Left
- Preostalo plaćanje
-
-
-
- Next Payment
- Slijedeće plaćanje
-
-
-
- To
- Za
-
-
-
- Every
- Svaki
-
-
-
- None
- Nijedan
-
-
-
- RecurringPayments
-
- Payments
- Plaćanja
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Datum
-
-
-
- Status
- Status
-
-
-
- Txid
- Txid
-
-
-
- Not due yet
- Još nije gotovo
-
-
-
- Pending
- u toku
-
-
-
- Skipped
- Preskočeno
-
-
-
- Paid
- Plaćeno
-
-
-
- Error
- Greška
-
-
-
-
- Unknown
- Nepotnato
-
-
-
- RecurringPending
-
- Dialog
- Dialog
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Plaćanja se neće procesuirati. Možete ih ručno platiti u polju dialoga Ponavljajućeg plaćanja
-
-
-
- Schedule
- Raspored
-
-
-
- How should silentdragon proceed?
- Kako da silentdragon nastavi?
-
-
-
- Pay All in 1 Tx
- Plati sve u 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Procesuirati će se samo zadnje plaćanje u toku. Sva prijašnja plaćanja u toku će se preskočiti
-
-
-
- Pay Latest Only
- Platite samo zadnje
-
-
-
- Pay None
- Ne platite ništa
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Sva plaćanja u toku su skupljena, zbrojena i plaćena u jednoj transakciji
-
-
-
- Description
- Opis
-
-
-
- To
- Za
-
-
-
- The following recurring payment has multiple payments pending
- Slijedeće ponavljajuće plaćanje sadrži višestruka plaćanja u toku
-
-
-
- RequestDialog
-
-
- Payment Request
- Zahtjev o plaćanju
-
-
-
- AddressBook
- Adresar
-
-
-
- Request From
- Zatraži od
-
-
-
- My Address
- Moja adresa
-
-
-
- Amount in
- Količina u
-
-
-
- z address
- z adresa
-
-
-
- Amount
- Količina
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Primatelj će prilikom plaćanja vidjeti ovu adresu u "za" polju.
-
-
-
- Amount USD
- Količina USD
-
-
-
- Memo
- Poruka (memo)
-
-
-
- TextLabel
- TekstOznaka
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.
-
-
-
- Error paying DRGX URI
- Greška prilikom plaćanja hush URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI treba biti formata 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Platiti
-
-
-
- Pay
- Plati
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Plaćate zahtjev za nalogom. Vaša adresa neće biti vidljiva osobi koja je zatražila ovaj nalog.
-
-
-
- Can only request from Sapling addresses
- Može se jedino zatražiti sa Sapling adresama
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- Od
-
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
- Molimo unesite ispod seed od 24 riječi
-
-
-
- Wallet Seed
- Seed novčanika
-
-
-
- Wallet Birthday
- Rođendan novčanika
-
-
- 0
- 0
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- Rođendan novčanika je visina bloka u kojoj je bila prva transakcija u novčaniku. Ako niste upoznati s ovim, možete ostaviti "0" (Duže će raditi rescan)
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Vraćanje novčanika u početno stanje iz seed riječi
-
-
-
-
- Failed to restore wallet
- Neuspjelo obnavljanje novčanika
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite treba 24 riječi za obnovu novčanika
-
-
-
- Failed to parse wallet birthday
- Neuspjelo očitanje rođendana novčanika
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Nisam u mogućnosti razumijeti rođendan novčanika. To bi trebala bi biti visina bloka od koje počinje rescan novčanika. Ako ne znate koja je, možete ostaviti '0'.
-
-
-
- Couldn't restore the wallet
- Nemoguće obnoviti novčanik
-
-
-
- Failed to save wallet
- Neuspjeh spremanja novčanika
-
-
-
- Couldn't save the wallet
- Nemoguće spremiti novčanik
-
-
-
- Settings
-
-
- Settings
- Postavke
-
-
-
- Connection
- Veza
-
-
-
- Lightwallet Server
- Server LaganiNovčanik
-
-
-
- Options
- Opcije
-
-
- default
- početno
-
-
- blue
- plavo
-
-
- light
- svijetlo
-
-
- dark
- tamno
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
- Dohvati hush cijene
-
-
-
- Check git for updates at startup
- Prilikom pokretanja provjetite ažuriranja na gitu
-
-
-
- Connect to git on startup to check for updates
- Prilikom pokretanja provjetite ažuriranja na gitu
-
-
-
- Theme
- Teme
-
-
-
- Connect to the internet to Fetch dragonx prices
- Spoji se na Internet i dohvati hush cijene
-
-
-
- Currency
- Valuta
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
-
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Sve adrese
-
-
-
- Export All Keys
- Izvezi sve ključeve
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Adresa
-
-
-
- Balance (%1)
- Saldo (%1)
-
-
-
- about
-
-
- About
- O
-
-
-
- addressBook
-
-
- Address Book
- Adresar
-
-
-
- Add New Address
- Dodaj novu adresu
-
-
-
- Address (z-Addr or t-Addr)
- Adresa (z-adresa ili t-adresa)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Oznaka
-
-
-
- Add to Address Book
- Dodaj u adresar
-
-
-
- Import Address Book
- Uvezite adresar
-
-
-
- confirm
-
-
- Confirm Transaction
- Potvrdite transakciju
-
-
-
- To
- Za
-
-
-
- Recurring Payment
- Ponavljajuće plaćanje
-
-
-
- TextLabel
- TekstOznaka
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Šaljete transakciju, a vaš čvor se još uvijek sinkronizira. To možda neće uspjeti.
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Konfigurirajte hush.conf
-
-
-
- Your dragonx node will be configured for you automatically
- Vaš hush čvor će se automatski konfigurirati
-
-
- Enable Fast Sync
- Omogući brzi sync
-
-
-
- Show Advanced Configuration
- Prikaži naprednu konfiguraciju
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Dopusti vezu na Internet za provjeru ažuriranja, hush cijana itd...
-
-
-
- Use custom datadir
- Koristi prilagođeni datadir
-
-
-
- Choose directory
- Izaberi direktorij
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Uzmite u obzir da ćete već morati imati konfiguriranu Tor uslugu na portu 9050
-
-
-
- Connect to the internet for updates and price feeds
- Za ažuriranja i info spojite se na Internet
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Molimo odaberite direktorij u koji ćete spremiti wallet.dat i blockchain
-
-
-
- Connect over Tor
- Veza preko Tora
-
-
- <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
- <html><head/><body><p>Preskače najskuplje provjere tokom početnog preuzimanja bloka. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Saznaj više</span></a></p></body></html>
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Kopirajte adresu
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Šifrirajte vaš novčanik
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- Lozinka šifriranja:
-
-
- Confirm Password:
- Potvrdite lozinku:
-
-
- Passwords don't match
- Lozinke se ne podudaraju
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- UPOZORENJE: Ako zaboravite lozinku, jedini način da obnovite novčanik je iz seed fraze.
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- TekstOznaka
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.
-
-
-
- Request From
- Zatraži od
-
-
-
- zaddr
-
-
-
-
- Amount in
- Količina u
-
-
-
- Amount
- Količina
-
-
-
- Amount USD
- Količina USD
-
-
-
- Memo
- Poruka (memo)
-
-
-
- My Address
- Moja adresa
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Primatelj će prilikom plaćanja vidjeti ovu adresu u "za" polju.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Uredi raspored
-
-
-
- Payment Description
- Opis plaćanja
-
-
-
- Schedule
- Raspored
-
-
-
- Next Payment
- Slijedeće plaćanje
-
-
-
- Amount
- Količina
-
-
-
- Memo
- Poruka (memo)
-
-
-
- To
- Za
-
-
-
-
- From
- Od
-
-
-
- Number of payments
- Broj uplata
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Odustani
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- Količina
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
- Dialog
- Dialog
-
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Oznaka
+
+
+
+ Address
+ Adresa
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Adresa
+
+
+
+ Amount
+ Količina
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ Od
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ Od
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ Početak
+
+
+
+ Controller
+
+
+ Wallet Password
+ Lozinka novčanika
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Vaš novčanik je šifriran.
+Molimo unesite vašu lozinku
+
+
+
+
+ Wallet Decryption Failed
+ Dešifriranje novčanika neuspjelo
+
+
+
+ Please enter a valid password
+ Molimo unesite valjanu lozinku
+
+
+
+ Failed to unlock wallet
+ Neuspjeh prilikom otključavanja novčanika
+
+
+
+ CreateWalletForm
+
+ Form
+ Od
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ Vraćanje novčanika u početno stanje iz seed riječi
+
+
+ Restore an existing wallet, using the 24-word seed.
+ Vratite postojeći novčanik u početno stanje koristeći seed od 24 riječi.
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Create a new Wallet
+ Napravite novi novčanik
+
+
+ Create a new wallet with a randomly generated seed.
+ Napravite novi novčanik sa nasumice odabranim seed riječima.
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Odustani
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ Balance
+ Saldo
+
+
+
+ Summary
+ Sažetak
+
+
+
+ Shielded
+ Zaštićeno
+
+
+
+ Notarized
+ Potvrđeno
+
+
+
+ Transparent
+ Transparentno
+
+
+
+ Total
+ Ukupno
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Vaš čvor se još uvijek sinkronizira, saldo neće biti ažuriran.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Neke transakcije još nisu potvrđene. Saldo se može promijeniti.
+
+
+
+ Deposit DragonX
+
+
+
+
+ Address Balances
+ Saldo adrese
+
+
+
+
+ Send
+ Šalji
+
+
+
+ Total notarized funds available:
+ Ukopna dostupna potvrđena sredstva:
+
+
+
+ Send To
+ Pošalji
+
+
+
+ Recipient
+ Primatelj
+
+
+
+
+
+
+
+ Address
+ Adresa
+
+
+
+
+ Address Book
+ Adresar
+
+
+
+
+
+
+ Amount
+ Količina
+
+
+
+ Max Available
+ Max dostupno
+
+
+
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ Add Recipient
+ Dodaj primatelja
+
+
+ Recurring payment
+ Ponavljajuće plaćanje
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Svaki mjesec s početkom 12-Svibnja-2012, u 6 rata
+
+
+ Edit Schedule
+ Uredi raspored
+
+
+
+
+ Miner Fee
+ Naknada za rudarenje
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Odustani
+
+
+
+ Receive
+ Primiti
+
+
+
+ Address Type
+ Vrsta adrese
+
+
+
+ z-Addr
+ z-Adr
+
+
+ t-Addr
+ t-adr
+
+
+
+ Next Address
+
+
+
+
+ Information about DragonX
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+
+
+
+
+ Difficulty
+
+
+
+
+ Last Notarized Block
+
+
+
+
+ Total Supply
+
+
+
+
+ Longestchain
+
+
+
+
+ BlockHeight
+
+
+
+
+ Supply zAddr
+
+
+
+
+ Supply tAddr
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+
+
+
+
+ Volume on Exchanges
+
+
+
+ New Address
+ Nova adresa
+
+
+
+ View All Addresses
+ Pogledaj sve adrese
+
+
+
+ Label
+ Oznaka
+
+
+
+ Update Label
+ Ažuriraj oznaku
+
+
+
+ Address balance
+ Saldo na adresi
+
+
+
+ Optional
+ Opcionalno
+
+
+
+
+ Export Private Key
+ Izvoz privatnog ključa
+
+
+
+ Your node is still syncing, balances may not be updated
+ Vaš čvor se još uvijek sinkronizira, saldo neće biti ažuriran
+
+
+
+ Transactions
+ Transakcije
+
+
+ Hush Daemon
+ Hush Daemon
+
+
+ This is a Lightwallet, you cant mine with it!
+ Ovo je LaganiNovčanik, s njim ne možete rudariti!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Učitavanje...
+
+
+ blockHeight
+ visinaBloka
+
+
+
+ Version drgxlightd
+ Verzija drgxlightd
+
+
+
+ Vendor
+ Prodavač
+
+
+ |
+ |
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Spendable
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &File
+ &Datoteka
+
+
+
+ &Help
+ &Pomoć
+
+
+ &Apps
+ &Apps
+
+
+
+ &Edit
+ &Uredi
+
+
+
+ E&xit
+ &Izlaz
+
+
+
+ &About
+ &O
+
+
+
+ &Settings
+ &Postavke
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &Send DenioD Feedback
+ &Pošalji DenioD povratne informacije
+
+
+
+ &DragonX Telegram
+ &DragonX Telegram
+
+
+
+ &DragonX Website
+ &Hush Web stranica
+
+
+
+ Check git for &updates
+ Provjeri na git &dopune
+
+
+
+ &Export all private keys
+ &Izvoz svih privatnih ključeva
+
+
+
+ Address &book
+ Adresna &knjiga
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+ &Export seed phrase
+ &Izvoz seed fraze
+
+
+
+
+ Export transactions
+ Izvoz transakcija
+
+
+
+ Pay drgx &URI...
+ Plati hush &URI...
+
+
+ Connect mobile &app
+ Spoji mobilnu &app
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Ponavljajuća plaćanja
+
+
+
+ Request drgx...
+ Zatraži hush...
+
+
+
+ File a bug...
+ Prijavi grešku...
+
+
+
+ Encrypt Wallet
+ Šifriraj novčanik
+
+
+
+ Remove Wallet Encryption
+ Uklonite šifriranje novčanika
+
+
+
+ Rescan
+ Rescan
+
+
+
+ Import Private Key
+
+
+
+ Wallet is already encrypted
+ Novčanik je već šifriran
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ Vaš novčanik je već šifriran lozinkom.
+Molimo koristite 'Uklonite šifriranje novčanika' ako želite ukloniti šifriranje novčanika.
+
+
+
+ Passwords don't match
+ Lozinke se ne podudaraju
+
+
+ Error was:
+
+ Greška je :
+
+
+
+ Wallet Encrypted
+ Novčanik šifriran
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ Vaš novčanik je uspješno šifriran! Lozinka će vam trebati za slanje sredstava ili za izvoz privatnih ključeva.
+
+
+
+
+ Wallet Encryption Failed
+ Šifriranje novčanika neuspjelo
+
+
+
+ Wallet is not encrypted
+ Novčanik nije šifriran
+
+
+ Your wallet is not encrypted with a password.
+ Vaš novčanik nije šifriran sa lozinkom.
+
+
+ Wallet Password
+ Lozinka novčanika
+
+
+ Please enter your wallet password
+ Molimo unesite lozinku novčanika
+
+
+ Wallet Decryption Failed
+ Dešifriranje novčanika neuspjelo
+
+
+ Please enter a password to decrypt your wallet!
+ Molimo unesite lozinku za dešifriranje novčanika!
+
+
+ Wallet Encryption Removed
+ Šifriranje novčanika uklonjeno
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ Vaš novčanik je uspješno dešifriran! Lozinka vam više neće trebati za slanje sredstava ili za izvoz privatnih ključeva.
+
+
+
+
+ Copy txid
+ Kopitajte txid
+
+
+
+
+ Copy block explorer link
+
+
+
+
+ View tx on block explorer
+ Pogledaj tx na blok pregledniku
+
+
+
+ Refresh
+ Osvježi
+
+
+ Restart
+ Ponovno pokreni
+
+
+ Please restart Silentdragonlite to have the theme apply
+ Molimo ponovno pokrenite SilentDragonXLite ako želite primjeniti temu
+
+
+
+ Currency Change
+ Razmjena valuta
+
+
+ Please restart SilentDragonXLite to have new currencies apply
+ Molimo ponovno pokrenite SilentDragonXLite ako želite primjeniti novu valutu
+
+
+
+ This change can take a few seconds.
+
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Neke povratne informaciej o SilentDragonXLite ili Hush...
+
+
+ Send Duke some private and shielded feedback about
+ Pošaljite Duke neku privatnu i zaštićenu povratnu informaciju
+
+
+ or SilentDragonXLite
+ ili SilentDragonXLite
+
+
+
+ Paste DRGX URI
+ Zalijepi DRGX URI
+
+
+
+ Error paying DRGX URI
+ Greška u plaćanju DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI treba biti formata 'hush:<addr>?amt=x&memo=y
+
+
+
+ Error
+ Greška
+
+
+
+ Error exporting transactions, file was not saved
+ Greška prilikom izvoza transakcija, datoteka nije spremljena
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Ovo je vaš seed novčanika. Molimo izradite sigurnosnu kopiju.
+
+
+
+
+ Save File
+ Spremi datoteku
+
+
+
+
+ Unable to open file
+ Nije moguće otvoriti datoteku
+
+
+
+ Error getting private keys
+ Greška u dohvaćanju privatnih ključeva
+
+
+
+ Error loading private keys:
+ Greška prilikom učitavanja privatnog ključa:
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Ovo su svi privatni ključevi svih adresa u vašem novčaniku
+
+
+
+ Private key for
+ Privatni ključ za
+
+
+
+
+ Copy address
+ Kopirajte adresu
+
+
+
+
+
+
+ Copied to clipboard
+ Kopirano u mađuspremnik
+
+
+
+
+ Failed to restore wallet
+ Neuspjelo obnavljanje novčanika
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite treba 24 riječi za obnovu novčanika
+
+
+
+ Failed to parse wallet birthday
+ Neuspjelo očitanje rođendana novčanika
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Nisam u mogućnosti razumijeti rođendan novčanika. To bi trebala bi biti visina bloka od koje počinje rescan novčanika. Ako ne znate koja je, možete ostaviti '0'.
+
+
+
+ Couldn't restore the wallet
+ Nemoguće obnoviti novčanik
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ Out of memory!
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Get private key
+ Dobavi privatni ključ
+
+
+
+
+ View on block explorer
+ Pogledaj na blok pregledniku
+
+
+
+ View Payment Request
+ Pogledajte zahtjev o plaćanju
+
+
+
+ View Memo
+ Pogledajte poruku (memo)
+
+
+
+ Reply to
+ Odgovorite
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ Napravljena je nova transparentna adresa
+
+
+
+ Copy Address
+ Kopirajte adresu
+
+
+
+ Address has been previously used
+ Adresa je već korištena
+
+
+
+ Address is unused
+ Adresa nije korištena
+
+
+
+ Cannot support multiple addresses
+ Nije moguće podržati višestruke adrese
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Ponavljajuće plaćanje trenutno ne podržava višestruke adrese
+
+
+
+ Recipient
+ Primatelj
+
+
+
+ Only z-addresses can have memos
+ Samo z-adrese mogu imati poruke
+
+
+ Memos can only be used with z-addresses
+ Poruke se mogu koristiti samo sa z-adresama
+
+
+ The memo field can only be used with a z-address.
+
+ Prostor za poruku se može koristiti samo sa z-adresom.
+
+
+
+
+doesn't look like a z-address
+
+ne izgleda kao z-adresa
+
+
+
+ Transaction Error
+ Greška u transakciji
+
+
+
+
+ Please wait...
+ Molimo pričekajte...
+
+
+
+ Computing your transaction
+ Računamo vašu transakciju
+
+
+
+
+ Done!
+ Gotovo!
+
+
+
+
+
+
+
+ Recipient Address
+ Adresa primatelja
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ is Invalid
+ je neispravna
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Količina za adresu '%1' je nevaljala!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Nema dovoljno dostupnih sredstava za slanje transakcije
+
+Imate: %1
+Trebate: %2
+
+Opaska: Za trošenje sredstava potrebno je 5 konfirmacija {1
+?} {2
+?} {1 ?}
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ Nema dovoljno dostupnih sredstava za slanje transakcije
+
+Imate: %1
+Trebate: %2
+
+Opaska: Za trošenje sredstava potrebno je 5 konfirmacija
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ Include Reply Address
+ Uključite adresu odgovora
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Odgovorite
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ Čvor migracije
+
+
+ Migration History
+ Povijest migracije
+
+
+ Migrated Amount
+ Migrirana količina
+
+
+ Unmigrated Amount
+ Nemigrirana količina
+
+
+ Sprout -> Sapling migration enabled
+ Sprout -> Sapling omogućena migracija
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ Ako se omogući, hushd će polako migrirati vaše Sprout zaštićena sredstva u vašu Sapling adresu.
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Spojite mobilnu applikaciju
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Skenirajte ovaj QR kod sa silentdragon aplikacijom i spojite vaš telefon
+
+
+
+ QR Code
+ QR kod
+
+
+
+ Connection String
+ Povezani niz
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Dopusti vezu preko Interneta putem silentdragon crvotočine
+
+
+
+ silentdragon Companion App
+ silentdragon združena aplikacija
+
+
+
+ Disconnect
+ Odspoji
+
+
+
+
+ TextLabel
+ TekstOznaka
+
+
+
+ Last seen:
+ Zadnje viđeno:
+
+
+
+ Connection type:
+ Vrsta veze:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ Od
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ Ovo je vaša nova seed fraza novčanika. MOLIMO SIGURNO JU SPREMITE.
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ Jedino je pomoću seed fraze moguće ponovno obnoviti novčanik. Ako zaboravite seed frazu, NE POSTOJI NAČIN DA PONOVNO OBNOVITE NOVČANIK I SREDSTVA unutra
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+ Greška u kreiranju novčanika
+
+
+
+ Failed to save wallet
+ Neuspjelo spremanje novčanika
+
+
+
+ Couldn't save the wallet
+ Ne mogu spremiti novčanik
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Privatni ključevi
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ Odaberite
+
+
+
+
+
+ Address or Label Error
+ Greška u adresi ili oznaci
+
+
+
+
+
+ Address or Label cannot be empty
+ Adresa ili oznaka ne može biti prazno
+
+
+
+
+
+ Address Format Error
+ Greška u formatu adrese
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 čini se da nije valjana hush adresa.
+
+
+
+
+
+
+ Label Error
+ Greška oznake
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Oznaka %1 već postoji.Molimo uklonite postojeću adresu.
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Uvezite adresar
+
+
+
+ Unable to open file
+ Nije moguće otvoriti datoteku
+
+
+
+ Address Book Import Done
+ Završen unos adresara
+
+
+
+ Imported %1 new Address book entries
+ Uvezeno %1 novih adresa
+
+
+
+ Copy address
+ Kopirajte adresu
+
+
+
+ Copied to clipboard
+ Kopirano u mađuspremnik
+
+
+
+ Delete label
+ Izbrišite oznaku
+
+
+
+ Attempting to initialize library with
+ Poušavam pokrenuti zbirku sa
+
+
+
+ Using existing wallet.
+ Koristim postojeći novčanik.
+
+
+
+ Create/restore wallet.
+ Napravi/obnovi novčanik.
+
+
+
+
+ Connection Error
+ Greška sa vezom
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Greška u transakciji
+
+
+
+ There was an error sending the transaction. The error was:
+ Pojavila se greška prilikom slanja transakcije. Greška je:
+
+
+
+
+ No Connection
+ Nema veze
+
+
+ There was an error connecting to hushd. The error was
+ Pojavila se greška prilikom spajanja na hushd. Greška je
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+
+
+
+
+
+
+
+ failed
+ neuspjelo
+
+
+
+
+
+
+
+
+ The transaction with id
+ Transakcija sa ID
+
+
+
+
+
+
+
+
+ failed. The error was
+ nesupjela. Greška je
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ Dostupno ažuriranje
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Nova verzija v%1 je dostupna! Vi imate v%2.
+
+Želite li posjetiti stranicu sa izadnjima?
+
+
+
+ No updates available
+ Nema dostupnih ažuriranja
+
+
+
+ You already have the latest release v%1
+ Već imate najnovije izdanje v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Molimo pričekajte da se SilentDragonXLite zatvori
+
+
+
+
+ It may take several minutes
+
+
+
+ Waiting for hushd to exit
+ Čekam da hushd završi
+
+
+
+ No dragonx price was available to convert from USD
+ Nema hush cijene za pretvorbu iz USD
+
+
+
+ View on block explorer
+ Pogledajte na blok pregledniku
+
+
+
+ View Error
+ Pogledajte grešku
+
+
+
+ Reported Error
+ Prijavljena greška
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Da li ste sigurni da želite izbrisati ponavljajuće plačanje?
+
+
+
+ All future payments will be cancelled.
+ Sva buduća plaćanja će biti otkazana.
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx poslan (desni klik za kopiranje) txid:
+
+
+
+ Type
+ Vrsta
+
+
+
+ Address
+ Adresa
+
+
+
+ Date/Time
+ Datum/Vrijeme
+
+
+
+ Confirmations
+ Potvrde
+
+
+
+ Amount
+ Količina
+
+
+
+ Connected directly
+ Direktno spojeno
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Spojeno preko Interneta putem silentdragon usluge crvotočine
+
+
+
+
+ Node is still syncing.
+ Čvor se još uvijek sinkronizira.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Nema sapling ili transparentne adrese sa dovoljnim saldom.
+
+
+
+ RecurringDialog
+
+ Dialog
+ Dialog
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ Pogled
+
+
+
+ Delete
+ Izbriši
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Količina
+
+
+
+ Schedule
+ Raspored
+
+
+
+ Payments Left
+ Preostalo plaćanje
+
+
+
+ Next Payment
+ Slijedeće plaćanje
+
+
+
+ To
+ Za
+
+
+
+ Every
+ Svaki
+
+
+
+ None
+ Nijedan
+
+
+
+ RecurringPayments
+
+ Payments
+ Plaćanja
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Datum
+
+
+
+ Status
+ Status
+
+
+
+ Txid
+ Txid
+
+
+
+ Not due yet
+ Još nije gotovo
+
+
+
+ Pending
+ u toku
+
+
+
+ Skipped
+ Preskočeno
+
+
+
+ Paid
+ Plaćeno
+
+
+
+ Error
+ Greška
+
+
+
+
+ Unknown
+ Nepotnato
+
+
+
+ RecurringPending
+
+ Dialog
+ Dialog
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Plaćanja se neće procesuirati. Možete ih ručno platiti u polju dialoga Ponavljajućeg plaćanja
+
+
+
+ Schedule
+ Raspored
+
+
+
+ How should silentdragon proceed?
+ Kako da silentdragon nastavi?
+
+
+
+ Pay All in 1 Tx
+ Plati sve u 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Procesuirati će se samo zadnje plaćanje u toku. Sva prijašnja plaćanja u toku će se preskočiti
+
+
+
+ Pay Latest Only
+ Platite samo zadnje
+
+
+
+ Pay None
+ Ne platite ništa
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Sva plaćanja u toku su skupljena, zbrojena i plaćena u jednoj transakciji
+
+
+
+ Description
+ Opis
+
+
+
+ To
+ Za
+
+
+
+ The following recurring payment has multiple payments pending
+ Slijedeće ponavljajuće plaćanje sadrži višestruka plaćanja u toku
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Zahtjev o plaćanju
+
+
+
+ AddressBook
+ Adresar
+
+
+
+ Request From
+ Zatraži od
+
+
+
+ My Address
+ Moja adresa
+
+
+
+ Amount in
+ Količina u
+
+
+
+ z address
+ z adresa
+
+
+
+ Amount
+ Količina
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Primatelj će prilikom plaćanja vidjeti ovu adresu u "za" polju.
+
+
+
+ Amount USD
+ Količina USD
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ TextLabel
+ TekstOznaka
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.
+
+
+
+ Error paying DRGX URI
+ Greška prilikom plaćanja hush URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI treba biti formata 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Platiti
+
+
+
+ Pay
+ Plati
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Plaćate zahtjev za nalogom. Vaša adresa neće biti vidljiva osobi koja je zatražila ovaj nalog.
+
+
+
+ Can only request from Sapling addresses
+ Može se jedino zatražiti sa Sapling adresama
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ Od
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+ Molimo unesite ispod seed od 24 riječi
+
+
+
+ Wallet Seed
+ Seed novčanika
+
+
+
+ Wallet Birthday
+ Rođendan novčanika
+
+
+ 0
+ 0
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ Rođendan novčanika je visina bloka u kojoj je bila prva transakcija u novčaniku. Ako niste upoznati s ovim, možete ostaviti "0" (Duže će raditi rescan)
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Vraćanje novčanika u početno stanje iz seed riječi
+
+
+
+
+ Failed to restore wallet
+ Neuspjelo obnavljanje novčanika
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite treba 24 riječi za obnovu novčanika
+
+
+
+ Failed to parse wallet birthday
+ Neuspjelo očitanje rođendana novčanika
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Nisam u mogućnosti razumijeti rođendan novčanika. To bi trebala bi biti visina bloka od koje počinje rescan novčanika. Ako ne znate koja je, možete ostaviti '0'.
+
+
+
+ Couldn't restore the wallet
+ Nemoguće obnoviti novčanik
+
+
+
+ Failed to save wallet
+ Neuspjeh spremanja novčanika
+
+
+
+ Couldn't save the wallet
+ Nemoguće spremiti novčanik
+
+
+
+ Settings
+
+
+ Settings
+ Postavke
+
+
+
+ Connection
+ Veza
+
+
+
+ Lightwallet Server
+ Server LaganiNovčanik
+
+
+
+ Options
+ Opcije
+
+
+ default
+ početno
+
+
+ blue
+ plavo
+
+
+ light
+ svijetlo
+
+
+ dark
+ tamno
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+ Dohvati hush cijene
+
+
+
+ Check git for updates at startup
+ Prilikom pokretanja provjetite ažuriranja na gitu
+
+
+
+ Connect to git on startup to check for updates
+ Prilikom pokretanja provjetite ažuriranja na gitu
+
+
+
+ Theme
+ Teme
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Spoji se na Internet i dohvati hush cijene
+
+
+
+ Currency
+ Valuta
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Sve adrese
+
+
+
+ Export All Keys
+ Izvezi sve ključeve
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Adresa
+
+
+
+ Balance (%1)
+ Saldo (%1)
+
+
+
+ about
+
+
+ About
+ O
+
+
+
+ addressBook
+
+
+ Address Book
+ Adresar
+
+
+
+ Add New Address
+ Dodaj novu adresu
+
+
+
+ Address (z-Addr or t-Addr)
+ Adresa (z-adresa ili t-adresa)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Oznaka
+
+
+
+ Add to Address Book
+ Dodaj u adresar
+
+
+
+ Import Address Book
+ Uvezite adresar
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Potvrdite transakciju
+
+
+
+ To
+ Za
+
+
+
+ Recurring Payment
+ Ponavljajuće plaćanje
+
+
+
+ TextLabel
+ TekstOznaka
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Šaljete transakciju, a vaš čvor se još uvijek sinkronizira. To možda neće uspjeti.
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Konfigurirajte hush.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ Vaš hush čvor će se automatski konfigurirati
+
+
+ Enable Fast Sync
+ Omogući brzi sync
+
+
+
+ Show Advanced Configuration
+ Prikaži naprednu konfiguraciju
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Dopusti vezu na Internet za provjeru ažuriranja, hush cijana itd...
+
+
+
+ Use custom datadir
+ Koristi prilagođeni datadir
+
+
+
+ Choose directory
+ Izaberi direktorij
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Uzmite u obzir da ćete već morati imati konfiguriranu Tor uslugu na portu 9050
+
+
+
+ Connect to the internet for updates and price feeds
+ Za ažuriranja i info spojite se na Internet
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Molimo odaberite direktorij u koji ćete spremiti wallet.dat i blockchain
+
+
+
+ Connect over Tor
+ Veza preko Tora
+
+
+ <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
+ <html><head/><body><p>Preskače najskuplje provjere tokom početnog preuzimanja bloka. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Saznaj više</span></a></p></body></html>
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Kopirajte adresu
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Šifrirajte vaš novčanik
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ Lozinka šifriranja:
+
+
+ Confirm Password:
+ Potvrdite lozinku:
+
+
+ Passwords don't match
+ Lozinke se ne podudaraju
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ UPOZORENJE: Ako zaboravite lozinku, jedini način da obnovite novčanik je iz seed fraze.
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ TekstOznaka
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.
+
+
+
+ Request From
+ Zatraži od
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Količina u
+
+
+
+ Amount
+ Količina
+
+
+
+ Amount USD
+ Količina USD
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ My Address
+ Moja adresa
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Primatelj će prilikom plaćanja vidjeti ovu adresu u "za" polju.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Uredi raspored
+
+
+
+ Payment Description
+ Opis plaćanja
+
+
+
+ Schedule
+ Raspored
+
+
+
+ Next Payment
+ Slijedeće plaćanje
+
+
+
+ Amount
+ Količina
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ To
+ Za
+
+
+
+
+ From
+ Od
+
+
+
+ Number of payments
+ Broj uplata
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Odustani
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ Količina
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+ Dialog
+ Dialog
+
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
diff --git a/res/silentdragonxlite_id.ts b/res/silentdragonxlite_id.ts
index a4e700f..0c170b5 100644
--- a/res/silentdragonxlite_id.ts
+++ b/res/silentdragonxlite_id.ts
@@ -1,3094 +1,3094 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Label
-
-
-
- Address
- Alamat
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Alamat
-
-
-
- Amount
- Jumlah
-
-
-
- ChatBubbleMe
-
-
- Form
- Form
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- Form
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- Memulai
-
-
-
- Controller
-
-
- Wallet Password
- Password Alamat
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Wallet Anda terkunci. Mohon masukkan Password Alamat Anda
-
-
-
-
- Wallet Decryption Failed
- Gagal Mengdeskripsi Dompet
-
-
-
- Please enter a valid password
- Mohon Masukkan Password yang benar
-
-
-
- Failed to unlock wallet
- Gagal Membuka Dompet
-
-
-
- CreateWalletForm
-
- Form
- Form
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- Mengembalikan Dompet menggunakan Seed
-
-
-
- Create a new wallet
-
-
-
- Restore an existing wallet, using the 24-word seed.
- Mengembalikan Dompet menggunakan 24 Kata Seed
-
-
- Create a new Wallet
- Membuat Dompet Baru
-
-
- Create a new wallet with a randomly generated seed.
- Membuat Dompet baru dengan Seed acak
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Stag
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garfield
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Batalkan
-
-
-
- Add Contact and Send Request
-
-
-
-
- MainWindow
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- Balance
- Balance
-
-
-
- Summary
- Ringkasan
-
-
-
- Shielded
- Shielded
-
-
-
- Notarized
- Notarized
-
-
-
- Transparent
- Transparan
-
-
-
- Total
- Total
-
-
-
- Your node is still syncing, balances may not be updated.
- Node anda masih Menyinkronisasi, balance mungkin tidak di perbarui
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Beberapa transaksi belum di konfirmasi. Balance bisa berubah
-
-
-
- Address Balances
- Alamat balance
-
-
-
-
- Send
- Kirim
-
-
-
- Total notarized funds available:
- Total Biaya yang tersedia
-
-
-
- Send To
- Kirim ke
-
-
-
- Recipient
- Penerima
-
-
-
-
-
-
-
- Address
- Alamat
-
-
-
-
- Address Book
- Buku Alamat
-
-
-
-
-
-
- Amount
- Jumlah
-
-
-
- Max Available
- Tersedia Maksimal
-
-
-
-
-
-
- Memo
- Memo
-
-
-
- Add Recipient
- Tambah Penerima
-
-
- Recurring payment
- Pembayaran Berulang
-
-
- Every month, starting 12-May-2012, for 6 payments
- Setiap Bulan, Mulai 12-Mei-2012, untuk 6 Pembayaran
-
-
- Edit Schedule
- Sunting Jadwal
-
-
-
-
- Miner Fee
- Bayaran Penambang
-
-
-
- 0
- 0
-
-
-
- Cancel
- Batalkan
-
-
-
- Receive
- Terima
-
-
-
- Address Type
- Jenis Alamat
-
-
-
- z-Addr
- z-Addr
-
-
-
- t-Addr
- t-Addr
-
-
-
- Next Address
- Alamat Berikutnya
-
-
-
- Information about DragonX
- Informasi Tentang DragonX
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
- Next Halving
- Halving Berikutnya
-
-
-
- Difficulty
- Difficulty
-
-
-
- Last Notarized Block
- Notarized Block Terakhir kali
-
-
-
- Total Supply
- Total Suplai
-
-
-
- Longestchain
- Longestchain
-
-
-
- BlockHeight
- BlockHeight
-
-
-
- Supply zAddr
- zAddr Suplai
-
-
-
- Supply tAddr
- tAddr Suplai
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
- Kapitalisasi Pasar
-
-
-
- Volume on Exchanges
- Volume di Pasar
-
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
-
-
-
- View All Addresses
- Lihat semua Alamat
-
-
-
- Label
- Label
-
-
-
- Update Label
- Perbarui Label
-
-
-
- Address balance
- Alamat balance
-
-
-
- Optional
- Pilihan
-
-
-
-
- Export Private Key
- Mengekspor Private Key
-
-
-
- Your node is still syncing, balances may not be updated
- Node anda masih Menyinkron, Balance mungkin tidak di perbarui
-
-
-
- Transactions
- Transaksi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Memuat...
-
-
-
- Version drgxlightd
- Version drgxlightd
-
-
-
- Vendor
- Vendor
-
-
-
- HushChat
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- Spendable
-
-
-
-
- Deposit DragonX
-
-
-
-
- &File
- &File
-
-
-
- &Help
- &Help
-
-
-
- &Apps
- &Apps
-
-
-
- &Edit
- &Edit
-
-
-
- E&xit
- E&xit
-
-
-
- &About
- &About
-
-
-
- &Settings
- &Settings
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &Send DenioD Feedback
- &Send DenioD Feedback
-
-
-
- &DragonX Telegram
- &DragonX Telegram
-
-
-
- &DragonX Website
- &DragonX Website
-
-
-
- Check git for &updates
- Lihat git for &updates
-
-
-
- &Export all private keys
- &Export semua Private Keys
-
-
-
- Address &book
- Alamat &book
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
- &Export seed phrase
- &Export Kata Seed
-
-
-
-
- Export transactions
- Ekspor Transaksi
-
-
-
- Pay drgx &URI...
- Pay drgx &URI...
-
-
-
- Connect mobile &app
- Sambung ke Mobile &app
-
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Recurring Payments
-
-
-
- Request drgx...
- Meminta Hush
-
-
-
- File a bug...
- File-nya Bug
-
-
-
- Encrypt Wallet
- Enkripsi Dompet
-
-
-
- Remove Wallet Encryption
- Menghilangkan Enkripsi Dompet
-
-
-
- Rescan
- Re-scan
-
-
-
- Import Private Key
-
-
-
- Wallet is already encrypted
- Domper sudah di Enkripsi
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- Dompet anda sudah di Enkripsi menggunakan Password.
-Mohon Gunakan 'Hapus Enkripsi Dompet' Jika anda ingin menghapus Enkripsi Dompet Anda
-
-
-
- Passwords don't match
- Passwords don't match
-
-
- Error was:
-
- Error:
-
-
- Wallet Encrypted
- Dompet ter-Enkripsi
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- Dompet berhasil di Enkripsi! Password akan dibutuhkan untuk mengirim dana atau mengeskpor Private Keys
-
-
-
-
- Wallet Encryption Failed
- Enkripsi Dompet Gagal
-
-
-
- Wallet is not encrypted
- Dompet tidak di Enkripsi
-
-
- Your wallet is not encrypted with a password.
- Dompet anda tidak di Enkripsi dengan Password
-
-
- Wallet Password
- Password Dompet
-
-
- Please enter your wallet password
- Mohon masukkan Password Dompet Anda
-
-
- Wallet Decryption Failed
- Deskripsi Dompet Gagal
-
-
- Please enter a password to decrypt your wallet!
- Mohon masukkan Password anda untuk mengdekripsi Dompet !
-
-
- Wallet Encryption Removed
- Enrkipsi Dompet di Hapus
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- Dompet anda berhasil di Dekripsi! Anda tidak perlu lagi Password untuk mengirim Dana atau Mengekspor Private Keys
-
-
-
-
- Copy txid
- Copy txid
-
-
-
-
- Copy block explorer link
- Copy Link block explorer
-
-
-
- View tx on block explorer
- Lihat TX di Block Explorer
-
-
-
- Refresh
- Segarkan
-
-
- Restart
- Mengulang
-
-
- Please restart Silentdragonlite to have the theme apply
- Mohon Restart Silentdragonlite untuk menampilkan Tema yang di pilih
-
-
-
- Currency Change
- Ubah Mata Uang
-
-
-
- Some feedback about SilentDragonlite or Hush...
- Beberapa feedback tentang SilentDragonlite atau Hush
-
-
-
- This change can take a few seconds.
- Perubahan ini bisa membutuhkan beberapa detik
-
-
-
-
- Failed to restore wallet
- Gagal untuk mengembalikan Dompet
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite membutuhkan 24 kata untuk mengembalikan dompet
-
-
-
- Failed to parse wallet birthday
- Gagal menguraikan Ulang tahun dompet
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Tidak'mengerti Ulang tahun Dompet. Ini seharusnya merupakan Block Height dimana dompet anda untuk rescan. Anda bisa tinggalkan sebagai '0'Jika anda'tidak tahu apa yang seharusnya terjadi.
-
-
-
- Couldn't restore the wallet
- Tidak'bisa mengembalikan dompett
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- or SilentDragonXLite
- atau SilentDragonXLite
-
-
-
- Send DenioD some private and shielded feedback about
- Kirim DenioD beberapa feedback tentang Privasi dan Shielded
-
-
-
- Private key import rescan in progress. Your funds will be automaticly shield to a wallet seed zaddr. This will take some time
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Privatkey should start with U (for taddr) or secret- (for zaddr)
-
-
-
-
- Paste DRGX URI
- Paste DRGX URI
-
-
-
- Error paying DRGX URI
- Error membayar DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI harus berada di form 'drgx:<addr>?amt=x&memo=y
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- Caution: If this key is for Zs-addr it will be NOT inlcude in your Seed. Please send them direct to a Seed zs-addr
-
-
-
-
- R-addr keys will be autoshield to a seed zs-addr
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Error
- Error
-
-
-
- Error exporting transactions, file was not saved
- Error mengeskpor transaksi, File mungkin tidak disimpan
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Ini adalah Dompet seed anda. Mohon di back up dengan hati hati dan aman
-
-
-
-
- Save File
- Simpan file
-
-
-
-
- Unable to open file
- Tidak bisa membuka File
-
-
-
- Error getting private keys
- Error mendapatkan Private Keys
-
-
-
- Error loading private keys:
- Error memuat Private Keys
-
-
-
- These are all the private keys for all the addresses in your wallet
- Ini adalah semua private keys untuk semua alamat di dompet Anda
-
-
-
- Private key for
- Private key untuk
-
-
-
-
- Copy address
- Copy Alamat
-
-
-
-
-
-
- Copied to clipboard
- Ter copy di Clipboard
-
-
-
- Get private key
- Dapatkan Private Key
-
-
-
-
- View on block explorer
- Lihat di block explorer
-
-
-
- View Payment Request
- Lihat Permintaan bayaran
-
-
-
- View Memo
- Lihat memo
-
-
-
- Reply to
- Balas ke
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
-
- Created new t-Addr
- Membuat t-Addr baru
-
-
-
- Copy Address
- Copy Alamat
-
-
-
- Address has been previously used
- Alamat sebelumnya sudah digunakan
-
-
-
- Address is unused
- Alamat belum digunakan
-
-
-
- Cannot support multiple addresses
- Tidak mendukung Alamat Ganda
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Pembayaran Berulang doesn't Belum mendukung Alamat Ganda
-
-
-
- Recipient
- Penerima
-
-
-
- Only z-addresses can have memos
- Hanya z-Addresess yang mempunya memos
-
-
- Memos can only be used with z-addresses
- Memo hanya bisa di gunakan untuk z-Addresses
-
-
- The memo field can only be used with a z-address.
-
- Memo hanya bisa digunakan untuk z-Address
-
-
-
-doesn't look like a z-address
- doesn't kelihatannya bukan z-Address
-
-
-
- Transaction Error
- Transaksi Error
-
-
-
-
- Please wait...
- Mohon tunggu...
-
-
-
- Computing your transaction
- Mengkomputasi transaksi Anda
-
-
-
-
- Done!
- Selesai!
-
-
-
-
-
-
-
- Recipient Address
- Alamat Penerima
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- is Invalid
- Tidak valid
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Jumlah untuk alamat '%1' Tidak valid!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Tidak memiliki dana yang cukup untuk melakukan transaksi ini
-Memiliki: %1
-Membutuhkan: %2
-
-Note: Dana membutuhkan 5 konfirmasi sebelum mereka bisa digunakan {1
-?} {2
-?} {1 ?}
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
- Tidak memiliki dana yang cukup untuk melakukan transaksi ini
-Memiliki: %1
-Membutuhkan: %2
-
-Note: Dana membutuhkan 5 konfirmasi sebelum mereka bisa digunakan
-
-
-
- MemoDialog
-
-
-
- Memo
- Memo
-
-
-
- Include Reply Address
- Masukkan Alamat Balasan
-
-
-
- MemoEdit
-
-
- Reply to
- Balas ke
-
-
-
- MigrationDialog
-
-
- Migration Turnstile
- Migrasi Turnstile
-
-
-
- Migration History
- Sejarah Migrasi
-
-
-
- Migrated Amount
- Jumlah yang di migrasi
-
-
-
- Unmigrated Amount
- Jumlah yang tidak di migrasi
-
-
-
- Sprout -> Sapling migration enabled
- Sprout -> Sapling migration diaktifkan
-
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- Jika di aktifkan, Hushd bisa perlahan memigrasikan dana Sprout yang terlindungi Anda ke Sapling Adress.
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Sambung ke Aplikasi Mobile
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Scan QRCode dari Silentdragon kompani anda untuk menyambung ke Hp
-
-
-
- QR Code
- Kode QR
-
-
-
- Connection String
- String Koneksi
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Memperbolehkan Koneksi ke Internet menggunakan Silentdragon Wormhole
-
-
-
- silentdragon Companion App
- Silentdragon Aplikasi Kompani
-
-
-
- Disconnect
- Disconnect
-
-
-
-
- TextLabel
- Label Teks
-
-
-
- Last seen:
- Terakhir Kali dilihat
-
-
-
- Connection type:
- Tipe koneksi
-
-
-
- NewOrRestorePage
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- Form
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- Ini adalah Dompet baru Anda's seed phrase. MOHON DI BACK UP SECARA AMAN
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- Seed Phrase adalah salah satu jalan untuk mengembalikan dompet. Jika anda melupakan Seec phrase, TIDAK ADA CARA UNTUK MENGEMBALIKAN DOMPET DAN DANA di dalamnya
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Error creating a wallet
- Error membuat dompet
-
-
-
- Failed to save wallet
- Gagal menyimpan Dompet
-
-
-
- Couldn't save the wallet
- Couldn't save the wallet
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
- Private Keys
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- Pilih
-
-
-
-
-
- Address or Label Error
- Alamat atau Label Error
-
-
-
-
-
- Address or Label cannot be empty
- Alamat atau Label tidak bisa kosong
-
-
-
-
-
- Address Format Error
- Format Alamat Error
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 doesn't kelihatannya bukan Alamat DRGX yang valid
-
-
-
-
-
-
- Label Error
- Label error
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Label nya '%1' sudah ada. Mohon hapus label yang sudah digunakan
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Impor Buku Alamat
-
-
-
- Unable to open file
- Tidak bisa membuka file
-
-
-
- Address Book Import Done
- Buku Alamat selesai di Impor
-
-
-
- Imported %1 new Address book entries
- Ter-Impor%1 Buku Alamat Baru
-
-
-
- Copy address
- Copy Alamat
-
-
-
- Copied to clipboard
- Ter-copy ke Clipboard
-
-
-
- Delete label
- Delet Label
-
-
-
- Attempting to initialize library with
- Mencoba untuk menginilisiasi Library dengan
-
-
-
- Using existing wallet.
- Menggunakan Dompet yang sudah ada
-
-
-
- Create/restore wallet.
- Buat/mengembalikan Dompet
-
-
-
-
- Connection Error
- Koneksi error
-
-
-
-
-
-
-
-
-
- Transaction Error
- Transaksi Error
-
-
-
- There was an error sending the transaction. The error was:
- Ada error dalam mengirim transaksi. Error nya:
-
-
-
-
- No Connection
- Tidak ada Koneksi
-
-
- There was an error connecting to hushd. The error was
- Ada error dalam mengkoneksikan ke Hushd. Error nya:
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
-
-
-
-
-
-
-
- failed
- Gagal
-
-
-
-
-
-
-
-
- The transaction with id
- Transaksi dengan ID
-
-
-
-
-
-
-
-
- failed. The error was
- Gagal. Error nya:
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- Pembaruan tersedia
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Rilis Pembaruan v%1 telah tersedia! Versi Anda Sekarang v%2.
-
-Maukah anda mengunjungi laman pembaruan ini
-
-
-
- No updates available
- Tidak ada Pembaruan tersedia
-
-
-
- You already have the latest release v%1
- Anda sudah memiliki Versi terbaru dari v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Mohon tunggu untuk SilentDragonXLite untuk keluar
-
-
-
-
- Waiting for hushd to exit
- Menunggu untuk hushd untuk keluar
-
-
-
- No dragonx price was available to convert from USD
- Tidak ada harga hush yang tersedia untuk di konversikan ke USD
-
-
-
- View on block explorer
- Lihat di block explorer
-
-
-
- View Error
- Lihat error
-
-
-
- Reported Error
- Error yang di laporkan
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Apakah Anda yakin untuk menghapus Pembayaran berulang?
-
-
-
- All future payments will be cancelled.
- Semua Pembayaran nantinya akan di batalkan
-
-
-
- Tx submitted (right click to copy) txid:
- Tx di berikan (pencet kanan untuk copy) txid:
-
-
-
- Type
- Tipe
-
-
-
- Address
- Alamat
-
-
-
- Date/Time
- Tanggal/Waktu
-
-
-
- Confirmations
- Konfirmasi
-
-
-
- Amount
- Jumlah
-
-
-
- Connected directly
- Terkoneksi langsung
-
-
-
- Connected over the internet via silentdragon wormhole service
- Terkoneksi langsung ke Internet via Silentdragon wormhole service
-
-
-
-
- Node is still syncing.
- Node masih menyinkron
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Tidak ada sapling atau transparan address dengan balance yang cukup untuk digunakan
-
-
-
- RecurringDialog
-
- Dialog
- Dialog
-
-
-
- Reccuring Dialog
-
-
-
-
- View
- Lihat
-
-
-
- Delete
- Delet
-
-
-
- RecurringListViewModel
-
-
- Amount
- Jumlah
-
-
-
- Schedule
- Jadwal
-
-
-
- Payments Left
- Pembayaran tersisa
-
-
-
- Next Payment
- Pembayaran Selanjutnya
-
-
-
- To
- Kepada
-
-
-
- Every
- Setiap
-
-
-
- None
- None
-
-
-
- RecurringPayments
-
- Payments
- Pembayaran
-
-
-
- Reocurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Tanggal
-
-
-
- Status
- Status
-
-
-
- Txid
- Txid
-
-
-
- Not due yet
- Belum Jatuh Tempo
-
-
-
- Pending
- Pending
-
-
-
- Skipped
- Dilewati
-
-
-
- Paid
- Ter-bayar
-
-
-
- Error
- Error
-
-
-
-
- Unknown
- Tidak diketahui
-
-
-
- RecurringPending
-
- Dialog
- Dialog
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Tidak ada transaksi yang akan di proses. Anda bisa secara manual membayar mereka dari Pembayaran Berulang Kotak Dialog
-
-
-
- Schedule
- Jadwal
-
-
-
- How should silentdragon proceed?
- Bagaimana Silentdragon harus diproses?
-
-
-
- Pay All in 1 Tx
- Bayar semua dengan 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Hanya Pembayaran pending terakhir kali yang akan di proses. Semua Pembayaran pending yang dulu akan di lewati
-
-
-
- Pay Latest Only
- Bayar terakhir kali saja
-
-
-
- Pay None
- Tidak membayar
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Semua pembayaran pending di kumpulkan, Di tambahkan dan di Bayar dalam satu transaksi
-
-
-
- Description
- Dekripsi
-
-
-
- To
- Kepada
-
-
-
- The following recurring payment has multiple payments pending
- Pembayaran Berulang yang ini mempunyai pembayaran ganda yang pending
-
-
-
- RequestDialog
-
-
- Payment Request
- Permintaan bayaran
-
-
-
- AddressBook
- Buku Alamat
-
-
-
- Request From
- Meminta dari
-
-
-
- My Address
- Alamat saya
-
-
-
- Amount in
- Dalam Jumlah
-
-
-
- z address
- Alamat z
-
-
-
- Amount
- Jumlah
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Penerima akan melihat alamat di "to" laha saat mereka membayar permintaan anda
-
-
-
- Amount USD
- Jumlah USD
-
-
-
- Memo
- Memo
-
-
-
- TextLabel
- Label Teks
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Permintaan Pembayaran dari Alamat Sapling. Anda'akan mengirim sebuah 0.0001 hush untuk transaksi kepada alamat menggunakan hush payment URI. Memo nya akan di masukkan ke dalam transaksi apabila alamat tersebut membayar anda
-
-
-
- Error paying DRGX URI
- Error membayar hush URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI seharusnya berdasarkan form 'drgx:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Bayar Ke
-
-
-
- Pay
- Bayar
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Anda membayar sebua permintaan pembayaran. Alamat anda tidak akan terlihat kepada orang yang melakukan permintaan ini
-
-
-
- Can only request from Sapling addresses
- Hanya bisa di minta dari Alamat Sapling
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- Form
-
-
-
- Please enter your 24-word seed below
- Mohon masukkan 24-word seed anda berikut
-
-
-
- Wallet Seed
- Dompet seed
-
-
-
- Restore Wallet Seed
-
-
-
-
- Wallet Birthday
- Ulang tahun Dompet
-
-
-
- 180000
- 180000
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
- 0
- 0
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- Ulang Tahun Dompet adalah block height dimana dompet itu melakukan transaksi pertamanya. Jika anda don't tidak tahu ini, Anda bisa tinggalkan ini seperti "0" (It'ini akan memakan beberpa waktu untuk rescan)
-
-
-
- RestoreSeedPage
-
-
-
- Failed to restore wallet
- Gagal untuk mengembalikan Dompet
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite membutuhkan 24 kata untuk mengembalikan dompet
-
-
-
- Failed to parse wallet birthday
- Gagal menguraikan Ulang tahun dompet
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Tidak'mengerti Ulang tahun Dompet. Ini seharusnya merupakan Block Height dimana dompet anda untuk rescan. Anda bisa tinggalkan sebagai '0'Jika anda'tidak tahu apa yang seharusnya terjadi.
-
-
-
- Couldn't restore the wallet
- Tidak'bisa mengembalikan dompett
-
-
-
- Failed to save wallet
- Gagal menyimpan dompet
-
-
-
- Couldn't save the wallet
- Tidak'bisa menyimpan dompet
-
-
-
- Settings
-
-
- Settings
- Konfigurasi
-
-
-
- Connection
- Koneksi
-
-
-
- Lightwallet Server
- Server Lightwallet
-
-
-
- Options
- Options
-
-
- default
- default
-
-
- blue
- biru
-
-
- light
- terang
-
-
- dark
- Gelap
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
- Menangkap harga hush
-
-
-
- Check git for updates at startup
- Periksa git untuk pembaruan dan permulaan
-
-
-
- Connect to git on startup to check for updates
- Sambung ke git untuk permulaan untuk memeriksa pembaruan
-
-
-
- Theme
- Tema
-
-
-
- Connect to the internet to Fetch dragonx prices
- Sambung ke internet untuk mengambil harga hush
-
-
-
- Currency
- Mata uang
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Semua Alamat
-
-
-
- Export All Keys
- Mengekspor semua Keys
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Alamat
-
-
-
- Balance (%1)
- Balance (%1)
-
-
-
- about
-
-
- About
- Tentang
-
-
-
- addressBook
-
-
- Address Book
- Buku Alamat
-
-
-
- Add New Address
- Tambah Alamat Baru
-
-
-
- Address (z-Addr or t-Addr)
- Alamat (z-Addr or t-Addr)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garflied
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- Stag
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Label
-
-
-
- Add to Address Book
- Tambahkan ke Buku Alamat
-
-
-
- Import Address Book
- Impor Buku Alamat
-
-
-
- confirm
-
-
- Confirm Transaction
- Konfirmasi Transaksi
-
-
-
- To
- Kepada
-
-
-
- Recurring Payment
- Pembayaran berulang
-
-
-
- TextLabel
- Label Teks
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Anda sedang mengirim transaksi saat node anda masih menyinkronisasi. Ini tidak akan bekerja
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Configure dragonx.conf
-
-
-
- Your dragonx node will be configured for you automatically
- Node Hush Andan akan di konfigurasikan untuk Anda secara otomatis
-
-
-
- Show Advanced Configuration
- Tampilkan Konfigurasi tambahan
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Perbolehkan koneksi ke internet untuk memerika pembaruan, mendapatkan harga hush dll
-
-
-
- Use custom datadir
- Gunakan custom datadir
-
-
-
- Choose directory
- Pilih direktori
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Mohon ketahui bahwa Anda'akan membutuhkan Tor service di konfigurasikan di port 9050
-
-
-
- Connect to the internet for updates and price feeds
- Sambungkan ke Internet untuk pembaruan dan berita harga
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Mohon pilih direktori untuk menyimpan wallet.dat anda dan blockchain
-
-
-
- Connect over Tor
- Sambung menggunakan Tor
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Copy Alamat
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Enkripsi Dompet anda
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- Enkripsi Password
-
-
- Confirm Password:
- Konfirmasi Passowrd
-
-
- Passwords don't match
- Passwords tidak'tepat
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- PERINGATAN: Jika anda lupa password anda, salah satu cara untuk mengembalikan dompet adalah dari Seed phrase
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- Label Teks
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Permintaan Pembayaran dari Alamat Sapling. Anda'akan mengirim sebuah 0.0001 hush untuk transaksi kepada alamat menggunakan hush payment URI. Memo nya akan di masukkan ke dalam transaksi apabila alamat tersebut membayar anda
-
-
-
- Request From
- Meminta dari
-
-
-
- zaddr
-
-
-
-
- Amount in
- Dalam Jumlah
-
-
-
- Amount
- Jumlah
-
-
-
- Amount USD
- Jumlah USD
-
-
-
- Memo
- Memo
-
-
-
- My Address
- Alamat saya
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Penerima akan melihat alamat di "to" laha saat mereka membayar permintaan anda
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Sunting Jadwal
-
-
-
- Payment Description
- Deskripsi Pembayaran
-
-
-
- Schedule
- Jadwal
-
-
-
- Next Payment
- Pembayaran selanjutnya
-
-
-
- Amount
- Jumlah
-
-
-
- Memo
- Memo
-
-
-
- To
- Kepada
-
-
-
- From
- Dari
-
-
-
- Number of payments
- Angka Pembayaran
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Batalkan
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garfield
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- Stag
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- Jumlah
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Label
+
+
+
+ Address
+ Alamat
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Alamat
+
+
+
+ Amount
+ Jumlah
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ Form
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ Form
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ Memulai
+
+
+
+ Controller
+
+
+ Wallet Password
+ Password Alamat
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Wallet Anda terkunci. Mohon masukkan Password Alamat Anda
+
+
+
+
+ Wallet Decryption Failed
+ Gagal Mengdeskripsi Dompet
+
+
+
+ Please enter a valid password
+ Mohon Masukkan Password yang benar
+
+
+
+ Failed to unlock wallet
+ Gagal Membuka Dompet
+
+
+
+ CreateWalletForm
+
+ Form
+ Form
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ Mengembalikan Dompet menggunakan Seed
+
+
+
+ Create a new wallet
+
+
+
+ Restore an existing wallet, using the 24-word seed.
+ Mengembalikan Dompet menggunakan 24 Kata Seed
+
+
+ Create a new Wallet
+ Membuat Dompet Baru
+
+
+ Create a new wallet with a randomly generated seed.
+ Membuat Dompet baru dengan Seed acak
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Stag
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garfield
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Batalkan
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ MainWindow
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ Balance
+ Balance
+
+
+
+ Summary
+ Ringkasan
+
+
+
+ Shielded
+ Shielded
+
+
+
+ Notarized
+ Notarized
+
+
+
+ Transparent
+ Transparan
+
+
+
+ Total
+ Total
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Node anda masih Menyinkronisasi, balance mungkin tidak di perbarui
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Beberapa transaksi belum di konfirmasi. Balance bisa berubah
+
+
+
+ Address Balances
+ Alamat balance
+
+
+
+
+ Send
+ Kirim
+
+
+
+ Total notarized funds available:
+ Total Biaya yang tersedia
+
+
+
+ Send To
+ Kirim ke
+
+
+
+ Recipient
+ Penerima
+
+
+
+
+
+
+
+ Address
+ Alamat
+
+
+
+
+ Address Book
+ Buku Alamat
+
+
+
+
+
+
+ Amount
+ Jumlah
+
+
+
+ Max Available
+ Tersedia Maksimal
+
+
+
+
+
+
+ Memo
+ Memo
+
+
+
+ Add Recipient
+ Tambah Penerima
+
+
+ Recurring payment
+ Pembayaran Berulang
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Setiap Bulan, Mulai 12-Mei-2012, untuk 6 Pembayaran
+
+
+ Edit Schedule
+ Sunting Jadwal
+
+
+
+
+ Miner Fee
+ Bayaran Penambang
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Batalkan
+
+
+
+ Receive
+ Terima
+
+
+
+ Address Type
+ Jenis Alamat
+
+
+
+ z-Addr
+ z-Addr
+
+
+
+ t-Addr
+ t-Addr
+
+
+
+ Next Address
+ Alamat Berikutnya
+
+
+
+ Information about DragonX
+ Informasi Tentang DragonX
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+ Next Halving
+ Halving Berikutnya
+
+
+
+ Difficulty
+ Difficulty
+
+
+
+ Last Notarized Block
+ Notarized Block Terakhir kali
+
+
+
+ Total Supply
+ Total Suplai
+
+
+
+ Longestchain
+ Longestchain
+
+
+
+ BlockHeight
+ BlockHeight
+
+
+
+ Supply zAddr
+ zAddr Suplai
+
+
+
+ Supply tAddr
+ tAddr Suplai
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+ Kapitalisasi Pasar
+
+
+
+ Volume on Exchanges
+ Volume di Pasar
+
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+
+
+
+ View All Addresses
+ Lihat semua Alamat
+
+
+
+ Label
+ Label
+
+
+
+ Update Label
+ Perbarui Label
+
+
+
+ Address balance
+ Alamat balance
+
+
+
+ Optional
+ Pilihan
+
+
+
+
+ Export Private Key
+ Mengekspor Private Key
+
+
+
+ Your node is still syncing, balances may not be updated
+ Node anda masih Menyinkron, Balance mungkin tidak di perbarui
+
+
+
+ Transactions
+ Transaksi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Memuat...
+
+
+
+ Version drgxlightd
+ Version drgxlightd
+
+
+
+ Vendor
+ Vendor
+
+
+
+ HushChat
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ Spendable
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ &File
+ &File
+
+
+
+ &Help
+ &Help
+
+
+
+ &Apps
+ &Apps
+
+
+
+ &Edit
+ &Edit
+
+
+
+ E&xit
+ E&xit
+
+
+
+ &About
+ &About
+
+
+
+ &Settings
+ &Settings
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &Send DenioD Feedback
+ &Send DenioD Feedback
+
+
+
+ &DragonX Telegram
+ &DragonX Telegram
+
+
+
+ &DragonX Website
+ &DragonX Website
+
+
+
+ Check git for &updates
+ Lihat git for &updates
+
+
+
+ &Export all private keys
+ &Export semua Private Keys
+
+
+
+ Address &book
+ Alamat &book
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+ &Export seed phrase
+ &Export Kata Seed
+
+
+
+
+ Export transactions
+ Ekspor Transaksi
+
+
+
+ Pay drgx &URI...
+ Pay drgx &URI...
+
+
+
+ Connect mobile &app
+ Sambung ke Mobile &app
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Recurring Payments
+
+
+
+ Request drgx...
+ Meminta Hush
+
+
+
+ File a bug...
+ File-nya Bug
+
+
+
+ Encrypt Wallet
+ Enkripsi Dompet
+
+
+
+ Remove Wallet Encryption
+ Menghilangkan Enkripsi Dompet
+
+
+
+ Rescan
+ Re-scan
+
+
+
+ Import Private Key
+
+
+
+ Wallet is already encrypted
+ Domper sudah di Enkripsi
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ Dompet anda sudah di Enkripsi menggunakan Password.
+Mohon Gunakan 'Hapus Enkripsi Dompet' Jika anda ingin menghapus Enkripsi Dompet Anda
+
+
+
+ Passwords don't match
+ Passwords don't match
+
+
+ Error was:
+
+ Error:
+
+
+ Wallet Encrypted
+ Dompet ter-Enkripsi
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ Dompet berhasil di Enkripsi! Password akan dibutuhkan untuk mengirim dana atau mengeskpor Private Keys
+
+
+
+
+ Wallet Encryption Failed
+ Enkripsi Dompet Gagal
+
+
+
+ Wallet is not encrypted
+ Dompet tidak di Enkripsi
+
+
+ Your wallet is not encrypted with a password.
+ Dompet anda tidak di Enkripsi dengan Password
+
+
+ Wallet Password
+ Password Dompet
+
+
+ Please enter your wallet password
+ Mohon masukkan Password Dompet Anda
+
+
+ Wallet Decryption Failed
+ Deskripsi Dompet Gagal
+
+
+ Please enter a password to decrypt your wallet!
+ Mohon masukkan Password anda untuk mengdekripsi Dompet !
+
+
+ Wallet Encryption Removed
+ Enrkipsi Dompet di Hapus
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ Dompet anda berhasil di Dekripsi! Anda tidak perlu lagi Password untuk mengirim Dana atau Mengekspor Private Keys
+
+
+
+
+ Copy txid
+ Copy txid
+
+
+
+
+ Copy block explorer link
+ Copy Link block explorer
+
+
+
+ View tx on block explorer
+ Lihat TX di Block Explorer
+
+
+
+ Refresh
+ Segarkan
+
+
+ Restart
+ Mengulang
+
+
+ Please restart Silentdragonlite to have the theme apply
+ Mohon Restart Silentdragonlite untuk menampilkan Tema yang di pilih
+
+
+
+ Currency Change
+ Ubah Mata Uang
+
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Beberapa feedback tentang SilentDragonlite atau Hush
+
+
+
+ This change can take a few seconds.
+ Perubahan ini bisa membutuhkan beberapa detik
+
+
+
+
+ Failed to restore wallet
+ Gagal untuk mengembalikan Dompet
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite membutuhkan 24 kata untuk mengembalikan dompet
+
+
+
+ Failed to parse wallet birthday
+ Gagal menguraikan Ulang tahun dompet
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Tidak'mengerti Ulang tahun Dompet. Ini seharusnya merupakan Block Height dimana dompet anda untuk rescan. Anda bisa tinggalkan sebagai '0'Jika anda'tidak tahu apa yang seharusnya terjadi.
+
+
+
+ Couldn't restore the wallet
+ Tidak'bisa mengembalikan dompett
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ or SilentDragonXLite
+ atau SilentDragonXLite
+
+
+
+ Send DenioD some private and shielded feedback about
+ Kirim DenioD beberapa feedback tentang Privasi dan Shielded
+
+
+
+ Private key import rescan in progress. Your funds will be automaticly shield to a wallet seed zaddr. This will take some time
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Privatkey should start with U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Paste DRGX URI
+ Paste DRGX URI
+
+
+
+ Error paying DRGX URI
+ Error membayar DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI harus berada di form 'drgx:<addr>?amt=x&memo=y
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ Caution: If this key is for Zs-addr it will be NOT inlcude in your Seed. Please send them direct to a Seed zs-addr
+
+
+
+
+ R-addr keys will be autoshield to a seed zs-addr
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Error
+ Error
+
+
+
+ Error exporting transactions, file was not saved
+ Error mengeskpor transaksi, File mungkin tidak disimpan
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Ini adalah Dompet seed anda. Mohon di back up dengan hati hati dan aman
+
+
+
+
+ Save File
+ Simpan file
+
+
+
+
+ Unable to open file
+ Tidak bisa membuka File
+
+
+
+ Error getting private keys
+ Error mendapatkan Private Keys
+
+
+
+ Error loading private keys:
+ Error memuat Private Keys
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Ini adalah semua private keys untuk semua alamat di dompet Anda
+
+
+
+ Private key for
+ Private key untuk
+
+
+
+
+ Copy address
+ Copy Alamat
+
+
+
+
+
+
+ Copied to clipboard
+ Ter copy di Clipboard
+
+
+
+ Get private key
+ Dapatkan Private Key
+
+
+
+
+ View on block explorer
+ Lihat di block explorer
+
+
+
+ View Payment Request
+ Lihat Permintaan bayaran
+
+
+
+ View Memo
+ Lihat memo
+
+
+
+ Reply to
+ Balas ke
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+
+ Created new t-Addr
+ Membuat t-Addr baru
+
+
+
+ Copy Address
+ Copy Alamat
+
+
+
+ Address has been previously used
+ Alamat sebelumnya sudah digunakan
+
+
+
+ Address is unused
+ Alamat belum digunakan
+
+
+
+ Cannot support multiple addresses
+ Tidak mendukung Alamat Ganda
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Pembayaran Berulang doesn't Belum mendukung Alamat Ganda
+
+
+
+ Recipient
+ Penerima
+
+
+
+ Only z-addresses can have memos
+ Hanya z-Addresess yang mempunya memos
+
+
+ Memos can only be used with z-addresses
+ Memo hanya bisa di gunakan untuk z-Addresses
+
+
+ The memo field can only be used with a z-address.
+
+ Memo hanya bisa digunakan untuk z-Address
+
+
+
+doesn't look like a z-address
+ doesn't kelihatannya bukan z-Address
+
+
+
+ Transaction Error
+ Transaksi Error
+
+
+
+
+ Please wait...
+ Mohon tunggu...
+
+
+
+ Computing your transaction
+ Mengkomputasi transaksi Anda
+
+
+
+
+ Done!
+ Selesai!
+
+
+
+
+
+
+
+ Recipient Address
+ Alamat Penerima
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ is Invalid
+ Tidak valid
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Jumlah untuk alamat '%1' Tidak valid!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Tidak memiliki dana yang cukup untuk melakukan transaksi ini
+Memiliki: %1
+Membutuhkan: %2
+
+Note: Dana membutuhkan 5 konfirmasi sebelum mereka bisa digunakan {1
+?} {2
+?} {1 ?}
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ Tidak memiliki dana yang cukup untuk melakukan transaksi ini
+Memiliki: %1
+Membutuhkan: %2
+
+Note: Dana membutuhkan 5 konfirmasi sebelum mereka bisa digunakan
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Memo
+
+
+
+ Include Reply Address
+ Masukkan Alamat Balasan
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Balas ke
+
+
+
+ MigrationDialog
+
+
+ Migration Turnstile
+ Migrasi Turnstile
+
+
+
+ Migration History
+ Sejarah Migrasi
+
+
+
+ Migrated Amount
+ Jumlah yang di migrasi
+
+
+
+ Unmigrated Amount
+ Jumlah yang tidak di migrasi
+
+
+
+ Sprout -> Sapling migration enabled
+ Sprout -> Sapling migration diaktifkan
+
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ Jika di aktifkan, Hushd bisa perlahan memigrasikan dana Sprout yang terlindungi Anda ke Sapling Adress.
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Sambung ke Aplikasi Mobile
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Scan QRCode dari Silentdragon kompani anda untuk menyambung ke Hp
+
+
+
+ QR Code
+ Kode QR
+
+
+
+ Connection String
+ String Koneksi
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Memperbolehkan Koneksi ke Internet menggunakan Silentdragon Wormhole
+
+
+
+ silentdragon Companion App
+ Silentdragon Aplikasi Kompani
+
+
+
+ Disconnect
+ Disconnect
+
+
+
+
+ TextLabel
+ Label Teks
+
+
+
+ Last seen:
+ Terakhir Kali dilihat
+
+
+
+ Connection type:
+ Tipe koneksi
+
+
+
+ NewOrRestorePage
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ Form
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ Ini adalah Dompet baru Anda's seed phrase. MOHON DI BACK UP SECARA AMAN
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ Seed Phrase adalah salah satu jalan untuk mengembalikan dompet. Jika anda melupakan Seec phrase, TIDAK ADA CARA UNTUK MENGEMBALIKAN DOMPET DAN DANA di dalamnya
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Error creating a wallet
+ Error membuat dompet
+
+
+
+ Failed to save wallet
+ Gagal menyimpan Dompet
+
+
+
+ Couldn't save the wallet
+ Couldn't save the wallet
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Private Keys
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ Pilih
+
+
+
+
+
+ Address or Label Error
+ Alamat atau Label Error
+
+
+
+
+
+ Address or Label cannot be empty
+ Alamat atau Label tidak bisa kosong
+
+
+
+
+
+ Address Format Error
+ Format Alamat Error
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 doesn't kelihatannya bukan Alamat DRGX yang valid
+
+
+
+
+
+
+ Label Error
+ Label error
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Label nya '%1' sudah ada. Mohon hapus label yang sudah digunakan
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Impor Buku Alamat
+
+
+
+ Unable to open file
+ Tidak bisa membuka file
+
+
+
+ Address Book Import Done
+ Buku Alamat selesai di Impor
+
+
+
+ Imported %1 new Address book entries
+ Ter-Impor%1 Buku Alamat Baru
+
+
+
+ Copy address
+ Copy Alamat
+
+
+
+ Copied to clipboard
+ Ter-copy ke Clipboard
+
+
+
+ Delete label
+ Delet Label
+
+
+
+ Attempting to initialize library with
+ Mencoba untuk menginilisiasi Library dengan
+
+
+
+ Using existing wallet.
+ Menggunakan Dompet yang sudah ada
+
+
+
+ Create/restore wallet.
+ Buat/mengembalikan Dompet
+
+
+
+
+ Connection Error
+ Koneksi error
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Transaksi Error
+
+
+
+ There was an error sending the transaction. The error was:
+ Ada error dalam mengirim transaksi. Error nya:
+
+
+
+
+ No Connection
+ Tidak ada Koneksi
+
+
+ There was an error connecting to hushd. The error was
+ Ada error dalam mengkoneksikan ke Hushd. Error nya:
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+
+
+
+
+
+
+
+ failed
+ Gagal
+
+
+
+
+
+
+
+
+ The transaction with id
+ Transaksi dengan ID
+
+
+
+
+
+
+
+
+ failed. The error was
+ Gagal. Error nya:
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ Pembaruan tersedia
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Rilis Pembaruan v%1 telah tersedia! Versi Anda Sekarang v%2.
+
+Maukah anda mengunjungi laman pembaruan ini
+
+
+
+ No updates available
+ Tidak ada Pembaruan tersedia
+
+
+
+ You already have the latest release v%1
+ Anda sudah memiliki Versi terbaru dari v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Mohon tunggu untuk SilentDragonXLite untuk keluar
+
+
+
+
+ Waiting for hushd to exit
+ Menunggu untuk hushd untuk keluar
+
+
+
+ No dragonx price was available to convert from USD
+ Tidak ada harga hush yang tersedia untuk di konversikan ke USD
+
+
+
+ View on block explorer
+ Lihat di block explorer
+
+
+
+ View Error
+ Lihat error
+
+
+
+ Reported Error
+ Error yang di laporkan
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Apakah Anda yakin untuk menghapus Pembayaran berulang?
+
+
+
+ All future payments will be cancelled.
+ Semua Pembayaran nantinya akan di batalkan
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx di berikan (pencet kanan untuk copy) txid:
+
+
+
+ Type
+ Tipe
+
+
+
+ Address
+ Alamat
+
+
+
+ Date/Time
+ Tanggal/Waktu
+
+
+
+ Confirmations
+ Konfirmasi
+
+
+
+ Amount
+ Jumlah
+
+
+
+ Connected directly
+ Terkoneksi langsung
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Terkoneksi langsung ke Internet via Silentdragon wormhole service
+
+
+
+
+ Node is still syncing.
+ Node masih menyinkron
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Tidak ada sapling atau transparan address dengan balance yang cukup untuk digunakan
+
+
+
+ RecurringDialog
+
+ Dialog
+ Dialog
+
+
+
+ Reccuring Dialog
+
+
+
+
+ View
+ Lihat
+
+
+
+ Delete
+ Delet
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Jumlah
+
+
+
+ Schedule
+ Jadwal
+
+
+
+ Payments Left
+ Pembayaran tersisa
+
+
+
+ Next Payment
+ Pembayaran Selanjutnya
+
+
+
+ To
+ Kepada
+
+
+
+ Every
+ Setiap
+
+
+
+ None
+ None
+
+
+
+ RecurringPayments
+
+ Payments
+ Pembayaran
+
+
+
+ Reocurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Tanggal
+
+
+
+ Status
+ Status
+
+
+
+ Txid
+ Txid
+
+
+
+ Not due yet
+ Belum Jatuh Tempo
+
+
+
+ Pending
+ Pending
+
+
+
+ Skipped
+ Dilewati
+
+
+
+ Paid
+ Ter-bayar
+
+
+
+ Error
+ Error
+
+
+
+
+ Unknown
+ Tidak diketahui
+
+
+
+ RecurringPending
+
+ Dialog
+ Dialog
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Tidak ada transaksi yang akan di proses. Anda bisa secara manual membayar mereka dari Pembayaran Berulang Kotak Dialog
+
+
+
+ Schedule
+ Jadwal
+
+
+
+ How should silentdragon proceed?
+ Bagaimana Silentdragon harus diproses?
+
+
+
+ Pay All in 1 Tx
+ Bayar semua dengan 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Hanya Pembayaran pending terakhir kali yang akan di proses. Semua Pembayaran pending yang dulu akan di lewati
+
+
+
+ Pay Latest Only
+ Bayar terakhir kali saja
+
+
+
+ Pay None
+ Tidak membayar
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Semua pembayaran pending di kumpulkan, Di tambahkan dan di Bayar dalam satu transaksi
+
+
+
+ Description
+ Dekripsi
+
+
+
+ To
+ Kepada
+
+
+
+ The following recurring payment has multiple payments pending
+ Pembayaran Berulang yang ini mempunyai pembayaran ganda yang pending
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Permintaan bayaran
+
+
+
+ AddressBook
+ Buku Alamat
+
+
+
+ Request From
+ Meminta dari
+
+
+
+ My Address
+ Alamat saya
+
+
+
+ Amount in
+ Dalam Jumlah
+
+
+
+ z address
+ Alamat z
+
+
+
+ Amount
+ Jumlah
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Penerima akan melihat alamat di "to" laha saat mereka membayar permintaan anda
+
+
+
+ Amount USD
+ Jumlah USD
+
+
+
+ Memo
+ Memo
+
+
+
+ TextLabel
+ Label Teks
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Permintaan Pembayaran dari Alamat Sapling. Anda'akan mengirim sebuah 0.0001 hush untuk transaksi kepada alamat menggunakan hush payment URI. Memo nya akan di masukkan ke dalam transaksi apabila alamat tersebut membayar anda
+
+
+
+ Error paying DRGX URI
+ Error membayar hush URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI seharusnya berdasarkan form 'drgx:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Bayar Ke
+
+
+
+ Pay
+ Bayar
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Anda membayar sebua permintaan pembayaran. Alamat anda tidak akan terlihat kepada orang yang melakukan permintaan ini
+
+
+
+ Can only request from Sapling addresses
+ Hanya bisa di minta dari Alamat Sapling
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ Form
+
+
+
+ Please enter your 24-word seed below
+ Mohon masukkan 24-word seed anda berikut
+
+
+
+ Wallet Seed
+ Dompet seed
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ Wallet Birthday
+ Ulang tahun Dompet
+
+
+
+ 180000
+ 180000
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+ 0
+ 0
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ Ulang Tahun Dompet adalah block height dimana dompet itu melakukan transaksi pertamanya. Jika anda don't tidak tahu ini, Anda bisa tinggalkan ini seperti "0" (It'ini akan memakan beberpa waktu untuk rescan)
+
+
+
+ RestoreSeedPage
+
+
+
+ Failed to restore wallet
+ Gagal untuk mengembalikan Dompet
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite membutuhkan 24 kata untuk mengembalikan dompet
+
+
+
+ Failed to parse wallet birthday
+ Gagal menguraikan Ulang tahun dompet
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Tidak'mengerti Ulang tahun Dompet. Ini seharusnya merupakan Block Height dimana dompet anda untuk rescan. Anda bisa tinggalkan sebagai '0'Jika anda'tidak tahu apa yang seharusnya terjadi.
+
+
+
+ Couldn't restore the wallet
+ Tidak'bisa mengembalikan dompett
+
+
+
+ Failed to save wallet
+ Gagal menyimpan dompet
+
+
+
+ Couldn't save the wallet
+ Tidak'bisa menyimpan dompet
+
+
+
+ Settings
+
+
+ Settings
+ Konfigurasi
+
+
+
+ Connection
+ Koneksi
+
+
+
+ Lightwallet Server
+ Server Lightwallet
+
+
+
+ Options
+ Options
+
+
+ default
+ default
+
+
+ blue
+ biru
+
+
+ light
+ terang
+
+
+ dark
+ Gelap
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+ Menangkap harga hush
+
+
+
+ Check git for updates at startup
+ Periksa git untuk pembaruan dan permulaan
+
+
+
+ Connect to git on startup to check for updates
+ Sambung ke git untuk permulaan untuk memeriksa pembaruan
+
+
+
+ Theme
+ Tema
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Sambung ke internet untuk mengambil harga hush
+
+
+
+ Currency
+ Mata uang
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Semua Alamat
+
+
+
+ Export All Keys
+ Mengekspor semua Keys
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Alamat
+
+
+
+ Balance (%1)
+ Balance (%1)
+
+
+
+ about
+
+
+ About
+ Tentang
+
+
+
+ addressBook
+
+
+ Address Book
+ Buku Alamat
+
+
+
+ Add New Address
+ Tambah Alamat Baru
+
+
+
+ Address (z-Addr or t-Addr)
+ Alamat (z-Addr or t-Addr)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garflied
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ Stag
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Label
+
+
+
+ Add to Address Book
+ Tambahkan ke Buku Alamat
+
+
+
+ Import Address Book
+ Impor Buku Alamat
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Konfirmasi Transaksi
+
+
+
+ To
+ Kepada
+
+
+
+ Recurring Payment
+ Pembayaran berulang
+
+
+
+ TextLabel
+ Label Teks
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Anda sedang mengirim transaksi saat node anda masih menyinkronisasi. Ini tidak akan bekerja
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Configure dragonx.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ Node Hush Andan akan di konfigurasikan untuk Anda secara otomatis
+
+
+
+ Show Advanced Configuration
+ Tampilkan Konfigurasi tambahan
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Perbolehkan koneksi ke internet untuk memerika pembaruan, mendapatkan harga hush dll
+
+
+
+ Use custom datadir
+ Gunakan custom datadir
+
+
+
+ Choose directory
+ Pilih direktori
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Mohon ketahui bahwa Anda'akan membutuhkan Tor service di konfigurasikan di port 9050
+
+
+
+ Connect to the internet for updates and price feeds
+ Sambungkan ke Internet untuk pembaruan dan berita harga
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Mohon pilih direktori untuk menyimpan wallet.dat anda dan blockchain
+
+
+
+ Connect over Tor
+ Sambung menggunakan Tor
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Copy Alamat
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Enkripsi Dompet anda
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ Enkripsi Password
+
+
+ Confirm Password:
+ Konfirmasi Passowrd
+
+
+ Passwords don't match
+ Passwords tidak'tepat
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ PERINGATAN: Jika anda lupa password anda, salah satu cara untuk mengembalikan dompet adalah dari Seed phrase
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ Label Teks
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Permintaan Pembayaran dari Alamat Sapling. Anda'akan mengirim sebuah 0.0001 hush untuk transaksi kepada alamat menggunakan hush payment URI. Memo nya akan di masukkan ke dalam transaksi apabila alamat tersebut membayar anda
+
+
+
+ Request From
+ Meminta dari
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Dalam Jumlah
+
+
+
+ Amount
+ Jumlah
+
+
+
+ Amount USD
+ Jumlah USD
+
+
+
+ Memo
+ Memo
+
+
+
+ My Address
+ Alamat saya
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Penerima akan melihat alamat di "to" laha saat mereka membayar permintaan anda
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Sunting Jadwal
+
+
+
+ Payment Description
+ Deskripsi Pembayaran
+
+
+
+ Schedule
+ Jadwal
+
+
+
+ Next Payment
+ Pembayaran selanjutnya
+
+
+
+ Amount
+ Jumlah
+
+
+
+ Memo
+ Memo
+
+
+
+ To
+ Kepada
+
+
+
+ From
+ Dari
+
+
+
+ Number of payments
+ Angka Pembayaran
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Batalkan
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garfield
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ Stag
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ Jumlah
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
diff --git a/res/silentdragonxlite_it.ts b/res/silentdragonxlite_it.ts
index 8341312..8c87dcf 100644
--- a/res/silentdragonxlite_it.ts
+++ b/res/silentdragonxlite_it.ts
@@ -1,3345 +1,3345 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Etichetta
-
-
-
- Address
- Indirizzo
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Indirizzo
-
-
-
- Amount
- Saldo
-
-
-
- ChatBubbleMe
-
-
- Form
-
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
-
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
- silentdragon
- silentdragon
-
-
-
- SilentDragonXLite
-
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- Avvio in corso
-
-
-
- Controller
-
-
- Wallet Password
-
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
-
-
-
-
-
- Wallet Decryption Failed
-
-
-
-
- Please enter a valid password
-
-
-
-
- Failed to unlock wallet
-
-
-
-
- CreateWalletForm
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
-
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Annulla
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
- silentdragon
- silentdragon
-
-
-
- Balance
- check
- Saldo
-
-
-
- Summary
- Riepilogo
-
-
-
- Shielded
- meglio tenerla in EN
- Shielded
-
-
-
- Notarized
-
-
-
-
- Transparent
- Trasparente
-
-
-
- Total
- Totale
-
-
-
- Your node is still syncing, balances may not be updated.
-
-
-
-
- Some transactions are not yet confirmed. Balances may change.
-
-
-
-
- Total notarized funds available:
-
-
-
-
- Next Address
-
-
-
-
- Your node is still syncing, balances may not be updated
-
-
-
- Some transactions are not yet confirmed
- Rilevate transazioni non ancora confermate
-
-
-
- Address Balances
- Saldo degli indirizzi
-
-
-
-
- Send
- Invia
-
-
- From
- Da
-
-
- Address Balance
- check
- Saldo Indirizzo
-
-
-
- Send To
- Inviare a
-
-
-
- Recipient
- Destinatario
-
-
-
-
-
-
-
- Address
- Indirizzo
-
-
-
-
- Address Book
- Rubrica
-
-
-
-
-
-
- Amount
- check
- Importo
-
-
-
- Max Available
- Invia tutto
-
-
-
-
-
-
- Memo
- Memo
-
-
-
- Add Recipient
- Aggiungi alla rubrica
-
-
-
-
- Miner Fee
- Commissioni di rete
-
-
-
- 0
- 0
-
-
-
- Cancel
- Annulla
-
-
-
- Receive
- Ricevi
-
-
-
- Address Type
- Tipo Indirizzo
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- Version drgxlightd
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &Send DenioD Feedback
-
-
-
-
- &Export seed phrase
-
-
-
-
- Encrypt Wallet
-
-
-
-
- Remove Wallet Encryption
-
-
-
-
- Rescan
-
-
-
-
- Import Private Key
-
-
-
-
- &DragonX Telegram
-
-
-
-
- SilentDragonXLite
-
-
-
-
- Spendable
-
-
-
-
- Deposit DragonX
-
-
-
-
- Information about DragonX
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
-
-
-
-
- Difficulty
-
-
-
-
- Last Notarized Block
-
-
-
-
- Total Supply
-
-
-
-
- Longestchain
-
-
-
-
- BlockHeight
-
-
-
-
- Supply zAddr
-
-
-
-
- Supply tAddr
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
-
-
-
-
- Volume on Exchanges
-
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- &DragonX Website
-
-
-
- z-Addr(Sapling)
- z-Addr(Sapling)
-
-
- t-Addr
- t-Addr (Trasparente)
-
-
- z-Addr(Sprout)
- z-Addr(Legacy Sprout)
-
-
-
- z-Addr
-
-
-
- New Address
- Crea Indirizzo
-
-
-
- View All Addresses
-
-
-
-
- Label
- Etichetta
-
-
-
- Update Label
- Aggiorna etichetta
-
-
-
- Address balance
-
-
-
-
- Optional
- Opzionale
-
-
-
-
- Export Private Key
- Esporta la chiave privata
-
-
-
- Transactions
- Transazioni
-
-
- hushd
- hushd
-
-
- This is a Lightwallet, you cant mine with it! not mining
- Al momento non stai minando
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Caricamento...
-
-
- Blockheight
- check
- Ultimo blocco trovato
-
-
- Version hushd light rate
- check
- Potenza di calcolo Network
-
-
-
- Vendor
- Connessioni attive
-
-
- |
- |
-
-
-
- &File
- &File
-
-
-
- &Help
- &Aiuto
-
-
- &Apps
- &Apps
-
-
-
- &Edit
- &Modifica
-
-
-
- E&xit
- &Esci
-
-
-
- &About
- &About
-
-
-
- &Settings
- &Impostazioni
-
-
-
- Ctrl+P
- Ctrl+P
-
-
- &Donate
- &Dona
-
-
-
- Check git for &updates
- Controllo nuovi &aggiornamenti
-
-
- Sapling &turnstile
- Sapling &turnstile
-
-
- Ctrl+A, Ctrl+T
- Ctrl+A, Ctrl+T
-
-
- &Import private key
- &Importa chiave privata
-
-
-
- &Export all private keys
- &Esporta tutte le chiavi private
-
-
- &z-board.net
- &z-board.net
-
-
- Ctrl+A, Ctrl+Z
- Ctrl+A, Ctrl+Z
-
-
-
- Address &book
- check
- Rubrica &Contatti
-
-
-
- Ctrl+B
- Ctrl+B
-
-
- &Backup wallet.dat
- &Backup wallet.dat
-
-
-
-
- Export transactions
-
-
-
-
- Pay drgx &URI...
-
-
-
-
- &Recurring Payments
-
-
-
-
- Request drgx...
-
-
-
-
- File a bug...
-
-
-
- Thanks for supporting silentdragon!
- Grazie per il tuo supporto a silentdragon!
-
-
- Donate 0.01
- Dona 0.01
-
-
- to support silentdragon
- per supportare silentdragon
-
-
- You are on testnet, your post won't actually appear on z-board.net
- Sei nella testnet, i tuoi post non appariranno realmente su z-board.net
-
-
- You need a sapling address with available balance to post
- Hai bisogno di un indirizzo Sapling con saldo per postare
-
-
- Computing Tx:
- Computazione Transazione:
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- Le chiavi sono state importate. Potrebbero essere necessari alcuni minuti per eseguire nuovamente la scansione della blockchain. Fino ad allora, le funzionalità potrebbero essere limitate
-
-
- Private key import rescan finished
- L'importazione delle chiavi private è stata completata
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
-
-
-
-
- View tx on block explorer
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Refresh
-
-
-
- Please paste your private keys (z-Addr or t-Addr) here, one per line
- Si prega di incollare le chiavi private (z-Addr or t-Addr) qui, una per volta
-
-
- The keys will be imported into your connected hushd node
- check
- Le chiavi saranno importate nel tuo nodo hushd
-
-
-
- Error
-
-
-
-
- Error exporting transactions, file was not saved
-
-
-
- No wallet.dat
- Nessun wallet.dat
-
-
- Couldn't find the wallet.dat on this computer
- Impossibile trovare il wallet.dat su questo computer
-
-
- You need to back it up from the machine hushd is running on
- È necessario eseguire il backup dalla macchina su cui hushd è in esecuzione
-
-
- Backup wallet.dat
- Backup wallet.dat
-
-
- Couldn't backup
- Impossibile eseguire il backup
-
-
- Couldn't backup the wallet.dat file.
- Impossibile eseguire il backup del file wallet.dat.
-
-
- You need to back it up manually.
- Devi eseguire il backup manualmente.
-
-
-
- These are all the private keys for all the addresses in your wallet
- Queste sono le chiavi private per tutti gli indirizzi nel tuo portafoglio
-
-
-
- Private key for
- Chiave privata per
-
-
-
-
- Save File
- Salva File
-
-
-
- Passwords don't match
-
-
-
-
-
- Wallet Encryption Failed
-
-
-
-
- Wallet is not encrypted
-
-
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Out of memory!
-
-
-
-
-
- Copy block explorer link
-
-
-
-
- Currency Change
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
-
-
-
-
-
- Unable to open file
- Impossibile aprire il file
-
-
-
- Error getting private keys
-
-
-
-
- Error loading private keys:
-
-
-
-
-
- Copy address
- Copia indirizzo
-
-
-
-
-
-
- Copied to clipboard
- Copiato negli appunti
-
-
-
- Get private key
- Ottieni una chiave privata
-
-
- Shield balance to Sapling
- Trasferisci il saldo su un indirizzo shielded Sapling
-
-
-
-
- View on block explorer
- Guarda sul block-explorer
-
-
- Migrate to Sapling
- Migra a Sapling
-
-
-
-
- Copy txid
- Copia txid
-
-
-
- This change can take a few seconds.
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Paste DRGX URI
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- View Payment Request
-
-
-
-
- View Memo
- Visualizza memo
-
-
-
- Reply to
-
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- Crea nuovo t-Addr
-
-
-
- Copy Address
-
-
-
-
- Address has been previously used
-
-
-
-
- Address is unused
-
-
-
-
- Cannot support multiple addresses
-
-
-
-
- Recurring payments doesn't currently support multiple addresses
-
-
-
-
- Recipient
- Destinatario
-
-
-
- Only z-addresses can have memos
- Solo gli indirizzi shielded (z-address) possono avere le memo
-
-
- Memos can only be used with z-addresses
- Le memos possono essere utilizzate solo con z-addresses (Shielded)
-
-
- The memo field can only be used with a z-address.
-
- Il campo memo può essere utilizzato solo con z-address (Shielded)
-
-
-
-doesn't look like a z-address
- Non sembra uno z-address (Shielded)
-
-
-
-
- Please wait...
-
-
-
-
- Computing your transaction
-
-
-
-
-
- Done!
-
-
-
- Change from
- Controllare se opportuno inserire Mittente
- Cambiare da
-
-
-
- Transaction Error
- Errore di transazione
-
-
- From Address is Invalid
- Check
- L'indirizzo selezionato non è valido
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- Recipient Address
- Indirizzo Destinatario
-
-
-
-
-
-
-
- is Invalid
- non valido
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
-
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
-
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
-
- MemoDialog
-
-
-
- Memo
- Memo
-
-
-
- Include Reply Address
-
-
-
-
- MemoEdit
-
-
- Reply to
-
-
-
-
- MobileAppConnector
-
-
- QR Code
-
-
-
-
- Connection String
-
-
-
-
- Allow connections over the internet via silentdragon wormhole
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
-
-
-
-
- Mobile Connector App
-
-
-
-
- silentdragon Companion App
-
-
-
-
- Disconnect
-
-
-
-
-
- TextLabel
-
-
-
-
- Last seen:
-
-
-
-
- Connection type:
-
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
-
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
- Private Key
- Chiave Privata
-
-
-
- Private Keys
-
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
- Attempting autoconnect
- Tentativo di connessione automatica
-
-
- Starting embedded hushd
- check
- Avvio demone hushd
-
-
- hushd is set to run as daemon
- hushd è impostato per essere eseguito come un demone
-
-
- Waiting for hushd
- In attesa di hushd
-
-
- You have hushd set to start as a daemon, which can cause problems with silentdragon
-
-.Please remove the following line from your hush.conf and restart silentdragon
-daemon=1
- Hai hushd impostato per l'avvio come daemon, che può causare problemi con silentdragon
- YOUR_TRANSLATION_HERE
-
-
- Couldn't start the embedded hushd.
-
-Please try restarting.
-
-If you previously started hushd with custom arguments, you might need to reset hush.conf.
-
-If all else fails, please run hushd manually.
- check
- Impossibile avviare hushd integrato
-Per favore prova a riavviare.
-Se hai precedentemente avviato hushd con parametri personalizzati, potresti dover reimpostare lo hush.conf
-Se tutto il resto fallisce, si prega di eseguire manualmente hushd.
-
-
- Couldn't connect to hushd configured in hush.conf.
-
-Not starting embedded hushd because --no-embedded was passed
- Check
- Impossibile connettersi a hushd come configurato nello hush.conf.
-Non è stato avviato hushd integrato perché è stato passato il comando --no-embedded
-
-
- All Downloads Finished Successfully!
- Tutti i download sono terminati con successo!
-
-
- Couldn't download params. Please check the help site for more info.
- Impossibile scaricare i parametri. Si prega di controllare il sito di aiuto per maggiori informazioni.
-
-
- The process returned
- check
- Il processo ha ritornato
-
-
- Downloading
- Downlaoding
-
-
- more remaining )
- rimanenti )
-
-
- MB of
- MB di
-
-
- MB at
- MB a
-
-
- Downloading blocks
- Scaricando i blocchi
-
-
- Blockheight
- Altezza ultimo blocco
-
-
- Syncing
- Sincronizzazione in corso
-
-
- Connected
- Connesso
-
-
- testnet:
- testnet:
-
-
- Connected to hushd
- Connesso a hushd
-
-
- There was an error connecting to hushd. The error was
- Si è verificato un errore durante la connessione a hushd. L'errore era
-
-
-
-
-
-
-
-
- The transaction with id
- La transazione con id
-
-
-
-
-
-
-
-
- failed. The error was
- fallito. l'errore era
-
-
-
-
-
-
-
-
-
- failed
- fallito
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
- tx computing. This can take several minutes.
- computazione Tx. Questo può richiedere diversi minuti.
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
-
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
-
-
-
-
- No updates available
-
-
-
-
- You already have the latest release v%1
-
-
-
-
-
- Please wait for SilentDragonXLite to exit
-
-
-
-
-
- It may take several minutes
-
-
-
- Please wait for silentdragon to exit
- controllare, senza contesto potrebbe voler dire "attendere hush qt wallet per uscire" o altro, non ho contesto
- Si prega di attendere che silentdragon finisca la procedura di uscita
-
-
- Waiting for hushd to exit
- vedi appunto precedente
- Attendere l'uscita di hushd
-
-
- failed. Please check the help site for more info
- fallito. Per favore controlllare il sito di aiuto per maggior informazioni
-
-
- hushd error
- hushd errore
-
-
- A manual connection was requested, but the settings are not configured.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- È stata richiesta una connessione manuale, ma le impostazioni non sono state configurate.
-Impostare host/porta e utente/password nel menu Modifica-> Impostazioni.
-
-
- Could not connect to hushd configured in settings.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- Impossibile connettersi a hushd configurato nelle impostazioni.
-
-Impostare host/porta e utente/password nel menu Modifica-> Impostazioni.
-
-
- Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
- Autenticazione fallita. Il nome utente/password che hai specificato non sono stati accettati da hushd. Prova a cambiarlo nel menu Modifica-> Impostazioni
-
-
- Your hushd is starting up. Please wait.
- Il tuo hushd si sta avviando. Attendere prego.
-
-
-
- Attempting to initialize library with
-
-
-
-
- Using existing wallet.
-
-
-
-
- Create/restore wallet.
-
-
-
-
-
- Connection Error
- Errore di Connessione
-
-
-
-
-
-
-
-
-
- Transaction Error
- Errore di transazione
-
-
-
- There was an error sending the transaction. The error was:
- Si è verificato un errore durante l'invio della transazione. L'errore era:
-
-
-
-
- No Connection
- Nessuna connessione
-
-
-
- Pick
-
-
-
-
-
-
- Address or Label Error
-
-
-
-
-
-
- Address or Label cannot be empty
-
-
-
-
-
-
- Address Format Error
- Errore nel formato dell'indirizzo
-
-
- doesn't seem to be a valid dragonx address.
- Non sembra un indirizzo hush Valido.
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
-
-
-
-
-
-
-
- Label Error
-
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
-
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
-
-
-
-
- Unable to open file
- Impossibile aprire il file
-
-
-
- Address Book Import Done
-
-
-
-
- Imported %1 new Address book entries
-
-
-
-
- Copy address
- Copia indirizzo
-
-
-
- Copied to clipboard
- Copiato negli appunti
-
-
-
- Delete label
- elimina l'etichetta
-
-
-
- Tx submitted (right click to copy) txid:
- Tx inviato (clic destro per copiare) txid:
-
-
- Locked funds
- Fondi bloccati
-
-
- Could not initiate migration.
-You either have unconfirmed funds or the balance is too low for an automatic migration.
- Impossibile avviare la migrazione.
-Avete fondi non confermati o il saldo è troppo basso per una migrazione automatica.
-
-
- Computing Tx:
- Computing Tx:
-
-
-
- Type
- Tipo
-
-
-
- Address
- Indirizzo
-
-
-
- Date/Time
- Data/Ora
-
-
-
- Amount
- Importo
-
-
-
- Confirmations
-
-
-
-
- Connected directly
-
-
-
-
- Connected over the internet via silentdragon wormhole service
-
-
-
-
-
- Node is still syncing.
-
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
-
-
-
-
- No dragonx price was available to convert from USD
-
-
-
-
- View on block explorer
- Guarda sul block-explorer
-
-
-
- View Error
-
-
-
-
- Reported Error
-
-
-
-
-
- Are you sure you want to delete the recurring payment?
-
-
-
-
- All future payments will be cancelled.
-
-
-
-
- RecurringDialog
-
-
- Recurring Dialog
-
-
-
-
- View
-
-
-
-
- Delete
-
-
-
-
- RecurringListViewModel
-
-
- Amount
-
-
-
-
- Schedule
-
-
-
-
- Payments Left
-
-
-
-
- Next Payment
-
-
-
-
- To
-
-
-
-
- Every
-
-
-
-
- None
-
-
-
-
- RecurringPayments
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
-
-
-
-
- Status
-
-
-
-
- Txid
-
-
-
-
- Not due yet
-
-
-
-
- Pending
-
-
-
-
- Skipped
-
-
-
-
- Paid
-
-
-
-
- Error
-
-
-
-
-
- Unknown
-
-
-
-
- RecurringPending
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
-
-
-
-
- Schedule
-
-
-
-
- How should silentdragon proceed?
-
-
-
-
- Pay All in 1 Tx
-
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
-
-
-
-
- Pay Latest Only
-
-
-
-
- Pay None
-
-
-
-
- All pending payments collected, added up and paid in a single transaction
-
-
-
-
- Description
-
-
-
-
- To
-
-
-
-
- The following recurring payment has multiple payments pending
-
-
-
-
- RequestDialog
-
-
- Payment Request
-
-
-
-
- AddressBook
-
-
-
-
- Request From
-
-
-
-
- My Address
-
-
-
-
- Amount in
-
-
-
-
- z address
-
-
-
-
- Amount
-
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
-
-
-
-
- Amount USD
-
-
-
-
- Memo
- Memo
-
-
-
- TextLabel
-
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
-
-
-
-
- Pay To
-
-
-
-
- Pay
-
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
-
-
-
-
- Can only request from Sapling addresses
-
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
-
-
-
-
- Wallet Seed
-
-
-
-
- Wallet Birthday
-
-
-
- 0
- 0
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
-
-
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Settings
-
-
- Settings
- Impostazioni
-
-
- hushd connection
- Connessione hushd
-
-
- Host
- Host
-
-
- Port
- Porta
-
-
- RPC Username
- RPC Username
-
-
- RPC Password
- RPC Password
-
-
-
- Options
- Opzioni
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- Check git for updates at startup
-
-
-
- Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
- Le transazioni Shielded vengono salvate localmente e visualizzate nella scheda delle transazioni. Se deselezioni questa opzione, le transazioni Shielded non verranno visualizzate nella scheda delle transazioni.
-
-
-
- Connect to git on startup to check for updates
-
-
-
-
- Connect to the internet to Fetch dragonx prices
-
-
-
-
- Theme
-
-
-
-
- Lightwallet Server
-
-
-
-
- Connection
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
-
-
-
-
- Currency
-
-
-
-
- AUD
-
-
-
-
- BTC
-
-
-
-
- CAD
-
-
-
-
- CHF
-
-
-
-
- CNY
-
-
-
-
- EUR
-
-
-
-
- GBP
-
-
-
-
- INR
-
-
-
-
- RUB
-
-
-
-
- USD
-
-
-
- Clear History
- Cancellare la cronologia
-
-
- Remember shielded transactions
- Ricorda le transazioni Shielded
-
-
- Allow custom fees
- commissioni? Va bene?
- Consenti commissioni personalizzate
-
-
- Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
- Consentire di ignorare le commissioni di default quando si inviano transazioni. L'attivazione di questa opzione potrebbe compromettere la tua privacy in quanto le commissioni sono trasparenti.
-
-
- Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
- Normalmente, il passaggio da t-Addresses passa a un altro t-Address. Selezionando questa opzione invierai invece la transazione di resto al tuo indirizzo Shielded Sapling. Seleziona questa opzione per aumentare la tua privacy.
-
-
- Shield change from t-Addresses to your sapling address
- check
- Cambia l'indirizzo Shielded da t-Addresses al tuo indirizzo Sapling
-
-
-
- Turnstile
-
- Turnstile Migration
- Turnstile Migration
-
-
- Migrate over
- Migrazione terminata
-
-
- From
- da
-
-
- <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
- <html><head/><body><p>I fondi da indirizzo Shielded Sprout (che inizia con "zc") DEVONO essere trasferiti manualmente in un indirizzo Shielded Sapling (che inizia con "zs"). i fondi non possono essere trasferiti direttamente, ma devono essere inviati tramite un indirizzo"Trasparente" intermedio, in modo che sia preservata la privacy.</p><p>La migrazione può essere effettuata in modo automatico</p></body></html>
-
-
- To
- a
-
-
- Balance
- Saldo
-
-
- Miner Fees
- Commissioni Miner
-
-
- Total Balance
- Bilancio Finale
-
-
-
- TurnstileProgress
-
- Turnstile Migration Progress
- Turnstile Migration Progress
-
-
- From
- Da
-
-
- To
- A
-
-
- Please ensure you have your wallet.dat backed up!
- Assicurati di aver eseguito il backup del tuo wallet.dat!
-
-
- Next Transaction in 4 hours
- Prossima transazione in 4 ore
-
-
- Migration Progress
- Avanzamento della migrazione
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
-
-
-
-
- Export All Keys
-
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Indirizzo
-
-
-
- Balance (%1)
-
-
-
-
- about
-
-
- About
- About
-
-
-
- addressBook
-
-
- Address Book
- Rubrica
-
-
-
- Add New Address
- Aggiungi Nuovo Indirizzo
-
-
-
- Address (z-Addr or t-Addr)
- Indirizzo (z-Addr or t-Addr)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Etichetta
-
-
-
- Add to Address Book
- Aggiungi a Rubrica
-
-
-
- Import Address Book
-
-
-
-
- confirm
-
-
- Confirm Transaction
- Conferma Transazione
-
-
- From
- Da
-
-
-
- To
- A
-
-
-
- Recurring Payment
-
-
-
-
- TextLabel
-
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Stai inviando una transazione mentre il tuo nodo si sta ancora sincronizzando. Potrebbe non funzionare.
-
-
- You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
- Stai utilizzando delle commissioni personalizzate. Dato che le che le commissioni sono trasparenti, stai rinunciando alla privacy. Si prega di usare questo solo se consapevoli di ciò che si sta facendo!
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
-
-
-
-
- Show Advanced Configuration
-
-
-
-
- Your dragonx node will be configured for you automatically
-
-
-
-
- Use custom datadir
-
-
-
-
- Connect to the internet for updates and price feeds
-
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
-
-
-
-
- Choose directory
-
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
-
-
-
-
- Connect over Tor
-
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
-
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
-
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
-
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
-
-
-
-
- Request From
-
-
-
-
- zaddr
-
-
-
-
- Amount in
-
-
-
-
- Amount
-
-
-
-
- Amount USD
-
-
-
-
- Memo
- Memo
-
-
-
- My Address
-
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
-
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
-
-
-
-
- Schedule
-
-
-
-
- Payment Description
-
-
-
-
- From
-
-
-
-
- Number of payments
-
-
-
-
- Amount
-
-
-
-
- Next Payment
-
-
-
-
- To
-
-
-
-
- Memo
- Memo
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Annulla
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
-
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
- zboard
-
- Post to z-board.net
- Posta su z-board.net
-
-
- Total Fee
- Commissioni Totali
-
-
- Memo
- Memo
-
-
- (optional)
- (opzionale)
-
-
- Send From
- Invia Da
-
-
- Post As:
- Posta come:
-
-
- <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
- Check, no idea
- <html><head/><body><p>ZBoard: messaggi di chat completamente anonimi e non tracciabili basati sulla blockchain di hush. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
-
-
- Warning
- Attenzione
-
-
- Posting to Board
- Pubblicazione sulla Board
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Etichetta
+
+
+
+ Address
+ Indirizzo
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Indirizzo
+
+
+
+ Amount
+ Saldo
+
+
+
+ ChatBubbleMe
+
+
+ Form
+
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+ silentdragon
+ silentdragon
+
+
+
+ SilentDragonXLite
+
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ Avvio in corso
+
+
+
+ Controller
+
+
+ Wallet Password
+
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+
+
+
+
+
+ Wallet Decryption Failed
+
+
+
+
+ Please enter a valid password
+
+
+
+
+ Failed to unlock wallet
+
+
+
+
+ CreateWalletForm
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Annulla
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+ silentdragon
+ silentdragon
+
+
+
+ Balance
+ check
+ Saldo
+
+
+
+ Summary
+ Riepilogo
+
+
+
+ Shielded
+ meglio tenerla in EN
+ Shielded
+
+
+
+ Notarized
+
+
+
+
+ Transparent
+ Trasparente
+
+
+
+ Total
+ Totale
+
+
+
+ Your node is still syncing, balances may not be updated.
+
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+
+
+
+
+ Total notarized funds available:
+
+
+
+
+ Next Address
+
+
+
+
+ Your node is still syncing, balances may not be updated
+
+
+
+ Some transactions are not yet confirmed
+ Rilevate transazioni non ancora confermate
+
+
+
+ Address Balances
+ Saldo degli indirizzi
+
+
+
+
+ Send
+ Invia
+
+
+ From
+ Da
+
+
+ Address Balance
+ check
+ Saldo Indirizzo
+
+
+
+ Send To
+ Inviare a
+
+
+
+ Recipient
+ Destinatario
+
+
+
+
+
+
+
+ Address
+ Indirizzo
+
+
+
+
+ Address Book
+ Rubrica
+
+
+
+
+
+
+ Amount
+ check
+ Importo
+
+
+
+ Max Available
+ Invia tutto
+
+
+
+
+
+
+ Memo
+ Memo
+
+
+
+ Add Recipient
+ Aggiungi alla rubrica
+
+
+
+
+ Miner Fee
+ Commissioni di rete
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Annulla
+
+
+
+ Receive
+ Ricevi
+
+
+
+ Address Type
+ Tipo Indirizzo
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ Version drgxlightd
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &Send DenioD Feedback
+
+
+
+
+ &Export seed phrase
+
+
+
+
+ Encrypt Wallet
+
+
+
+
+ Remove Wallet Encryption
+
+
+
+
+ Rescan
+
+
+
+
+ Import Private Key
+
+
+
+
+ &DragonX Telegram
+
+
+
+
+ SilentDragonXLite
+
+
+
+
+ Spendable
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ Information about DragonX
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+
+
+
+
+ Difficulty
+
+
+
+
+ Last Notarized Block
+
+
+
+
+ Total Supply
+
+
+
+
+ Longestchain
+
+
+
+
+ BlockHeight
+
+
+
+
+ Supply zAddr
+
+
+
+
+ Supply tAddr
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+
+
+
+
+ Volume on Exchanges
+
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ &DragonX Website
+
+
+
+ z-Addr(Sapling)
+ z-Addr(Sapling)
+
+
+ t-Addr
+ t-Addr (Trasparente)
+
+
+ z-Addr(Sprout)
+ z-Addr(Legacy Sprout)
+
+
+
+ z-Addr
+
+
+
+ New Address
+ Crea Indirizzo
+
+
+
+ View All Addresses
+
+
+
+
+ Label
+ Etichetta
+
+
+
+ Update Label
+ Aggiorna etichetta
+
+
+
+ Address balance
+
+
+
+
+ Optional
+ Opzionale
+
+
+
+
+ Export Private Key
+ Esporta la chiave privata
+
+
+
+ Transactions
+ Transazioni
+
+
+ hushd
+ hushd
+
+
+ This is a Lightwallet, you cant mine with it! not mining
+ Al momento non stai minando
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Caricamento...
+
+
+ Blockheight
+ check
+ Ultimo blocco trovato
+
+
+ Version hushd light rate
+ check
+ Potenza di calcolo Network
+
+
+
+ Vendor
+ Connessioni attive
+
+
+ |
+ |
+
+
+
+ &File
+ &File
+
+
+
+ &Help
+ &Aiuto
+
+
+ &Apps
+ &Apps
+
+
+
+ &Edit
+ &Modifica
+
+
+
+ E&xit
+ &Esci
+
+
+
+ &About
+ &About
+
+
+
+ &Settings
+ &Impostazioni
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+ &Donate
+ &Dona
+
+
+
+ Check git for &updates
+ Controllo nuovi &aggiornamenti
+
+
+ Sapling &turnstile
+ Sapling &turnstile
+
+
+ Ctrl+A, Ctrl+T
+ Ctrl+A, Ctrl+T
+
+
+ &Import private key
+ &Importa chiave privata
+
+
+
+ &Export all private keys
+ &Esporta tutte le chiavi private
+
+
+ &z-board.net
+ &z-board.net
+
+
+ Ctrl+A, Ctrl+Z
+ Ctrl+A, Ctrl+Z
+
+
+
+ Address &book
+ check
+ Rubrica &Contatti
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+ &Backup wallet.dat
+ &Backup wallet.dat
+
+
+
+
+ Export transactions
+
+
+
+
+ Pay drgx &URI...
+
+
+
+
+ &Recurring Payments
+
+
+
+
+ Request drgx...
+
+
+
+
+ File a bug...
+
+
+
+ Thanks for supporting silentdragon!
+ Grazie per il tuo supporto a silentdragon!
+
+
+ Donate 0.01
+ Dona 0.01
+
+
+ to support silentdragon
+ per supportare silentdragon
+
+
+ You are on testnet, your post won't actually appear on z-board.net
+ Sei nella testnet, i tuoi post non appariranno realmente su z-board.net
+
+
+ You need a sapling address with available balance to post
+ Hai bisogno di un indirizzo Sapling con saldo per postare
+
+
+ Computing Tx:
+ Computazione Transazione:
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ Le chiavi sono state importate. Potrebbero essere necessari alcuni minuti per eseguire nuovamente la scansione della blockchain. Fino ad allora, le funzionalità potrebbero essere limitate
+
+
+ Private key import rescan finished
+ L'importazione delle chiavi private è stata completata
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+
+
+
+
+ View tx on block explorer
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Refresh
+
+
+
+ Please paste your private keys (z-Addr or t-Addr) here, one per line
+ Si prega di incollare le chiavi private (z-Addr or t-Addr) qui, una per volta
+
+
+ The keys will be imported into your connected hushd node
+ check
+ Le chiavi saranno importate nel tuo nodo hushd
+
+
+
+ Error
+
+
+
+
+ Error exporting transactions, file was not saved
+
+
+
+ No wallet.dat
+ Nessun wallet.dat
+
+
+ Couldn't find the wallet.dat on this computer
+ Impossibile trovare il wallet.dat su questo computer
+
+
+ You need to back it up from the machine hushd is running on
+ È necessario eseguire il backup dalla macchina su cui hushd è in esecuzione
+
+
+ Backup wallet.dat
+ Backup wallet.dat
+
+
+ Couldn't backup
+ Impossibile eseguire il backup
+
+
+ Couldn't backup the wallet.dat file.
+ Impossibile eseguire il backup del file wallet.dat.
+
+
+ You need to back it up manually.
+ Devi eseguire il backup manualmente.
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Queste sono le chiavi private per tutti gli indirizzi nel tuo portafoglio
+
+
+
+ Private key for
+ Chiave privata per
+
+
+
+
+ Save File
+ Salva File
+
+
+
+ Passwords don't match
+
+
+
+
+
+ Wallet Encryption Failed
+
+
+
+
+ Wallet is not encrypted
+
+
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Out of memory!
+
+
+
+
+
+ Copy block explorer link
+
+
+
+
+ Currency Change
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+
+
+
+
+
+ Unable to open file
+ Impossibile aprire il file
+
+
+
+ Error getting private keys
+
+
+
+
+ Error loading private keys:
+
+
+
+
+
+ Copy address
+ Copia indirizzo
+
+
+
+
+
+
+ Copied to clipboard
+ Copiato negli appunti
+
+
+
+ Get private key
+ Ottieni una chiave privata
+
+
+ Shield balance to Sapling
+ Trasferisci il saldo su un indirizzo shielded Sapling
+
+
+
+
+ View on block explorer
+ Guarda sul block-explorer
+
+
+ Migrate to Sapling
+ Migra a Sapling
+
+
+
+
+ Copy txid
+ Copia txid
+
+
+
+ This change can take a few seconds.
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Paste DRGX URI
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ View Payment Request
+
+
+
+
+ View Memo
+ Visualizza memo
+
+
+
+ Reply to
+
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ Crea nuovo t-Addr
+
+
+
+ Copy Address
+
+
+
+
+ Address has been previously used
+
+
+
+
+ Address is unused
+
+
+
+
+ Cannot support multiple addresses
+
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+
+
+
+
+ Recipient
+ Destinatario
+
+
+
+ Only z-addresses can have memos
+ Solo gli indirizzi shielded (z-address) possono avere le memo
+
+
+ Memos can only be used with z-addresses
+ Le memos possono essere utilizzate solo con z-addresses (Shielded)
+
+
+ The memo field can only be used with a z-address.
+
+ Il campo memo può essere utilizzato solo con z-address (Shielded)
+
+
+
+doesn't look like a z-address
+ Non sembra uno z-address (Shielded)
+
+
+
+
+ Please wait...
+
+
+
+
+ Computing your transaction
+
+
+
+
+
+ Done!
+
+
+
+ Change from
+ Controllare se opportuno inserire Mittente
+ Cambiare da
+
+
+
+ Transaction Error
+ Errore di transazione
+
+
+ From Address is Invalid
+ Check
+ L'indirizzo selezionato non è valido
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ Recipient Address
+ Indirizzo Destinatario
+
+
+
+
+
+
+
+ is Invalid
+ non valido
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Memo
+
+
+
+ Include Reply Address
+
+
+
+
+ MemoEdit
+
+
+ Reply to
+
+
+
+
+ MobileAppConnector
+
+
+ QR Code
+
+
+
+
+ Connection String
+
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+
+
+
+
+ Mobile Connector App
+
+
+
+
+ silentdragon Companion App
+
+
+
+
+ Disconnect
+
+
+
+
+
+ TextLabel
+
+
+
+
+ Last seen:
+
+
+
+
+ Connection type:
+
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+ Private Key
+ Chiave Privata
+
+
+
+ Private Keys
+
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+ Attempting autoconnect
+ Tentativo di connessione automatica
+
+
+ Starting embedded hushd
+ check
+ Avvio demone hushd
+
+
+ hushd is set to run as daemon
+ hushd è impostato per essere eseguito come un demone
+
+
+ Waiting for hushd
+ In attesa di hushd
+
+
+ You have hushd set to start as a daemon, which can cause problems with silentdragon
+
+.Please remove the following line from your hush.conf and restart silentdragon
+daemon=1
+ Hai hushd impostato per l'avvio come daemon, che può causare problemi con silentdragon
+ YOUR_TRANSLATION_HERE
+
+
+ Couldn't start the embedded hushd.
+
+Please try restarting.
+
+If you previously started hushd with custom arguments, you might need to reset hush.conf.
+
+If all else fails, please run hushd manually.
+ check
+ Impossibile avviare hushd integrato
+Per favore prova a riavviare.
+Se hai precedentemente avviato hushd con parametri personalizzati, potresti dover reimpostare lo hush.conf
+Se tutto il resto fallisce, si prega di eseguire manualmente hushd.
+
+
+ Couldn't connect to hushd configured in hush.conf.
+
+Not starting embedded hushd because --no-embedded was passed
+ Check
+ Impossibile connettersi a hushd come configurato nello hush.conf.
+Non è stato avviato hushd integrato perché è stato passato il comando --no-embedded
+
+
+ All Downloads Finished Successfully!
+ Tutti i download sono terminati con successo!
+
+
+ Couldn't download params. Please check the help site for more info.
+ Impossibile scaricare i parametri. Si prega di controllare il sito di aiuto per maggiori informazioni.
+
+
+ The process returned
+ check
+ Il processo ha ritornato
+
+
+ Downloading
+ Downlaoding
+
+
+ more remaining )
+ rimanenti )
+
+
+ MB of
+ MB di
+
+
+ MB at
+ MB a
+
+
+ Downloading blocks
+ Scaricando i blocchi
+
+
+ Blockheight
+ Altezza ultimo blocco
+
+
+ Syncing
+ Sincronizzazione in corso
+
+
+ Connected
+ Connesso
+
+
+ testnet:
+ testnet:
+
+
+ Connected to hushd
+ Connesso a hushd
+
+
+ There was an error connecting to hushd. The error was
+ Si è verificato un errore durante la connessione a hushd. L'errore era
+
+
+
+
+
+
+
+
+ The transaction with id
+ La transazione con id
+
+
+
+
+
+
+
+
+ failed. The error was
+ fallito. l'errore era
+
+
+
+
+
+
+
+
+
+ failed
+ fallito
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+ tx computing. This can take several minutes.
+ computazione Tx. Questo può richiedere diversi minuti.
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+
+
+
+
+ No updates available
+
+
+
+
+ You already have the latest release v%1
+
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+
+
+
+
+
+ It may take several minutes
+
+
+
+ Please wait for silentdragon to exit
+ controllare, senza contesto potrebbe voler dire "attendere hush qt wallet per uscire" o altro, non ho contesto
+ Si prega di attendere che silentdragon finisca la procedura di uscita
+
+
+ Waiting for hushd to exit
+ vedi appunto precedente
+ Attendere l'uscita di hushd
+
+
+ failed. Please check the help site for more info
+ fallito. Per favore controlllare il sito di aiuto per maggior informazioni
+
+
+ hushd error
+ hushd errore
+
+
+ A manual connection was requested, but the settings are not configured.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ È stata richiesta una connessione manuale, ma le impostazioni non sono state configurate.
+Impostare host/porta e utente/password nel menu Modifica-> Impostazioni.
+
+
+ Could not connect to hushd configured in settings.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ Impossibile connettersi a hushd configurato nelle impostazioni.
+
+Impostare host/porta e utente/password nel menu Modifica-> Impostazioni.
+
+
+ Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
+ Autenticazione fallita. Il nome utente/password che hai specificato non sono stati accettati da hushd. Prova a cambiarlo nel menu Modifica-> Impostazioni
+
+
+ Your hushd is starting up. Please wait.
+ Il tuo hushd si sta avviando. Attendere prego.
+
+
+
+ Attempting to initialize library with
+
+
+
+
+ Using existing wallet.
+
+
+
+
+ Create/restore wallet.
+
+
+
+
+
+ Connection Error
+ Errore di Connessione
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Errore di transazione
+
+
+
+ There was an error sending the transaction. The error was:
+ Si è verificato un errore durante l'invio della transazione. L'errore era:
+
+
+
+
+ No Connection
+ Nessuna connessione
+
+
+
+ Pick
+
+
+
+
+
+
+ Address or Label Error
+
+
+
+
+
+
+ Address or Label cannot be empty
+
+
+
+
+
+
+ Address Format Error
+ Errore nel formato dell'indirizzo
+
+
+ doesn't seem to be a valid dragonx address.
+ Non sembra un indirizzo hush Valido.
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+
+
+
+
+
+
+
+ Label Error
+
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+
+
+
+
+ Unable to open file
+ Impossibile aprire il file
+
+
+
+ Address Book Import Done
+
+
+
+
+ Imported %1 new Address book entries
+
+
+
+
+ Copy address
+ Copia indirizzo
+
+
+
+ Copied to clipboard
+ Copiato negli appunti
+
+
+
+ Delete label
+ elimina l'etichetta
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx inviato (clic destro per copiare) txid:
+
+
+ Locked funds
+ Fondi bloccati
+
+
+ Could not initiate migration.
+You either have unconfirmed funds or the balance is too low for an automatic migration.
+ Impossibile avviare la migrazione.
+Avete fondi non confermati o il saldo è troppo basso per una migrazione automatica.
+
+
+ Computing Tx:
+ Computing Tx:
+
+
+
+ Type
+ Tipo
+
+
+
+ Address
+ Indirizzo
+
+
+
+ Date/Time
+ Data/Ora
+
+
+
+ Amount
+ Importo
+
+
+
+ Confirmations
+
+
+
+
+ Connected directly
+
+
+
+
+ Connected over the internet via silentdragon wormhole service
+
+
+
+
+
+ Node is still syncing.
+
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+
+
+
+
+ No dragonx price was available to convert from USD
+
+
+
+
+ View on block explorer
+ Guarda sul block-explorer
+
+
+
+ View Error
+
+
+
+
+ Reported Error
+
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+
+
+
+
+ All future payments will be cancelled.
+
+
+
+
+ RecurringDialog
+
+
+ Recurring Dialog
+
+
+
+
+ View
+
+
+
+
+ Delete
+
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+
+
+
+
+ Schedule
+
+
+
+
+ Payments Left
+
+
+
+
+ Next Payment
+
+
+
+
+ To
+
+
+
+
+ Every
+
+
+
+
+ None
+
+
+
+
+ RecurringPayments
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+
+
+
+
+ Status
+
+
+
+
+ Txid
+
+
+
+
+ Not due yet
+
+
+
+
+ Pending
+
+
+
+
+ Skipped
+
+
+
+
+ Paid
+
+
+
+
+ Error
+
+
+
+
+
+ Unknown
+
+
+
+
+ RecurringPending
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+
+
+
+
+ Schedule
+
+
+
+
+ How should silentdragon proceed?
+
+
+
+
+ Pay All in 1 Tx
+
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+
+
+
+
+ Pay Latest Only
+
+
+
+
+ Pay None
+
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+
+
+
+
+ Description
+
+
+
+
+ To
+
+
+
+
+ The following recurring payment has multiple payments pending
+
+
+
+
+ RequestDialog
+
+
+ Payment Request
+
+
+
+
+ AddressBook
+
+
+
+
+ Request From
+
+
+
+
+ My Address
+
+
+
+
+ Amount in
+
+
+
+
+ z address
+
+
+
+
+ Amount
+
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+
+
+
+
+ Amount USD
+
+
+
+
+ Memo
+ Memo
+
+
+
+ TextLabel
+
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+
+
+
+
+ Pay To
+
+
+
+
+ Pay
+
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+
+
+
+
+ Can only request from Sapling addresses
+
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+
+
+
+
+ Wallet Seed
+
+
+
+
+ Wallet Birthday
+
+
+
+ 0
+ 0
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+
+
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Settings
+
+
+ Settings
+ Impostazioni
+
+
+ hushd connection
+ Connessione hushd
+
+
+ Host
+ Host
+
+
+ Port
+ Porta
+
+
+ RPC Username
+ RPC Username
+
+
+ RPC Password
+ RPC Password
+
+
+
+ Options
+ Opzioni
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ Check git for updates at startup
+
+
+
+ Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
+ Le transazioni Shielded vengono salvate localmente e visualizzate nella scheda delle transazioni. Se deselezioni questa opzione, le transazioni Shielded non verranno visualizzate nella scheda delle transazioni.
+
+
+
+ Connect to git on startup to check for updates
+
+
+
+
+ Connect to the internet to Fetch dragonx prices
+
+
+
+
+ Theme
+
+
+
+
+ Lightwallet Server
+
+
+
+
+ Connection
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+
+
+
+
+ Currency
+
+
+
+
+ AUD
+
+
+
+
+ BTC
+
+
+
+
+ CAD
+
+
+
+
+ CHF
+
+
+
+
+ CNY
+
+
+
+
+ EUR
+
+
+
+
+ GBP
+
+
+
+
+ INR
+
+
+
+
+ RUB
+
+
+
+
+ USD
+
+
+
+ Clear History
+ Cancellare la cronologia
+
+
+ Remember shielded transactions
+ Ricorda le transazioni Shielded
+
+
+ Allow custom fees
+ commissioni? Va bene?
+ Consenti commissioni personalizzate
+
+
+ Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
+ Consentire di ignorare le commissioni di default quando si inviano transazioni. L'attivazione di questa opzione potrebbe compromettere la tua privacy in quanto le commissioni sono trasparenti.
+
+
+ Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
+ Normalmente, il passaggio da t-Addresses passa a un altro t-Address. Selezionando questa opzione invierai invece la transazione di resto al tuo indirizzo Shielded Sapling. Seleziona questa opzione per aumentare la tua privacy.
+
+
+ Shield change from t-Addresses to your sapling address
+ check
+ Cambia l'indirizzo Shielded da t-Addresses al tuo indirizzo Sapling
+
+
+
+ Turnstile
+
+ Turnstile Migration
+ Turnstile Migration
+
+
+ Migrate over
+ Migrazione terminata
+
+
+ From
+ da
+
+
+ <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
+ <html><head/><body><p>I fondi da indirizzo Shielded Sprout (che inizia con "zc") DEVONO essere trasferiti manualmente in un indirizzo Shielded Sapling (che inizia con "zs"). i fondi non possono essere trasferiti direttamente, ma devono essere inviati tramite un indirizzo"Trasparente" intermedio, in modo che sia preservata la privacy.</p><p>La migrazione può essere effettuata in modo automatico</p></body></html>
+
+
+ To
+ a
+
+
+ Balance
+ Saldo
+
+
+ Miner Fees
+ Commissioni Miner
+
+
+ Total Balance
+ Bilancio Finale
+
+
+
+ TurnstileProgress
+
+ Turnstile Migration Progress
+ Turnstile Migration Progress
+
+
+ From
+ Da
+
+
+ To
+ A
+
+
+ Please ensure you have your wallet.dat backed up!
+ Assicurati di aver eseguito il backup del tuo wallet.dat!
+
+
+ Next Transaction in 4 hours
+ Prossima transazione in 4 ore
+
+
+ Migration Progress
+ Avanzamento della migrazione
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+
+
+
+
+ Export All Keys
+
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Indirizzo
+
+
+
+ Balance (%1)
+
+
+
+
+ about
+
+
+ About
+ About
+
+
+
+ addressBook
+
+
+ Address Book
+ Rubrica
+
+
+
+ Add New Address
+ Aggiungi Nuovo Indirizzo
+
+
+
+ Address (z-Addr or t-Addr)
+ Indirizzo (z-Addr or t-Addr)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Etichetta
+
+
+
+ Add to Address Book
+ Aggiungi a Rubrica
+
+
+
+ Import Address Book
+
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Conferma Transazione
+
+
+ From
+ Da
+
+
+
+ To
+ A
+
+
+
+ Recurring Payment
+
+
+
+
+ TextLabel
+
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Stai inviando una transazione mentre il tuo nodo si sta ancora sincronizzando. Potrebbe non funzionare.
+
+
+ You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
+ Stai utilizzando delle commissioni personalizzate. Dato che le che le commissioni sono trasparenti, stai rinunciando alla privacy. Si prega di usare questo solo se consapevoli di ciò che si sta facendo!
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+
+
+
+
+ Show Advanced Configuration
+
+
+
+
+ Your dragonx node will be configured for you automatically
+
+
+
+
+ Use custom datadir
+
+
+
+
+ Connect to the internet for updates and price feeds
+
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+
+
+
+
+ Choose directory
+
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+
+
+
+
+ Connect over Tor
+
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+
+
+
+
+ Request From
+
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+
+
+
+
+ Amount
+
+
+
+
+ Amount USD
+
+
+
+
+ Memo
+ Memo
+
+
+
+ My Address
+
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+
+
+
+
+ Schedule
+
+
+
+
+ Payment Description
+
+
+
+
+ From
+
+
+
+
+ Number of payments
+
+
+
+
+ Amount
+
+
+
+
+ Next Payment
+
+
+
+
+ To
+
+
+
+
+ Memo
+ Memo
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Annulla
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
+ zboard
+
+ Post to z-board.net
+ Posta su z-board.net
+
+
+ Total Fee
+ Commissioni Totali
+
+
+ Memo
+ Memo
+
+
+ (optional)
+ (opzionale)
+
+
+ Send From
+ Invia Da
+
+
+ Post As:
+ Posta come:
+
+
+ <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+ Check, no idea
+ <html><head/><body><p>ZBoard: messaggi di chat completamente anonimi e non tracciabili basati sulla blockchain di hush. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+
+
+ Warning
+ Attenzione
+
+
+ Posting to Board
+ Pubblicazione sulla Board
+
+
+
diff --git a/res/silentdragonxlite_nl.ts b/res/silentdragonxlite_nl.ts
index 545a7a7..5ccebb8 100644
--- a/res/silentdragonxlite_nl.ts
+++ b/res/silentdragonxlite_nl.ts
@@ -1,2843 +1,2843 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Adresboek
-
-
-
- Address
- Adresse
-
-
-
- Avatar
- Avatar
-
-
-
- HushChatAddress
- HushChat adres
-
-
-
- CID
- CID
-
-
-
- BalancesTableModel
-
-
- Address
- Adres
-
-
-
- Amount
- Bedrag
-
-
-
- ChatBubbleMe
-
-
- Form
-
-
-
-
- Speak And Transact Freely With Hush
- Spreek en betaal vrijuit met Hush
-
-
-
- 01/01/2021 12:34
-
-
-
-
- ChatBubblePartner
-
-
- Form
-
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
-
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- Silent Dragon Lite
-
-
-
- The Dragon Awakens...
- De draak ontwaakt...
-
-
-
- Controller
-
-
- Wallet Password
- Wallet wachtwoord
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Uw wallet is versleuteld
-Voer uw wallet wachtwoord in
-
-
-
-
- Wallet Decryption Failed
- Ontsleuteling wallet niet gelukt
-
-
-
- Please enter a valid password
- Voer een geldig wachtwoord in
-
-
-
- Failed to unlock wallet
- Kon wallet niet ontgrendelen
-
-
-
- CreateWalletForm
-
-
- Create New SDL Wallet
- Maak een nieuwe SDL wallet aan
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
- Ik accepteer de servicevoorwaarden
-
-
-
- Confirm Passphrase:
- Bevestig wachtwoordzin
-
-
-
- Restore wallet from seed
- Wallet herstellen met seed
-
-
-
- Create a new wallet
- Maak een nieuwe wallet aan
-
-
-
- Encryption Passphrase:
- Wachtwoordzin van versleuteling
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Minimaal 16 letters</span></p></body></html>
-
-
-
- Dialog
-
-
- Send Contact Request
- Stuur een contactverzoek
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Geef een naam voor uw contact:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Kies een avatar voor uw contact:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Voeg een memo toe aan uw verzoek:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Uw HushChat adres:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Geef het adres van uw contact:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
- <html><head/><body><p><span style=" color:#d3d7cf;">Uw HushChat adres aan het genereren - een moment geduld a.u.b. - </span></p></body></html>
-
-
-
- Anonymous
- Anoniem
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
-
-
-
-
- Add a memo to your request
- Voeg een memo toe.aan.uw.verzoek
-
-
-
- Cancel
- Annuleren
-
-
-
- Add Contact and Send Request
- Voeg contact toe en stuur verzoek
-
-
- Dialog
- Dialoogvenster
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
- Nieuwe wallet wizard
-
-
-
- MainWindow
-
-
- Balance
- Saldo
-
-
-
- Summary
- Samenvatting
-
-
-
- Shielded
- Verborgen
-
-
-
- Notarized
- Genotariseerd
-
-
-
- Transparent
- Transparant
-
-
-
- Total
- Totaal
-
-
-
- Your node is still syncing, balances may not be updated.
- Nog aan het synchroniseren. Het kan zijn dat bedragen nog niet zijn bijgewerkt.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Sommige transacties zijn nog niet bevestigd. Bedragen kunnen nog veranderen.
-
-
-
- Total notarized funds available:
- Totaal genotariseerd bedrag beschikbaar:
-
-
-
- Your node is still syncing, balances may not be updated
- Nog aan het synchroniseren. Het kan zijn dat bedragen nog niet zijn bijgewerkt.
-
-
-
- Address Balances
- Saldo van het adres
-
-
-
-
- Send
- Versturen
-
-
-
- Send To
- Versturen naar
-
-
-
- Recipient
- Ontvanger
-
-
-
-
-
-
-
- Address
- Adres
-
-
-
-
- Address Book
- Adresboek
-
-
-
-
-
-
- Amount
- Bedrag
-
-
-
- Max Available
- Maximaal beschikbaar bedrag
-
-
-
-
-
-
- Memo
- Bericht
-
-
-
- Add Recipient
- Nog een ontvanger toegvoegen
-
-
-
-
- Miner Fee
- Miner vergoeding
-
-
-
- 0
-
-
-
-
- Cancel
- Annuleren
-
-
-
- Receive
- Ontvangen
-
-
-
- Address Type
- Adrestype
-
-
-
- z-Addr
- Verborgen adres
-
-
-
- View All Addresses
- Alle adressen bekijken
-
-
-
- Label
- Label
-
-
-
- Update Label
- Label bijwerken
-
-
-
- Address balance
- Saldo van adres
-
-
-
- Optional
- Optioneel
-
-
-
-
- Export Private Key
- Private key exporteren
-
-
-
- Transactions
- Transacties
-
-
-
- Current Server
- Huidige server
-
-
-
- Sticky Server
- Sticky server
-
-
-
- Version drgxlightd
- drgxlightd versie
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
- &Send DenioD Feedback
- &Stuur DenioD feedback
-
-
-
- &Export seed phrase
- Seed &exporteren
-
-
-
- Encrypt Wallet
- Wallet versleutelen
-
-
-
- Remove Wallet Encryption
- Versleuteling verwijderen
-
-
-
- Rescan
- Opnieuw scannen
-
-
-
- SilentDragonXLite
- Silent Dragon Lite
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Laden...
-
-
-
- Vendor
- Vendor
-
-
-
- Next Address
- Volgend adres
-
-
-
- Deposit DragonX
- Stort Hush
-
-
-
- Information about DragonX
- Informatie over DragonX
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Informatie</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
- Volgende block halving
-
-
-
- Difficulty
- Difficulty
-
-
-
- Last Notarized Block
- Laatst genotariseerde block
-
-
-
- Total Supply
- Totaal aanbod
-
-
-
- Longestchain
- Langste chain
-
-
-
- BlockHeight
- Blockhoogte
-
-
-
- Supply zAddr
- Verborgen coins in netwerk
-
-
-
- Supply tAddr
- Transparante coins in netwerk
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Hush Markt Informatie</span></p></body></html>
-
-
-
- Market Cap
- Marktkapitalisatie
-
-
-
- Volume on Exchanges
- Volume op alle exchanges
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
- Inkomend contactverzoek
-
-
-
- Add a new contact
- Voeg een nieuw contact toe
-
-
-
- Get a new Address
- Genereer een nieuw adres
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactenlijst</span></p></body></html>
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Naam contact:</span></p></body></html>
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
- Het slot toont de status van het bericht. Rood slot = onbevestigd, groen slot = min. 1 bevestiging, oranje slot = bericht is genotariseerd
-
-
-
- Spendable
- Besteedbaar
-
-
-
- &File
- &Bestand
-
-
-
- &Help
- &Help
-
-
- &Apps
- &Apps
-
-
-
- &Edit
- Be&werken
-
-
-
- E&xit
- Af&sluiten
-
-
-
- &About
- &Over
-
-
-
- &Settings
- &Instellingen
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &DragonX Telegram
- &DragonX Telegram
-
-
-
- &DragonX Website
- &DragonX Website
-
-
-
- Check git for &updates
- Check git voor &updates
-
-
-
- &Export all private keys
- &Exporteer alle private keys
-
-
-
- Address &book
- Adres&boek
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
-
- Export transactions
- Transacties exporteren
-
-
-
- Pay drgx &URI...
- Betaal Hush &URI...
-
-
- Connect mobile &app
- Mobiele &app verbinden
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- Terugkerende betalingen
-
-
-
- Request drgx...
- Hush vragen...
-
-
-
- File a bug...
- Een fout melden...
-
-
-
- Import Private Key
- Importeer private key
-
-
-
-
- Copy txid
- Transactie-ID kopiëren
-
-
-
- View tx on block explorer
- Transactie op blockexplorer bekijken
-
-
-
- Refresh
- Verversen
-
-
-
- Paste DRGX URI
- Hush URI invoegen
-
-
-
- Error paying DRGX URI
- Fout bij betalen Hush URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- De URI moet in het volgende formaat zijn 'hush:<addr>?amt=x&memo=y
-
-
-
- Error
- Fout
-
-
-
- Error exporting transactions, file was not saved
- Fout bij het exporteren van transacties. Het bestand is niet opgeslagen.
-
-
-
- Error getting private keys
- Fout bij het ophalen van de private keys
-
-
-
- Error loading private keys:
- Fout bij het laden van de private keys:
-
-
-
- These are all the private keys for all the addresses in your wallet
- Dit zijn alle private keys voor alle adressen in uw wallet
-
-
-
- Private key for
- Private key voor
-
-
-
-
- Save File
- Bestand opslaan
-
-
-
- Passwords don't match
- Wachtwoorden komen niet overeen
-
-
-
-
- Wallet Encryption Failed
- Versleuteling wallet niet gelukt
-
-
-
- Wallet is not encrypted
- Wallet is niet versleuteld
-
-
-
-
- Copy block explorer link
- Blockexplorer link kopiëren
-
-
-
- Currency Change
- Valuta wijzigen
-
-
-
- This change can take a few seconds.
- Deze wijziging kan enkele seconden duren.
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Dit is de seed van uw wallet. Berg deze a.u.b. zorgvuldig en veilig op.
-
-
-
-
- Unable to open file
- Kan het bestand niet openen
-
-
-
-
- Copy address
- Adres kopiëren
-
-
-
-
-
-
- Copied to clipboard
- Naar het klembord gekopiëerd
-
-
-
-
- Failed to restore wallet
- Wallet hetstellen niet gelukt
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- Silent Dragon Lite heeft 24 woorden nodig om de wallet te herstellen
-
-
-
- Failed to parse wallet birthday
- Fout bij verwerken blockhoogte aanmaak wallet
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Fout bij verwerken blockhoogte aanmaak wallet. Dit moet een blockhoogte zijn vanaf waar de wallet opnieuw gescand moet worden. U kunt de waarde op '0' laten staan als u de waarde niet meer weet.
-
-
-
- Couldn't restore the wallet
- Kon de wallet niet herstellen
-
-
-
- Failed to save wallet
- Wallet opslaan niet gelukt
-
-
-
- Couldn't save the wallet
- Kon de wallet niet opslaan
-
-
-
- Wallet Encryption Success
- Wallet versleuteling succes
-
-
-
- Your wallet is not encrypted with a passphrase.
- Uw wallet is niet versleuteld met een wachtwoordzin.
-
-
-
- Wallet decryption Success
- Wallet ontsleuteling succes
-
-
-
- Wrong Privatkey format
- Onjuist formaat private key
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
- Plak uw private key (zs-addr of R-addr) hier, één per import
-
-
-
- Out of memory!
- Geen geheugen meer!
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
- Bezig met private key import herscan. Uw saldo wordt verborgen opgeslagen in deze wallet en beveiligd door uw seed. Dit kan even duren.
-
-
-
-
- Wrong Private key format
- Fout formaat private key
-
-
-
- That private key is too long. It should be 51 or 52 characters.
- De private key is te lang. Hij moet 51 of 52 karakters zijn.
-
-
-
- That private key is too short. It should be 51 or 52 characters.
- De private key is te kort. Hij moet 51 of 52 karakters zijn.
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
- Uw private key moet beginnen met 5, K, L or U (voor t-addr) of secret- (voor z-addr)
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
- Let op: Als deze key voor een verborgen adres (z-addr) is, zal deze NIET toegevoegd worden aan uw seed. Zend deze direct naar een seed verborgen adres
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
- Transparante adres keys (R.. of t1..) worden automatisch naar een verborgen adres (z-addr) gestuurd in uw seed
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- De keys zijn geïmporteerd. Het opnieuw scannen van de blockchain kan enkele minuten duren. Tot dit gereed is kan er tijdelijk beperkte functionaliteit zijn.
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
- De keys zijn geïmporteerd zonder de optie om opnieuw te scannen. Het adres wat u geïmporteerd heeft zal zichtbaar zijn zonder saldo.
-
-
-
- Get private key
- Private Key ophalen
-
-
-
-
- View on block explorer
- Op blockexplorer bekijken
-
-
-
- View Payment Request
- Betalingsverzoek bekijken
-
-
-
- View Memo
- Bericht bekijken
-
-
-
- Reply to
- Antwoorden aan
-
-
-
- Copied Hyperlink to clipboard
- Hyperlink naar klembord gekopieerd
-
-
-
- Copied message to clipboard
- Bericht naar klembord gekopieerd
-
-
-
- Copied Txid to clipboard
- Transactie-ID naar het klembord gekopieerd
-
-
-
- Copy Address
- Adres kopiëren
-
-
-
- Address has been previously used
- Dit adres is al een keer gebruikt
-
-
-
- Address is unused
- Dit adres is ongebruikt
-
-
-
- Cannot support multiple addresses
- Geen ondersteuning voor meerdere adressen
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Terugkerende betalingen ondersteunen momenteel niet meerdere adressen
-
-
-
- Recipient
- Ontvanger
-
-
-
- Only z-addresses can have memos
- Alleen verborgen adressen kunnen berichten ontvangen
-
-
-
-
- Please wait...
- Even geduld a.u.b....
-
-
-
- Computing your transaction
- Uw transactie aan het verwerken
-
-
-
-
- Done!
- Gereed!
-
-
-
- Transaction Error
- Fout in de transactie
-
-
-
-
- You have to select a contact and insert a Memo
- Selecteer een contact en typ een bericht
-
-
-
-
- You have selected no Contact from Contactlist,
-
- U heeft geen contact uit de contactlijst geselecteerd,
-
-
-
-
-
-
-or your Memo is empty
-
-of uw bericht is leeg
-
-
-
-
- Your Message is too long
- Uw bericht is te lang
-
-
-
- You can only write messages with 235 character maximum
-
- U kunt maximaal 235 karakters per bericht gebruiken
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
- Verkort uw bericht tot 235 karakters.
-
-
-
-
-
-
- Message Error
- Berichtfout
-
-
-
-
-
-
-
- Recipient Address
- Adres ontvanger
-
-
-
-
-
-
-
- is Invalid
- is ongeldig
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Bedrag voor adres '%1' is niet geldig!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Onvoldoende saldo voor deze transactie.
-
-Beschikbaar:%1
-Benodigd:%2
-
-Opmerking: Er is minimaal 1 bevestiging van het saldo nodig om het.uit te kunnen geven
-
-
-
- You can only write messages with 512 character maximum
-
- U kunt maximaal 512 karakters per bericht gebruiken
-
-
-
-
- Your contact request will be sent
- Uw contactverzoek zal verstuurd worden
-
-
-
- MemoDialog
-
-
-
- Memo
- Bericht
-
-
-
- Include Reply Address
- Antwoordadres toevoegen
-
-
-
- MemoEdit
-
-
- Reply to
- Antwoorden aan
-
-
-
- MobileAppConnector
-
-
- Mobile Connector App
- Verbindingsapp mobiel apparaat
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Scan deze QR-code in SilentDragonAndroid om te verbinden met uw apparaat
-
-
-
- QR Code
- QR-code
-
-
-
- Connection String
- Connection string
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Sta verbindingen over het internet toe via SilenDragon wormhole
-
-
-
- silentdragon Companion App
- SilentDragon app
-
-
-
- Disconnect
- Verbinding verbreken
-
-
-
-
- TextLabel
-
-
-
-
- Last seen:
- Laatst gezien:
-
-
-
- Connection type:
- Verbindingstype:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
- Maak of herstel een wallet.
-
-
-
- Next
- Volgende
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
- Wachtwoordzin komt niet overeen of u heeft te weinig karakters ingevoerd (minimaal 16)
-
-
-
- NewSeedForm
-
-
- Form
- Seed
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
- Dit is de seed phrase van uw nieuwe wallet. MAAK EEN GOEDE VEILIGE BACKUP. Schrijf het op een vel papier. Bewaar het niet op een plaats waar anderen toegang toe kunnen hebben.
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- De seed phrase is de enige manier om uw wallet te herstellen. Indien u uw seed vergeet of kwijt raakt, IS ER GEEN MANIER OM UW WALLET EN UW SALDO TE HERSTELLEN
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Dit is de blockhoogte van uw seed. Sla deze ook op</span></p></body></html>
-
-
-
- Birthday of the Seed :
- Blockhoogte van de seed :
-
-
-
- NewSeedPage
-
-
- Your new wallet
- Uw nieuwe wallet
-
-
-
- Error creating a wallet
- Fout bij het aanmaken van een wallet
-
-
-
- Failed to save wallet
- Wallet opslaan niet gelukt
-
-
-
- Couldn't save the wallet
- Kon de wallet niet opslaan
-
-
-
- Wrong Seed
- Ongeldige seed
-
-
-
- Please try again
- Probeer het opnieuw
-
-
-
- PrivKey
-
-
- Private Keys
- Private keys
-
-
-
- Rescan Wallet
- Scan wallet opnieuw
-
-
-
- QObject
-
-
- Pick
- Kiezen
-
-
-
-
-
- Address or Label Error
- Fout in adres of label
-
-
-
-
-
- Address or Label cannot be empty
- Adres of label mag niet leeg zijn
-
-
-
-
-
- Address Format Error
- Fout adresformaat
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 lijkt geen geldig Hush adres te zijn.
-
-
-
-
-
-
- Label Error
- Fout in label
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Het label ´'%1' bestaat al. Verwijder het bestaande label.
-
-
-
-
- Added Contact
- Contact toegevoegd
-
-
-
-
- successfully added your new contact
- Uw nieuwe contact is succesvol toegevoegd
-
-
-
- Import Address Book
- Importeer adresboek
-
-
-
- Unable to open file
- Kan het bestand niet openen
-
-
-
- Address Book Import Done
- Adresboek importeren gereed
-
-
-
- Imported %1 new Address book entries
- %1 nieuwe adressen geïmporteerd
-
-
-
- Copy address
- Kopiëer adres
-
-
-
- Copied to clipboard
- Naar het klembord gekopieerd
-
-
-
- Delete label
- Verwijder label
-
-
-
- Attempting to initialize library with
- Proberen de bibliotheek te initialiseren met
-
-
-
- Using existing wallet.
- Gebruik bestaande wallet.
-
-
-
- Create/restore wallet.
- Maak/herstel wallet.
-
-
-
-
- Connection Error
- Verbindingsfout
-
-
-
-
-
-
-
-
-
- Transaction Error
- Transactiefout
-
-
-
- There was an error sending the transaction. The error was:
- Er is een fout opgetreden bij het versturen van de transactie. De fout was:
-
-
-
-
- No Connection
- Geen verbinding
-
-
-
-
-
-
-
-
-
- Tx
- Transactie
-
-
-
-
-
-
-
-
-
- failed
- niet gelukt
-
-
-
-
-
-
-
-
- The transaction with id
- De transactie met ID
-
-
-
-
-
-
-
-
- failed. The error was
- is niet gelukt. De fout was
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
- Er is een fout opgetreden bij het verbinden met de server. Check uw internetverbinding. De fout was
-
-
-
- Update Available
- Upodate beschikbaar
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Een nieuwe release v%1 is beschikbaar! U heeft v%2
-
-Wilt u de releasepagina bezoeken?
-
-
-
- No updates available
- Geen updates beschikbaar
-
-
-
- You already have the latest release v%1
- U heeft al de laatste release v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Wacht totdat Silent Dragon Lite afgesloten is
-
-
-
-
- It may take several minutes
- Het kan enkele minuten duren
-
-
-
- No dragonx price was available to convert from USD
- Er was geen Hush prijs beschikbaar voor de conversie van USD
-
-
-
- View on block explorer
- Bekijk op de blockexplorer
-
-
-
- View Error
- Bekijk fout
-
-
-
- Reported Error
- Gerapporteerde fout
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Weet u zeker dat u de terugkerende betaling wilt verwijderen?
-
-
-
- All future payments will be cancelled.
- Alle geplande betalingen zullen geannuleerd worden.
-
-
-
- Tx submitted (right click to copy) txid:
- Transactie verzonden (klink rechts om te kopiëren) transactie-ID:
-
-
-
- Type
- Type
-
-
-
- Address
- Adres
-
-
-
- Date/Time
- Datum/tijd
-
-
-
- Confirmations
- Bevestigingen
-
-
-
- Amount
- Bedrag
-
-
-
- Connected directly
- Direct verbonden
-
-
-
- Connected over the internet via silentdragon wormhole service
- Verbonden over het internet via de Silent Dragon wormhole service
-
-
-
-
- Node is still syncing.
- Silent Dragon Lite is nog aan het synchroniseren.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Geen Sapling of transparante adressen met voldoende saldo beschikbaar.
-
-
-
- RecurringDialog
-
-
- Recurring Dialog
- Herhaalbetalingen
-
-
-
- View
- Bekijken
-
-
-
- Delete
- Verwijderen
-
-
-
- RecurringListViewModel
-
-
- Amount
- Bedrag
-
-
-
- Schedule
- Schema
-
-
-
- Payments Left
- Resterende betalingen
-
-
-
- Next Payment
- Volgende betaling
-
-
-
- To
- Aan
-
-
-
- Every
- Elke
-
-
-
- None
- Geen
-
-
-
- RecurringPayments
-
-
- Recurring Payments
- Herhaalbetalingen
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Datum
-
-
-
- Status
- Status
-
-
-
- Txid
- Transactie-ID
-
-
-
- Not due yet
- Nog niet aan de beurt
-
-
-
- Pending
- In afwachting
-
-
-
- Skipped
- Overgeslagen
-
-
-
- Paid
- Betaald
-
-
-
- Error
- Fout
-
-
-
-
- Unknown
- Onbekend
-
-
-
- RecurringPending
-
-
- Recurring Multiple Payments
- Meerdere herhaalbetalingen
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Er zullen geen betalingen uitgevoerd worden. U kunt ze handmatig betalen via het Herhaalbetalingen dialoogvenster
-
-
-
- Schedule
- Schema
-
-
-
- How should silentdragon proceed?
- Hoe moet Silent Dragon Lite de betaling verwerken?
-
-
-
- Pay All in 1 Tx
- Alles in één transactie versturen
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Alleen de laatste betaling wordt verwerkt. Alle voorgaande betalingen worden overgeslagen
-
-
-
- Pay Latest Only
- Alleen laatste betaling sturen
-
-
-
- Pay None
- Niets sturen
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Alle in behandeling zijnde betalingen worden verzameld, opgeteld en in één transactie verstuurd
-
-
-
- Description
- Omschrijving
-
-
-
- To
- Aan
-
-
-
- The following recurring payment has multiple payments pending
- De volgende herhaalbetaling heeft meerdere uitstaande betalingen
-
-
-
- RequestDialog
-
-
- Payment Request
- Betalingsverzoek
-
-
-
- AddressBook
- Adresboek
-
-
-
- Request From
- Verzoek van
-
-
-
- My Address
- Mijn adres
-
-
-
- Amount in
- Bedrag in
-
-
-
- z address
- Verborgen adres
-
-
-
- Amount
- Bedrag
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- De ontvanger zal dit adres in het "Aan" veld zien als ze uw verzoek betalen.
-
-
-
- Amount USD
- Bedrag USD
-
-
-
- Memo
- Bericht
-
-
-
- TextLabel
- Omschrijving
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Betaling van een verborgen Sapling adres aanvragen. U stuurt een DRGX 0.0001 transactie naar het adres met een DRGX betaling-URI. Het onderstaande bericht zal toegevoegd worden aan de transactie als het adres u betaalt.
-
-
-
- Error paying DRGX URI
- Fout bij betaling DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- De URI moet in het volgende formaat zijn: 'drgx:<adres>?amt=x&memo=y'
-
-
-
- Pay To
- Betalen aan
-
-
-
- Pay
- Betalen
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- U betaalt nu een betalingsverzoek. Uw adres zal niet zichtbaar zijn voor de persoon die het betalingsverzoek heeft ingediend.
-
-
-
- Can only request from Sapling addresses
- Een betalingsverzoek indienen kan alleen vanaf een Sapling adres
-
-
-
- Restore
-
-
- Restore your Wallet
- Uw wallet herstellen
-
-
-
- Birthday :
- Blockhoogte :
-
-
-
- Quantity :
- Aantal :
-
-
-
- 180000
-
-
-
-
- 10
-
-
-
-
- Restore
- Herstellen
-
-
-
- RestoreSeedForm
-
-
- Restore Wallet Seed
- Wallet met seed herstellen
-
-
-
- 180000
-
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
- Dit is de blockhoogte waarop de eeste transactie van deze wallet plaatsvond. Indien onbekend, gebruik dan de standaardwaarde. (Het zal dan langer duren om opnieuw te scannen)
-
-
-
- Quantity
- Aantal
-
-
-
- 10
-
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
- Het aantal verborgen adressen dat opnieuw aangemaakt wordt gedurende de herstelprocedure
-
-
-
- Please enter your 24-word seed below
- Vul uw seed bestaande uit 24 woorden hieronder in
-
-
-
- Wallet Seed
- Wallet seed
-
-
-
- Wallet Birthday
- Blockhoogte
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Wallet herstellen met seed
-
-
-
-
- Failed to restore wallet
- Fout bij herstellen wallet
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- Silent Dragon Lite heeft 24 woorden nodig om de wallet te herstellen
-
-
-
- Failed to parse wallet birthday
- Fout bij inlezen wallet blockhoogte
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
- Ongeldige waarde voor blockhoogte. Dit moet een geldige blockhoogte zijn vanaf waar de wallet opnieuw gescand moet gaan worden. U kunt de standaardwaarde gebruiken indien u niet weet wat de waarde moet zijn.
-
-
-
- Couldn't restore the wallet
- Fout bij herstellen wallet
-
-
-
- Failed to save wallet
- Fout bij opslaan wallet
-
-
-
- Couldn't save the wallet
- Kon de wallet niet opslaan
-
-
-
- Settings
-
-
- Settings
- Instellingen
-
-
-
- Lightwallet Server
- Lightwallet server
-
-
-
- Options
- Opties
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Connect to git on startup to check for updates
- Tijdens het opstarten met Git verbinden om te controleren op updates
-
-
-
- Connect to the internet to Fetch dragonx prices
- Met internet verbinden om de Hush prijs op te halen
-
-
-
- Check git for updates at startup
- Controleer op updates
-
-
-
- Theme
- Thema
-
-
-
- Connection
- Verbinding
-
-
-
- Fetch dragonx prices
- Hush prijs ophalen
-
-
-
- Currency
- Valuta
-
-
-
- AUD
-
-
-
-
- BTC
-
-
-
-
- CAD
-
-
-
-
- CHF
-
-
-
-
- CNY
-
-
-
-
- EUR
-
-
-
-
- GBP
-
-
-
-
- INR
-
-
-
-
- RUB
- RUB
-
-
-
- USD
-
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Alle adressen
-
-
-
- Export All Keys
- Alle private keys exporteren
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Adres
-
-
-
- Balance (%1)
- Saldo (%1)
-
-
-
- about
-
-
- About
- Over
-
-
-
- addressBook
-
-
- Address Book
- Adresboek
-
-
-
- Add New Address
- Nieuw adres toevoegen
-
-
-
- Address (z-Addr or t-Addr)
- Adres (z-adres of t-adres)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
- <html><head/><body><p>Naam :</p></body></html>
-
-
-
- HushChat Address - give this Address only to your contact
- HushChat adres - Geeft alleen uw contact dit adres
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
- <html><head/><body><p>Gesprek ID:</p></body></html>
-
-
-
- Anonymous
- Anoniem
-
-
-
- Duke
-
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
- Create a new HushChat zaddr
- Nieuw HushChat z-adres aanmaken
-
-
-
- Add to Address Book
- Aan adresboek toevoegen
-
-
-
- Import Address Book
- Adresboek importeren
-
-
-
- confirm
-
-
- Confirm Transaction
- Bevestig transactie
-
-
-
- To
- Aan
-
-
-
- Recurring Payment
- Terugkerende betaling
-
-
-
- TextLabel
- Benaming
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- U wilt een transactie sturen terwijl Silent Dragon Lite nog aan het synchroniseren is. Dit kan mogelijk niet goed werken.
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Configureer hush.conf
-
-
-
- Show Advanced Configuration
- Toon geavanceerde configuratie
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Sta connecties met internet toe om te checken op updates, Hush prijzen, etc...
-
-
-
- Use custom datadir
- Gebruik een eigen datadir
-
-
-
- Choose directory
- Kies directory
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- U dient hiervoor een Tor service geconfigureerd te hebben op poort 9050
-
-
-
- Connect to the internet for updates and price feeds
- Verbind met internet voor updates en prijs-feeds
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Kies een directory om uw wallet.dat en blockchain in op te slaan
-
-
-
- Connect over Tor
- Via Tor verbinden
-
-
-
- Your dragonx node will be configured for you automatically
- Uw Hush node zal automatisch voor u geconfigureerd worden
-
-
-
- deposithush
-
-
- Deposit DragonX
- Hush storten
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Gebruik het volgende Hush adres om over te maken naar Silent Dragon Lite. U kunt het adres kopiëren of de QR-code gebruiken. </span></p></body></html>
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
- <html><head/><body><p align="center">QR-Code van uw Hush adres</p></body></html>
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Uw Hush adres</span></p></body></html>
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
- Hush verborgen adres
-
-
-
- Copy Address
- Adres kopiëren
-
-
-
- emojiDialog
-
-
- Emoji
- Emoji
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Versleutel uw wallet
-
-
-
- Encryption Passphrase:
- Wachtwoordzin versleuteling:
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WAARSCHUWING:</span>Indien u uw wachtwoordzin vergeet, is de enige manier om uw wallet te hestellen via de seed. Indien u geen backup heeft van uw seed, maak er nu een!</p></body></html>
-
-
-
- Confirm Passphrase:
- Bevestig wachtwoordzin:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Wachtwoordzin niet hetzelfde</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Minimaal 16 letters</span></p></body></html>
-
-
-
- hushrequest
-
-
- Request Payment
- Betalingsverzoek
-
-
-
- TextLabel
- Omschrijving
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Betalingsverzoek vanuit een Sapling adres. U stuurt een DRGX 0.0001 transactiue naar het adres met een DRGX betaling-URI. Het bericht zal worden meegenomen in de transactie wanneer het adres u betaalt.
-
-
-
- Request From
- Betalingsverzoek aan
-
-
-
- zaddr
- z-adres
-
-
-
- Amount in
- Bedrag in
-
-
-
- Amount
- Bedrag
-
-
-
- Amount USD
- Bedrag USD
-
-
-
- Memo
- Bericht
-
-
-
- My Address
- Mijn adres
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- De ontvanger zal dit adres zien in het "aan" veld wanneer ze uw betalingsverzoek betalen.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Wijzig schema
-
-
-
- Payment Description
- Betalingsomschrijving
-
-
-
- Schedule
- Schema
-
-
-
- Next Payment
- Volgende betaling
-
-
-
- Amount
- Bedrag
-
-
-
- Memo
- Bericht
-
-
-
- To
- Aan
-
-
-
- From
- Van
-
-
-
- Number of payments
- Aantal betalingen
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
- Uw wallet ontsleutelen
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WAARSCHUWING:</span> Indien u uw wallet.dat versleuteling verwijdert staan al uw transacties en contacten in leesbare tekst op uw harde schijf!<br/><br/>Verstuurde en ontvangen berichten zijn altijd versleuteld.</p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Minimaal 16 letters</span></p></body></html>
-
-
-
- Encryption Passphrase:
- Wachtwoordzin versleuteling:
-
-
-
- Confirm Passphrase:
- Bevestig wachtwoordzin:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Wachtwoordzin niet hetzelfde</span></p></body></html>
-
-
-
- requestDialog
-
-
- Incoming Contact Request
- Inkomend contactverzoek
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Bericht van verzoek</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open verzoeken van:</span></p></body></html>
-
-
-
- Request from:
- Verzoek van:
-
-
-
- Add New Contact
- Nieuw contact
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
- <html><head/><body><p>Kies een avatar voor uw contact:</p></body></html>
-
-
-
- My Zaddr:
- Mijn Z-adres:
-
-
-
- Cancel
- Annuleren
-
-
-
- Anonymous
- Anoniem
-
-
-
- Duke
-
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recent gesloten verzoeken</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details van het verzoek</span></p></body></html>
-
-
-
- Give a Nickname:
- Geef een naam:
-
-
-
- startup
-
-
- Welcome Back
- Welkom terug
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
- <html><head/><body><p>Indien u uw wachtwoordzin vergeten bent, herstel uw wallet dan met uw seed!</p></body></html>
-
-
-
- Create new Wallet or Restore
- Maak een nieuwe wallet aan of herstel
-
-
-
- Encryption Passphrase:
- Wachtwoordzin versleuteling:
-
-
-
- transactionHush
-
-
- Send or Request drgx
- Verstuur of vraag Hush
-
-
-
- To :
- Aan :
-
-
-
- Amount:
- Bedrag :
-
-
-
- Amount
- Bedrag
-
-
-
- DragonX
- Hush
-
-
-
- Memo :
- Bericht :
-
-
-
- Request drgx
- Vraag Hush
-
-
-
- Send DragonX
- Verstuur Hush
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
- Verifieer dat u een backup heeft van uw seed en blockhoogte
-
-
-
- Please enter your Seed :
- Vul uw seed in :
-
-
-
- Please enter the birthday of the Seed :
- Vul de blockhoogte van de seed in :
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Adresboek
+
+
+
+ Address
+ Adresse
+
+
+
+ Avatar
+ Avatar
+
+
+
+ HushChatAddress
+ HushChat adres
+
+
+
+ CID
+ CID
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Adres
+
+
+
+ Amount
+ Bedrag
+
+
+
+ ChatBubbleMe
+
+
+ Form
+
+
+
+
+ Speak And Transact Freely With Hush
+ Spreek en betaal vrijuit met Hush
+
+
+
+ 01/01/2021 12:34
+
+
+
+
+ ChatBubblePartner
+
+
+ Form
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ Silent Dragon Lite
+
+
+
+ The Dragon Awakens...
+ De draak ontwaakt...
+
+
+
+ Controller
+
+
+ Wallet Password
+ Wallet wachtwoord
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Uw wallet is versleuteld
+Voer uw wallet wachtwoord in
+
+
+
+
+ Wallet Decryption Failed
+ Ontsleuteling wallet niet gelukt
+
+
+
+ Please enter a valid password
+ Voer een geldig wachtwoord in
+
+
+
+ Failed to unlock wallet
+ Kon wallet niet ontgrendelen
+
+
+
+ CreateWalletForm
+
+
+ Create New SDL Wallet
+ Maak een nieuwe SDL wallet aan
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+ Ik accepteer de servicevoorwaarden
+
+
+
+ Confirm Passphrase:
+ Bevestig wachtwoordzin
+
+
+
+ Restore wallet from seed
+ Wallet herstellen met seed
+
+
+
+ Create a new wallet
+ Maak een nieuwe wallet aan
+
+
+
+ Encryption Passphrase:
+ Wachtwoordzin van versleuteling
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Minimaal 16 letters</span></p></body></html>
+
+
+
+ Dialog
+
+
+ Send Contact Request
+ Stuur een contactverzoek
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Geef een naam voor uw contact:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Kies een avatar voor uw contact:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Voeg een memo toe aan uw verzoek:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Uw HushChat adres:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Geef het adres van uw contact:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+ <html><head/><body><p><span style=" color:#d3d7cf;">Uw HushChat adres aan het genereren - een moment geduld a.u.b. - </span></p></body></html>
+
+
+
+ Anonymous
+ Anoniem
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+
+
+
+
+ Add a memo to your request
+ Voeg een memo toe.aan.uw.verzoek
+
+
+
+ Cancel
+ Annuleren
+
+
+
+ Add Contact and Send Request
+ Voeg contact toe en stuur verzoek
+
+
+ Dialog
+ Dialoogvenster
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+ Nieuwe wallet wizard
+
+
+
+ MainWindow
+
+
+ Balance
+ Saldo
+
+
+
+ Summary
+ Samenvatting
+
+
+
+ Shielded
+ Verborgen
+
+
+
+ Notarized
+ Genotariseerd
+
+
+
+ Transparent
+ Transparant
+
+
+
+ Total
+ Totaal
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Nog aan het synchroniseren. Het kan zijn dat bedragen nog niet zijn bijgewerkt.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Sommige transacties zijn nog niet bevestigd. Bedragen kunnen nog veranderen.
+
+
+
+ Total notarized funds available:
+ Totaal genotariseerd bedrag beschikbaar:
+
+
+
+ Your node is still syncing, balances may not be updated
+ Nog aan het synchroniseren. Het kan zijn dat bedragen nog niet zijn bijgewerkt.
+
+
+
+ Address Balances
+ Saldo van het adres
+
+
+
+
+ Send
+ Versturen
+
+
+
+ Send To
+ Versturen naar
+
+
+
+ Recipient
+ Ontvanger
+
+
+
+
+
+
+
+ Address
+ Adres
+
+
+
+
+ Address Book
+ Adresboek
+
+
+
+
+
+
+ Amount
+ Bedrag
+
+
+
+ Max Available
+ Maximaal beschikbaar bedrag
+
+
+
+
+
+
+ Memo
+ Bericht
+
+
+
+ Add Recipient
+ Nog een ontvanger toegvoegen
+
+
+
+
+ Miner Fee
+ Miner vergoeding
+
+
+
+ 0
+
+
+
+
+ Cancel
+ Annuleren
+
+
+
+ Receive
+ Ontvangen
+
+
+
+ Address Type
+ Adrestype
+
+
+
+ z-Addr
+ Verborgen adres
+
+
+
+ View All Addresses
+ Alle adressen bekijken
+
+
+
+ Label
+ Label
+
+
+
+ Update Label
+ Label bijwerken
+
+
+
+ Address balance
+ Saldo van adres
+
+
+
+ Optional
+ Optioneel
+
+
+
+
+ Export Private Key
+ Private key exporteren
+
+
+
+ Transactions
+ Transacties
+
+
+
+ Current Server
+ Huidige server
+
+
+
+ Sticky Server
+ Sticky server
+
+
+
+ Version drgxlightd
+ drgxlightd versie
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+ &Send DenioD Feedback
+ &Stuur DenioD feedback
+
+
+
+ &Export seed phrase
+ Seed &exporteren
+
+
+
+ Encrypt Wallet
+ Wallet versleutelen
+
+
+
+ Remove Wallet Encryption
+ Versleuteling verwijderen
+
+
+
+ Rescan
+ Opnieuw scannen
+
+
+
+ SilentDragonXLite
+ Silent Dragon Lite
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Laden...
+
+
+
+ Vendor
+ Vendor
+
+
+
+ Next Address
+ Volgend adres
+
+
+
+ Deposit DragonX
+ Stort Hush
+
+
+
+ Information about DragonX
+ Informatie over DragonX
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Informatie</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+ Volgende block halving
+
+
+
+ Difficulty
+ Difficulty
+
+
+
+ Last Notarized Block
+ Laatst genotariseerde block
+
+
+
+ Total Supply
+ Totaal aanbod
+
+
+
+ Longestchain
+ Langste chain
+
+
+
+ BlockHeight
+ Blockhoogte
+
+
+
+ Supply zAddr
+ Verborgen coins in netwerk
+
+
+
+ Supply tAddr
+ Transparante coins in netwerk
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Hush Markt Informatie</span></p></body></html>
+
+
+
+ Market Cap
+ Marktkapitalisatie
+
+
+
+ Volume on Exchanges
+ Volume op alle exchanges
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+ Inkomend contactverzoek
+
+
+
+ Add a new contact
+ Voeg een nieuw contact toe
+
+
+
+ Get a new Address
+ Genereer een nieuw adres
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactenlijst</span></p></body></html>
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Naam contact:</span></p></body></html>
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+ Het slot toont de status van het bericht. Rood slot = onbevestigd, groen slot = min. 1 bevestiging, oranje slot = bericht is genotariseerd
+
+
+
+ Spendable
+ Besteedbaar
+
+
+
+ &File
+ &Bestand
+
+
+
+ &Help
+ &Help
+
+
+ &Apps
+ &Apps
+
+
+
+ &Edit
+ Be&werken
+
+
+
+ E&xit
+ Af&sluiten
+
+
+
+ &About
+ &Over
+
+
+
+ &Settings
+ &Instellingen
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &DragonX Telegram
+ &DragonX Telegram
+
+
+
+ &DragonX Website
+ &DragonX Website
+
+
+
+ Check git for &updates
+ Check git voor &updates
+
+
+
+ &Export all private keys
+ &Exporteer alle private keys
+
+
+
+ Address &book
+ Adres&boek
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+
+ Export transactions
+ Transacties exporteren
+
+
+
+ Pay drgx &URI...
+ Betaal Hush &URI...
+
+
+ Connect mobile &app
+ Mobiele &app verbinden
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ Terugkerende betalingen
+
+
+
+ Request drgx...
+ Hush vragen...
+
+
+
+ File a bug...
+ Een fout melden...
+
+
+
+ Import Private Key
+ Importeer private key
+
+
+
+
+ Copy txid
+ Transactie-ID kopiëren
+
+
+
+ View tx on block explorer
+ Transactie op blockexplorer bekijken
+
+
+
+ Refresh
+ Verversen
+
+
+
+ Paste DRGX URI
+ Hush URI invoegen
+
+
+
+ Error paying DRGX URI
+ Fout bij betalen Hush URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ De URI moet in het volgende formaat zijn 'hush:<addr>?amt=x&memo=y
+
+
+
+ Error
+ Fout
+
+
+
+ Error exporting transactions, file was not saved
+ Fout bij het exporteren van transacties. Het bestand is niet opgeslagen.
+
+
+
+ Error getting private keys
+ Fout bij het ophalen van de private keys
+
+
+
+ Error loading private keys:
+ Fout bij het laden van de private keys:
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Dit zijn alle private keys voor alle adressen in uw wallet
+
+
+
+ Private key for
+ Private key voor
+
+
+
+
+ Save File
+ Bestand opslaan
+
+
+
+ Passwords don't match
+ Wachtwoorden komen niet overeen
+
+
+
+
+ Wallet Encryption Failed
+ Versleuteling wallet niet gelukt
+
+
+
+ Wallet is not encrypted
+ Wallet is niet versleuteld
+
+
+
+
+ Copy block explorer link
+ Blockexplorer link kopiëren
+
+
+
+ Currency Change
+ Valuta wijzigen
+
+
+
+ This change can take a few seconds.
+ Deze wijziging kan enkele seconden duren.
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Dit is de seed van uw wallet. Berg deze a.u.b. zorgvuldig en veilig op.
+
+
+
+
+ Unable to open file
+ Kan het bestand niet openen
+
+
+
+
+ Copy address
+ Adres kopiëren
+
+
+
+
+
+
+ Copied to clipboard
+ Naar het klembord gekopiëerd
+
+
+
+
+ Failed to restore wallet
+ Wallet hetstellen niet gelukt
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ Silent Dragon Lite heeft 24 woorden nodig om de wallet te herstellen
+
+
+
+ Failed to parse wallet birthday
+ Fout bij verwerken blockhoogte aanmaak wallet
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Fout bij verwerken blockhoogte aanmaak wallet. Dit moet een blockhoogte zijn vanaf waar de wallet opnieuw gescand moet worden. U kunt de waarde op '0' laten staan als u de waarde niet meer weet.
+
+
+
+ Couldn't restore the wallet
+ Kon de wallet niet herstellen
+
+
+
+ Failed to save wallet
+ Wallet opslaan niet gelukt
+
+
+
+ Couldn't save the wallet
+ Kon de wallet niet opslaan
+
+
+
+ Wallet Encryption Success
+ Wallet versleuteling succes
+
+
+
+ Your wallet is not encrypted with a passphrase.
+ Uw wallet is niet versleuteld met een wachtwoordzin.
+
+
+
+ Wallet decryption Success
+ Wallet ontsleuteling succes
+
+
+
+ Wrong Privatkey format
+ Onjuist formaat private key
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+ Plak uw private key (zs-addr of R-addr) hier, één per import
+
+
+
+ Out of memory!
+ Geen geheugen meer!
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+ Bezig met private key import herscan. Uw saldo wordt verborgen opgeslagen in deze wallet en beveiligd door uw seed. Dit kan even duren.
+
+
+
+
+ Wrong Private key format
+ Fout formaat private key
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+ De private key is te lang. Hij moet 51 of 52 karakters zijn.
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+ De private key is te kort. Hij moet 51 of 52 karakters zijn.
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+ Uw private key moet beginnen met 5, K, L or U (voor t-addr) of secret- (voor z-addr)
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+ Let op: Als deze key voor een verborgen adres (z-addr) is, zal deze NIET toegevoegd worden aan uw seed. Zend deze direct naar een seed verborgen adres
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+ Transparante adres keys (R.. of t1..) worden automatisch naar een verborgen adres (z-addr) gestuurd in uw seed
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ De keys zijn geïmporteerd. Het opnieuw scannen van de blockchain kan enkele minuten duren. Tot dit gereed is kan er tijdelijk beperkte functionaliteit zijn.
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+ De keys zijn geïmporteerd zonder de optie om opnieuw te scannen. Het adres wat u geïmporteerd heeft zal zichtbaar zijn zonder saldo.
+
+
+
+ Get private key
+ Private Key ophalen
+
+
+
+
+ View on block explorer
+ Op blockexplorer bekijken
+
+
+
+ View Payment Request
+ Betalingsverzoek bekijken
+
+
+
+ View Memo
+ Bericht bekijken
+
+
+
+ Reply to
+ Antwoorden aan
+
+
+
+ Copied Hyperlink to clipboard
+ Hyperlink naar klembord gekopieerd
+
+
+
+ Copied message to clipboard
+ Bericht naar klembord gekopieerd
+
+
+
+ Copied Txid to clipboard
+ Transactie-ID naar het klembord gekopieerd
+
+
+
+ Copy Address
+ Adres kopiëren
+
+
+
+ Address has been previously used
+ Dit adres is al een keer gebruikt
+
+
+
+ Address is unused
+ Dit adres is ongebruikt
+
+
+
+ Cannot support multiple addresses
+ Geen ondersteuning voor meerdere adressen
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Terugkerende betalingen ondersteunen momenteel niet meerdere adressen
+
+
+
+ Recipient
+ Ontvanger
+
+
+
+ Only z-addresses can have memos
+ Alleen verborgen adressen kunnen berichten ontvangen
+
+
+
+
+ Please wait...
+ Even geduld a.u.b....
+
+
+
+ Computing your transaction
+ Uw transactie aan het verwerken
+
+
+
+
+ Done!
+ Gereed!
+
+
+
+ Transaction Error
+ Fout in de transactie
+
+
+
+
+ You have to select a contact and insert a Memo
+ Selecteer een contact en typ een bericht
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+ U heeft geen contact uit de contactlijst geselecteerd,
+
+
+
+
+
+
+or your Memo is empty
+
+of uw bericht is leeg
+
+
+
+
+ Your Message is too long
+ Uw bericht is te lang
+
+
+
+ You can only write messages with 235 character maximum
+
+ U kunt maximaal 235 karakters per bericht gebruiken
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+ Verkort uw bericht tot 235 karakters.
+
+
+
+
+
+
+ Message Error
+ Berichtfout
+
+
+
+
+
+
+
+ Recipient Address
+ Adres ontvanger
+
+
+
+
+
+
+
+ is Invalid
+ is ongeldig
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Bedrag voor adres '%1' is niet geldig!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Onvoldoende saldo voor deze transactie.
+
+Beschikbaar:%1
+Benodigd:%2
+
+Opmerking: Er is minimaal 1 bevestiging van het saldo nodig om het.uit te kunnen geven
+
+
+
+ You can only write messages with 512 character maximum
+
+ U kunt maximaal 512 karakters per bericht gebruiken
+
+
+
+
+ Your contact request will be sent
+ Uw contactverzoek zal verstuurd worden
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Bericht
+
+
+
+ Include Reply Address
+ Antwoordadres toevoegen
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Antwoorden aan
+
+
+
+ MobileAppConnector
+
+
+ Mobile Connector App
+ Verbindingsapp mobiel apparaat
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Scan deze QR-code in SilentDragonAndroid om te verbinden met uw apparaat
+
+
+
+ QR Code
+ QR-code
+
+
+
+ Connection String
+ Connection string
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Sta verbindingen over het internet toe via SilenDragon wormhole
+
+
+
+ silentdragon Companion App
+ SilentDragon app
+
+
+
+ Disconnect
+ Verbinding verbreken
+
+
+
+
+ TextLabel
+
+
+
+
+ Last seen:
+ Laatst gezien:
+
+
+
+ Connection type:
+ Verbindingstype:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+ Maak of herstel een wallet.
+
+
+
+ Next
+ Volgende
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+ Wachtwoordzin komt niet overeen of u heeft te weinig karakters ingevoerd (minimaal 16)
+
+
+
+ NewSeedForm
+
+
+ Form
+ Seed
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+ Dit is de seed phrase van uw nieuwe wallet. MAAK EEN GOEDE VEILIGE BACKUP. Schrijf het op een vel papier. Bewaar het niet op een plaats waar anderen toegang toe kunnen hebben.
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ De seed phrase is de enige manier om uw wallet te herstellen. Indien u uw seed vergeet of kwijt raakt, IS ER GEEN MANIER OM UW WALLET EN UW SALDO TE HERSTELLEN
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Dit is de blockhoogte van uw seed. Sla deze ook op</span></p></body></html>
+
+
+
+ Birthday of the Seed :
+ Blockhoogte van de seed :
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+ Uw nieuwe wallet
+
+
+
+ Error creating a wallet
+ Fout bij het aanmaken van een wallet
+
+
+
+ Failed to save wallet
+ Wallet opslaan niet gelukt
+
+
+
+ Couldn't save the wallet
+ Kon de wallet niet opslaan
+
+
+
+ Wrong Seed
+ Ongeldige seed
+
+
+
+ Please try again
+ Probeer het opnieuw
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Private keys
+
+
+
+ Rescan Wallet
+ Scan wallet opnieuw
+
+
+
+ QObject
+
+
+ Pick
+ Kiezen
+
+
+
+
+
+ Address or Label Error
+ Fout in adres of label
+
+
+
+
+
+ Address or Label cannot be empty
+ Adres of label mag niet leeg zijn
+
+
+
+
+
+ Address Format Error
+ Fout adresformaat
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 lijkt geen geldig Hush adres te zijn.
+
+
+
+
+
+
+ Label Error
+ Fout in label
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Het label ´'%1' bestaat al. Verwijder het bestaande label.
+
+
+
+
+ Added Contact
+ Contact toegevoegd
+
+
+
+
+ successfully added your new contact
+ Uw nieuwe contact is succesvol toegevoegd
+
+
+
+ Import Address Book
+ Importeer adresboek
+
+
+
+ Unable to open file
+ Kan het bestand niet openen
+
+
+
+ Address Book Import Done
+ Adresboek importeren gereed
+
+
+
+ Imported %1 new Address book entries
+ %1 nieuwe adressen geïmporteerd
+
+
+
+ Copy address
+ Kopiëer adres
+
+
+
+ Copied to clipboard
+ Naar het klembord gekopieerd
+
+
+
+ Delete label
+ Verwijder label
+
+
+
+ Attempting to initialize library with
+ Proberen de bibliotheek te initialiseren met
+
+
+
+ Using existing wallet.
+ Gebruik bestaande wallet.
+
+
+
+ Create/restore wallet.
+ Maak/herstel wallet.
+
+
+
+
+ Connection Error
+ Verbindingsfout
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Transactiefout
+
+
+
+ There was an error sending the transaction. The error was:
+ Er is een fout opgetreden bij het versturen van de transactie. De fout was:
+
+
+
+
+ No Connection
+ Geen verbinding
+
+
+
+
+
+
+
+
+
+ Tx
+ Transactie
+
+
+
+
+
+
+
+
+
+ failed
+ niet gelukt
+
+
+
+
+
+
+
+
+ The transaction with id
+ De transactie met ID
+
+
+
+
+
+
+
+
+ failed. The error was
+ is niet gelukt. De fout was
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+ Er is een fout opgetreden bij het verbinden met de server. Check uw internetverbinding. De fout was
+
+
+
+ Update Available
+ Upodate beschikbaar
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Een nieuwe release v%1 is beschikbaar! U heeft v%2
+
+Wilt u de releasepagina bezoeken?
+
+
+
+ No updates available
+ Geen updates beschikbaar
+
+
+
+ You already have the latest release v%1
+ U heeft al de laatste release v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Wacht totdat Silent Dragon Lite afgesloten is
+
+
+
+
+ It may take several minutes
+ Het kan enkele minuten duren
+
+
+
+ No dragonx price was available to convert from USD
+ Er was geen Hush prijs beschikbaar voor de conversie van USD
+
+
+
+ View on block explorer
+ Bekijk op de blockexplorer
+
+
+
+ View Error
+ Bekijk fout
+
+
+
+ Reported Error
+ Gerapporteerde fout
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Weet u zeker dat u de terugkerende betaling wilt verwijderen?
+
+
+
+ All future payments will be cancelled.
+ Alle geplande betalingen zullen geannuleerd worden.
+
+
+
+ Tx submitted (right click to copy) txid:
+ Transactie verzonden (klink rechts om te kopiëren) transactie-ID:
+
+
+
+ Type
+ Type
+
+
+
+ Address
+ Adres
+
+
+
+ Date/Time
+ Datum/tijd
+
+
+
+ Confirmations
+ Bevestigingen
+
+
+
+ Amount
+ Bedrag
+
+
+
+ Connected directly
+ Direct verbonden
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Verbonden over het internet via de Silent Dragon wormhole service
+
+
+
+
+ Node is still syncing.
+ Silent Dragon Lite is nog aan het synchroniseren.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Geen Sapling of transparante adressen met voldoende saldo beschikbaar.
+
+
+
+ RecurringDialog
+
+
+ Recurring Dialog
+ Herhaalbetalingen
+
+
+
+ View
+ Bekijken
+
+
+
+ Delete
+ Verwijderen
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Bedrag
+
+
+
+ Schedule
+ Schema
+
+
+
+ Payments Left
+ Resterende betalingen
+
+
+
+ Next Payment
+ Volgende betaling
+
+
+
+ To
+ Aan
+
+
+
+ Every
+ Elke
+
+
+
+ None
+ Geen
+
+
+
+ RecurringPayments
+
+
+ Recurring Payments
+ Herhaalbetalingen
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Datum
+
+
+
+ Status
+ Status
+
+
+
+ Txid
+ Transactie-ID
+
+
+
+ Not due yet
+ Nog niet aan de beurt
+
+
+
+ Pending
+ In afwachting
+
+
+
+ Skipped
+ Overgeslagen
+
+
+
+ Paid
+ Betaald
+
+
+
+ Error
+ Fout
+
+
+
+
+ Unknown
+ Onbekend
+
+
+
+ RecurringPending
+
+
+ Recurring Multiple Payments
+ Meerdere herhaalbetalingen
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Er zullen geen betalingen uitgevoerd worden. U kunt ze handmatig betalen via het Herhaalbetalingen dialoogvenster
+
+
+
+ Schedule
+ Schema
+
+
+
+ How should silentdragon proceed?
+ Hoe moet Silent Dragon Lite de betaling verwerken?
+
+
+
+ Pay All in 1 Tx
+ Alles in één transactie versturen
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Alleen de laatste betaling wordt verwerkt. Alle voorgaande betalingen worden overgeslagen
+
+
+
+ Pay Latest Only
+ Alleen laatste betaling sturen
+
+
+
+ Pay None
+ Niets sturen
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Alle in behandeling zijnde betalingen worden verzameld, opgeteld en in één transactie verstuurd
+
+
+
+ Description
+ Omschrijving
+
+
+
+ To
+ Aan
+
+
+
+ The following recurring payment has multiple payments pending
+ De volgende herhaalbetaling heeft meerdere uitstaande betalingen
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Betalingsverzoek
+
+
+
+ AddressBook
+ Adresboek
+
+
+
+ Request From
+ Verzoek van
+
+
+
+ My Address
+ Mijn adres
+
+
+
+ Amount in
+ Bedrag in
+
+
+
+ z address
+ Verborgen adres
+
+
+
+ Amount
+ Bedrag
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ De ontvanger zal dit adres in het "Aan" veld zien als ze uw verzoek betalen.
+
+
+
+ Amount USD
+ Bedrag USD
+
+
+
+ Memo
+ Bericht
+
+
+
+ TextLabel
+ Omschrijving
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Betaling van een verborgen Sapling adres aanvragen. U stuurt een DRGX 0.0001 transactie naar het adres met een DRGX betaling-URI. Het onderstaande bericht zal toegevoegd worden aan de transactie als het adres u betaalt.
+
+
+
+ Error paying DRGX URI
+ Fout bij betaling DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ De URI moet in het volgende formaat zijn: 'drgx:<adres>?amt=x&memo=y'
+
+
+
+ Pay To
+ Betalen aan
+
+
+
+ Pay
+ Betalen
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ U betaalt nu een betalingsverzoek. Uw adres zal niet zichtbaar zijn voor de persoon die het betalingsverzoek heeft ingediend.
+
+
+
+ Can only request from Sapling addresses
+ Een betalingsverzoek indienen kan alleen vanaf een Sapling adres
+
+
+
+ Restore
+
+
+ Restore your Wallet
+ Uw wallet herstellen
+
+
+
+ Birthday :
+ Blockhoogte :
+
+
+
+ Quantity :
+ Aantal :
+
+
+
+ 180000
+
+
+
+
+ 10
+
+
+
+
+ Restore
+ Herstellen
+
+
+
+ RestoreSeedForm
+
+
+ Restore Wallet Seed
+ Wallet met seed herstellen
+
+
+
+ 180000
+
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+ Dit is de blockhoogte waarop de eeste transactie van deze wallet plaatsvond. Indien onbekend, gebruik dan de standaardwaarde. (Het zal dan langer duren om opnieuw te scannen)
+
+
+
+ Quantity
+ Aantal
+
+
+
+ 10
+
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+ Het aantal verborgen adressen dat opnieuw aangemaakt wordt gedurende de herstelprocedure
+
+
+
+ Please enter your 24-word seed below
+ Vul uw seed bestaande uit 24 woorden hieronder in
+
+
+
+ Wallet Seed
+ Wallet seed
+
+
+
+ Wallet Birthday
+ Blockhoogte
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Wallet herstellen met seed
+
+
+
+
+ Failed to restore wallet
+ Fout bij herstellen wallet
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ Silent Dragon Lite heeft 24 woorden nodig om de wallet te herstellen
+
+
+
+ Failed to parse wallet birthday
+ Fout bij inlezen wallet blockhoogte
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+ Ongeldige waarde voor blockhoogte. Dit moet een geldige blockhoogte zijn vanaf waar de wallet opnieuw gescand moet gaan worden. U kunt de standaardwaarde gebruiken indien u niet weet wat de waarde moet zijn.
+
+
+
+ Couldn't restore the wallet
+ Fout bij herstellen wallet
+
+
+
+ Failed to save wallet
+ Fout bij opslaan wallet
+
+
+
+ Couldn't save the wallet
+ Kon de wallet niet opslaan
+
+
+
+ Settings
+
+
+ Settings
+ Instellingen
+
+
+
+ Lightwallet Server
+ Lightwallet server
+
+
+
+ Options
+ Opties
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Connect to git on startup to check for updates
+ Tijdens het opstarten met Git verbinden om te controleren op updates
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Met internet verbinden om de Hush prijs op te halen
+
+
+
+ Check git for updates at startup
+ Controleer op updates
+
+
+
+ Theme
+ Thema
+
+
+
+ Connection
+ Verbinding
+
+
+
+ Fetch dragonx prices
+ Hush prijs ophalen
+
+
+
+ Currency
+ Valuta
+
+
+
+ AUD
+
+
+
+
+ BTC
+
+
+
+
+ CAD
+
+
+
+
+ CHF
+
+
+
+
+ CNY
+
+
+
+
+ EUR
+
+
+
+
+ GBP
+
+
+
+
+ INR
+
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Alle adressen
+
+
+
+ Export All Keys
+ Alle private keys exporteren
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Adres
+
+
+
+ Balance (%1)
+ Saldo (%1)
+
+
+
+ about
+
+
+ About
+ Over
+
+
+
+ addressBook
+
+
+ Address Book
+ Adresboek
+
+
+
+ Add New Address
+ Nieuw adres toevoegen
+
+
+
+ Address (z-Addr or t-Addr)
+ Adres (z-adres of t-adres)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+ <html><head/><body><p>Naam :</p></body></html>
+
+
+
+ HushChat Address - give this Address only to your contact
+ HushChat adres - Geeft alleen uw contact dit adres
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+ <html><head/><body><p>Gesprek ID:</p></body></html>
+
+
+
+ Anonymous
+ Anoniem
+
+
+
+ Duke
+
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+ Create a new HushChat zaddr
+ Nieuw HushChat z-adres aanmaken
+
+
+
+ Add to Address Book
+ Aan adresboek toevoegen
+
+
+
+ Import Address Book
+ Adresboek importeren
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Bevestig transactie
+
+
+
+ To
+ Aan
+
+
+
+ Recurring Payment
+ Terugkerende betaling
+
+
+
+ TextLabel
+ Benaming
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ U wilt een transactie sturen terwijl Silent Dragon Lite nog aan het synchroniseren is. Dit kan mogelijk niet goed werken.
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Configureer hush.conf
+
+
+
+ Show Advanced Configuration
+ Toon geavanceerde configuratie
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Sta connecties met internet toe om te checken op updates, Hush prijzen, etc...
+
+
+
+ Use custom datadir
+ Gebruik een eigen datadir
+
+
+
+ Choose directory
+ Kies directory
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ U dient hiervoor een Tor service geconfigureerd te hebben op poort 9050
+
+
+
+ Connect to the internet for updates and price feeds
+ Verbind met internet voor updates en prijs-feeds
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Kies een directory om uw wallet.dat en blockchain in op te slaan
+
+
+
+ Connect over Tor
+ Via Tor verbinden
+
+
+
+ Your dragonx node will be configured for you automatically
+ Uw Hush node zal automatisch voor u geconfigureerd worden
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+ Hush storten
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Gebruik het volgende Hush adres om over te maken naar Silent Dragon Lite. U kunt het adres kopiëren of de QR-code gebruiken. </span></p></body></html>
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+ <html><head/><body><p align="center">QR-Code van uw Hush adres</p></body></html>
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Uw Hush adres</span></p></body></html>
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+ Hush verborgen adres
+
+
+
+ Copy Address
+ Adres kopiëren
+
+
+
+ emojiDialog
+
+
+ Emoji
+ Emoji
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Versleutel uw wallet
+
+
+
+ Encryption Passphrase:
+ Wachtwoordzin versleuteling:
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WAARSCHUWING:</span>Indien u uw wachtwoordzin vergeet, is de enige manier om uw wallet te hestellen via de seed. Indien u geen backup heeft van uw seed, maak er nu een!</p></body></html>
+
+
+
+ Confirm Passphrase:
+ Bevestig wachtwoordzin:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Wachtwoordzin niet hetzelfde</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Minimaal 16 letters</span></p></body></html>
+
+
+
+ hushrequest
+
+
+ Request Payment
+ Betalingsverzoek
+
+
+
+ TextLabel
+ Omschrijving
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Betalingsverzoek vanuit een Sapling adres. U stuurt een DRGX 0.0001 transactiue naar het adres met een DRGX betaling-URI. Het bericht zal worden meegenomen in de transactie wanneer het adres u betaalt.
+
+
+
+ Request From
+ Betalingsverzoek aan
+
+
+
+ zaddr
+ z-adres
+
+
+
+ Amount in
+ Bedrag in
+
+
+
+ Amount
+ Bedrag
+
+
+
+ Amount USD
+ Bedrag USD
+
+
+
+ Memo
+ Bericht
+
+
+
+ My Address
+ Mijn adres
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ De ontvanger zal dit adres zien in het "aan" veld wanneer ze uw betalingsverzoek betalen.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Wijzig schema
+
+
+
+ Payment Description
+ Betalingsomschrijving
+
+
+
+ Schedule
+ Schema
+
+
+
+ Next Payment
+ Volgende betaling
+
+
+
+ Amount
+ Bedrag
+
+
+
+ Memo
+ Bericht
+
+
+
+ To
+ Aan
+
+
+
+ From
+ Van
+
+
+
+ Number of payments
+ Aantal betalingen
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+ Uw wallet ontsleutelen
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WAARSCHUWING:</span> Indien u uw wallet.dat versleuteling verwijdert staan al uw transacties en contacten in leesbare tekst op uw harde schijf!<br/><br/>Verstuurde en ontvangen berichten zijn altijd versleuteld.</p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Minimaal 16 letters</span></p></body></html>
+
+
+
+ Encryption Passphrase:
+ Wachtwoordzin versleuteling:
+
+
+
+ Confirm Passphrase:
+ Bevestig wachtwoordzin:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Wachtwoordzin niet hetzelfde</span></p></body></html>
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+ Inkomend contactverzoek
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Bericht van verzoek</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open verzoeken van:</span></p></body></html>
+
+
+
+ Request from:
+ Verzoek van:
+
+
+
+ Add New Contact
+ Nieuw contact
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+ <html><head/><body><p>Kies een avatar voor uw contact:</p></body></html>
+
+
+
+ My Zaddr:
+ Mijn Z-adres:
+
+
+
+ Cancel
+ Annuleren
+
+
+
+ Anonymous
+ Anoniem
+
+
+
+ Duke
+
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recent gesloten verzoeken</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details van het verzoek</span></p></body></html>
+
+
+
+ Give a Nickname:
+ Geef een naam:
+
+
+
+ startup
+
+
+ Welcome Back
+ Welkom terug
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+ <html><head/><body><p>Indien u uw wachtwoordzin vergeten bent, herstel uw wallet dan met uw seed!</p></body></html>
+
+
+
+ Create new Wallet or Restore
+ Maak een nieuwe wallet aan of herstel
+
+
+
+ Encryption Passphrase:
+ Wachtwoordzin versleuteling:
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+ Verstuur of vraag Hush
+
+
+
+ To :
+ Aan :
+
+
+
+ Amount:
+ Bedrag :
+
+
+
+ Amount
+ Bedrag
+
+
+
+ DragonX
+ Hush
+
+
+
+ Memo :
+ Bericht :
+
+
+
+ Request drgx
+ Vraag Hush
+
+
+
+ Send DragonX
+ Verstuur Hush
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+ Verifieer dat u een backup heeft van uw seed en blockhoogte
+
+
+
+ Please enter your Seed :
+ Vul uw seed in :
+
+
+
+ Please enter the birthday of the Seed :
+ Vul de blockhoogte van de seed in :
+
+
+
diff --git a/res/silentdragonxlite_pl.ts b/res/silentdragonxlite_pl.ts
index 98eee2c..08f17fc 100644
--- a/res/silentdragonxlite_pl.ts
+++ b/res/silentdragonxlite_pl.ts
@@ -1,2850 +1,2850 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Etykieta
-
-
-
- Address
- Adres
-
-
-
- Avatar
- Awatar
-
-
-
- HushChatAddress
- HushChatAdres
-
-
-
- CID
- CID
-
-
-
- BalancesTableModel
-
-
- Address
- Adres
-
-
-
- Amount
- Ilość
-
-
-
- ChatBubbleMe
-
-
- Form
- Forma
-
-
-
- Speak And Transact Freely With Hush
- Speak And Transact Freely With Hush
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- Forma
-
-
-
- Lorem ipsum dolor sit amet
- Lorem ipsum dolor sit amet
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
- The Dragon budzi się...
-
-
-
- Controller
-
-
- Wallet Password
- Hasło do Portfela
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Portfel jest zaszyfrowany.
-Proszę wpisać hasło do portfela
-
-
-
-
- Wallet Decryption Failed
- Deszyfrowanie Portfela nie powiodło się
-
-
-
- Please enter a valid password
- Proszę wpisać prawidłowe hasło
-
-
-
- Failed to unlock wallet
- Nie można odblokować portfela
-
-
-
- CreateWalletForm
-
-
- Create New SDL Wallet
- Utwórz Nowy Portfel SDL
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Hush + HushChat Warunki świadczenia Usług</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Wszyscy użytkownicy tej platformy zgadzają się nie używać jej do inicjowania lub groźby jakiejkolwiek gwałtownej ingerencji lub przemocy wobec osoby lub jej mienia, znany jako, <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Zasada Nieagresji</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USŁUGA JEST ŚWIADCZONA „W STANIE, W JAKIM JEST”, A PROGRAMIŚCI SERWISU D NIE SKŁADAJĄ ŻADNYCH KONKRETNYCH ZOBOWIĄZAŃ ANI GRAŹNYCH GRAŹNYCH DOTYCZĄCYCH USŁUGI.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Klikając przycisk OK, wyracasz zgodę na używanie portfeli Hush, SilentDragon i innych portfeli, HushChat i jakiegokolwiek oprogramowania opracowanego przez programistów Hush zgodnie z lokalnymi przepisami, że wszystkie zobowiązania związane z korzystaniem z tej usługi są Twoje, a programiści Hush NIE BĘDĄ ODPOWIEDZIALNI ZA jakiekolwiek straty związane z korzystaniem z tego oprogramowania.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
- I accept the Terms of Service
- Akceptuję Warunki Korzystania z Usługi
-
-
-
- Confirm Passphrase:
- Potwierdź Hasło:
-
-
-
- Restore wallet from seed
- Przywróć portfel z seed
-
-
-
- Create a new wallet
- Utwórz nowy portfel
-
-
-
- Encryption Passphrase:
- Hasło Szyfrowania:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">16 літар мінімум</span></p></body></html>
-
-
-
- Dialog
-
-
- Send Contact Request
- Wyślij Zaproszenie Kontaktu
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Wprowadź nazwę kontaktu:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Wybierz awatar dla swojego kontaktu:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Wprowadź notatkę dla zaproszenia:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Twój Adres HushChat:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Wprowadź adres kontaktu:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
- <html><head/><body><p><span style=" color:#d3d7cf;">Generuj swój adres HushChat - proszę, poczekaj chwilkę - </span></p></body></html>
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
-
- Sharpee
- Sharpee
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
- Dodaj notatkę do zaproszenia
-
-
-
- Cancel
- Odwołać
-
-
-
- Add Contact and Send Request
- Dodaj Kontakt i Wyślij Zaproszenia
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
- Nowy portfel
-
-
-
- MainWindow
-
-
- Balance
- Saldo
-
-
-
- Summary
- Łączne saldo
-
-
-
- Shielded
- Shielded
-
-
-
- Notarized
- Notarized
-
-
-
- Transparent
- Transparent
-
-
-
- Total
- Suma
-
-
-
- Your node is still syncing, balances may not be updated.
- Twoja node nadal trwa synchronizacja, salda mogą nie zostać zaktualizowane.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Niektóre transakcje nie zostały jeszcze potwierdzone. Salda mogą ulec zmianie.
-
-
-
- Total notarized funds available:
- Dostępne notarized fundusze ogółem:
-
-
-
- Your node is still syncing, balances may not be updated
- Twoja node nadal trwa synchronizacja, salda mogą nie zostać zaktualizowane
-
-
-
- Address Balances
- Salda Adresowe
-
-
-
-
- Send
- Wysłać
-
-
-
- Send To
- Wysłać Do
-
-
-
- Recipient
- Odbiorca
-
-
-
-
-
-
-
- Address
- Adres
-
-
-
-
- Address Book
- Książkę Adresową
-
-
-
-
-
-
- Amount
- Kwota
-
-
-
- Max Available
- Maks Dostępna
-
-
-
-
-
-
- Memo
- Notatka
-
-
-
- Add Recipient
- Dodaj Odbiorcę
-
-
-
-
- Miner Fee
- Miner Zapłata
-
-
-
- 0
- 0
-
-
-
- Cancel
- Odwołać
-
-
-
- Receive
- Otrzymać
-
-
-
- Address Type
- Typ Adresu
-
-
-
- z-Addr
- z-Addr
-
-
-
- View All Addresses
- Wyświetl Wszystkie Adresy
-
-
-
- Label
- Etykieta
-
-
-
- Update Label
- Aktualizuj Etykietę
-
-
-
- Address balance
- Saldo Adresu
-
-
-
- Optional
- Opcjonalny
-
-
-
-
- Export Private Key
- Eksportuj Klucz Prywatny
-
-
-
- Transactions
- Transakcji
-
-
-
- Version drgxlightd
- drgxlightd Wersja
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
- &Send DenioD Feedback
- &Wyślij Opinię do DenioD
-
-
-
- &DragonX Telegram
- &DragonX Telegram
-
-
-
- Check git for &updates
- Sprawdzić dostępność aktualizacji dla &git
-
-
-
- &Export seed phrase
- &Eksportuj tę frazę
-
-
-
- Encrypt Wallet
- Zaszyfrować Portfel
-
-
-
- Remove Wallet Encryption
- Usuń Szyfrowanie Portfela
-
-
-
- Rescan
- Ponowne Skanowanie
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Ładowanie...
-
-
-
- Vendor
- Sprzedawca
-
-
-
- Next Address
- Następny Adres
-
-
-
- Spendable
- Saldo
-
-
-
- Deposit DragonX
- Hush Depozyt
-
-
-
- Information about DragonX
- Informacja o Hush
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Informacja</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
- Next Halving
- Następny Halving
-
-
-
- Difficulty
- Trudność
-
-
-
- Last Notarized Block
- Ostatni Notarialnie Blok
-
-
-
- Total Supply
- Łącznie Zapasy
-
-
-
- Current Server
- Obecny Serwer
-
-
-
- Sticky Server
- Lepki Serwer
-
-
-
- Longestchain
- Najdłuższyłańcuch
-
-
-
- BlockHeight
- WysokośćBloku
-
-
-
- Supply zAddr
- Zapas zAddr
-
-
-
- Supply tAddr
- Zapas tAddr
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Hush Informacja Rynkowa</span></p></body></html>
-
-
-
- Market Cap
- Kapitalizacja Rynkowa
-
-
-
- Volume on Exchanges
- Wielkość na Rynkah
-
-
-
- Import Private Key
- Importuj Klucz Prywatny
-
-
-
- HushChat
- HushChat
-
-
-
- Incoming contact request
- Przychodzące żądanie kontaktu
-
-
-
- Add a new contact
- Dodać nowy kontakt
-
-
-
- Get a new Address
- Pobierz nowy Adres
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Listkontaktów</span></p></body></html>
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Nazwę Kontaktu :</span></p></body></html>
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
- Kłódka pokazuje stan wiadomości. Czerwona kłódka = niepotwierdzone, zielona kłódka = min. 1 potwierdzenie, pomarańczowa kłódka = wiadomość została notowana
-
-
-
- &File
- &Plik
-
-
-
- &Help
- &Pomóc
-
-
- &Apps
- &Aplikacji
-
-
-
- &Edit
- &Edytować
-
-
-
- E&xit
- Z&amknij
-
-
-
- &About
- &O
-
-
-
- &Settings
- &Ustawienia
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &DragonX Website
- &Hush Strona Internetowa
-
-
-
- &Export all private keys
- &Eksportuj wszystkie klucze prywatne
-
-
-
- Address &book
- Książka &adresowa
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
-
- Export transactions
- Transakcji Eksportowych
-
-
-
- Pay drgx &URI...
- Zapłacić hush &URI...
-
-
- Connect mobile &app
- Podłącz swój telefon &z tej aplikacji
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Płatności Cykliczne
-
-
-
- Request drgx...
- Zażądać hush...
-
-
-
- File a bug...
- Zgłosić błąd...
-
-
-
-
- Copy txid
- Skopiować txid
-
-
-
- View tx on block explorer
- Wyświetl tx w programie explorer bloków
-
-
-
- Refresh
- Odświeżyć
-
-
-
- Paste DRGX URI
- Wklej DRGX URI
-
-
-
- Error paying DRGX URI
- Błąd płatności DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- Identyfikator URI powinien być w formacie 'hush:<addr>?amt=x&memo=y
-
-
-
- Error
- Błąd
-
-
-
- Error exporting transactions, file was not saved
- Błąd podczas eksportowania transakcji, plik nie został zapisany
-
-
-
- Error getting private keys
- Wystąpił błąd podczas pobierania kluczy prywatnych
-
-
-
- Error loading private keys:
- Błąd ładowania kluczy prywatnych:
-
-
-
- These are all the private keys for all the addresses in your wallet
- Są to wszystkie klucze prywatne dla wszystkich adresów w portfelu
-
-
-
- Private key for
- Klucz prywatny dla
-
-
-
-
- Save File
- Zapisać Pliku
-
-
-
- Passwords don't match
- Hasła nie są zgodne
-
-
-
-
- Wallet Encryption Failed
- Szyfrowanie Portfela nie powiodło się
-
-
-
- Wallet is not encrypted
- Portfel nie jest zaszyfrowany
-
-
-
-
- Copy block explorer link
- Skopiuj łącze z eksploarki bloków
-
-
-
- Currency Change
- Zmiany Waluty
-
-
-
- This change can take a few seconds.
- Zmiana ta może potrwać kilka sekund.
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- To jest seed twojego portfela. Prosimy o dokładne i bezpieczne tworzenie kopii zapasowych.
-
-
-
-
- Unable to open file
- Nie można otworzyć pliku
-
-
-
-
- Copy address
- Kopiuj adres
-
-
-
-
-
-
- Copied to clipboard
- Został skopiowany
-
-
-
-
- Failed to restore wallet
- Nie można przywrócić portfela
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite potrzebuje 24 słów, aby przywrócić portfel
-
-
-
- Failed to parse wallet birthday
- Nie można przeanalizować daty urodzenia portfela
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Nie można zrozumieć daty urodzenia portfela. Powinna to być wysokość bloku, z której można ponownie zeskanować portfel. Można go pozostawić jako '0' jeśli nie wiesz, co powinno być.
-
-
-
- Couldn't restore the wallet
- Nie można przywrócić portfela
-
-
-
- Failed to save wallet
- Nie można zapisać portfela
-
-
-
- Couldn't save the wallet
- Nie można zapisać portfela
-
-
-
- Wallet Encryption Success
- Szyfrowanie Portfela Zostało Wykonane
-
-
-
- Your wallet is not encrypted with a passphrase.
- Portfel nie jest zaszyfrowany hasłem.
-
-
-
- Wallet decryption Success
- Odszyfrowywanie Portfela Zostało Wykonane
-
-
-
- Wrong Privatkey format
- Nieprawidłowy Privatkey format
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
- Wklej klucz prywatny (zs-Addr lub R-addr) tutaj, po jednym na import
-
-
-
- Out of memory!
- Brak pamięci!
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
- Trwa ponowne skanowanie importowania klucza prywatnego. Twoje środki zostaną shielded w tym portfelu i zabezpieczone seed frazą. Zajmie to trochę czasu
-
-
-
-
- Wrong Private key format
- Nieprawidłowy format klucza prywatnego
-
-
-
- That private key is too long. It should be 51 or 52 characters.
- Ten klucz prywatny jest zbyt długi. Powinien mieć długość 51 lub 52 znaków.
-
-
-
- That private key is too short. It should be 51 or 52 characters.
- Ten klucz prywatny jest zbyt krótkie. Powinien mieć długość 51 lub 52 znaków.
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
- Privatkey powinien zaczynać się z 5, K, L lub U (dla taddr) lub secret- (dla zaddr)
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
- Uwaga: Jeśli ten klucz jest dla zaddr, nie zostanie on uwzględniony w twoim seed. Prosimy o przesłanie ich bezpośrednio do Seed zaddr
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
- Przezroczysty adres (R.. lub t1..) zostanie automatycznie wysłany do zaddr w twoim Seed
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- Klucze zostały zaimportowane. Może to potrwać kilka minut, aby ponownie przeskanować blockchain. Do tego czasu funkcjonalność może być ograniczona
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
- Klucze zostały zaimportowane bez opcji ponownego skanowania. Zaimportowany adres będzie widoczny bez salda
-
-
-
- Get private key
- Uzyskaj klucz prywatny
-
-
-
-
- View on block explorer
- Widok w programie explorer bloków
-
-
-
- View Payment Request
- Wyświetl Żądanie Płatności
-
-
-
- View Memo
- Pokaż Memo
-
-
-
- Reply to
- Odpowiedź na
-
-
-
- Copied Hyperlink to clipboard
- Skopiowano Hiperłącze do Schowka
-
-
-
- Copied message to clipboard
- Skopiowano wiadomość do schowka
-
-
-
- Copied Txid to clipboard
- Skopiowano Txid do schowka
-
-
-
- Copy Address
- Kopiuj Adres
-
-
-
- Address has been previously used
- Adres został wcześniej użyty
-
-
-
- Address is unused
- Adres jest nieużywany
-
-
-
- Cannot support multiple addresses
- Nie można obsługiwać wielu adresów
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Płatności cykliczne nie obsługują wielu adresów
-
-
-
- Recipient
- Odbiorca
-
-
-
- Only z-addresses can have memos
- Tylko z-adresy mogą mieć memos
-
-
-
-
- Please wait...
- Proszę czekać...
-
-
-
- Computing your transaction
- Obliczanie transakcji
-
-
-
-
- Done!
- Gotowe!
-
-
-
- Transaction Error
- Błąd Transakcji
-
-
-
-
- You have to select a contact and insert a Memo
- Musisz wybrać kontakt i wstawić memo
-
-
-
-
- Your Message is too long
- Twoja Wiadomość jest zbyt długa
-
-
-
-
- You have selected no Contact from Contactlist,
-
- Kontakt nie został wybrany,
-
-
-
-
-
-or your Memo is empty
- lub Memo jest pusta
-
-
-
-
-
- Please reduce your message to 235 character.
-
- Prosimy o zredukowanie wiadomości do 235 znaków.
-
-
-
- You can only write messages with 235 character maximum
-
- Można pisać tylko wiadomości o maksymalnej długości 235 znaków
-
-
-
-
-
-
- Message Error
- Błąd Komunikatu
-
-
-
-
-
-
-
- Recipient Address
- Adres Odbiorca
-
-
-
-
-
-
-
- is Invalid
- jest Nieprawidłowy
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Kwota dla adresu '%1' jest nieprawidłowa!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Za mało dostępnych środków, aby wysłać tę transakcję
-
-Masz: %1
-Potrzebne: %2
-
-Uwaga: Fundusze wymagają 1 potwierdzeni, zanim będzie można go wydać
-
-
-
- You can only write messages with 512 character maximum
-
- Można pisać tylko wiadomości o maksymalnej długości 512 znaków
-
-
-
-
- Your contact request will be sent
- Żądanie kontaktu zostanie wysłane
-
-
-
- MemoDialog
-
-
-
- Memo
- Memo
-
-
-
- Include Reply Address
- Dołącz Adres Zwrotny
-
-
-
- MemoEdit
-
-
- Reply to
- Odpowiedź na
-
-
-
- MobileAppConnector
-
-
- Mobile Connector App
- Aplikacja Mobile Connector
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Zeskanuj ten QRCode z silentdragon aby podłączyć telefon
-
-
-
- QR Code
- QR Kod
-
-
-
- Connection String
- Połączenie String
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Zezwalaj na połączenia przez Internet za pośrednictwem silentdragon wormhole
-
-
-
- silentdragon Companion App
- silentdragon Companion Aplikacja
-
-
-
- Disconnect
- Odłączyć
-
-
-
-
- TextLabel
- TekstowaEtykieta
-
-
-
- Last seen:
- Ostatnio widziany:
-
-
-
- Connection type:
- Typ połączenia:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
- Utwórz lub Przywróć portfel.
-
-
-
- Next
- Dalej
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
- Hasło jest niezgodne lub wprowadzono zbyt mało liter (minimum 16)
-
-
-
- NewSeedForm
-
-
- Form
- Forma
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
- To jest twoja nowa seed fraza. PROSZĘ SKŁADAĆ BEZPIECZNIE KOPIĘ ZAPASOWĄ. Proszę napisać to na papierze. Nie przechowuj go w miejscu, w którym inni mają do niego dostęp.
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- Fraza seed to jedyny sposób na przywrócenie portfela. Jeśli zapomnisz, NIE BĘDZIE MOŻNA PRZYWRÓCIĆ PORTFELA I ŚRODKÓW w nim zawartych
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">To jest urodziny twojego Seed. Proszę również utworzyć kopię zapasową</span></p></body></html>
-
-
-
- Birthday of the Seed :
- Urodziny Seed:
-
-
-
- NewSeedPage
-
-
- Your new wallet
- Twój nowy portfel.
-
-
-
- Error creating a wallet
- Błąd podczas tworzenia portfela
-
-
-
- Failed to save wallet
- Nie można zapisać portfela
-
-
-
- Couldn't save the wallet
- Nie można zapisać portfela
-
-
-
- Wrong Seed
- Nieprawidłowe Seed
-
-
-
- Please try again
- Spróbuj ponownie
-
-
-
- PrivKey
-
-
- Private Keys
- Klucze Prywatne
-
-
-
- Rescan Wallet
- Ponownie Zeskanuj Portfel
-
-
-
- QObject
-
-
- Pick
- Wybrać
-
-
-
-
-
- Address or Label Error
- Błąd Adresu lub Etykiety
-
-
-
-
-
- Address or Label cannot be empty
- Adres lub Etykieta nie mogą być puste
-
-
-
-
-
- Address Format Error
- Błąd Formatu Adresu
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 nie wydaje się być prawidłowym hush adresem.
-
-
-
-
-
-
- Label Error
- Błąd Etykiety
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Etykieta '%1' już istnieje. Usuń istniejącą etykietę.
-
-
-
-
- Added Contact
- Dodano Kontakt
-
-
-
-
- successfully added your new contact
- dodanie nowego kontaktu powiodło się
-
-
-
- Import Address Book
- Importuj Książkę Adresową
-
-
-
- Unable to open file
- Nie można otworzyć pliku
-
-
-
- Address Book Import Done
- Importowanie Książki Adresowej Zakończone
-
-
-
- Imported %1 new Address book entries
- Zaimportowano %1 nowe wpisy w książce Adresowej
-
-
-
- Copy address
- Kopiuj adres
-
-
-
- Copied to clipboard
- Został skopiowany
-
-
-
- Delete label
- Usuń etykietę
-
-
-
- Attempting to initialize library with
- Próba zainicjowania biblioteki za pomocą
-
-
-
- Using existing wallet.
- Korzystanie z istniejącego portfela.
-
-
-
- Create/restore wallet.
- Utwórz/przywróć portfel.
-
-
-
-
- Connection Error
- Błąd Połączenia
-
-
-
-
-
-
-
-
-
- Transaction Error
- Błąd transakcji
-
-
-
- There was an error sending the transaction. The error was:
- Wystąpił błąd podczas wysyłania transakcji. Błąd:
-
-
-
-
- No Connection
- Brak Połączenia
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
-
-
-
-
-
-
-
- failed
- nie udało
-
-
-
-
-
-
-
-
- The transaction with id
- Transakcja z id
-
-
-
-
-
-
-
-
- failed. The error was
- nie udało. Błędem było
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
- Wystąpił błąd podczas łączenia z serwerem. Sprawdź połączenie internetowe. Błędem było
-
-
-
- Update Available
- Dostępna Aktualizacja
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Dostępna jest nowa wersja v%1! Aktualnie masz v%2.
-
-Czy chciałbyś odwiedzić stronę wydań?
-
-
-
- No updates available
- Brak dostępnych aktualizacji
-
-
-
- You already have the latest release v%1
- Masz już najnowszą wersję v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Proszę poczekać na SilentDragonXLite zakończy pracę
-
-
-
-
- It may take several minutes
- Może to zająć kilka minut
-
-
-
- No dragonx price was available to convert from USD
- Nie było dostępnych cen do konwersji hush z USD
-
-
-
- View on block explorer
- Widok w programie explorer bloków
-
-
-
- View Error
- Błąd Widoku
-
-
-
- Reported Error
- Zgłoszony Błąd
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Czy na pewno chcesz usunąć płatność cykliczna?
-
-
-
- All future payments will be cancelled.
- Wszystkie przyszłe płatności zostaną anulowane.
-
-
-
- Tx submitted (right click to copy) txid:
- Tx przesłano (kliknij prawym przyciskiem myszy, aby skopiować) txid:
-
-
-
- Type
- Typ
-
-
-
- Address
- Adres
-
-
-
- Date/Time
- Data/Godzina
-
-
-
- Confirmations
- Potwierdzenia
-
-
-
- Amount
- Ilość
-
-
-
- Connected directly
- Podłączyć bezpośrednio
-
-
-
- Connected over the internet via silentdragon wormhole service
- Połączenie przez Internet za pośrednictwem usługi silentdragon wormhole
-
-
-
-
- Node is still syncing.
- Node nadal synchronizuje się.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Brak sapling lub transparent adresów, które można przeznaczyć na te wydatki.
-
-
-
- RecurringDialog
-
-
- Recurring Dialog
- Dialog Cykliczne
-
-
-
- View
- Widok
-
-
-
- Delete
- Usunąć
-
-
-
- RecurringListViewModel
-
-
- Amount
- Ilość
-
-
-
- Schedule
- Harmonogram
-
-
-
- Payments Left
- Pozostałe Płatności
-
-
-
- Next Payment
- Następna Płatność
-
-
-
- To
- Do
-
-
-
- Every
- Każdy
-
-
-
- None
- Żaden
-
-
-
- RecurringPayments
-
-
- Recurring Payments
- Płatności Cykliczne
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Data
-
-
-
- Status
- Status
-
-
-
- Txid
- Txid
-
-
-
- Not due yet
- Nie jeste jeszcze gotowa
-
-
-
- Pending
- W toku
-
-
-
- Skipped
- Pominięto
-
-
-
- Paid
- Opłacona
-
-
-
- Error
- Błąd
-
-
-
-
- Unknown
- Nieznany
-
-
-
- RecurringPending
-
-
- Recurring Multiple Payments
- Płatności cykliczne
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Żadne płatności nie będą przetwarzane. Płatności okresowe można dokonać ręcznie w oknie Dialogowym Płatności Cykliczne
-
-
-
- Schedule
- Harmonogram
-
-
-
- How should silentdragon proceed?
- Jak powinien postępować silentdragon?
-
-
-
- Pay All in 1 Tx
- Zapłać Wszystko w 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Tylko ostatnia oczekująca płatność zostanie przetworzona. Wszystkie wcześniejsze oczekujące płatności zostaną pominięte
-
-
-
- Pay Latest Only
- Zapłać tylko najnowsze
-
-
-
- Pay None
- Nie płać
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Wszystkie oczekujące płatności pobrane, dodane i zapłacone w ramach jednej transakcji
-
-
-
- Description
- Opis
-
-
-
- To
- Do
-
-
-
- The following recurring payment has multiple payments pending
- Bieżąca płatność cykliczna ma oczekujące wiele płatności
-
-
-
- RequestDialog
-
-
- Payment Request
- Wniosek o płatnośći.
-
-
-
- AddressBook
- KsiążkaAdresowa
-
-
-
- Request From
- Wniosek od
-
-
-
- My Address
- Mój Adres
-
-
-
- Amount in
- Kwota w
-
-
-
- z address
- z-adres
-
-
-
- Amount
- Ilość
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Odbiorca zobaczy ten adres w polu "da" gdy zapłaci żądanie.
-
-
-
- Amount USD
- Kwota w USD
-
-
-
- Memo
- Memo
-
-
-
- TextLabel
- TekstowaEtykieta
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Poproś o płatność z Sapling adresu. Wyślesz transakcję hush 0.0001 na adres z hush identyfikatorem URI płatności. Memo zostanie uwzględniona w transakcji, gdy adres cię opłaci.
-
-
-
- Error paying DRGX URI
- Błąd płatności hush URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI powinna mieć formę 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Zapłać Na
-
-
-
- Pay
- Zapłacić
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Płacisz żądanie płatności. Twój adres nie będzie widoczny dla osoby wnioskującej o tę płatność.
-
-
-
- Can only request from Sapling addresses
- Może zażądać tylko od z Sapling adresu
-
-
-
- Restore
-
-
- Restore your Wallet
- Przywróć swój Portfel
-
-
-
- Birthday :
- Urodziny :
-
-
-
- Quantity :
- Ilość :
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
- Przywrócić
-
-
-
- RestoreSeedForm
-
-
- Restore Wallet Seed
- Przywróć Seed portfela
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
- Urodziny portfela to wysokość bloku na którym portfel miał pierwszą transakcję. W razie wątpliwości pozostaw wartość domyślną. (To zajmie więcej czasu w celu ponownego skanowania)
-
-
-
- Quantity
- Ilość
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
- Liczba shielded adresów, które zostaną odtworzone podczas procesu przywracania
-
-
-
- Please enter your 24-word seed below
- Wprowadź 24-słowne seed poniżej
-
-
-
- Wallet Seed
- Seed Portfela
-
-
-
- Wallet Birthday
- Urodziny Portfela
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Przywróć portfel z seed frazą
-
-
-
-
- Failed to restore wallet
- Nie można przywrócić portfela
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite potrzebuje 24 słów, aby przywrócić portfel
-
-
-
- Failed to parse wallet birthday
- Nie można przeanalizować daty urodzenia portfela
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
- Nie mogłem zrozumieć daty urodzin portfela. Powinna to być wysokość bloku od którego należy ponownie przeskanować portfel. W razie wątpliwości pozostaw wartość domyślną.
-
-
-
- Couldn't restore the wallet
- Nie można przywrócić portfela
-
-
-
- Failed to save wallet
- Nie można zapisać portfela
-
-
-
- Couldn't save the wallet
- Nie można zapisać portfela
-
-
-
- Settings
-
-
- Settings
- Ustawienia
-
-
-
- Lightwallet Server
- Lightwallet Serwer
-
-
-
- Options
- Opcje
-
-
-
- Dark
- Ciemny
-
-
-
- Midnight
- Północy
-
-
-
- Light
- Jasny
-
-
-
- Blue
- Niebieski
-
-
-
- Default
- Domyślny
-
-
-
- test
- test
-
-
-
- Theme
- Motyw
-
-
-
- Connection
- Połączenie
-
-
-
- Fetch dragonx prices
- Pobierz ceny hush
-
-
-
- Check git for updates at startup
- Sprawdź hush git na dostępność nowych aktualizacji podczas uruchamiania
-
-
-
- Connect to git on startup to check for updates
- Połączyć się z hush git żeby sprawdzić dostępność nowych aktualizacji podczas uruchamiania
-
-
-
- Connect to the internet to Fetch dragonx prices
- Połącz się z Internetem, aby uzyskać ceny Hush
-
-
-
- Currency
- waluta
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Wszystkie Adresy
-
-
-
- Export All Keys
- Eksportuj Wszystkie Klucze
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Adres
-
-
-
- Balance (%1)
- Saldo (%1)
-
-
-
- about
-
-
- About
- O SilentDragonXLite
-
-
-
- addressBook
-
-
- Address Book
- Książka Adresowa
-
-
-
- Add New Address
- Dodaj Nowy Adres
-
-
-
- Address (z-Addr or t-Addr)
- Adres (z-Addr albo t-Addr)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
- <html><head/><body><p>Pseudonim :</p></body></html>
-
-
-
- HushChat Address - give this Address only to your contact
- HushChat Adres - nadaj ten adres tylko do kontaktów
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
- <html><head/><body><p>ID Rozmowy:</p></body></html>
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
-
- Sharpee
- Sharpee
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
- Create a new HushChat zaddr
- Utworzyć nowy HushChat zaddr
-
-
-
- Add to Address Book
- Dodaj do Książki Adresowej
-
-
-
- Import Address Book
- Importuj Książkę Adresową
-
-
-
- confirm
-
-
- Confirm Transaction
- Potwierdzić Transakcję
-
-
-
- To
- Do
-
-
-
- Recurring Payment
- Płatność Cykliczna
-
-
-
- TextLabel
- TekstowaEtykieta
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Wysyłasz transakcję, gdy node nadal się synchronizuje. To może nie działać.
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Skonfigurować hush.conf
-
-
-
- Your dragonx node will be configured for you automatically
- Twój hush node zostanie skonfigurowany automatycznie
-
-
-
- Show Advanced Configuration
- Pokaż Konfigurację Zaawansowaną
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Zezwalaj na połączenia z Internetem, aby sprawdzić aktualizacje, uzyskać ceny hush itp...
-
-
-
- Use custom datadir
- Używać niestandardowy datadir
-
-
-
- Choose directory
- Wybierz katalog
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Należy pamiętać, że na porcie 9050 musi być już skonfigurowana usługa Tor
-
-
-
- Connect to the internet for updates and price feeds
- Połącz się z Internetem, aby otrzymywać aktualizacje i informacje o cenach
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Wybierz katalog, w którym ma być zapisany plik wallet.dat i blockchain
-
-
-
- Connect over Tor
- Połącz przez Tor
-
-
-
- deposithush
-
-
- Deposit DragonX
- Wpłać Hush
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Prosimy o użycie następującego hush adresu do przelewu środków na SilentDragonXLite. Można skopiować adres lub użyć kodu QR. </span></p></body></html>
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
- <html><head/><body><p align="center">QR Kod twojego Hush Adresu</p></body></html>
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Twój hush Adres </span></p></body></html>
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
- DragonX zaddr
-
-
-
- Copy Address
- Skopiuj Adres
-
-
-
- emojiDialog
-
-
- Emoji
- Emoji
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Zaszyfruj Swój Portfel
-
-
-
- Encryption Passphrase:
- Hasło Szyfrowania:
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">UWAGA:</span> Jeśli zapomnisz hasła, jedynym sposobem odzyskania portfela jest wyrażenie Seed. Jeśli nie masz kopii zapasowej frazę Seed, zrób to teraz!</p></body></html>
-
-
-
- Confirm Passphrase:
- Potwierdź hasło:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Hasło jest niezgodne</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Minimum 16 liter</span></p></body></html>
-
-
-
- hushrequest
-
-
- Request Payment
- Żądać płatności
-
-
-
- TextLabel
- TekstowaEtykieta
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Poproś o płatność z Sapling adresu. Wyślesz transakcję hush 0.0001 na adres z hush identyfikatorem URI płatności. Memo zostanie uwzględniona w transakcji, gdy adres cię opłaci.
-
-
-
- Request From
- Wniosek od
-
-
-
- zaddr
- zaddr
-
-
-
- Amount in
- Kwota w
-
-
-
- Amount
- Kwota
-
-
-
- Amount USD
- Kwota USD
-
-
-
- Memo
- Memo
-
-
-
- My Address
- Mój adres
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Odbiorca zobaczy ten adres w polu "to", gdy zapłaci żądanie.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Edytuj Harmonogram
-
-
-
- Payment Description
- Opis
-
-
-
- Schedule
- Harmonogram
-
-
-
- Next Payment
- Następna Płatność
-
-
-
- Amount
- Ilość
-
-
-
- Memo
- Memo
-
-
-
- To
- Do
-
-
-
- From
- Z
-
-
-
- Number of payments
- Liczba płatności
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
- Odszyfruj Swój Portfel
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">УВАГА:</span> Jeśli usuniesz szyfrowanie wallet.dat, wszystkie transakcje i kontakty są na dysku zwykłego tekstu!<br/><br/>Wiadomości wysyłane i odbierane są zawsze szyfrowane.</p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Minimum 16 liter</span></p></body></html>
-
-
-
- Encryption Passphrase:
- Hasło Szyfrowania:
-
-
-
- Confirm Passphrase:
- Potwierdź Hasło:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Hasło jest niezgodne</span></p></body></html>
-
-
-
- requestDialog
-
-
- Incoming Contact Request
- Przychodzące Żądanie Kontaktu
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo z wniosku</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Otwórz żądania z :</span></p></body></html>
-
-
-
- Request from:
- Wniosek od:
-
-
-
- Add New Contact
- Dodaj nowy kontakt
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
- <html><head/><body><p>Wybierz awatar dla swojego kontaktu:</p></body></html>
-
-
-
- My Zaddr:
- Мój Zaddr:
-
-
-
- Cancel
- Anulować
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
- Berg
- Berg
-
-
-
- Sharpee
- Sharpee
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Ostatnio zamknięte żądania</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Szczegóły wniosku</span></p></body></html>
-
-
-
- Give a Nickname:
- Podaj pseudonim:
-
-
-
- startup
-
-
- Welcome Back
- Witaj z Zowrotem
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
- <html><head/><body><p>Jeśli nie pamiętasz hasła, przywróć portfel swoim seed!</p></body></html>
-
-
-
- Create new Wallet or Restore
- Utwórz nowy portfel lub Przywróć
-
-
-
- Encryption Passphrase:
- Hasło Szyfrowania:
-
-
-
- transactionHush
-
-
- Send or Request drgx
- Wyślij lub Wnioskuj o płatności Hush
-
-
-
- To :
- Do :
-
-
-
- Amount:
- Сума:
-
-
-
- Amount
- Ilość
-
-
-
- DragonX
- Hush
-
-
-
- Memo :
- Memo :
-
-
-
- Request drgx
- Żądanie Hush
-
-
-
- Send DragonX
- Wysłać Hush
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
- Sprawdź, czy masz kopię zapasową swojego Seed i daty Urodzenia
-
-
-
- Please enter your Seed :
- Wprowadź swój Seed :
-
-
-
- Please enter the birthday of the Seed :
- Wprowadź datę urodzenia Seed:
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Etykieta
+
+
+
+ Address
+ Adres
+
+
+
+ Avatar
+ Awatar
+
+
+
+ HushChatAddress
+ HushChatAdres
+
+
+
+ CID
+ CID
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Adres
+
+
+
+ Amount
+ Ilość
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ Forma
+
+
+
+ Speak And Transact Freely With Hush
+ Speak And Transact Freely With Hush
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ Forma
+
+
+
+ Lorem ipsum dolor sit amet
+ Lorem ipsum dolor sit amet
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+ The Dragon budzi się...
+
+
+
+ Controller
+
+
+ Wallet Password
+ Hasło do Portfela
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Portfel jest zaszyfrowany.
+Proszę wpisać hasło do portfela
+
+
+
+
+ Wallet Decryption Failed
+ Deszyfrowanie Portfela nie powiodło się
+
+
+
+ Please enter a valid password
+ Proszę wpisać prawidłowe hasło
+
+
+
+ Failed to unlock wallet
+ Nie można odblokować portfela
+
+
+
+ CreateWalletForm
+
+
+ Create New SDL Wallet
+ Utwórz Nowy Portfel SDL
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Hush + HushChat Warunki świadczenia Usług</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Wszyscy użytkownicy tej platformy zgadzają się nie używać jej do inicjowania lub groźby jakiejkolwiek gwałtownej ingerencji lub przemocy wobec osoby lub jej mienia, znany jako, <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Zasada Nieagresji</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">USŁUGA JEST ŚWIADCZONA „W STANIE, W JAKIM JEST”, A PROGRAMIŚCI SERWISU D NIE SKŁADAJĄ ŻADNYCH KONKRETNYCH ZOBOWIĄZAŃ ANI GRAŹNYCH GRAŹNYCH DOTYCZĄCYCH USŁUGI.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Klikając przycisk OK, wyracasz zgodę na używanie portfeli Hush, SilentDragon i innych portfeli, HushChat i jakiegokolwiek oprogramowania opracowanego przez programistów Hush zgodnie z lokalnymi przepisami, że wszystkie zobowiązania związane z korzystaniem z tej usługi są Twoje, a programiści Hush NIE BĘDĄ ODPOWIEDZIALNI ZA jakiekolwiek straty związane z korzystaniem z tego oprogramowania.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+ I accept the Terms of Service
+ Akceptuję Warunki Korzystania z Usługi
+
+
+
+ Confirm Passphrase:
+ Potwierdź Hasło:
+
+
+
+ Restore wallet from seed
+ Przywróć portfel z seed
+
+
+
+ Create a new wallet
+ Utwórz nowy portfel
+
+
+
+ Encryption Passphrase:
+ Hasło Szyfrowania:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">16 літар мінімум</span></p></body></html>
+
+
+
+ Dialog
+
+
+ Send Contact Request
+ Wyślij Zaproszenie Kontaktu
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Wprowadź nazwę kontaktu:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Wybierz awatar dla swojego kontaktu:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Wprowadź notatkę dla zaproszenia:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Twój Adres HushChat:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Wprowadź adres kontaktu:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generuj swój adres HushChat - proszę, poczekaj chwilkę - </span></p></body></html>
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+ Dodaj notatkę do zaproszenia
+
+
+
+ Cancel
+ Odwołać
+
+
+
+ Add Contact and Send Request
+ Dodaj Kontakt i Wyślij Zaproszenia
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+ Nowy portfel
+
+
+
+ MainWindow
+
+
+ Balance
+ Saldo
+
+
+
+ Summary
+ Łączne saldo
+
+
+
+ Shielded
+ Shielded
+
+
+
+ Notarized
+ Notarized
+
+
+
+ Transparent
+ Transparent
+
+
+
+ Total
+ Suma
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Twoja node nadal trwa synchronizacja, salda mogą nie zostać zaktualizowane.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Niektóre transakcje nie zostały jeszcze potwierdzone. Salda mogą ulec zmianie.
+
+
+
+ Total notarized funds available:
+ Dostępne notarized fundusze ogółem:
+
+
+
+ Your node is still syncing, balances may not be updated
+ Twoja node nadal trwa synchronizacja, salda mogą nie zostać zaktualizowane
+
+
+
+ Address Balances
+ Salda Adresowe
+
+
+
+
+ Send
+ Wysłać
+
+
+
+ Send To
+ Wysłać Do
+
+
+
+ Recipient
+ Odbiorca
+
+
+
+
+
+
+
+ Address
+ Adres
+
+
+
+
+ Address Book
+ Książkę Adresową
+
+
+
+
+
+
+ Amount
+ Kwota
+
+
+
+ Max Available
+ Maks Dostępna
+
+
+
+
+
+
+ Memo
+ Notatka
+
+
+
+ Add Recipient
+ Dodaj Odbiorcę
+
+
+
+
+ Miner Fee
+ Miner Zapłata
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Odwołać
+
+
+
+ Receive
+ Otrzymać
+
+
+
+ Address Type
+ Typ Adresu
+
+
+
+ z-Addr
+ z-Addr
+
+
+
+ View All Addresses
+ Wyświetl Wszystkie Adresy
+
+
+
+ Label
+ Etykieta
+
+
+
+ Update Label
+ Aktualizuj Etykietę
+
+
+
+ Address balance
+ Saldo Adresu
+
+
+
+ Optional
+ Opcjonalny
+
+
+
+
+ Export Private Key
+ Eksportuj Klucz Prywatny
+
+
+
+ Transactions
+ Transakcji
+
+
+
+ Version drgxlightd
+ drgxlightd Wersja
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+ &Send DenioD Feedback
+ &Wyślij Opinię do DenioD
+
+
+
+ &DragonX Telegram
+ &DragonX Telegram
+
+
+
+ Check git for &updates
+ Sprawdzić dostępność aktualizacji dla &git
+
+
+
+ &Export seed phrase
+ &Eksportuj tę frazę
+
+
+
+ Encrypt Wallet
+ Zaszyfrować Portfel
+
+
+
+ Remove Wallet Encryption
+ Usuń Szyfrowanie Portfela
+
+
+
+ Rescan
+ Ponowne Skanowanie
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Ładowanie...
+
+
+
+ Vendor
+ Sprzedawca
+
+
+
+ Next Address
+ Następny Adres
+
+
+
+ Spendable
+ Saldo
+
+
+
+ Deposit DragonX
+ Hush Depozyt
+
+
+
+ Information about DragonX
+ Informacja o Hush
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Informacja</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+ Next Halving
+ Następny Halving
+
+
+
+ Difficulty
+ Trudność
+
+
+
+ Last Notarized Block
+ Ostatni Notarialnie Blok
+
+
+
+ Total Supply
+ Łącznie Zapasy
+
+
+
+ Current Server
+ Obecny Serwer
+
+
+
+ Sticky Server
+ Lepki Serwer
+
+
+
+ Longestchain
+ Najdłuższyłańcuch
+
+
+
+ BlockHeight
+ WysokośćBloku
+
+
+
+ Supply zAddr
+ Zapas zAddr
+
+
+
+ Supply tAddr
+ Zapas tAddr
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Hush Informacja Rynkowa</span></p></body></html>
+
+
+
+ Market Cap
+ Kapitalizacja Rynkowa
+
+
+
+ Volume on Exchanges
+ Wielkość na Rynkah
+
+
+
+ Import Private Key
+ Importuj Klucz Prywatny
+
+
+
+ HushChat
+ HushChat
+
+
+
+ Incoming contact request
+ Przychodzące żądanie kontaktu
+
+
+
+ Add a new contact
+ Dodać nowy kontakt
+
+
+
+ Get a new Address
+ Pobierz nowy Adres
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Listkontaktów</span></p></body></html>
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Nazwę Kontaktu :</span></p></body></html>
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+ Kłódka pokazuje stan wiadomości. Czerwona kłódka = niepotwierdzone, zielona kłódka = min. 1 potwierdzenie, pomarańczowa kłódka = wiadomość została notowana
+
+
+
+ &File
+ &Plik
+
+
+
+ &Help
+ &Pomóc
+
+
+ &Apps
+ &Aplikacji
+
+
+
+ &Edit
+ &Edytować
+
+
+
+ E&xit
+ Z&amknij
+
+
+
+ &About
+ &O
+
+
+
+ &Settings
+ &Ustawienia
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &DragonX Website
+ &Hush Strona Internetowa
+
+
+
+ &Export all private keys
+ &Eksportuj wszystkie klucze prywatne
+
+
+
+ Address &book
+ Książka &adresowa
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+
+ Export transactions
+ Transakcji Eksportowych
+
+
+
+ Pay drgx &URI...
+ Zapłacić hush &URI...
+
+
+ Connect mobile &app
+ Podłącz swój telefon &z tej aplikacji
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Płatności Cykliczne
+
+
+
+ Request drgx...
+ Zażądać hush...
+
+
+
+ File a bug...
+ Zgłosić błąd...
+
+
+
+
+ Copy txid
+ Skopiować txid
+
+
+
+ View tx on block explorer
+ Wyświetl tx w programie explorer bloków
+
+
+
+ Refresh
+ Odświeżyć
+
+
+
+ Paste DRGX URI
+ Wklej DRGX URI
+
+
+
+ Error paying DRGX URI
+ Błąd płatności DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ Identyfikator URI powinien być w formacie 'hush:<addr>?amt=x&memo=y
+
+
+
+ Error
+ Błąd
+
+
+
+ Error exporting transactions, file was not saved
+ Błąd podczas eksportowania transakcji, plik nie został zapisany
+
+
+
+ Error getting private keys
+ Wystąpił błąd podczas pobierania kluczy prywatnych
+
+
+
+ Error loading private keys:
+ Błąd ładowania kluczy prywatnych:
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Są to wszystkie klucze prywatne dla wszystkich adresów w portfelu
+
+
+
+ Private key for
+ Klucz prywatny dla
+
+
+
+
+ Save File
+ Zapisać Pliku
+
+
+
+ Passwords don't match
+ Hasła nie są zgodne
+
+
+
+
+ Wallet Encryption Failed
+ Szyfrowanie Portfela nie powiodło się
+
+
+
+ Wallet is not encrypted
+ Portfel nie jest zaszyfrowany
+
+
+
+
+ Copy block explorer link
+ Skopiuj łącze z eksploarki bloków
+
+
+
+ Currency Change
+ Zmiany Waluty
+
+
+
+ This change can take a few seconds.
+ Zmiana ta może potrwać kilka sekund.
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ To jest seed twojego portfela. Prosimy o dokładne i bezpieczne tworzenie kopii zapasowych.
+
+
+
+
+ Unable to open file
+ Nie można otworzyć pliku
+
+
+
+
+ Copy address
+ Kopiuj adres
+
+
+
+
+
+
+ Copied to clipboard
+ Został skopiowany
+
+
+
+
+ Failed to restore wallet
+ Nie można przywrócić portfela
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite potrzebuje 24 słów, aby przywrócić portfel
+
+
+
+ Failed to parse wallet birthday
+ Nie można przeanalizować daty urodzenia portfela
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Nie można zrozumieć daty urodzenia portfela. Powinna to być wysokość bloku, z której można ponownie zeskanować portfel. Można go pozostawić jako '0' jeśli nie wiesz, co powinno być.
+
+
+
+ Couldn't restore the wallet
+ Nie można przywrócić portfela
+
+
+
+ Failed to save wallet
+ Nie można zapisać portfela
+
+
+
+ Couldn't save the wallet
+ Nie można zapisać portfela
+
+
+
+ Wallet Encryption Success
+ Szyfrowanie Portfela Zostało Wykonane
+
+
+
+ Your wallet is not encrypted with a passphrase.
+ Portfel nie jest zaszyfrowany hasłem.
+
+
+
+ Wallet decryption Success
+ Odszyfrowywanie Portfela Zostało Wykonane
+
+
+
+ Wrong Privatkey format
+ Nieprawidłowy Privatkey format
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+ Wklej klucz prywatny (zs-Addr lub R-addr) tutaj, po jednym na import
+
+
+
+ Out of memory!
+ Brak pamięci!
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+ Trwa ponowne skanowanie importowania klucza prywatnego. Twoje środki zostaną shielded w tym portfelu i zabezpieczone seed frazą. Zajmie to trochę czasu
+
+
+
+
+ Wrong Private key format
+ Nieprawidłowy format klucza prywatnego
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+ Ten klucz prywatny jest zbyt długi. Powinien mieć długość 51 lub 52 znaków.
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+ Ten klucz prywatny jest zbyt krótkie. Powinien mieć długość 51 lub 52 znaków.
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+ Privatkey powinien zaczynać się z 5, K, L lub U (dla taddr) lub secret- (dla zaddr)
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+ Uwaga: Jeśli ten klucz jest dla zaddr, nie zostanie on uwzględniony w twoim seed. Prosimy o przesłanie ich bezpośrednio do Seed zaddr
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+ Przezroczysty adres (R.. lub t1..) zostanie automatycznie wysłany do zaddr w twoim Seed
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ Klucze zostały zaimportowane. Może to potrwać kilka minut, aby ponownie przeskanować blockchain. Do tego czasu funkcjonalność może być ograniczona
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+ Klucze zostały zaimportowane bez opcji ponownego skanowania. Zaimportowany adres będzie widoczny bez salda
+
+
+
+ Get private key
+ Uzyskaj klucz prywatny
+
+
+
+
+ View on block explorer
+ Widok w programie explorer bloków
+
+
+
+ View Payment Request
+ Wyświetl Żądanie Płatności
+
+
+
+ View Memo
+ Pokaż Memo
+
+
+
+ Reply to
+ Odpowiedź na
+
+
+
+ Copied Hyperlink to clipboard
+ Skopiowano Hiperłącze do Schowka
+
+
+
+ Copied message to clipboard
+ Skopiowano wiadomość do schowka
+
+
+
+ Copied Txid to clipboard
+ Skopiowano Txid do schowka
+
+
+
+ Copy Address
+ Kopiuj Adres
+
+
+
+ Address has been previously used
+ Adres został wcześniej użyty
+
+
+
+ Address is unused
+ Adres jest nieużywany
+
+
+
+ Cannot support multiple addresses
+ Nie można obsługiwać wielu adresów
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Płatności cykliczne nie obsługują wielu adresów
+
+
+
+ Recipient
+ Odbiorca
+
+
+
+ Only z-addresses can have memos
+ Tylko z-adresy mogą mieć memos
+
+
+
+
+ Please wait...
+ Proszę czekać...
+
+
+
+ Computing your transaction
+ Obliczanie transakcji
+
+
+
+
+ Done!
+ Gotowe!
+
+
+
+ Transaction Error
+ Błąd Transakcji
+
+
+
+
+ You have to select a contact and insert a Memo
+ Musisz wybrać kontakt i wstawić memo
+
+
+
+
+ Your Message is too long
+ Twoja Wiadomość jest zbyt długa
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+ Kontakt nie został wybrany,
+
+
+
+
+
+or your Memo is empty
+ lub Memo jest pusta
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+ Prosimy o zredukowanie wiadomości do 235 znaków.
+
+
+
+ You can only write messages with 235 character maximum
+
+ Można pisać tylko wiadomości o maksymalnej długości 235 znaków
+
+
+
+
+
+
+ Message Error
+ Błąd Komunikatu
+
+
+
+
+
+
+
+ Recipient Address
+ Adres Odbiorca
+
+
+
+
+
+
+
+ is Invalid
+ jest Nieprawidłowy
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Kwota dla adresu '%1' jest nieprawidłowa!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Za mało dostępnych środków, aby wysłać tę transakcję
+
+Masz: %1
+Potrzebne: %2
+
+Uwaga: Fundusze wymagają 1 potwierdzeni, zanim będzie można go wydać
+
+
+
+ You can only write messages with 512 character maximum
+
+ Można pisać tylko wiadomości o maksymalnej długości 512 znaków
+
+
+
+
+ Your contact request will be sent
+ Żądanie kontaktu zostanie wysłane
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Memo
+
+
+
+ Include Reply Address
+ Dołącz Adres Zwrotny
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Odpowiedź na
+
+
+
+ MobileAppConnector
+
+
+ Mobile Connector App
+ Aplikacja Mobile Connector
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Zeskanuj ten QRCode z silentdragon aby podłączyć telefon
+
+
+
+ QR Code
+ QR Kod
+
+
+
+ Connection String
+ Połączenie String
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Zezwalaj na połączenia przez Internet za pośrednictwem silentdragon wormhole
+
+
+
+ silentdragon Companion App
+ silentdragon Companion Aplikacja
+
+
+
+ Disconnect
+ Odłączyć
+
+
+
+
+ TextLabel
+ TekstowaEtykieta
+
+
+
+ Last seen:
+ Ostatnio widziany:
+
+
+
+ Connection type:
+ Typ połączenia:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+ Utwórz lub Przywróć portfel.
+
+
+
+ Next
+ Dalej
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+ Hasło jest niezgodne lub wprowadzono zbyt mało liter (minimum 16)
+
+
+
+ NewSeedForm
+
+
+ Form
+ Forma
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+ To jest twoja nowa seed fraza. PROSZĘ SKŁADAĆ BEZPIECZNIE KOPIĘ ZAPASOWĄ. Proszę napisać to na papierze. Nie przechowuj go w miejscu, w którym inni mają do niego dostęp.
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ Fraza seed to jedyny sposób na przywrócenie portfela. Jeśli zapomnisz, NIE BĘDZIE MOŻNA PRZYWRÓCIĆ PORTFELA I ŚRODKÓW w nim zawartych
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">To jest urodziny twojego Seed. Proszę również utworzyć kopię zapasową</span></p></body></html>
+
+
+
+ Birthday of the Seed :
+ Urodziny Seed:
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+ Twój nowy portfel.
+
+
+
+ Error creating a wallet
+ Błąd podczas tworzenia portfela
+
+
+
+ Failed to save wallet
+ Nie można zapisać portfela
+
+
+
+ Couldn't save the wallet
+ Nie można zapisać portfela
+
+
+
+ Wrong Seed
+ Nieprawidłowe Seed
+
+
+
+ Please try again
+ Spróbuj ponownie
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Klucze Prywatne
+
+
+
+ Rescan Wallet
+ Ponownie Zeskanuj Portfel
+
+
+
+ QObject
+
+
+ Pick
+ Wybrać
+
+
+
+
+
+ Address or Label Error
+ Błąd Adresu lub Etykiety
+
+
+
+
+
+ Address or Label cannot be empty
+ Adres lub Etykieta nie mogą być puste
+
+
+
+
+
+ Address Format Error
+ Błąd Formatu Adresu
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 nie wydaje się być prawidłowym hush adresem.
+
+
+
+
+
+
+ Label Error
+ Błąd Etykiety
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Etykieta '%1' już istnieje. Usuń istniejącą etykietę.
+
+
+
+
+ Added Contact
+ Dodano Kontakt
+
+
+
+
+ successfully added your new contact
+ dodanie nowego kontaktu powiodło się
+
+
+
+ Import Address Book
+ Importuj Książkę Adresową
+
+
+
+ Unable to open file
+ Nie można otworzyć pliku
+
+
+
+ Address Book Import Done
+ Importowanie Książki Adresowej Zakończone
+
+
+
+ Imported %1 new Address book entries
+ Zaimportowano %1 nowe wpisy w książce Adresowej
+
+
+
+ Copy address
+ Kopiuj adres
+
+
+
+ Copied to clipboard
+ Został skopiowany
+
+
+
+ Delete label
+ Usuń etykietę
+
+
+
+ Attempting to initialize library with
+ Próba zainicjowania biblioteki za pomocą
+
+
+
+ Using existing wallet.
+ Korzystanie z istniejącego portfela.
+
+
+
+ Create/restore wallet.
+ Utwórz/przywróć portfel.
+
+
+
+
+ Connection Error
+ Błąd Połączenia
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Błąd transakcji
+
+
+
+ There was an error sending the transaction. The error was:
+ Wystąpił błąd podczas wysyłania transakcji. Błąd:
+
+
+
+
+ No Connection
+ Brak Połączenia
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+
+
+
+
+
+
+
+ failed
+ nie udało
+
+
+
+
+
+
+
+
+ The transaction with id
+ Transakcja z id
+
+
+
+
+
+
+
+
+ failed. The error was
+ nie udało. Błędem było
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+ Wystąpił błąd podczas łączenia z serwerem. Sprawdź połączenie internetowe. Błędem było
+
+
+
+ Update Available
+ Dostępna Aktualizacja
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Dostępna jest nowa wersja v%1! Aktualnie masz v%2.
+
+Czy chciałbyś odwiedzić stronę wydań?
+
+
+
+ No updates available
+ Brak dostępnych aktualizacji
+
+
+
+ You already have the latest release v%1
+ Masz już najnowszą wersję v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Proszę poczekać na SilentDragonXLite zakończy pracę
+
+
+
+
+ It may take several minutes
+ Może to zająć kilka minut
+
+
+
+ No dragonx price was available to convert from USD
+ Nie było dostępnych cen do konwersji hush z USD
+
+
+
+ View on block explorer
+ Widok w programie explorer bloków
+
+
+
+ View Error
+ Błąd Widoku
+
+
+
+ Reported Error
+ Zgłoszony Błąd
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Czy na pewno chcesz usunąć płatność cykliczna?
+
+
+
+ All future payments will be cancelled.
+ Wszystkie przyszłe płatności zostaną anulowane.
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx przesłano (kliknij prawym przyciskiem myszy, aby skopiować) txid:
+
+
+
+ Type
+ Typ
+
+
+
+ Address
+ Adres
+
+
+
+ Date/Time
+ Data/Godzina
+
+
+
+ Confirmations
+ Potwierdzenia
+
+
+
+ Amount
+ Ilość
+
+
+
+ Connected directly
+ Podłączyć bezpośrednio
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Połączenie przez Internet za pośrednictwem usługi silentdragon wormhole
+
+
+
+
+ Node is still syncing.
+ Node nadal synchronizuje się.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Brak sapling lub transparent adresów, które można przeznaczyć na te wydatki.
+
+
+
+ RecurringDialog
+
+
+ Recurring Dialog
+ Dialog Cykliczne
+
+
+
+ View
+ Widok
+
+
+
+ Delete
+ Usunąć
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Ilość
+
+
+
+ Schedule
+ Harmonogram
+
+
+
+ Payments Left
+ Pozostałe Płatności
+
+
+
+ Next Payment
+ Następna Płatność
+
+
+
+ To
+ Do
+
+
+
+ Every
+ Każdy
+
+
+
+ None
+ Żaden
+
+
+
+ RecurringPayments
+
+
+ Recurring Payments
+ Płatności Cykliczne
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Data
+
+
+
+ Status
+ Status
+
+
+
+ Txid
+ Txid
+
+
+
+ Not due yet
+ Nie jeste jeszcze gotowa
+
+
+
+ Pending
+ W toku
+
+
+
+ Skipped
+ Pominięto
+
+
+
+ Paid
+ Opłacona
+
+
+
+ Error
+ Błąd
+
+
+
+
+ Unknown
+ Nieznany
+
+
+
+ RecurringPending
+
+
+ Recurring Multiple Payments
+ Płatności cykliczne
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Żadne płatności nie będą przetwarzane. Płatności okresowe można dokonać ręcznie w oknie Dialogowym Płatności Cykliczne
+
+
+
+ Schedule
+ Harmonogram
+
+
+
+ How should silentdragon proceed?
+ Jak powinien postępować silentdragon?
+
+
+
+ Pay All in 1 Tx
+ Zapłać Wszystko w 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Tylko ostatnia oczekująca płatność zostanie przetworzona. Wszystkie wcześniejsze oczekujące płatności zostaną pominięte
+
+
+
+ Pay Latest Only
+ Zapłać tylko najnowsze
+
+
+
+ Pay None
+ Nie płać
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Wszystkie oczekujące płatności pobrane, dodane i zapłacone w ramach jednej transakcji
+
+
+
+ Description
+ Opis
+
+
+
+ To
+ Do
+
+
+
+ The following recurring payment has multiple payments pending
+ Bieżąca płatność cykliczna ma oczekujące wiele płatności
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Wniosek o płatnośći.
+
+
+
+ AddressBook
+ KsiążkaAdresowa
+
+
+
+ Request From
+ Wniosek od
+
+
+
+ My Address
+ Mój Adres
+
+
+
+ Amount in
+ Kwota w
+
+
+
+ z address
+ z-adres
+
+
+
+ Amount
+ Ilość
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Odbiorca zobaczy ten adres w polu "da" gdy zapłaci żądanie.
+
+
+
+ Amount USD
+ Kwota w USD
+
+
+
+ Memo
+ Memo
+
+
+
+ TextLabel
+ TekstowaEtykieta
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Poproś o płatność z Sapling adresu. Wyślesz transakcję hush 0.0001 na adres z hush identyfikatorem URI płatności. Memo zostanie uwzględniona w transakcji, gdy adres cię opłaci.
+
+
+
+ Error paying DRGX URI
+ Błąd płatności hush URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI powinna mieć formę 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Zapłać Na
+
+
+
+ Pay
+ Zapłacić
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Płacisz żądanie płatności. Twój adres nie będzie widoczny dla osoby wnioskującej o tę płatność.
+
+
+
+ Can only request from Sapling addresses
+ Może zażądać tylko od z Sapling adresu
+
+
+
+ Restore
+
+
+ Restore your Wallet
+ Przywróć swój Portfel
+
+
+
+ Birthday :
+ Urodziny :
+
+
+
+ Quantity :
+ Ilość :
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+ Przywrócić
+
+
+
+ RestoreSeedForm
+
+
+ Restore Wallet Seed
+ Przywróć Seed portfela
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+ Urodziny portfela to wysokość bloku na którym portfel miał pierwszą transakcję. W razie wątpliwości pozostaw wartość domyślną. (To zajmie więcej czasu w celu ponownego skanowania)
+
+
+
+ Quantity
+ Ilość
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+ Liczba shielded adresów, które zostaną odtworzone podczas procesu przywracania
+
+
+
+ Please enter your 24-word seed below
+ Wprowadź 24-słowne seed poniżej
+
+
+
+ Wallet Seed
+ Seed Portfela
+
+
+
+ Wallet Birthday
+ Urodziny Portfela
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Przywróć portfel z seed frazą
+
+
+
+
+ Failed to restore wallet
+ Nie można przywrócić portfela
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite potrzebuje 24 słów, aby przywrócić portfel
+
+
+
+ Failed to parse wallet birthday
+ Nie można przeanalizować daty urodzenia portfela
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+ Nie mogłem zrozumieć daty urodzin portfela. Powinna to być wysokość bloku od którego należy ponownie przeskanować portfel. W razie wątpliwości pozostaw wartość domyślną.
+
+
+
+ Couldn't restore the wallet
+ Nie można przywrócić portfela
+
+
+
+ Failed to save wallet
+ Nie można zapisać portfela
+
+
+
+ Couldn't save the wallet
+ Nie można zapisać portfela
+
+
+
+ Settings
+
+
+ Settings
+ Ustawienia
+
+
+
+ Lightwallet Server
+ Lightwallet Serwer
+
+
+
+ Options
+ Opcje
+
+
+
+ Dark
+ Ciemny
+
+
+
+ Midnight
+ Północy
+
+
+
+ Light
+ Jasny
+
+
+
+ Blue
+ Niebieski
+
+
+
+ Default
+ Domyślny
+
+
+
+ test
+ test
+
+
+
+ Theme
+ Motyw
+
+
+
+ Connection
+ Połączenie
+
+
+
+ Fetch dragonx prices
+ Pobierz ceny hush
+
+
+
+ Check git for updates at startup
+ Sprawdź hush git na dostępność nowych aktualizacji podczas uruchamiania
+
+
+
+ Connect to git on startup to check for updates
+ Połączyć się z hush git żeby sprawdzić dostępność nowych aktualizacji podczas uruchamiania
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Połącz się z Internetem, aby uzyskać ceny Hush
+
+
+
+ Currency
+ waluta
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Wszystkie Adresy
+
+
+
+ Export All Keys
+ Eksportuj Wszystkie Klucze
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Adres
+
+
+
+ Balance (%1)
+ Saldo (%1)
+
+
+
+ about
+
+
+ About
+ O SilentDragonXLite
+
+
+
+ addressBook
+
+
+ Address Book
+ Książka Adresowa
+
+
+
+ Add New Address
+ Dodaj Nowy Adres
+
+
+
+ Address (z-Addr or t-Addr)
+ Adres (z-Addr albo t-Addr)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+ <html><head/><body><p>Pseudonim :</p></body></html>
+
+
+
+ HushChat Address - give this Address only to your contact
+ HushChat Adres - nadaj ten adres tylko do kontaktów
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+ <html><head/><body><p>ID Rozmowy:</p></body></html>
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+ Create a new HushChat zaddr
+ Utworzyć nowy HushChat zaddr
+
+
+
+ Add to Address Book
+ Dodaj do Książki Adresowej
+
+
+
+ Import Address Book
+ Importuj Książkę Adresową
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Potwierdzić Transakcję
+
+
+
+ To
+ Do
+
+
+
+ Recurring Payment
+ Płatność Cykliczna
+
+
+
+ TextLabel
+ TekstowaEtykieta
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Wysyłasz transakcję, gdy node nadal się synchronizuje. To może nie działać.
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Skonfigurować hush.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ Twój hush node zostanie skonfigurowany automatycznie
+
+
+
+ Show Advanced Configuration
+ Pokaż Konfigurację Zaawansowaną
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Zezwalaj na połączenia z Internetem, aby sprawdzić aktualizacje, uzyskać ceny hush itp...
+
+
+
+ Use custom datadir
+ Używać niestandardowy datadir
+
+
+
+ Choose directory
+ Wybierz katalog
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Należy pamiętać, że na porcie 9050 musi być już skonfigurowana usługa Tor
+
+
+
+ Connect to the internet for updates and price feeds
+ Połącz się z Internetem, aby otrzymywać aktualizacje i informacje o cenach
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Wybierz katalog, w którym ma być zapisany plik wallet.dat i blockchain
+
+
+
+ Connect over Tor
+ Połącz przez Tor
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+ Wpłać Hush
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Prosimy o użycie następującego hush adresu do przelewu środków na SilentDragonXLite. Można skopiować adres lub użyć kodu QR. </span></p></body></html>
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+ <html><head/><body><p align="center">QR Kod twojego Hush Adresu</p></body></html>
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Twój hush Adres </span></p></body></html>
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+ DragonX zaddr
+
+
+
+ Copy Address
+ Skopiuj Adres
+
+
+
+ emojiDialog
+
+
+ Emoji
+ Emoji
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Zaszyfruj Swój Portfel
+
+
+
+ Encryption Passphrase:
+ Hasło Szyfrowania:
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">UWAGA:</span> Jeśli zapomnisz hasła, jedynym sposobem odzyskania portfela jest wyrażenie Seed. Jeśli nie masz kopii zapasowej frazę Seed, zrób to teraz!</p></body></html>
+
+
+
+ Confirm Passphrase:
+ Potwierdź hasło:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Hasło jest niezgodne</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Minimum 16 liter</span></p></body></html>
+
+
+
+ hushrequest
+
+
+ Request Payment
+ Żądać płatności
+
+
+
+ TextLabel
+ TekstowaEtykieta
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Poproś o płatność z Sapling adresu. Wyślesz transakcję hush 0.0001 na adres z hush identyfikatorem URI płatności. Memo zostanie uwzględniona w transakcji, gdy adres cię opłaci.
+
+
+
+ Request From
+ Wniosek od
+
+
+
+ zaddr
+ zaddr
+
+
+
+ Amount in
+ Kwota w
+
+
+
+ Amount
+ Kwota
+
+
+
+ Amount USD
+ Kwota USD
+
+
+
+ Memo
+ Memo
+
+
+
+ My Address
+ Mój adres
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Odbiorca zobaczy ten adres w polu "to", gdy zapłaci żądanie.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Edytuj Harmonogram
+
+
+
+ Payment Description
+ Opis
+
+
+
+ Schedule
+ Harmonogram
+
+
+
+ Next Payment
+ Następna Płatność
+
+
+
+ Amount
+ Ilość
+
+
+
+ Memo
+ Memo
+
+
+
+ To
+ Do
+
+
+
+ From
+ Z
+
+
+
+ Number of payments
+ Liczba płatności
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+ Odszyfruj Swój Portfel
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">УВАГА:</span> Jeśli usuniesz szyfrowanie wallet.dat, wszystkie transakcje i kontakty są na dysku zwykłego tekstu!<br/><br/>Wiadomości wysyłane i odbierane są zawsze szyfrowane.</p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Minimum 16 liter</span></p></body></html>
+
+
+
+ Encryption Passphrase:
+ Hasło Szyfrowania:
+
+
+
+ Confirm Passphrase:
+ Potwierdź Hasło:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Hasło jest niezgodne</span></p></body></html>
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+ Przychodzące Żądanie Kontaktu
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo z wniosku</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Otwórz żądania z :</span></p></body></html>
+
+
+
+ Request from:
+ Wniosek od:
+
+
+
+ Add New Contact
+ Dodaj nowy kontakt
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+ <html><head/><body><p>Wybierz awatar dla swojego kontaktu:</p></body></html>
+
+
+
+ My Zaddr:
+ Мój Zaddr:
+
+
+
+ Cancel
+ Anulować
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+ Berg
+ Berg
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Ostatnio zamknięte żądania</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Szczegóły wniosku</span></p></body></html>
+
+
+
+ Give a Nickname:
+ Podaj pseudonim:
+
+
+
+ startup
+
+
+ Welcome Back
+ Witaj z Zowrotem
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+ <html><head/><body><p>Jeśli nie pamiętasz hasła, przywróć portfel swoim seed!</p></body></html>
+
+
+
+ Create new Wallet or Restore
+ Utwórz nowy portfel lub Przywróć
+
+
+
+ Encryption Passphrase:
+ Hasło Szyfrowania:
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+ Wyślij lub Wnioskuj o płatności Hush
+
+
+
+ To :
+ Do :
+
+
+
+ Amount:
+ Сума:
+
+
+
+ Amount
+ Ilość
+
+
+
+ DragonX
+ Hush
+
+
+
+ Memo :
+ Memo :
+
+
+
+ Request drgx
+ Żądanie Hush
+
+
+
+ Send DragonX
+ Wysłać Hush
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+ Sprawdź, czy masz kopię zapasową swojego Seed i daty Urodzenia
+
+
+
+ Please enter your Seed :
+ Wprowadź swój Seed :
+
+
+
+ Please enter the birthday of the Seed :
+ Wprowadź datę urodzenia Seed:
+
+
+
diff --git a/res/silentdragonxlite_pot.ts b/res/silentdragonxlite_pot.ts
index df01f77..ee20d10 100644
--- a/res/silentdragonxlite_pot.ts
+++ b/res/silentdragonxlite_pot.ts
@@ -1,2162 +1,2162 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Etiqueta
-
-
-
- Address
- Dirección
-
-
-
- BalancesTableModel
-
-
- Address
- Dirección
-
-
-
- Amount
- Monto
-
-
-
- ConnectionDialog
-
-
- silentdragon
- silentdragon
-
-
-
- Starting Up
- Empezando
-
-
-
- MainWindow
-
-
- silentdragon
- silentdragon
-
-
-
- Balance
- Saldo
-
-
-
- Summary
- Vista general
-
-
-
- Shielded
- Protegido
-
-
-
- Transparent
- Transparente
-
-
-
- Total
- Total
-
-
-
- Some transactions are not yet confirmed
- Algunas transacciones aún no estan confirmadas
-
-
-
- Address Balances
- Saldo De Direcciones
-
-
-
-
- Send
- Envía
-
-
-
- From
- Desde
-
-
-
- Address Balance
- Saldo De Dirección
-
-
-
- Send To
- Enviar a
-
-
-
- Recipient
- Destinatario
-
-
-
-
-
-
-
- Address
- Dirección
-
-
-
-
- Address Book
- Directorio
-
-
-
-
-
-
- Amount
- Monto
-
-
-
- Max Available
- Máximo Disponible
-
-
-
-
-
-
- Memo
- Memo
-
-
-
- Add Recipient
- Agregar Destinatario
-
-
-
- Recurring payment
-
-
-
-
- Every month, starting 12-May-2012, for 6 payments
-
-
-
-
- Edit Schedule
-
-
-
-
-
- Miner Fee
- Cuota Minera
-
-
-
- 0
- 0
-
-
-
- Cancel
- Cancelar
-
-
-
- Receive
- Recibir
-
-
-
- Address Type
- Tipo De Dirección
-
-
-
- Validate Address
-
-
-
- z-Addr(Sapling)
- z-Addr(Sapling)
-
-
-
- t-Addr
- t-Addr
-
-
- z-Addr(Sprout)
- z-Addr(Sprout)
-
-
-
- New Address
- Nueva Dirección
-
-
-
- Label
- Etiqueta
-
-
-
- Update Label
- Actualizar Etiqueta
-
-
-
- Address balance
-
-
-
-
- Optional
- Opcional
-
-
-
-
- Export Private Key
- Exportar Clave Privada
-
-
-
- z-Addr
-
-
-
-
-
- Your node is still syncing, balances may not be updated
-
-
-
-
- View All Addresses
-
-
-
-
- Transactions
- Transacciones
-
-
-
- hushd
- hushd
-
-
-
- This is a Lightwallet, you cant mine with it! not mining
- Actualmente no estas minando
-
-
-
-
-
- Loading...
- Cargando...
-
-
-
- Blockheight
- Altura del bloque
-
-
-
- Version hushd light rate
- Rapidez de solución de red
-
-
-
- Vendor
- Conexiones
-
-
-
-
-
- |
- |
-
-
-
- &File
- &Archivo
-
-
-
- &Help
- &Ayuda
-
-
-
- &Apps
- &Apps
-
-
-
- &Edit
- &Editar
-
-
-
- E&xit
- Salir
-
-
-
- &About
- &Acerca de
-
-
-
- &Settings
- &Configuración
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &Donate
- &Donar
-
-
-
- Check git for &updates
- Consulte las actualizaciones en git
-
-
-
- Sapling &turnstile
- Sapling &turnstile
-
-
-
- Ctrl+A, Ctrl+T
- Ctrl+A, Ctrl+T
-
-
-
- &Import private key
- Importar clave privada
-
-
-
- &Export all private keys
- Exportar todas las claves privadas
-
-
- &z-board.net
- z-board.net
-
-
- Ctrl+A, Ctrl+Z
- Ctrl+A, Ctrl+Z
-
-
-
- Address &book
- Directorio
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
- &Backup wallet.dat
- Respaldar wallet.dat
-
-
-
-
- Export transactions
-
-
-
-
- Pay drgx &URI...
-
-
-
-
- Connect mobile &app
-
-
-
-
- Ctrl+M
-
-
-
-
- &Recurring Payments
-
-
-
-
- Request drgx...
-
-
-
-
- File a bug...
-
-
-
-
- Tor configuration is available only when running an embedded hushd.
-
-
-
-
- You're using an external hushd. Please restart hushd with -rescan
-
-
-
-
- You're using an external hushd. Please restart hushd with -reindex
-
-
-
-
- Enable Tor
-
-
-
-
- Connection over Tor has been enabled. To use this feature, you need to restart silentdragon.
-
-
-
-
- Disable Tor
-
-
-
-
- Connection over Tor has been disabled. To fully disconnect from Tor, you need to restart silentdragon.
-
-
-
-
- Thanks for supporting silentdragon!
- Gracias por apoyar silentdragon!
-
-
-
- Donate 0.01
- Donar 0.01
-
-
-
- to support silentdragon
- para apoyar silentdragon
-
-
-
- You are on testnet, your post won't actually appear on z-board.net
- Estas en testnet, tu publicación no aparecerá en z-board.net
-
-
-
- You need a sapling address with available balance to post
- Necesitas una dirección Sapling con saldo disponible para publicar
-
-
-
- Computing Tx:
- Calculando Tx:
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- Las claves fueron importadas. Puede que se demore varios minutos en volver a escanear el blockchain. Hasta entonces, la funcionalidad puede ser limitada.
-
-
-
- Private key import rescan finished
- Importación de clave privada re-escaneada finalizada
-
-
-
- silentdragon needs to restart to rescan/reindex. silentdragon will now close, please restart silentdragon to continue
-
-
-
-
- Restart silentdragon
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
-
-
-
-
- Paste DRGX URI
-
-
-
-
- Not yet ready
-
-
-
-
- hushd is not yet ready. Please wait for the UI to load
-
-
-
-
- View tx on block explorer
-
-
-
-
- Refresh
-
-
-
-
- Enter Address to validate
-
-
-
-
- Transparent or Shielded Address:
-
-
-
-
- Please paste your private keys (z-Addr or t-Addr) here, one per line
- Por favor pegue sus claves privadas (z-Addr o t-Addr) aqui, una por línea
-
-
-
- The keys will be imported into your connected hushd node
- Las claves serán importadas en su nodo hushd conectado
-
-
-
- Error
-
-
-
-
- Error exporting transactions, file was not saved
-
-
-
-
- No wallet.dat
- Sin wallet.dat
-
-
-
- Couldn't find the wallet.dat on this computer
- No se pudo encontrar wallet.dat en esta computadora
-
-
-
- You need to back it up from the machine hushd is running on
- Necesitas hacer una copia de seguridad de la computadora en la que se está ejecutando hushd
-
-
-
- Backup wallet.dat
- Respaldar wallet.dat
-
-
-
- Couldn't backup
- No se pudo hacer una copia de seguridad
-
-
-
- Couldn't backup the wallet.dat file.
- No se pudo hacer copia de seguridad de wallet.dat
-
-
-
- You need to back it up manually.
- Necesitas hacer una copia de seguridad manualmente.
-
-
-
- This might take several minutes. Loading...
-
-
-
-
- These are all the private keys for all the addresses in your wallet
- Estas son todas las claves privadas para todas las direcciones en tu billetera
-
-
-
- Private key for
- Clave privada para
-
-
-
- Save File
- Guardar Archivo
-
-
-
- Unable to open file
- No es posible abrir el archivo
-
-
-
-
- Copy address
- Copiar dirección
-
-
-
-
-
- Copied to clipboard
- Copiado al portapapeles
-
-
-
- Get private key
- Obtener clave privada
-
-
-
- Shield balance to Sapling
- Proteger saldo a Sapling
-
-
-
-
- View on block explorer
- Ver en el explorador de bloques
-
-
-
- Migrate to Sapling
- Migrar a Sapling
-
-
-
-
- Copy txid
- Copiar txid
-
-
-
- View Payment Request
-
-
-
-
- View Memo
- Ver Memo
-
-
-
- Reply to
-
-
-
-
- Created new t-Addr
- Nuevo dirección t-Addr creada
-
-
-
- Copy Address
-
-
-
-
- Address has been previously used
-
-
-
-
- Address is unused
-
-
-
-
- Cannot support multiple addresses
-
-
-
-
- Recurring payments doesn't currently support multiple addresses
-
-
-
-
- Recipient
- Destinatario
-
-
-
- Only z-addresses can have memos
- Solo las direcciones z-Addr pueden tener memos
-
-
-
- Memos can only be used with z-addresses
- Los memos solo se pueden usar con direcciones z-Addr
-
-
-
- The memo field can only be used with a z-address.
-
- El campo memo solo puede ser usado con una direccion z-Addr
-
-
-
-
-doesn't look like a z-address
- no parece una direccion z-Addr
-
-
-
- Change from
- Cambiar de
-
-
-
- Current balance :
-
-
-
-
- Balance after this Tx:
-
-
-
-
- Transaction Error
- Error de Transacción
-
-
-
- From Address is Invalid
- Dirección de envio inválida
-
-
-
- Recipient Address
- Dirección de Destinatario
-
-
-
- is Invalid
- es Inválida
-
-
-
- Amount for address '%1' is invalid!
-
-
-
-
- MemoDialog
-
-
-
- Memo
- Memo
-
-
-
- Include Reply Address
-
-
-
-
- MemoEdit
-
-
- Reply to
-
-
-
-
- MigrationDialog
-
-
- Migration Turnstile
-
-
-
-
- Migration History
-
-
-
-
- Migrated Amount
-
-
-
-
- Unmigrated Amount
-
-
-
-
- Sprout -> Sapling migration enabled
-
-
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
-
-
-
-
- MigrationTxns
-
-
- Migration Txids
-
-
-
-
- MobileAppConnector
-
-
- Connect Mobile App
-
-
-
-
- QR Code
-
-
-
-
- Connection String
-
-
-
-
- Allow connections over the internet via silentdragon wormhole
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
-
-
-
-
- silentdragon Companion App
-
-
-
-
- Disconnect
-
-
-
-
-
- TextLabel
-
-
-
-
- Last seen:
-
-
-
-
- Connection type:
-
-
-
-
- PrivKey
-
- Private Key
- Clave Privada
-
-
-
- Private Keys
-
-
-
-
- QObject
-
-
-
- No Connection
- Sin Conexión
-
-
-
- Downloading blocks
- Descargando Bloques
-
-
-
- Blockheight
- Altura del bloque
-
-
-
- Syncing
- Sincronizando
-
-
-
- Connected
- Conectando
-
-
-
- testnet:
- testnet:
-
-
-
- Connected to hushd
- Conectando a hushd
-
-
-
- hushd has no peer connections
-
-
-
-
- There was an error connecting to hushd. The error was
- Hubo un error al conectar con hushd. El error fue
-
-
-
-
-
- The transaction with id
- La transacción con id
-
-
-
-
-
- failed. The error was
- falló. El error fue
-
-
-
-
-
-
- Tx
- Tx
-
-
-
-
-
-
- failed
- falló
-
-
-
- tx computing. This can take several minutes.
- tx computando. Esto puede tomar varios minutos.
-
-
-
- Update Available
-
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
-
-
-
-
- No updates available
-
-
-
-
- You already have the latest release v%1
-
-
-
-
- Please wait for silentdragon to exit
- Por favor, espere que silentdragon salga
-
-
-
- Waiting for hushd to exit
- Esperando que hushd salga
-
-
-
- Attempting autoconnect
- Intentando de autoconectarse
-
-
-
- Starting embedded hushd
- Iniciando hushd incorporado
-
-
-
- hushd is set to run as daemon
- hushd está configurado para ejecutarse como demonio
-
-
-
- Waiting for hushd
- Esperando hushd
-
-
-
- Hide Advanced Config
-
-
-
-
- Show Advanced Config
-
-
-
-
- Choose data directory
-
-
-
-
- All Downloads Finished Successfully!
- Todas Las Descargas Terminaron Exitosamente!
-
-
-
- Couldn't download params. Please check the help site for more info.
- No se pudieron descargar los parámetros. Por favor, consulta el sitio de ayuda para mayor información.
-
-
-
-
- Downloading
- Descargando
-
-
-
- more remaining )
- faltan ))
-
-
-
- MB of
- MB de
-
-
-
- MB at
- MB a
-
-
-
- A manual connection was requested, but the settings are not configured.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- Una conexión manual fue solicitada, pero el host/puerta no fue configurada.
- Por favor, especificar el host/puerta y usario/contraseña en el menú Editar->Configuración.
-
-
-
-
- Could not connect to hushd configured in settings.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- No su puede conectar a hushd usando la configuración actual.
-
-Por favor, especificar el host/puerta y usario/contraseña en el menú Editar->Configuración.
-
-
-
-
- This may take several hours
-
-
-
-
-
-
-
- Transaction Error
- Error De Transacción
-
-
-
- failed. Please check the help site for more info
- falló. Por favor, consulte el sitio de ayuda para más información
-
-
-
- You have hushd set to start as a daemon, which can cause problems with silentdragon
-
-.Please remove the following line from your hush.conf and restart silentdragon
-daemon=1
- Has configurado hushd para ejecutar como demonio, lo que puede causar problemas con silentdragon.
-Por favor, eliminar la siguente linea de hushd.conf y reinicia silentdragon
-daemon=1
-
-
-
- Couldn't start the embedded hushd.
-
-Please try restarting.
-
-If you previously started hushd with custom arguments, you might need to reset hush.conf.
-
-If all else fails, please run hushd manually.
- No se pudo iniciar hushd incorporado.
-
-Por favor, intenta reiniciar.
-
-Si todo falla, por favor ejecutar hushd manualmente.
-
-
-
-
- The process returned
- El proceso devuelto
-
-
-
- Couldn't connect to hushd configured in hush.conf.
-
-Not starting embedded hushd because --no-embedded was passed
- No se pudo conectar con hushd configurado en hushd.conf.
-
-No iniciaré hushd incorporado porque la opcion --no-embedded fue dada.
-
-
-
- hushd error
- error de hushd
-
-
-
- Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
- Autenticación fallida. El usario/contraseña que epecificó no fue aceptado por hushd. Intenta cambiarlo en el menu Editar->Configuración.
-
-
-
- Your hushd is starting up. Please wait.
- Tu hushd se está iniciando. Por favor espera.
-
-
-
-
- Connection Error
- Error de conexión
-
-
-
- There was an error sending the transaction. The error was:
- Hubo un error al enviar la transacción. El error fue:
-
-
-
- Tx submitted (right click to copy) txid:
- Tx presentado (clic derecho para copiar) txid:
-
-
-
- Locked funds
- Fondos bloqueados
-
-
-
- Could not initiate migration.
-You either have unconfirmed funds or the balance is too low for an automatic migration.
- No se pudo iniciar la migración.
-El saldo es insuficiente para una migración automática.
-
-
-
-
-
- Computing Tx:
- Calculando Tx:
-
-
-
- Type
- Tipo
-
-
-
- Address
- Dirección
-
-
-
- Date/Time
- Fecha/Hora
-
-
-
- Amount
- Monto
-
-
-
- Confirmations
-
-
-
-
- Pick
-
-
-
-
- Address or Label Error
-
-
-
-
- Address or Label cannot be empty
-
-
-
-
- Address Format Error
- Error en el formato de la dirección.
-
-
- doesn't seem to be a valid dragonx address.
- no parece ser una dirección hush válida
-
-
-
- %1 doesn't seem to be a valid dragonx address.
-
-
-
-
- Label Error
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
-
-
-
-
- Import Address Book
-
-
-
-
- Unable to open file
- No es posible abrir el archivo
-
-
-
- Address Book Import Done
-
-
-
-
- Imported %1 new Address book entries
-
-
-
-
- Copy address
- Copiar dirección
-
-
-
- Copied to clipboard
- Copiado al portapapeles
-
-
-
- Delete label
- Eliminar etiqueta
-
-
-
- Connected directly
-
-
-
-
- Connected over the internet via silentdragon wormhole service
-
-
-
-
- Node is still syncing.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
-
-
-
-
- No dragonx price was available to convert from USD
-
-
-
-
- Computing Recurring Tx:
-
-
-
-
-
- View on block explorer
- Ver en el explorador de bloques
-
-
-
- View Error
-
-
-
-
- Reported Error
-
-
-
-
-
- Are you sure you want to delete the recurring payment?
-
-
-
-
- All future payments will be cancelled.
-
-
-
-
- RecurringDialog
-
-
- Dialog
-
-
-
-
- View
-
-
-
-
- Delete
-
-
-
-
- RecurringListViewModel
-
-
- Amount
- Monto
-
-
-
- Schedule
-
-
-
-
- Payments Left
-
-
-
-
- Next Payment
-
-
-
-
- To
- A
-
-
-
- Every
-
-
-
-
- None
-
-
-
-
- RecurringPayments
-
-
- Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
-
-
-
-
- Status
-
-
-
-
- Txid
-
-
-
-
- Not due yet
-
-
-
-
- Pending
-
-
-
-
- Skipped
-
-
-
-
- Paid
-
-
-
-
- Error
-
-
-
-
-
- Unknown
-
-
-
-
- RecurringPending
-
-
- Dialog
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
-
-
-
-
- Schedule
-
-
-
-
- How should silentdragon proceed?
-
-
-
-
- Pay All in 1 Tx
-
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
-
-
-
-
- Pay Latest Only
-
-
-
-
- Pay None
-
-
-
-
- All pending payments collected, added up and paid in a single transaction
-
-
-
-
- Description
-
-
-
-
- To
- A
-
-
-
- The following recurring payment has multiple payments pending
-
-
-
-
- RequestDialog
-
-
- Payment Request
-
-
-
-
- AddressBook
-
-
-
-
- Request From
-
-
-
-
- My Address
-
-
-
-
- Amount in
-
-
-
-
- z address
-
-
-
-
- Amount
- Monto
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
-
-
-
-
- Amount USD
-
-
-
-
- Memo
- Memo
-
-
-
- TextLabel
-
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
-
-
-
-
- Pay To
-
-
-
-
- Pay
-
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
-
-
-
-
- Can only request from Sapling addresses
-
-
-
-
- Settings
-
-
- Settings
- Configuración
-
-
-
- hushd connection
- conexión hushd
-
-
-
- Host
- Host
-
-
-
- Port
- Puerto
-
-
-
- RPC Username
- Nombre de usario RPC
-
-
-
- RPC Password
- Contraseña de RPC
-
-
-
- Options
- Opciones
-
-
-
- Check git for updates at startup
-
-
-
-
- Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.
-
-
-
-
- Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
- Las transacciones protegidas se guardan localmente y se muestran en la pestaña de transacciones. Si desactivas esto, las transacciones protegidas no aparecerán en la pestaña de transacciones.
-
-
-
- Connect via Tor
-
-
-
-
- Connect to git on startup to check for updates
-
-
-
-
- Connect to the internet to Fetch dragonx prices
-
-
-
-
- Fetch hush / USD prices
-
-
-
-
- Troubleshooting
-
-
-
-
- Reindex
-
-
-
-
- Rescan the blockchain for any missing wallet transactions and to correct your wallet balance. This may take several hours. You need to restart silentdragon for this to take effect
-
-
-
-
- Rescan
-
-
-
-
- Rebuild the entire blockchain from the genesis block, by rescanning all the block files. This may take several hours to days, depending on your hardware. You need to restart silentdragon for this to take effect
-
-
-
-
- Clear History
- Borrar historial
-
-
-
- Remember shielded transactions
- Recuerde las transacciones protegidas
-
-
-
- Allow custom fees
- Permitir tarifas personalizadas
-
-
-
- Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
- Permite utilizar tarifas no estándar al enviar transacciones. Habilitar esta opción puede reducir su privacidad porque las tarifas son transparentes.
-
-
-
- Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
- Normalmente, el vuelto de las t-Addr va a otra t-Addr. Al marcar esta opción, se enviará el vuelto a su dirección protegida. Marcar esta opción para aumentar tu privacidad.
-
-
-
- Shield change from t-Addresses to your sapling address
- Proteger el vuelto de direcciones t-Addr a su direccion Sapling
-
-
-
- Turnstile
-
-
-
- Turnstile Migration
- Migración Turnstile
-
-
-
- Migrate over
- Tiempo de migración
-
-
-
- From
- Desde
-
-
-
- <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
- <html><head/><body><p>Fondos de direcciones z-Addr Sprout (que comienzan con "zc") necesitan ser movidos a direcciones z-Addr Sapling (que comienzan con "zs"). Los fondos no pueden ser movidos directamente, deben enviarse a través de direcciones intermedias "transparentes" de manera que se mantenga la privacidad.</p><p>Esta migración se puede hacer automáticamente.</p></body></html>
-
-
-
- To
- A
-
-
-
- Balance
- Saldo
-
-
-
- Miner Fees
- Cuota Minera
-
-
-
- Total Balance
- Saldo Total
-
-
-
- TurnstileProgress
-
-
- Turnstile Migration Progress
- Progreso de la migracion Turnstile
-
-
-
- From
- Desde
-
-
-
- To
- A
-
-
-
- Please ensure you have your wallet.dat backed up!
- Por favor, asegúrese de tener una copia de seguridad de wallet.dat!
-
-
-
- Next Transaction in 4 hours
- Siguente transacción en 4 horas
-
-
-
- Migration Progress
- Progreso de la migracion
-
-
-
- ValidateAddress
-
-
- Validate Address
-
-
-
-
- TextLabel
-
-
-
-
- Address:
-
-
-
-
- ValidateAddressesModel
-
-
- Property
-
-
-
-
- Value
-
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
-
-
-
-
- Export All Keys
-
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Dirección
-
-
-
- Balance (%1)
-
-
-
-
- about
-
-
- About
- Sobre
-
-
-
- addressBook
-
-
- Address Book
- Directorio
-
-
-
- Add New Address
- Agregar nueva dirección
-
-
-
- Address (z-Addr or t-Addr)
- Dirección (z-Addr o t-Addr)
-
-
-
- Label
- Etiqueta
-
-
-
- Add to Address Book
- Agregar a Directorio
-
-
-
- Import Address Book
-
-
-
-
- confirm
-
-
- Confirm Transaction
- Confirmar Transacción
-
-
-
- From
- Desde
-
-
-
- To
- A
-
-
-
- Recurring Payment
-
-
-
-
- TextLabel
-
-
-
-
- hushd doesn't seem to have any peers. You might not be connected to the internet, so this transaction might not work.
-
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Estás enviando una transacción mientras su nodo aún se esta sincronizando. Esto puede no funcionar.
-
-
-
- You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
- Estás utilizando una tarifa personalizada. Como las tarifas son transparentes estás perdiendo algo de privacidad. Por favor, solo haz esto si sabes lo que estás haciendo!
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
-
-
-
-
- Show Advanced Configuration
-
-
-
-
- Your dragonx node will be configured for you automatically
-
-
-
-
- Enable Fast Sync
-
-
-
-
- Allow connections to the internet to check for updates, get hush/USD prices etc...
-
-
-
-
- Use custom datadir
-
-
-
-
- Connect to the internet for updates and price feeds
-
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
-
-
-
-
- <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
-
-
-
-
- Choose directory
-
-
-
-
- Connect over Tor
-
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
-
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
-
-
-
-
- Schedule
-
-
-
-
- Payment Description
-
-
-
-
- From
- Desde
-
-
-
- Number of payments
-
-
-
-
- Amount
- Monto
-
-
-
- Next Payment
-
-
-
-
- To
- A
-
-
-
- Memo
- Memo
-
-
-
- zboard
-
-
- Post to z-board.net
- Publicar en z-board.net
-
-
-
- Total Fee
- Costo Total
-
-
-
- Memo
- Memo
-
-
-
- (optional)
- (opcional)
-
-
-
- Send From
- Enviado desde
-
-
-
- Post As:
- Publicar Como:
-
-
-
- <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
- <html><head/><body><p>ZBoard: Mensajes de chat totalmente anónimos e imposibles de rastrear basados en la cadena de bloques hush. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
-
-
-
- Warning
- Advertencia
-
-
-
- Posting to Board
- Publicar en ZBoard
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Etiqueta
+
+
+
+ Address
+ Dirección
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Dirección
+
+
+
+ Amount
+ Monto
+
+
+
+ ConnectionDialog
+
+
+ silentdragon
+ silentdragon
+
+
+
+ Starting Up
+ Empezando
+
+
+
+ MainWindow
+
+
+ silentdragon
+ silentdragon
+
+
+
+ Balance
+ Saldo
+
+
+
+ Summary
+ Vista general
+
+
+
+ Shielded
+ Protegido
+
+
+
+ Transparent
+ Transparente
+
+
+
+ Total
+ Total
+
+
+
+ Some transactions are not yet confirmed
+ Algunas transacciones aún no estan confirmadas
+
+
+
+ Address Balances
+ Saldo De Direcciones
+
+
+
+
+ Send
+ Envía
+
+
+
+ From
+ Desde
+
+
+
+ Address Balance
+ Saldo De Dirección
+
+
+
+ Send To
+ Enviar a
+
+
+
+ Recipient
+ Destinatario
+
+
+
+
+
+
+
+ Address
+ Dirección
+
+
+
+
+ Address Book
+ Directorio
+
+
+
+
+
+
+ Amount
+ Monto
+
+
+
+ Max Available
+ Máximo Disponible
+
+
+
+
+
+
+ Memo
+ Memo
+
+
+
+ Add Recipient
+ Agregar Destinatario
+
+
+
+ Recurring payment
+
+
+
+
+ Every month, starting 12-May-2012, for 6 payments
+
+
+
+
+ Edit Schedule
+
+
+
+
+
+ Miner Fee
+ Cuota Minera
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Receive
+ Recibir
+
+
+
+ Address Type
+ Tipo De Dirección
+
+
+
+ Validate Address
+
+
+
+ z-Addr(Sapling)
+ z-Addr(Sapling)
+
+
+
+ t-Addr
+ t-Addr
+
+
+ z-Addr(Sprout)
+ z-Addr(Sprout)
+
+
+
+ New Address
+ Nueva Dirección
+
+
+
+ Label
+ Etiqueta
+
+
+
+ Update Label
+ Actualizar Etiqueta
+
+
+
+ Address balance
+
+
+
+
+ Optional
+ Opcional
+
+
+
+
+ Export Private Key
+ Exportar Clave Privada
+
+
+
+ z-Addr
+
+
+
+
+
+ Your node is still syncing, balances may not be updated
+
+
+
+
+ View All Addresses
+
+
+
+
+ Transactions
+ Transacciones
+
+
+
+ hushd
+ hushd
+
+
+
+ This is a Lightwallet, you cant mine with it! not mining
+ Actualmente no estas minando
+
+
+
+
+
+ Loading...
+ Cargando...
+
+
+
+ Blockheight
+ Altura del bloque
+
+
+
+ Version hushd light rate
+ Rapidez de solución de red
+
+
+
+ Vendor
+ Conexiones
+
+
+
+
+
+ |
+ |
+
+
+
+ &File
+ &Archivo
+
+
+
+ &Help
+ &Ayuda
+
+
+
+ &Apps
+ &Apps
+
+
+
+ &Edit
+ &Editar
+
+
+
+ E&xit
+ Salir
+
+
+
+ &About
+ &Acerca de
+
+
+
+ &Settings
+ &Configuración
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &Donate
+ &Donar
+
+
+
+ Check git for &updates
+ Consulte las actualizaciones en git
+
+
+
+ Sapling &turnstile
+ Sapling &turnstile
+
+
+
+ Ctrl+A, Ctrl+T
+ Ctrl+A, Ctrl+T
+
+
+
+ &Import private key
+ Importar clave privada
+
+
+
+ &Export all private keys
+ Exportar todas las claves privadas
+
+
+ &z-board.net
+ z-board.net
+
+
+ Ctrl+A, Ctrl+Z
+ Ctrl+A, Ctrl+Z
+
+
+
+ Address &book
+ Directorio
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+ &Backup wallet.dat
+ Respaldar wallet.dat
+
+
+
+
+ Export transactions
+
+
+
+
+ Pay drgx &URI...
+
+
+
+
+ Connect mobile &app
+
+
+
+
+ Ctrl+M
+
+
+
+
+ &Recurring Payments
+
+
+
+
+ Request drgx...
+
+
+
+
+ File a bug...
+
+
+
+
+ Tor configuration is available only when running an embedded hushd.
+
+
+
+
+ You're using an external hushd. Please restart hushd with -rescan
+
+
+
+
+ You're using an external hushd. Please restart hushd with -reindex
+
+
+
+
+ Enable Tor
+
+
+
+
+ Connection over Tor has been enabled. To use this feature, you need to restart silentdragon.
+
+
+
+
+ Disable Tor
+
+
+
+
+ Connection over Tor has been disabled. To fully disconnect from Tor, you need to restart silentdragon.
+
+
+
+
+ Thanks for supporting silentdragon!
+ Gracias por apoyar silentdragon!
+
+
+
+ Donate 0.01
+ Donar 0.01
+
+
+
+ to support silentdragon
+ para apoyar silentdragon
+
+
+
+ You are on testnet, your post won't actually appear on z-board.net
+ Estas en testnet, tu publicación no aparecerá en z-board.net
+
+
+
+ You need a sapling address with available balance to post
+ Necesitas una dirección Sapling con saldo disponible para publicar
+
+
+
+ Computing Tx:
+ Calculando Tx:
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ Las claves fueron importadas. Puede que se demore varios minutos en volver a escanear el blockchain. Hasta entonces, la funcionalidad puede ser limitada.
+
+
+
+ Private key import rescan finished
+ Importación de clave privada re-escaneada finalizada
+
+
+
+ silentdragon needs to restart to rescan/reindex. silentdragon will now close, please restart silentdragon to continue
+
+
+
+
+ Restart silentdragon
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+
+
+
+
+ Paste DRGX URI
+
+
+
+
+ Not yet ready
+
+
+
+
+ hushd is not yet ready. Please wait for the UI to load
+
+
+
+
+ View tx on block explorer
+
+
+
+
+ Refresh
+
+
+
+
+ Enter Address to validate
+
+
+
+
+ Transparent or Shielded Address:
+
+
+
+
+ Please paste your private keys (z-Addr or t-Addr) here, one per line
+ Por favor pegue sus claves privadas (z-Addr o t-Addr) aqui, una por línea
+
+
+
+ The keys will be imported into your connected hushd node
+ Las claves serán importadas en su nodo hushd conectado
+
+
+
+ Error
+
+
+
+
+ Error exporting transactions, file was not saved
+
+
+
+
+ No wallet.dat
+ Sin wallet.dat
+
+
+
+ Couldn't find the wallet.dat on this computer
+ No se pudo encontrar wallet.dat en esta computadora
+
+
+
+ You need to back it up from the machine hushd is running on
+ Necesitas hacer una copia de seguridad de la computadora en la que se está ejecutando hushd
+
+
+
+ Backup wallet.dat
+ Respaldar wallet.dat
+
+
+
+ Couldn't backup
+ No se pudo hacer una copia de seguridad
+
+
+
+ Couldn't backup the wallet.dat file.
+ No se pudo hacer copia de seguridad de wallet.dat
+
+
+
+ You need to back it up manually.
+ Necesitas hacer una copia de seguridad manualmente.
+
+
+
+ This might take several minutes. Loading...
+
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Estas son todas las claves privadas para todas las direcciones en tu billetera
+
+
+
+ Private key for
+ Clave privada para
+
+
+
+ Save File
+ Guardar Archivo
+
+
+
+ Unable to open file
+ No es posible abrir el archivo
+
+
+
+
+ Copy address
+ Copiar dirección
+
+
+
+
+
+ Copied to clipboard
+ Copiado al portapapeles
+
+
+
+ Get private key
+ Obtener clave privada
+
+
+
+ Shield balance to Sapling
+ Proteger saldo a Sapling
+
+
+
+
+ View on block explorer
+ Ver en el explorador de bloques
+
+
+
+ Migrate to Sapling
+ Migrar a Sapling
+
+
+
+
+ Copy txid
+ Copiar txid
+
+
+
+ View Payment Request
+
+
+
+
+ View Memo
+ Ver Memo
+
+
+
+ Reply to
+
+
+
+
+ Created new t-Addr
+ Nuevo dirección t-Addr creada
+
+
+
+ Copy Address
+
+
+
+
+ Address has been previously used
+
+
+
+
+ Address is unused
+
+
+
+
+ Cannot support multiple addresses
+
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+
+
+
+
+ Recipient
+ Destinatario
+
+
+
+ Only z-addresses can have memos
+ Solo las direcciones z-Addr pueden tener memos
+
+
+
+ Memos can only be used with z-addresses
+ Los memos solo se pueden usar con direcciones z-Addr
+
+
+
+ The memo field can only be used with a z-address.
+
+ El campo memo solo puede ser usado con una direccion z-Addr
+
+
+
+
+doesn't look like a z-address
+ no parece una direccion z-Addr
+
+
+
+ Change from
+ Cambiar de
+
+
+
+ Current balance :
+
+
+
+
+ Balance after this Tx:
+
+
+
+
+ Transaction Error
+ Error de Transacción
+
+
+
+ From Address is Invalid
+ Dirección de envio inválida
+
+
+
+ Recipient Address
+ Dirección de Destinatario
+
+
+
+ is Invalid
+ es Inválida
+
+
+
+ Amount for address '%1' is invalid!
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Memo
+
+
+
+ Include Reply Address
+
+
+
+
+ MemoEdit
+
+
+ Reply to
+
+
+
+
+ MigrationDialog
+
+
+ Migration Turnstile
+
+
+
+
+ Migration History
+
+
+
+
+ Migrated Amount
+
+
+
+
+ Unmigrated Amount
+
+
+
+
+ Sprout -> Sapling migration enabled
+
+
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+
+
+
+
+ MigrationTxns
+
+
+ Migration Txids
+
+
+
+
+ MobileAppConnector
+
+
+ Connect Mobile App
+
+
+
+
+ QR Code
+
+
+
+
+ Connection String
+
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+
+
+
+
+ silentdragon Companion App
+
+
+
+
+ Disconnect
+
+
+
+
+
+ TextLabel
+
+
+
+
+ Last seen:
+
+
+
+
+ Connection type:
+
+
+
+
+ PrivKey
+
+ Private Key
+ Clave Privada
+
+
+
+ Private Keys
+
+
+
+
+ QObject
+
+
+
+ No Connection
+ Sin Conexión
+
+
+
+ Downloading blocks
+ Descargando Bloques
+
+
+
+ Blockheight
+ Altura del bloque
+
+
+
+ Syncing
+ Sincronizando
+
+
+
+ Connected
+ Conectando
+
+
+
+ testnet:
+ testnet:
+
+
+
+ Connected to hushd
+ Conectando a hushd
+
+
+
+ hushd has no peer connections
+
+
+
+
+ There was an error connecting to hushd. The error was
+ Hubo un error al conectar con hushd. El error fue
+
+
+
+
+
+ The transaction with id
+ La transacción con id
+
+
+
+
+
+ failed. The error was
+ falló. El error fue
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+
+
+
+
+ failed
+ falló
+
+
+
+ tx computing. This can take several minutes.
+ tx computando. Esto puede tomar varios minutos.
+
+
+
+ Update Available
+
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+
+
+
+
+ No updates available
+
+
+
+
+ You already have the latest release v%1
+
+
+
+
+ Please wait for silentdragon to exit
+ Por favor, espere que silentdragon salga
+
+
+
+ Waiting for hushd to exit
+ Esperando que hushd salga
+
+
+
+ Attempting autoconnect
+ Intentando de autoconectarse
+
+
+
+ Starting embedded hushd
+ Iniciando hushd incorporado
+
+
+
+ hushd is set to run as daemon
+ hushd está configurado para ejecutarse como demonio
+
+
+
+ Waiting for hushd
+ Esperando hushd
+
+
+
+ Hide Advanced Config
+
+
+
+
+ Show Advanced Config
+
+
+
+
+ Choose data directory
+
+
+
+
+ All Downloads Finished Successfully!
+ Todas Las Descargas Terminaron Exitosamente!
+
+
+
+ Couldn't download params. Please check the help site for more info.
+ No se pudieron descargar los parámetros. Por favor, consulta el sitio de ayuda para mayor información.
+
+
+
+
+ Downloading
+ Descargando
+
+
+
+ more remaining )
+ faltan ))
+
+
+
+ MB of
+ MB de
+
+
+
+ MB at
+ MB a
+
+
+
+ A manual connection was requested, but the settings are not configured.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ Una conexión manual fue solicitada, pero el host/puerta no fue configurada.
+ Por favor, especificar el host/puerta y usario/contraseña en el menú Editar->Configuración.
+
+
+
+
+ Could not connect to hushd configured in settings.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ No su puede conectar a hushd usando la configuración actual.
+
+Por favor, especificar el host/puerta y usario/contraseña en el menú Editar->Configuración.
+
+
+
+
+ This may take several hours
+
+
+
+
+
+
+
+ Transaction Error
+ Error De Transacción
+
+
+
+ failed. Please check the help site for more info
+ falló. Por favor, consulte el sitio de ayuda para más información
+
+
+
+ You have hushd set to start as a daemon, which can cause problems with silentdragon
+
+.Please remove the following line from your hush.conf and restart silentdragon
+daemon=1
+ Has configurado hushd para ejecutar como demonio, lo que puede causar problemas con silentdragon.
+Por favor, eliminar la siguente linea de hushd.conf y reinicia silentdragon
+daemon=1
+
+
+
+ Couldn't start the embedded hushd.
+
+Please try restarting.
+
+If you previously started hushd with custom arguments, you might need to reset hush.conf.
+
+If all else fails, please run hushd manually.
+ No se pudo iniciar hushd incorporado.
+
+Por favor, intenta reiniciar.
+
+Si todo falla, por favor ejecutar hushd manualmente.
+
+
+
+
+ The process returned
+ El proceso devuelto
+
+
+
+ Couldn't connect to hushd configured in hush.conf.
+
+Not starting embedded hushd because --no-embedded was passed
+ No se pudo conectar con hushd configurado en hushd.conf.
+
+No iniciaré hushd incorporado porque la opcion --no-embedded fue dada.
+
+
+
+ hushd error
+ error de hushd
+
+
+
+ Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
+ Autenticación fallida. El usario/contraseña que epecificó no fue aceptado por hushd. Intenta cambiarlo en el menu Editar->Configuración.
+
+
+
+ Your hushd is starting up. Please wait.
+ Tu hushd se está iniciando. Por favor espera.
+
+
+
+
+ Connection Error
+ Error de conexión
+
+
+
+ There was an error sending the transaction. The error was:
+ Hubo un error al enviar la transacción. El error fue:
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx presentado (clic derecho para copiar) txid:
+
+
+
+ Locked funds
+ Fondos bloqueados
+
+
+
+ Could not initiate migration.
+You either have unconfirmed funds or the balance is too low for an automatic migration.
+ No se pudo iniciar la migración.
+El saldo es insuficiente para una migración automática.
+
+
+
+
+
+ Computing Tx:
+ Calculando Tx:
+
+
+
+ Type
+ Tipo
+
+
+
+ Address
+ Dirección
+
+
+
+ Date/Time
+ Fecha/Hora
+
+
+
+ Amount
+ Monto
+
+
+
+ Confirmations
+
+
+
+
+ Pick
+
+
+
+
+ Address or Label Error
+
+
+
+
+ Address or Label cannot be empty
+
+
+
+
+ Address Format Error
+ Error en el formato de la dirección.
+
+
+ doesn't seem to be a valid dragonx address.
+ no parece ser una dirección hush válida
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+
+
+
+
+ Label Error
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+
+
+
+
+ Import Address Book
+
+
+
+
+ Unable to open file
+ No es posible abrir el archivo
+
+
+
+ Address Book Import Done
+
+
+
+
+ Imported %1 new Address book entries
+
+
+
+
+ Copy address
+ Copiar dirección
+
+
+
+ Copied to clipboard
+ Copiado al portapapeles
+
+
+
+ Delete label
+ Eliminar etiqueta
+
+
+
+ Connected directly
+
+
+
+
+ Connected over the internet via silentdragon wormhole service
+
+
+
+
+ Node is still syncing.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+
+
+
+
+ No dragonx price was available to convert from USD
+
+
+
+
+ Computing Recurring Tx:
+
+
+
+
+
+ View on block explorer
+ Ver en el explorador de bloques
+
+
+
+ View Error
+
+
+
+
+ Reported Error
+
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+
+
+
+
+ All future payments will be cancelled.
+
+
+
+
+ RecurringDialog
+
+
+ Dialog
+
+
+
+
+ View
+
+
+
+
+ Delete
+
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Monto
+
+
+
+ Schedule
+
+
+
+
+ Payments Left
+
+
+
+
+ Next Payment
+
+
+
+
+ To
+ A
+
+
+
+ Every
+
+
+
+
+ None
+
+
+
+
+ RecurringPayments
+
+
+ Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+
+
+
+
+ Status
+
+
+
+
+ Txid
+
+
+
+
+ Not due yet
+
+
+
+
+ Pending
+
+
+
+
+ Skipped
+
+
+
+
+ Paid
+
+
+
+
+ Error
+
+
+
+
+
+ Unknown
+
+
+
+
+ RecurringPending
+
+
+ Dialog
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+
+
+
+
+ Schedule
+
+
+
+
+ How should silentdragon proceed?
+
+
+
+
+ Pay All in 1 Tx
+
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+
+
+
+
+ Pay Latest Only
+
+
+
+
+ Pay None
+
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+
+
+
+
+ Description
+
+
+
+
+ To
+ A
+
+
+
+ The following recurring payment has multiple payments pending
+
+
+
+
+ RequestDialog
+
+
+ Payment Request
+
+
+
+
+ AddressBook
+
+
+
+
+ Request From
+
+
+
+
+ My Address
+
+
+
+
+ Amount in
+
+
+
+
+ z address
+
+
+
+
+ Amount
+ Monto
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+
+
+
+
+ Amount USD
+
+
+
+
+ Memo
+ Memo
+
+
+
+ TextLabel
+
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+
+
+
+
+ Pay To
+
+
+
+
+ Pay
+
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+
+
+
+
+ Can only request from Sapling addresses
+
+
+
+
+ Settings
+
+
+ Settings
+ Configuración
+
+
+
+ hushd connection
+ conexión hushd
+
+
+
+ Host
+ Host
+
+
+
+ Port
+ Puerto
+
+
+
+ RPC Username
+ Nombre de usario RPC
+
+
+
+ RPC Password
+ Contraseña de RPC
+
+
+
+ Options
+ Opciones
+
+
+
+ Check git for updates at startup
+
+
+
+
+ Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.
+
+
+
+
+ Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
+ Las transacciones protegidas se guardan localmente y se muestran en la pestaña de transacciones. Si desactivas esto, las transacciones protegidas no aparecerán en la pestaña de transacciones.
+
+
+
+ Connect via Tor
+
+
+
+
+ Connect to git on startup to check for updates
+
+
+
+
+ Connect to the internet to Fetch dragonx prices
+
+
+
+
+ Fetch hush / USD prices
+
+
+
+
+ Troubleshooting
+
+
+
+
+ Reindex
+
+
+
+
+ Rescan the blockchain for any missing wallet transactions and to correct your wallet balance. This may take several hours. You need to restart silentdragon for this to take effect
+
+
+
+
+ Rescan
+
+
+
+
+ Rebuild the entire blockchain from the genesis block, by rescanning all the block files. This may take several hours to days, depending on your hardware. You need to restart silentdragon for this to take effect
+
+
+
+
+ Clear History
+ Borrar historial
+
+
+
+ Remember shielded transactions
+ Recuerde las transacciones protegidas
+
+
+
+ Allow custom fees
+ Permitir tarifas personalizadas
+
+
+
+ Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
+ Permite utilizar tarifas no estándar al enviar transacciones. Habilitar esta opción puede reducir su privacidad porque las tarifas son transparentes.
+
+
+
+ Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
+ Normalmente, el vuelto de las t-Addr va a otra t-Addr. Al marcar esta opción, se enviará el vuelto a su dirección protegida. Marcar esta opción para aumentar tu privacidad.
+
+
+
+ Shield change from t-Addresses to your sapling address
+ Proteger el vuelto de direcciones t-Addr a su direccion Sapling
+
+
+
+ Turnstile
+
+
+
+ Turnstile Migration
+ Migración Turnstile
+
+
+
+ Migrate over
+ Tiempo de migración
+
+
+
+ From
+ Desde
+
+
+
+ <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
+ <html><head/><body><p>Fondos de direcciones z-Addr Sprout (que comienzan con "zc") necesitan ser movidos a direcciones z-Addr Sapling (que comienzan con "zs"). Los fondos no pueden ser movidos directamente, deben enviarse a través de direcciones intermedias "transparentes" de manera que se mantenga la privacidad.</p><p>Esta migración se puede hacer automáticamente.</p></body></html>
+
+
+
+ To
+ A
+
+
+
+ Balance
+ Saldo
+
+
+
+ Miner Fees
+ Cuota Minera
+
+
+
+ Total Balance
+ Saldo Total
+
+
+
+ TurnstileProgress
+
+
+ Turnstile Migration Progress
+ Progreso de la migracion Turnstile
+
+
+
+ From
+ Desde
+
+
+
+ To
+ A
+
+
+
+ Please ensure you have your wallet.dat backed up!
+ Por favor, asegúrese de tener una copia de seguridad de wallet.dat!
+
+
+
+ Next Transaction in 4 hours
+ Siguente transacción en 4 horas
+
+
+
+ Migration Progress
+ Progreso de la migracion
+
+
+
+ ValidateAddress
+
+
+ Validate Address
+
+
+
+
+ TextLabel
+
+
+
+
+ Address:
+
+
+
+
+ ValidateAddressesModel
+
+
+ Property
+
+
+
+
+ Value
+
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+
+
+
+
+ Export All Keys
+
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Dirección
+
+
+
+ Balance (%1)
+
+
+
+
+ about
+
+
+ About
+ Sobre
+
+
+
+ addressBook
+
+
+ Address Book
+ Directorio
+
+
+
+ Add New Address
+ Agregar nueva dirección
+
+
+
+ Address (z-Addr or t-Addr)
+ Dirección (z-Addr o t-Addr)
+
+
+
+ Label
+ Etiqueta
+
+
+
+ Add to Address Book
+ Agregar a Directorio
+
+
+
+ Import Address Book
+
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Confirmar Transacción
+
+
+
+ From
+ Desde
+
+
+
+ To
+ A
+
+
+
+ Recurring Payment
+
+
+
+
+ TextLabel
+
+
+
+
+ hushd doesn't seem to have any peers. You might not be connected to the internet, so this transaction might not work.
+
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Estás enviando una transacción mientras su nodo aún se esta sincronizando. Esto puede no funcionar.
+
+
+
+ You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
+ Estás utilizando una tarifa personalizada. Como las tarifas son transparentes estás perdiendo algo de privacidad. Por favor, solo haz esto si sabes lo que estás haciendo!
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+
+
+
+
+ Show Advanced Configuration
+
+
+
+
+ Your dragonx node will be configured for you automatically
+
+
+
+
+ Enable Fast Sync
+
+
+
+
+ Allow connections to the internet to check for updates, get hush/USD prices etc...
+
+
+
+
+ Use custom datadir
+
+
+
+
+ Connect to the internet for updates and price feeds
+
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+
+
+
+
+ <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
+
+
+
+
+ Choose directory
+
+
+
+
+ Connect over Tor
+
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+
+
+
+
+ Schedule
+
+
+
+
+ Payment Description
+
+
+
+
+ From
+ Desde
+
+
+
+ Number of payments
+
+
+
+
+ Amount
+ Monto
+
+
+
+ Next Payment
+
+
+
+
+ To
+ A
+
+
+
+ Memo
+ Memo
+
+
+
+ zboard
+
+
+ Post to z-board.net
+ Publicar en z-board.net
+
+
+
+ Total Fee
+ Costo Total
+
+
+
+ Memo
+ Memo
+
+
+
+ (optional)
+ (opcional)
+
+
+
+ Send From
+ Enviado desde
+
+
+
+ Post As:
+ Publicar Como:
+
+
+
+ <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+ <html><head/><body><p>ZBoard: Mensajes de chat totalmente anónimos e imposibles de rastrear basados en la cadena de bloques hush. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+
+
+
+ Warning
+ Advertencia
+
+
+
+ Posting to Board
+ Publicar en ZBoard
+
+
+
diff --git a/res/silentdragonxlite_pt.ts b/res/silentdragonxlite_pt.ts
index 1a953a2..b1caa9a 100644
--- a/res/silentdragonxlite_pt.ts
+++ b/res/silentdragonxlite_pt.ts
@@ -1,3572 +1,3572 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Etiqueta
-
-
-
- Address
- Endereço
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Endereço
-
-
-
- Amount
- Quantia
-
-
-
- ChatBubbleMe
-
-
- Form
-
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
-
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
- silentdragon
- silentdragon
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- A iniciar
-
-
-
- Controller
-
-
- Wallet Password
- Palavra passe da carteira
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- A sua carteira está encriptada.
- Por favor digite a palavra passe.
-
-
-
-
- Wallet Decryption Failed
- Falhou a decriptação da carteira
-
-
-
- Please enter a valid password
- Por favor digite uma palavra passe válida
-
-
-
- Failed to unlock wallet
- Falha ao desbloquear a carteira
-
-
-
- CreateWalletForm
-
- Form
- Formato
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- Recuperar a carteira a partir da semente
-
-
- Restore an existing wallet, using the 24-word seed.
- Recuperar uma carteira existente, a partir da semente de 24 palavras.
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Create a new Wallet
- Criar uma nova carteira
-
-
- Create a new wallet with a randomly generated seed.
- A sua carteira não está encriptada com uma palavra passe.
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Cancelar
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
- silentdragon
- silentdragon
-
-
-
- Balance
- Saldo
-
-
-
- Summary
- Sumário
-
-
-
- Shielded
- Blindado
-
-
-
- Notarized
- Reconhecido
-
-
-
- Transparent
- Transparente
-
-
-
- Total
- Total
-
-
- Some transactions are not yet confirmed
- Algumas transações ainda não estão confirmadas
-
-
-
- Address Balances
- Balanço dos Endereços
-
-
-
-
- Send
- Enviar
-
-
- From
- Endereço de partida
-
-
- Address Balance
- Saldo do Endereço
-
-
-
- Send To
- Enviar para
-
-
-
- Recipient
- Destinatário
-
-
-
-
-
-
-
- Address
- Endereço
-
-
-
-
- Address Book
- Agenda
-
-
-
-
-
-
- Amount
- Quantidade
-
-
-
- Max Available
- Máximo disponível
-
-
-
-
-
-
- Memo
- Memo
-
-
-
- Add Recipient
- Adicionar destinatário
-
-
- Recurring payment
- Pagamento recorrente
-
-
- Every month, starting 12-May-2012, for 6 payments
- Todos os meses, desde 12-Maio-2012, em 6 pagamentos
-
-
- Edit Schedule
- Editar agendamento
-
-
-
-
- Miner Fee
- Taxa de mineração
-
-
-
- 0
- 0
-
-
-
- Cancel
- Cancelar
-
-
-
- Receive
- Receber
-
-
-
- Address Type
- Tipo de Endereço
-
-
-
- Version drgxlightd
- Versão de drgxlightd
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &Send DenioD Feedback
- Enviar avaliação para DenioD
-
-
-
- &Export seed phrase
- Exportar frase semente
-
-
-
- Encrypt Wallet
- Encriptar carteira
-
-
-
- Remove Wallet Encryption
- Remover encriptação da carteira
-
-
-
- Rescan
- Redigitalizar
-
-
-
- &DragonX Telegram
- Telegram da DragonX
-
-
-
- Spendable
-
-
-
-
- Deposit DragonX
-
-
-
-
- Information about DragonX
- Informação sobre a Hush
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Informação da Blockchain da Hush</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
- Next Halving
- Próximo Halving
-
-
-
- Difficulty
- Dificuldade
-
-
-
- Last Notarized Block
- Último bloco reconhecido
-
-
-
- Total Supply
- Provisão total
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- Longestchain
- Cadeia mais comprida
-
-
-
- BlockHeight
- Altura dos blocos
-
-
-
- Supply zAddr
- Forneça zAddr
-
-
-
- Supply tAddr
- Forneça tAddr
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Informação do mercado da Hush</span></p></body></html>
-
-
-
- Market Cap
- Capital de mercado
-
-
-
- Volume on Exchanges
- Volume nas bolsas
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
- <html><head/><body><p align="center">Esta é uma carteira light, não consegue minerar!</p></body></html>
-
-
-
- Import Private Key
-
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- E&xit
-
-
-
-
- &DragonX Website
- Site da Hush
-
-
- z-Addr(Sapling)
- z-Addr(Jovem)
-
-
- t-Addr
- t-Addr
-
-
- z-Addr(Sprout)
- z-Addr(Sapling)
-
-
- New Address
- Novo Endereço
-
-
-
- Label
- Etiqueta
-
-
-
- Update Label
- Atualizar
-
-
-
- Address balance
- Balanço do endereço
-
-
-
- Optional
- Opcional
-
-
-
-
- Export Private Key
- Exportar Chave Privada
-
-
-
- z-Addr
- z-Addr
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- Your node is still syncing, balances may not be updated.
- O seu nó ainda está em sincronia, os balanços apresentados podem não estar correctos.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Algumas transacções ainda estão por confirmar. Os balanços podem mudar.
-
-
-
- Total notarized funds available:
- Total de fundos verificados disponíveis:
-
-
-
- Next Address
- Próximo Endereço
-
-
-
- Your node is still syncing, balances may not be updated
- O seu nó ainda está em sincronia, os balanços podem não estar correctos
-
-
-
- View All Addresses
- Ver Todos os Endereços
-
-
-
- Transactions
- Transações
-
-
- hushd
- hushd
-
-
- This is a Lightwallet, you cant mine with it! not mining
- Isto é uma carteira light, não consegue minerar! Não está a minar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- A carregar...
-
-
- Blockheight
- Altura do Bloco
-
-
- Version hushd light rate
- Taxa de soluções da rede
-
-
-
- Vendor
- Fornecedor
-
-
- |
- |
-
-
-
- &File
- &Ficheiro
-
-
-
- &Help
- &Ajuda
-
-
- &Apps
- &Aplicações
-
-
-
- &Edit
- &Editar
-
-
- &Exit
- Sair
-
-
-
- &About
- &Sobre
-
-
-
- &Settings
- &Opções
-
-
-
- Ctrl+P
- Ctrl+P
-
-
- &Donate
- &Doar
-
-
-
- Check git for &updates
- &Verificar git por actualizações
-
-
- Sapling &turnstile
- Sapling &turnstile
-
-
- Ctrl+A, Ctrl+T
- Ctrl+A, Ctrl+T
-
-
- &Import private key
- &Importar chave privada
-
-
-
- &Export all private keys
- &Exportar todas as chaves privadas
-
-
- &z-board.net
- &z-board.net
-
-
- Ctrl+A, Ctrl+Z
- Ctrl+A, Ctrl+Z
-
-
-
- Address &book
- &Livro de Endereços
-
-
-
- Ctrl+B
- Ctrl+B
-
-
- &Backup wallet.dat
- &Guardar wallet.dat
-
-
-
-
- Export transactions
- Exportar transacções
-
-
-
- Pay drgx &URI...
- Pagar através de &URI hush...
-
-
- Connect mobile &app
- Conectar &aplicação móvel
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Pagamentos recorrentes
-
-
-
- Request drgx...
- Pedir hush...
-
-
-
- File a bug...
- Denunciar um bug...
-
-
- Thanks for supporting silentdragon!
- Obrigado por apoiar a silentdragon!
-
-
- Donate 0.01
- Doar 0.01
-
-
- to support silentdragon
- para apoiar silentdragon
-
-
- You are on testnet, your post won't actually appear on z-board.net
- Você está na testnet, o seu post não aparecerá no z-board.net
-
-
- You need a sapling address with available balance to post
- Você precisa de um endereço Sapling com saldo disponível para postar
-
-
- Computing Tx:
- Gerando Tx:
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- Chaves importadas. Pode demorar alguns minutos para re-escanear a blockchain. Até lá, funcionalidades poderão estar limitadas
-
-
- Private key import rescan finished
- Re-escan de chave privada completo
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- O URI deve ter a forma 'hush:<addr>?amt=x&memo=y
-
-
-
- View tx on block explorer
- Ver tx no explorador de blocos
-
-
-
-
- Failed to restore wallet
- Falha a recuperar carteira
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite precisa de 24 palavras para recuperar a carteira
-
-
-
- Failed to parse wallet birthday
- Falha ao analisar aniversário da carteira
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Não foi possível perceber o aniversário da carteira. Isto deve ser uma altura de bloco donde se verifica a carteira. Pode deixá-la como '0' se não souber o que pôr.
-
-
-
- Couldn't restore the wallet
- Não foi possível recuperar a carteira
-
-
-
- Failed to save wallet
- Falha ao guardar carteira
-
-
-
- Couldn't save the wallet
- Não foi possível guardar a carteira
-
-
-
- Out of memory!
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Refresh
- Actualizar
-
-
- Please paste your private keys (z-Addr or t-Addr) here, one per line
- Coloque as suas chaves privadas (z-Addr ou t-Addr) aqui, uma por linha
-
-
- The keys will be imported into your connected hushd node
- As chaves serão importadas em seu nó hushd conectado
-
-
-
- Error
- Erro
-
-
-
- Error exporting transactions, file was not saved
- Erro a exportar transacções, ficheiro não guardado
-
-
- No wallet.dat
- Nenhum wallet.data
-
-
- Couldn't find the wallet.dat on this computer
- Não foi localizado o wallet.dat nesse computador
-
-
- You need to back it up from the machine hushd is running on
- Precisa de guardá-lo a partir da máquina onde o hushd está a ser executado
-
-
- Backup wallet.dat
- Salvar wallet.dat
-
-
- Couldn't backup
- Não foi possível salvar
-
-
- Couldn't backup the wallet.dat file.
- Não foi possível salvar o arquivo wallet.dat.
-
-
- You need to back it up manually.
- Você precisar salvá-lo manualmente.
-
-
-
- These are all the private keys for all the addresses in your wallet
- YOUR_TRANSLATION_HERE
-
-
-
- Private key for
- Chave privada para
-
-
-
-
- Save File
- Salvar Arquivo
-
-
- Wallet is already encrypted
- A carteira já se encontra encriptada
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- A carteira já se encontra encriptada com uma palavra passe.
-Por favor usa 'Desencriptar carteira' se quiser remover a encriptação da carteira.
-
-
-
- Passwords don't match
- As palavras passes não correspondem
-
-
- Error was:
-
- Erro era:
-
-
- Wallet Encrypted
- Cartera encriptada
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- A tua carteira foi encriptada com sucesso! A palavra passe vai ser precisa para enviar fundos ou exportar as chaves privadas.
-
-
-
-
- Wallet Encryption Failed
- Falhou a desencriptação da carteira
-
-
-
- Wallet is not encrypted
- A carteira não está encriptada
-
-
- Your wallet is not encrypted with a password.
- A sua carteira não está encriptada com uma palavra passe.
-
-
- Wallet Password
- Palavra passe da carteira
-
-
- Please enter your wallet password
- Por favor digite a palavra passe da carteira
-
-
- Wallet Decryption Failed
- Falhou a desencriptação da carteira
-
-
- Please enter a password to decrypt your wallet!
- Por favor digite a palavra passe para desencriptar a carteira!
-
-
- Wallet Encryption Removed
- Encriptação da carteira removida
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- A carteira foi desencriptada com sucesso! Não será mais necessário a palavra passe para enviar fundos ou
- exportar as chaves privadas
-
-
-
-
- Copy block explorer link
- Copiar link do explorador de blocos
-
-
-
- Currency Change
- Mudar de moeda
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Esta é a semente da sua carteira. Por favor, guarde-a em segurança.
-
-
-
-
- Unable to open file
- Não foi possível abrir o arquivo
-
-
-
- Error getting private keys
- Erro ao obter as chaves privadas
-
-
-
- Error loading private keys:
- Erro ao carregar as chaves privadas:
-
-
-
-
- Copy address
- Copiar endereço
-
-
-
-
-
-
- Copied to clipboard
- Copiado
-
-
-
- Get private key
- Obter chave privada
-
-
- Shield balance to Sapling
- Proteger saldo para Sapling
-
-
-
-
- View on block explorer
- Ver no explorador de blocos
-
-
- Migrate to Sapling
- Migrar para Sapling
-
-
-
-
- Copy txid
- Copiar txid
-
-
- Restart
- Reiniciar
-
-
- Please restart Silentdragonlite to have the theme apply
- Por favor reinicie a SilentDragonXLite para aplicar o tema
-
-
-
- This change can take a few seconds.
- As alterações podem demorar alguns segundos.
-
-
- Some feedback about SilentDragonlite or Hush...
- Alguma sugestão acerca da SilentDragonlite ou Hush...
-
-
- or SilentDragonXLite
- ou SilentDragonXLite
-
-
- Send DenioD some private and shielded feedback about
- Enviar ao DenioD alguma sugestão privada e protegida acerca
-
-
-
- Wrong Privatkey format
-
-
-
-
- Paste DRGX URI
- Colar URI DRGX
-
-
-
- Error paying DRGX URI
- Erro ao pagar DRGX URI
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- View Payment Request
- Ver o requerimento de pagamento
-
-
-
- View Memo
- Ver Memo
-
-
-
- Reply to
- Responder para
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- Criar novo t-Addr
-
-
-
- Copy Address
- Copiar Endereço
-
-
-
- Address has been previously used
- Endereço foi usado anteriormente
-
-
-
- Address is unused
- Endereço inutilizado
-
-
-
- Cannot support multiple addresses
- Não é possível suportar múltiplos endereços
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Pagamentos recorrentes não suportam actualmente múltiplos endereços
-
-
-
- Recipient
- Destinatário
-
-
-
- Only z-addresses can have memos
- Apenas z-Addresses podem conter recados
-
-
- Memos can only be used with z-addresses
- Memos só podem ser anexados com z-Addresses
-
-
- The memo field can only be used with a z-address.
-
- O campo memo só pode ser usado com z-Addresses.
-
-
-
-
-doesn't look like a z-address
-
-não se parece com um z-Address
-
-
-
-
- Please wait...
- Por favor, aguarde...
-
-
-
- Computing your transaction
- A calcular a sua transacção
-
-
-
-
- Done!
- Feito!
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
- Fundos disponíveis insuficientes para enviar esta transacção
-
-Tem: %1
-Precisa: %2
-
-Nota: Os fundos precisam de 5 confirmações para serem gastos
-
-
- Change from
- Troco de
-
-
-
- Transaction Error
- Erro na Transação
-
-
- From Address is Invalid
- Endereço de partida inválido
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- Recipient Address
- Endereço destinatário
-
-
-
-
-
-
-
- is Invalid
- é Inválido
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Quantia para o endereço '%1' é inválido!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Fundos disponíveis insuficientes para enviar esta transacção
-
-Tem: %1
-Precisa: %2
-
-Nota: Os fundos precisam de 5 confirmações para serem gastos {1
-?} {2
-?} {1 ?}
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
-
- MemoDialog
-
-
-
- Memo
- Recado
-
-
-
- Include Reply Address
- Incluír Endereço de Resposta
-
-
-
- MemoEdit
-
-
- Reply to
- Responder para
-
-
-
- MigrationDialog
-
- Migration Turnstile
- Migração de Turnstile
-
-
- Migration History
- Histórico de Migração
-
-
- Migrated Amount
- Quantia Migrada
-
-
- Unmigrated Amount
- Quantia por Migrar
-
-
- Sprout -> Sapling migration enabled
- Migração de Sprout -> Sapling activa
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- Se activo, hushd vai lentamente migrar os seus fundos protegidos do tipo Sprout para o teu endereço Sapling.
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Conectar aplicação móvel
-
-
-
- QR Code
- Código QR
-
-
- Conection String
- String de Conexão
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Permitir ligaçẽs de internet via silentdragon wormhole
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Digitalizar este QRCode na sua aplicação Silentdragon Companion para conectar o seu dispositivo móvel
-
-
-
- Mobile Connector App
-
-
-
-
- Connection String
-
-
-
-
- silentdragon Companion App
- Aplicação Silentdragon Companion
-
-
-
- Disconnect
- Desconectar
-
-
-
-
- TextLabel
- Label de texto
-
-
-
- Last seen:
- Última vez visto em:
-
-
-
- Connection type:
- Tipo de Conexão
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- De
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- Esta é a semente da tua carteira. POR FAVOR GUARDA-A.
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- A frase semente é a ÚNICA maneira de recuperar a carteira. Se a perderes, NÃO HÁ QUALQUER MANEIRA DE A RECUPERARES JUNTAMENTE COM OS TEUS FUNDOS
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
- Erro ao criar carteira
-
-
-
- Failed to save wallet
- Falha ao guardar carteira
-
-
-
- Couldn't save the wallet
- Não foi possível guardar a carteira
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
- Private Key
- Chave Privada
-
-
-
- Private Keys
- Chaves Privada
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
- Attempting autoconnect
- Tentando o autoconnect
-
-
- Starting embedded hushd
- A inicar o hushd embebido
-
-
- hushd is set to run as daemon
- erro no hushd
-
-
- Waiting for hushd
- Esperando pelo hushd
-
-
- You have hushd set to start as a daemon, which can cause problems with silentdragon
-
-.Please remove the following line from your hush.conf and restart silentdragon
-daemon=1
- Você tem hushd configurado como daemon, o que pode causar problemas com a silentdragon
- Por favor, remova a seguinte linha do seu hush.conf e reinicie a silentdragon:
-daemon=1
-
-
- Couldn't start the embedded hushd.
-
-Please try restarting.
-
-If you previously started hushd with custom arguments, you might need to reset hush.conf.
-
-If all else fails, please run hushd manually.
- Não foi possível iniciar o hushd embebido.
-Por favor, tente reiniciar.
-Se você iniciou hushd anteriormente com parâmetros customizados você pode precisar dar reset ao seu hush.conf.
-
-Se ainda assim não der certo, por favor corre o hushd manualmente.
-
-
- Couldn't connect to hushd configured in hush.conf.
-
-Not starting embedded hushd because --no-embedded was passed
- Não foi possível conectar ao hushd configurado em hush.conf.
-
-Não iniciando hushd embebido porque nenhum foi passado como parâmetro
-
-
- All Downloads Finished Successfully!
- Todos os downloads terminaram com sucesso!
-
-
- Couldn't download params. Please check the help site for more info.
- Não foi possível baixar os parâmetros. Por favor, verifique o site de ajuda para mais informações.
-
-
- The process returned
- O processo retornou
-
-
- Downloading
- A descargar
-
-
- more remaining )
- restantes )
-
-
- MB of
- MB de
-
-
- MB at
- MB a
-
-
- Downloading blocks
- Descarregando blocos
-
-
- Blockheight
- Altura do bloco
-
-
- Syncing
- Sincronizando
-
-
- Connected
- Conectado
-
-
- testnet:
- testnet:
-
-
- Connected to hushd
- Conectado ao hushd
-
-
- There was an error connecting to hushd. The error was
- Ocorreu um erro conectando ao hushd. O erro foi
-
-
-
-
-
-
-
-
- The transaction with id
- A transação com id
-
-
-
-
-
-
-
-
- failed. The error was
- falhou. O erro foi
-
-
-
-
-
-
-
-
-
- failed
- falhou
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
- tx computing. This can take several minutes.
- gerando transação. Isso pode levar alguns minutos.
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- Actualização disponível
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Uma nova versão v%1 estã disponível! Tu tens v%2.
-
-
-
- No updates available
- Não há actualizações disponíveis
-
-
-
- You already have the latest release v%1
- Você já tem a última release v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Por favor aguarde pela SilentDragonXLite terminar
-
-
-
-
- It may take several minutes
-
-
-
- Please wait for silentdragon to exit
- Por favor aguarde pela SilentDragonXLite terminar
-
-
- Waiting for hushd to exit
- Por favor aguarde pela hushd terminar
-
-
- failed. Please check the help site for more info
- falhou. Por favor, veja o site de ajuda para mais informações
-
-
- hushd error
- erro no hushd
-
-
- A manual connection was requested, but the settings are not configured.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- Uma conexão manual foi requisitada, mas os ajustes não estão configurados.
-
-Por favor, coloque o host/porta e usuário/senha no menu Editar>Preferências.
-
-
- Could not connect to hushd configured in settings.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- Não foi possível conectar ao hushd configurado nas preferências.
-
-Por favor, coloque o host/porta e usuário/senha no menu Editar>Preferências.
-
-
- Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
- Autenticação falhou. O usuário/senha especificado não foi aceitado pelo hushd. Tente alterá-los em Editar->Preferências
-
-
- Your hushd is starting up. Please wait.
- Seu hushd está iniciando. Por favor aguarde.
-
-
-
- Attempting to initialize library with
- A tentar iniciar a biblioteca com
-
-
-
- Using existing wallet.
- A usar a carteira existente.
-
-
-
- Create/restore wallet.
- Criar/recuperar carteira.
-
-
-
-
- Connection Error
- Erro na Conexão
-
-
-
-
-
-
-
-
-
- Transaction Error
- Erro na transacção
-
-
-
- There was an error sending the transaction. The error was:
- Ocorreu um erro enviando a transacção. O erro foi:
-
-
-
-
- No Connection
- Sem Conexão
-
-
-
- Pick
- Escolha
-
-
-
-
-
- Address or Label Error
- Erro de Endereço ou Label
-
-
-
-
-
- Address or Label cannot be empty
- Endereço ou Label não podem estar vazios
-
-
-
-
-
- Address Format Error
- Erro no Formato do Endereço
-
-
- doesn't seem to be a valid dragonx address.
- não parece um endereço válido de hush.
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- não parece um endereço válido de hush.
-
-
-
-
-
-
- Label Error
- Erro de Label
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- A label '%1' já existe. Por favor remove a label existente.
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Importar Livro de Endereços
-
-
-
- Unable to open file
- Não foi possível abrir o arquivo
-
-
-
- Address Book Import Done
-
-
-
-
- Imported %1 new Address book entries
-
-
-
-
- Copy address
- Copiar endereço
-
-
-
- Copied to clipboard
- Copiado
-
-
-
- Delete label
- Apagar
-
-
-
- Tx submitted (right click to copy) txid:
- Tx enviada (botão-direito para copiar) txid:
-
-
- Locked funds
- Fundos bloqueados
-
-
- Could not initiate migration.
-You either have unconfirmed funds or the balance is too low for an automatic migration.
- Não foi possível iniciar a migração.
-Você possui fundos não confirmados ou o saldo é muito baixo para uma migração automática.
-
-
- Computing Tx:
- Calculando Tx:
-
-
-
- Type
- Tipo
-
-
-
- Address
- Endereço
-
-
-
- Date/Time
- Data/Hora
-
-
-
- Amount
- Quantidade
-
-
-
- Confirmations
- Confirmações
-
-
-
- Connected directly
- Conectado directamente
-
-
-
- Connected over the internet via silentdragon wormhole service
- Conectado por internet via o serviço silentdragon wormhole
-
-
-
-
- Node is still syncing.
- O nó ainda está sincronizando
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Sem endereços sapling/transparentes com suficiente balanço para gastar
-
-
-
- No dragonx price was available to convert from USD
- Sem preço hush disponível para a conversão de USD
-
-
-
- View on block explorer
- Ver no explorador de blocos
-
-
-
- View Error
- Ver Erro
-
-
-
- Reported Error
- Erro reportado
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Tem a certeza que deseja eliminar o pagamento recorrente?
-
-
-
- All future payments will be cancelled.
- Todos os futuros pagamentos serão cancelados
-
-
-
- RecurringDialog
-
- Dialog
- Diálogo
-
-
-
- Recurring Dialog
-
-
-
-
- View
- Ver
-
-
-
- Delete
- Apagar
-
-
-
- RecurringListViewModel
-
-
- Amount
- Quantidade
-
-
-
- Schedule
- Agendar
-
-
-
- Payments Left
- Pagamentos restantes
-
-
-
- Next Payment
- Próximo Pagamento
-
-
-
- To
- Para
-
-
-
- Every
- Todos
-
-
-
- None
- Nenhums
-
-
-
- RecurringPayments
-
- Payments
- Pagamentos
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Data
-
-
-
- Status
- Estado
-
-
-
- Txid
- id Tx
-
-
-
- Not due yet
- Não devido ainda
-
-
-
- Pending
- Pendente
-
-
-
- Skipped
- Ignorado
-
-
-
- Paid
- Pago
-
-
-
- Error
- Erro
-
-
-
-
- Unknown
- Desconhecido
-
-
-
- RecurringPending
-
- Dialog
- Diálogo
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Os pagamentos não irão ser processados. Pode pagar manualmente na caixa de diálogo dos pagamentos recorrentes
-
-
-
- Schedule
- Agendar
-
-
-
- How should silentdragon proceed?
- Como deve a silentdragon proceder?
-
-
-
- Pay All in 1 Tx
- Pagar tudo em 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Só o último pagamento pendente será processado. Todos os anteriores serão ignorados
-
-
-
- Pay Latest Only
- Pagar o último apenas
-
-
-
- Pay None
- Pagar nenhum
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Todos os pagamentos pendentes obtidos, adicionados e pagos numas única transacção
-
-
-
- Description
- Descripção
-
-
-
- To
- Para
-
-
-
- The following recurring payment has multiple payments pending
- O seguinte pagamento recorrente tem vários pagamentos pendentes
-
-
-
- RequestDialog
-
-
- Payment Request
- Pedir pagamento
-
-
-
- AddressBook
- Livro de endereços
-
-
-
- Request From
- Pedir desde
-
-
-
- My Address
- O meu endereço
-
-
-
- Amount in
- Quantia em
-
-
-
- z address
- Endereço z
-
-
-
- Amount
- Quantidade
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- O destinatários irá ver este endereço no campo "para" quando pagarem o teu pedido.
-
-
-
- Amount USD
- Quantia em USD
-
-
-
- Memo
- Memo
-
-
-
- TextLabel
- Label de texto
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Pedir pagamento de um endereço Sapling. Irá enviar 0.0001 hush para o endereço com o pagamento hush URI. O memo irá
- ser incluído na transacção quando o endereço te pagar.
-
-
-
- Error paying DRGX URI
- Erro ao pagar URI hush
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI deve ser da forma 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Para a
-
-
-
- Pay
- Pagar
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Está a pagar um pedido de pagamento. O seu endereço não irá ser visível para a pessoa a quem está a pedir.
-
-
-
- Can only request from Sapling addresses
- Apenas pode pedir desde um endereço Saplinig
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- Formato
-
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
- Por favor digite em baixo a sua semente de 24 palavras
-
-
-
- Wallet Seed
- Semente da Carteira
-
-
-
- Wallet Birthday
- Aniversário da Carteira
-
-
- 0
- 0
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- O aniversário da carteira é a altura do bloco em que a carteira fez a primeira transacção. Se não sabe isto, deixe-a como "0" (Vai demorar mais para verificar)
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Recuperar a carteira a partir da semente
-
-
-
-
- Failed to restore wallet
- Falha a recuperar carteira
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite precisa de 24 palavras para recuperar a carteira
-
-
-
- Failed to parse wallet birthday
- Falha ao analisar aniversário da carteira
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Não foi possível perceber o aniversário da carteira. Isto deve ser uma altura de bloco donde se verifica a carteira. Pode deixá-la como '0' se não souber o que pôr.
-
-
-
- Couldn't restore the wallet
- Não foi possível recuperar a carteira
-
-
-
- Failed to save wallet
- Falha ao guardar carteira
-
-
-
- Couldn't save the wallet
- Não foi possível guardar a carteira
-
-
-
- Settings
-
-
- Settings
- Opções
-
-
- hushd connection
- Conexão com hushd
-
-
- Host
- Hóspede
-
-
- Port
- Porta
-
-
- RPC Username
- RPC-Usuário
-
-
- RPC Password
- RPC-Senha
-
-
-
- Options
- Opções
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Check git for updates at startup
- Verificar git por actualizações no início
-
-
- Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
- Transações blindadas são salvas localmente e exibidas na aba de transações. Se desmarcado, transações blindadas não aparecerão na aba de transações.
-
-
-
- Connect to git on startup to check for updates
- Conectar ao git no arranque para verificar actualizações
-
-
-
- Connect to the internet to Fetch dragonx prices
- Ligar á internet para vêr os preços da hush
-
-
-
- Theme
- Tema
-
-
-
- Lightwallet Server
- Servidor da Lightwallet
-
-
- default
- padrão
-
-
-
- Connection
- Conexão
-
-
- blue
- azul
-
-
- light
- claro
-
-
- dark
- escuro
-
-
-
- Fetch dragonx prices
- Verificar preços da hush
-
-
-
- Currency
- moeda
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
- Clear History
- Limpar histórico
-
-
- Remember shielded transactions
- Lembrar transações protegidas
-
-
- Allow custom fees
- Permitir taxas personalizadas
-
-
- Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
- Permite configurar as taxas de transação manualmente. Ativar essa opção pode comprometer sua privacidade uma vez que as taxas são transparentes na rede.
-
-
- Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
- Normalmente, trocos de um t-Address vão para outro t-Address. Ativar essa opção irá fazer com que o troco seja encaminhando para um endereço blindado. Ative essa opção para aumentar sua privacidade.
-
-
- Shield change from t-Addresses to your sapling address
- Blinde trocos de t-Addresses para seu endereço Sapling
-
-
-
- Turnstile
-
- Turnstile Migration
- Migração Turnstile
-
-
- Migrate over
- Migrar durante
-
-
- From
- Endereço de partida
-
-
- <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
- <html><head/><body><p>Fundos de endereços z-Address Sprout (que começam com "zc") precisam ser movidos para os novos z-Addresses Sapling (que começam com "zs"). Os fundos não podem ser movidos diretamente, mas precisam ser enviados passando por endereços transparentes de uma maneira que proteja sua privacidade. </p><p>Essa migração pode ser feita automaticamente para você.</p></body></html>
-
-
- To
- Para
-
-
- Balance
- Saldo
-
-
- Miner Fees
- Taxa de mineração
-
-
- Total Balance
- Saldo Total
-
-
-
- TurnstileProgress
-
- Turnstile Migration Progress
- Progresso da Migração Turnstile
-
-
- From
- Endereço de partida
-
-
- To
- Para
-
-
- Please ensure you have your wallet.dat backed up!
- Por favor, se assegure de ter uma cópia do seu wallet.dat!
-
-
- Next Transaction in 4 hours
- Próxima transação em 4 horas
-
-
- Migration Progress
- Progresso da Migração
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Todos os Endereços
-
-
-
- Export All Keys
- Exportar todas as chaves
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Endereço
-
-
-
- Balance (%1)
- Balanço (%1)
-
-
-
- about
-
-
- About
- Sobre
-
-
-
- addressBook
-
-
- Address Book
- Livro de Endereços
-
-
-
- Add New Address
- Adicionar Novo Endereço
-
-
-
- Address (z-Addr or t-Addr)
- Endereço (z-Addr ou t-Addr)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Etiqueta
-
-
-
- Add to Address Book
- Adicionar a Agenda
-
-
-
- Import Address Book
- Importar livro de endereços
-
-
-
- confirm
-
-
- Confirm Transaction
- Confirmar Transação
-
-
- From
- Endereço de partida
-
-
-
- To
- Para
-
-
-
- Recurring Payment
- Pagamento Recorrente
-
-
-
- TextLabel
- Label de Texto
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Você está enviando uma transação enquanto seu nó ainda está sincronizando. Isso pode não funcionar.
-
-
- You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
- Você está usando uma taxa customizada. Como as taxas são transparentes, você pode estar comprometendo sua privacidade. Por favor, só use isso se souber o que está fazendo!
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Configurar hush.conf
-
-
-
- Show Advanced Configuration
- Mostrar Configurações Avançadas
-
-
-
- Your dragonx node will be configured for you automatically
- O teu nó hush irá ser configurar para si automaticamente
-
-
-
- Use custom datadir
- Use datadir personalizado
-
-
-
- Connect to the internet for updates and price feeds
- Ligar á internet para actualizações e feeds de preços
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Por favor escolha um directório para guardar a sua wallet.dat e a blockchain
-
-
-
- Choose directory
- Escolha o directório
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Permitir ligações á internet para verificar por actualizações, obter preços hush etc...
-
-
-
- Connect over Tor
- Ligar através do Tor
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Por favor note que vai ser preciso ter o serviço Tor configurado na porta 9050
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Copiar Endereço
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Encripte a Sua Carteira
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- Palavra Passe de Encriptação
-
-
- Confirm Password:
- Confirmar Palavra Passe
-
-
- Passwords don't match
- Palavra Passes não correspondem
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- AVISO: Se se esquecer da sua palavra passe, a única maneira de recuperar a sua carteira é com a frase-
- semente.
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
-
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Pedir pagamento de um endereço Sapling. Irá enviar 0.0001 hush para o endereço com o pagamento hush URI. O memo irá
- ser incluído na transacção quando o endereço te pagar.
-
-
-
- Request From
- Pedir desde
-
-
-
- zaddr
-
-
-
-
- Amount in
- Quantia em
-
-
-
- Amount
-
-
-
-
- Amount USD
- Quantia em USD
-
-
-
- Memo
-
-
-
-
- My Address
- O meu endereço
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- O destinatários irá ver este endereço no campo "para" quando pagarem o teu pedido.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Editar Agenda
-
-
-
- Schedule
- Agenda
-
-
-
- Payment Description
- Descripção de Pagamento
-
-
-
- From
- De
-
-
-
- Number of payments
- Números de pagamentos
-
-
-
- Amount
- Quantidade
-
-
-
- Next Payment
- Próximo Pagamento
-
-
-
- To
- Para
-
-
-
- Memo
- Memo
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Cancelar
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
-
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
- Dialog
- Diálogo
-
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
- zboard
-
- Post to z-board.net
- Postar no z-board.net
-
-
- Total Fee
- Taxa Total
-
-
- Memo
- Recado
-
-
- (optional)
- (opcional)
-
-
- Send From
- Enviar de
-
-
- Post As:
- Postar como:
-
-
- <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
- <html><head/><body><p>ZBoard: Chat de mensagens totalmente anônimas e irrastreáveis usando a blockchain da hush. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
-
-
- Warning
- Aviso
-
-
- Posting to Board
- Postando no Grupo
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Etiqueta
+
+
+
+ Address
+ Endereço
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Endereço
+
+
+
+ Amount
+ Quantia
+
+
+
+ ChatBubbleMe
+
+
+ Form
+
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+ silentdragon
+ silentdragon
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ A iniciar
+
+
+
+ Controller
+
+
+ Wallet Password
+ Palavra passe da carteira
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ A sua carteira está encriptada.
+ Por favor digite a palavra passe.
+
+
+
+
+ Wallet Decryption Failed
+ Falhou a decriptação da carteira
+
+
+
+ Please enter a valid password
+ Por favor digite uma palavra passe válida
+
+
+
+ Failed to unlock wallet
+ Falha ao desbloquear a carteira
+
+
+
+ CreateWalletForm
+
+ Form
+ Formato
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ Recuperar a carteira a partir da semente
+
+
+ Restore an existing wallet, using the 24-word seed.
+ Recuperar uma carteira existente, a partir da semente de 24 palavras.
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Create a new Wallet
+ Criar uma nova carteira
+
+
+ Create a new wallet with a randomly generated seed.
+ A sua carteira não está encriptada com uma palavra passe.
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+ silentdragon
+ silentdragon
+
+
+
+ Balance
+ Saldo
+
+
+
+ Summary
+ Sumário
+
+
+
+ Shielded
+ Blindado
+
+
+
+ Notarized
+ Reconhecido
+
+
+
+ Transparent
+ Transparente
+
+
+
+ Total
+ Total
+
+
+ Some transactions are not yet confirmed
+ Algumas transações ainda não estão confirmadas
+
+
+
+ Address Balances
+ Balanço dos Endereços
+
+
+
+
+ Send
+ Enviar
+
+
+ From
+ Endereço de partida
+
+
+ Address Balance
+ Saldo do Endereço
+
+
+
+ Send To
+ Enviar para
+
+
+
+ Recipient
+ Destinatário
+
+
+
+
+
+
+
+ Address
+ Endereço
+
+
+
+
+ Address Book
+ Agenda
+
+
+
+
+
+
+ Amount
+ Quantidade
+
+
+
+ Max Available
+ Máximo disponível
+
+
+
+
+
+
+ Memo
+ Memo
+
+
+
+ Add Recipient
+ Adicionar destinatário
+
+
+ Recurring payment
+ Pagamento recorrente
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Todos os meses, desde 12-Maio-2012, em 6 pagamentos
+
+
+ Edit Schedule
+ Editar agendamento
+
+
+
+
+ Miner Fee
+ Taxa de mineração
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Receive
+ Receber
+
+
+
+ Address Type
+ Tipo de Endereço
+
+
+
+ Version drgxlightd
+ Versão de drgxlightd
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &Send DenioD Feedback
+ Enviar avaliação para DenioD
+
+
+
+ &Export seed phrase
+ Exportar frase semente
+
+
+
+ Encrypt Wallet
+ Encriptar carteira
+
+
+
+ Remove Wallet Encryption
+ Remover encriptação da carteira
+
+
+
+ Rescan
+ Redigitalizar
+
+
+
+ &DragonX Telegram
+ Telegram da DragonX
+
+
+
+ Spendable
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ Information about DragonX
+ Informação sobre a Hush
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Informação da Blockchain da Hush</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+ Next Halving
+ Próximo Halving
+
+
+
+ Difficulty
+ Dificuldade
+
+
+
+ Last Notarized Block
+ Último bloco reconhecido
+
+
+
+ Total Supply
+ Provisão total
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ Longestchain
+ Cadeia mais comprida
+
+
+
+ BlockHeight
+ Altura dos blocos
+
+
+
+ Supply zAddr
+ Forneça zAddr
+
+
+
+ Supply tAddr
+ Forneça tAddr
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Informação do mercado da Hush</span></p></body></html>
+
+
+
+ Market Cap
+ Capital de mercado
+
+
+
+ Volume on Exchanges
+ Volume nas bolsas
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+ <html><head/><body><p align="center">Esta é uma carteira light, não consegue minerar!</p></body></html>
+
+
+
+ Import Private Key
+
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ E&xit
+
+
+
+
+ &DragonX Website
+ Site da Hush
+
+
+ z-Addr(Sapling)
+ z-Addr(Jovem)
+
+
+ t-Addr
+ t-Addr
+
+
+ z-Addr(Sprout)
+ z-Addr(Sapling)
+
+
+ New Address
+ Novo Endereço
+
+
+
+ Label
+ Etiqueta
+
+
+
+ Update Label
+ Atualizar
+
+
+
+ Address balance
+ Balanço do endereço
+
+
+
+ Optional
+ Opcional
+
+
+
+
+ Export Private Key
+ Exportar Chave Privada
+
+
+
+ z-Addr
+ z-Addr
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ Your node is still syncing, balances may not be updated.
+ O seu nó ainda está em sincronia, os balanços apresentados podem não estar correctos.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Algumas transacções ainda estão por confirmar. Os balanços podem mudar.
+
+
+
+ Total notarized funds available:
+ Total de fundos verificados disponíveis:
+
+
+
+ Next Address
+ Próximo Endereço
+
+
+
+ Your node is still syncing, balances may not be updated
+ O seu nó ainda está em sincronia, os balanços podem não estar correctos
+
+
+
+ View All Addresses
+ Ver Todos os Endereços
+
+
+
+ Transactions
+ Transações
+
+
+ hushd
+ hushd
+
+
+ This is a Lightwallet, you cant mine with it! not mining
+ Isto é uma carteira light, não consegue minerar! Não está a minar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ A carregar...
+
+
+ Blockheight
+ Altura do Bloco
+
+
+ Version hushd light rate
+ Taxa de soluções da rede
+
+
+
+ Vendor
+ Fornecedor
+
+
+ |
+ |
+
+
+
+ &File
+ &Ficheiro
+
+
+
+ &Help
+ &Ajuda
+
+
+ &Apps
+ &Aplicações
+
+
+
+ &Edit
+ &Editar
+
+
+ &Exit
+ Sair
+
+
+
+ &About
+ &Sobre
+
+
+
+ &Settings
+ &Opções
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+ &Donate
+ &Doar
+
+
+
+ Check git for &updates
+ &Verificar git por actualizações
+
+
+ Sapling &turnstile
+ Sapling &turnstile
+
+
+ Ctrl+A, Ctrl+T
+ Ctrl+A, Ctrl+T
+
+
+ &Import private key
+ &Importar chave privada
+
+
+
+ &Export all private keys
+ &Exportar todas as chaves privadas
+
+
+ &z-board.net
+ &z-board.net
+
+
+ Ctrl+A, Ctrl+Z
+ Ctrl+A, Ctrl+Z
+
+
+
+ Address &book
+ &Livro de Endereços
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+ &Backup wallet.dat
+ &Guardar wallet.dat
+
+
+
+
+ Export transactions
+ Exportar transacções
+
+
+
+ Pay drgx &URI...
+ Pagar através de &URI hush...
+
+
+ Connect mobile &app
+ Conectar &aplicação móvel
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Pagamentos recorrentes
+
+
+
+ Request drgx...
+ Pedir hush...
+
+
+
+ File a bug...
+ Denunciar um bug...
+
+
+ Thanks for supporting silentdragon!
+ Obrigado por apoiar a silentdragon!
+
+
+ Donate 0.01
+ Doar 0.01
+
+
+ to support silentdragon
+ para apoiar silentdragon
+
+
+ You are on testnet, your post won't actually appear on z-board.net
+ Você está na testnet, o seu post não aparecerá no z-board.net
+
+
+ You need a sapling address with available balance to post
+ Você precisa de um endereço Sapling com saldo disponível para postar
+
+
+ Computing Tx:
+ Gerando Tx:
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ Chaves importadas. Pode demorar alguns minutos para re-escanear a blockchain. Até lá, funcionalidades poderão estar limitadas
+
+
+ Private key import rescan finished
+ Re-escan de chave privada completo
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ O URI deve ter a forma 'hush:<addr>?amt=x&memo=y
+
+
+
+ View tx on block explorer
+ Ver tx no explorador de blocos
+
+
+
+
+ Failed to restore wallet
+ Falha a recuperar carteira
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite precisa de 24 palavras para recuperar a carteira
+
+
+
+ Failed to parse wallet birthday
+ Falha ao analisar aniversário da carteira
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Não foi possível perceber o aniversário da carteira. Isto deve ser uma altura de bloco donde se verifica a carteira. Pode deixá-la como '0' se não souber o que pôr.
+
+
+
+ Couldn't restore the wallet
+ Não foi possível recuperar a carteira
+
+
+
+ Failed to save wallet
+ Falha ao guardar carteira
+
+
+
+ Couldn't save the wallet
+ Não foi possível guardar a carteira
+
+
+
+ Out of memory!
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Refresh
+ Actualizar
+
+
+ Please paste your private keys (z-Addr or t-Addr) here, one per line
+ Coloque as suas chaves privadas (z-Addr ou t-Addr) aqui, uma por linha
+
+
+ The keys will be imported into your connected hushd node
+ As chaves serão importadas em seu nó hushd conectado
+
+
+
+ Error
+ Erro
+
+
+
+ Error exporting transactions, file was not saved
+ Erro a exportar transacções, ficheiro não guardado
+
+
+ No wallet.dat
+ Nenhum wallet.data
+
+
+ Couldn't find the wallet.dat on this computer
+ Não foi localizado o wallet.dat nesse computador
+
+
+ You need to back it up from the machine hushd is running on
+ Precisa de guardá-lo a partir da máquina onde o hushd está a ser executado
+
+
+ Backup wallet.dat
+ Salvar wallet.dat
+
+
+ Couldn't backup
+ Não foi possível salvar
+
+
+ Couldn't backup the wallet.dat file.
+ Não foi possível salvar o arquivo wallet.dat.
+
+
+ You need to back it up manually.
+ Você precisar salvá-lo manualmente.
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ YOUR_TRANSLATION_HERE
+
+
+
+ Private key for
+ Chave privada para
+
+
+
+
+ Save File
+ Salvar Arquivo
+
+
+ Wallet is already encrypted
+ A carteira já se encontra encriptada
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ A carteira já se encontra encriptada com uma palavra passe.
+Por favor usa 'Desencriptar carteira' se quiser remover a encriptação da carteira.
+
+
+
+ Passwords don't match
+ As palavras passes não correspondem
+
+
+ Error was:
+
+ Erro era:
+
+
+ Wallet Encrypted
+ Cartera encriptada
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ A tua carteira foi encriptada com sucesso! A palavra passe vai ser precisa para enviar fundos ou exportar as chaves privadas.
+
+
+
+
+ Wallet Encryption Failed
+ Falhou a desencriptação da carteira
+
+
+
+ Wallet is not encrypted
+ A carteira não está encriptada
+
+
+ Your wallet is not encrypted with a password.
+ A sua carteira não está encriptada com uma palavra passe.
+
+
+ Wallet Password
+ Palavra passe da carteira
+
+
+ Please enter your wallet password
+ Por favor digite a palavra passe da carteira
+
+
+ Wallet Decryption Failed
+ Falhou a desencriptação da carteira
+
+
+ Please enter a password to decrypt your wallet!
+ Por favor digite a palavra passe para desencriptar a carteira!
+
+
+ Wallet Encryption Removed
+ Encriptação da carteira removida
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ A carteira foi desencriptada com sucesso! Não será mais necessário a palavra passe para enviar fundos ou
+ exportar as chaves privadas
+
+
+
+
+ Copy block explorer link
+ Copiar link do explorador de blocos
+
+
+
+ Currency Change
+ Mudar de moeda
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Esta é a semente da sua carteira. Por favor, guarde-a em segurança.
+
+
+
+
+ Unable to open file
+ Não foi possível abrir o arquivo
+
+
+
+ Error getting private keys
+ Erro ao obter as chaves privadas
+
+
+
+ Error loading private keys:
+ Erro ao carregar as chaves privadas:
+
+
+
+
+ Copy address
+ Copiar endereço
+
+
+
+
+
+
+ Copied to clipboard
+ Copiado
+
+
+
+ Get private key
+ Obter chave privada
+
+
+ Shield balance to Sapling
+ Proteger saldo para Sapling
+
+
+
+
+ View on block explorer
+ Ver no explorador de blocos
+
+
+ Migrate to Sapling
+ Migrar para Sapling
+
+
+
+
+ Copy txid
+ Copiar txid
+
+
+ Restart
+ Reiniciar
+
+
+ Please restart Silentdragonlite to have the theme apply
+ Por favor reinicie a SilentDragonXLite para aplicar o tema
+
+
+
+ This change can take a few seconds.
+ As alterações podem demorar alguns segundos.
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Alguma sugestão acerca da SilentDragonlite ou Hush...
+
+
+ or SilentDragonXLite
+ ou SilentDragonXLite
+
+
+ Send DenioD some private and shielded feedback about
+ Enviar ao DenioD alguma sugestão privada e protegida acerca
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Paste DRGX URI
+ Colar URI DRGX
+
+
+
+ Error paying DRGX URI
+ Erro ao pagar DRGX URI
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ View Payment Request
+ Ver o requerimento de pagamento
+
+
+
+ View Memo
+ Ver Memo
+
+
+
+ Reply to
+ Responder para
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ Criar novo t-Addr
+
+
+
+ Copy Address
+ Copiar Endereço
+
+
+
+ Address has been previously used
+ Endereço foi usado anteriormente
+
+
+
+ Address is unused
+ Endereço inutilizado
+
+
+
+ Cannot support multiple addresses
+ Não é possível suportar múltiplos endereços
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Pagamentos recorrentes não suportam actualmente múltiplos endereços
+
+
+
+ Recipient
+ Destinatário
+
+
+
+ Only z-addresses can have memos
+ Apenas z-Addresses podem conter recados
+
+
+ Memos can only be used with z-addresses
+ Memos só podem ser anexados com z-Addresses
+
+
+ The memo field can only be used with a z-address.
+
+ O campo memo só pode ser usado com z-Addresses.
+
+
+
+
+doesn't look like a z-address
+
+não se parece com um z-Address
+
+
+
+
+ Please wait...
+ Por favor, aguarde...
+
+
+
+ Computing your transaction
+ A calcular a sua transacção
+
+
+
+
+ Done!
+ Feito!
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ Fundos disponíveis insuficientes para enviar esta transacção
+
+Tem: %1
+Precisa: %2
+
+Nota: Os fundos precisam de 5 confirmações para serem gastos
+
+
+ Change from
+ Troco de
+
+
+
+ Transaction Error
+ Erro na Transação
+
+
+ From Address is Invalid
+ Endereço de partida inválido
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ Recipient Address
+ Endereço destinatário
+
+
+
+
+
+
+
+ is Invalid
+ é Inválido
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Quantia para o endereço '%1' é inválido!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Fundos disponíveis insuficientes para enviar esta transacção
+
+Tem: %1
+Precisa: %2
+
+Nota: Os fundos precisam de 5 confirmações para serem gastos {1
+?} {2
+?} {1 ?}
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Recado
+
+
+
+ Include Reply Address
+ Incluír Endereço de Resposta
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Responder para
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ Migração de Turnstile
+
+
+ Migration History
+ Histórico de Migração
+
+
+ Migrated Amount
+ Quantia Migrada
+
+
+ Unmigrated Amount
+ Quantia por Migrar
+
+
+ Sprout -> Sapling migration enabled
+ Migração de Sprout -> Sapling activa
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ Se activo, hushd vai lentamente migrar os seus fundos protegidos do tipo Sprout para o teu endereço Sapling.
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Conectar aplicação móvel
+
+
+
+ QR Code
+ Código QR
+
+
+ Conection String
+ String de Conexão
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Permitir ligaçẽs de internet via silentdragon wormhole
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Digitalizar este QRCode na sua aplicação Silentdragon Companion para conectar o seu dispositivo móvel
+
+
+
+ Mobile Connector App
+
+
+
+
+ Connection String
+
+
+
+
+ silentdragon Companion App
+ Aplicação Silentdragon Companion
+
+
+
+ Disconnect
+ Desconectar
+
+
+
+
+ TextLabel
+ Label de texto
+
+
+
+ Last seen:
+ Última vez visto em:
+
+
+
+ Connection type:
+ Tipo de Conexão
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ De
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ Esta é a semente da tua carteira. POR FAVOR GUARDA-A.
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ A frase semente é a ÚNICA maneira de recuperar a carteira. Se a perderes, NÃO HÁ QUALQUER MANEIRA DE A RECUPERARES JUNTAMENTE COM OS TEUS FUNDOS
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+ Erro ao criar carteira
+
+
+
+ Failed to save wallet
+ Falha ao guardar carteira
+
+
+
+ Couldn't save the wallet
+ Não foi possível guardar a carteira
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+ Private Key
+ Chave Privada
+
+
+
+ Private Keys
+ Chaves Privada
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+ Attempting autoconnect
+ Tentando o autoconnect
+
+
+ Starting embedded hushd
+ A inicar o hushd embebido
+
+
+ hushd is set to run as daemon
+ erro no hushd
+
+
+ Waiting for hushd
+ Esperando pelo hushd
+
+
+ You have hushd set to start as a daemon, which can cause problems with silentdragon
+
+.Please remove the following line from your hush.conf and restart silentdragon
+daemon=1
+ Você tem hushd configurado como daemon, o que pode causar problemas com a silentdragon
+ Por favor, remova a seguinte linha do seu hush.conf e reinicie a silentdragon:
+daemon=1
+
+
+ Couldn't start the embedded hushd.
+
+Please try restarting.
+
+If you previously started hushd with custom arguments, you might need to reset hush.conf.
+
+If all else fails, please run hushd manually.
+ Não foi possível iniciar o hushd embebido.
+Por favor, tente reiniciar.
+Se você iniciou hushd anteriormente com parâmetros customizados você pode precisar dar reset ao seu hush.conf.
+
+Se ainda assim não der certo, por favor corre o hushd manualmente.
+
+
+ Couldn't connect to hushd configured in hush.conf.
+
+Not starting embedded hushd because --no-embedded was passed
+ Não foi possível conectar ao hushd configurado em hush.conf.
+
+Não iniciando hushd embebido porque nenhum foi passado como parâmetro
+
+
+ All Downloads Finished Successfully!
+ Todos os downloads terminaram com sucesso!
+
+
+ Couldn't download params. Please check the help site for more info.
+ Não foi possível baixar os parâmetros. Por favor, verifique o site de ajuda para mais informações.
+
+
+ The process returned
+ O processo retornou
+
+
+ Downloading
+ A descargar
+
+
+ more remaining )
+ restantes )
+
+
+ MB of
+ MB de
+
+
+ MB at
+ MB a
+
+
+ Downloading blocks
+ Descarregando blocos
+
+
+ Blockheight
+ Altura do bloco
+
+
+ Syncing
+ Sincronizando
+
+
+ Connected
+ Conectado
+
+
+ testnet:
+ testnet:
+
+
+ Connected to hushd
+ Conectado ao hushd
+
+
+ There was an error connecting to hushd. The error was
+ Ocorreu um erro conectando ao hushd. O erro foi
+
+
+
+
+
+
+
+
+ The transaction with id
+ A transação com id
+
+
+
+
+
+
+
+
+ failed. The error was
+ falhou. O erro foi
+
+
+
+
+
+
+
+
+
+ failed
+ falhou
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+ tx computing. This can take several minutes.
+ gerando transação. Isso pode levar alguns minutos.
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ Actualização disponível
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Uma nova versão v%1 estã disponível! Tu tens v%2.
+
+
+
+ No updates available
+ Não há actualizações disponíveis
+
+
+
+ You already have the latest release v%1
+ Você já tem a última release v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Por favor aguarde pela SilentDragonXLite terminar
+
+
+
+
+ It may take several minutes
+
+
+
+ Please wait for silentdragon to exit
+ Por favor aguarde pela SilentDragonXLite terminar
+
+
+ Waiting for hushd to exit
+ Por favor aguarde pela hushd terminar
+
+
+ failed. Please check the help site for more info
+ falhou. Por favor, veja o site de ajuda para mais informações
+
+
+ hushd error
+ erro no hushd
+
+
+ A manual connection was requested, but the settings are not configured.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ Uma conexão manual foi requisitada, mas os ajustes não estão configurados.
+
+Por favor, coloque o host/porta e usuário/senha no menu Editar>Preferências.
+
+
+ Could not connect to hushd configured in settings.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ Não foi possível conectar ao hushd configurado nas preferências.
+
+Por favor, coloque o host/porta e usuário/senha no menu Editar>Preferências.
+
+
+ Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
+ Autenticação falhou. O usuário/senha especificado não foi aceitado pelo hushd. Tente alterá-los em Editar->Preferências
+
+
+ Your hushd is starting up. Please wait.
+ Seu hushd está iniciando. Por favor aguarde.
+
+
+
+ Attempting to initialize library with
+ A tentar iniciar a biblioteca com
+
+
+
+ Using existing wallet.
+ A usar a carteira existente.
+
+
+
+ Create/restore wallet.
+ Criar/recuperar carteira.
+
+
+
+
+ Connection Error
+ Erro na Conexão
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Erro na transacção
+
+
+
+ There was an error sending the transaction. The error was:
+ Ocorreu um erro enviando a transacção. O erro foi:
+
+
+
+
+ No Connection
+ Sem Conexão
+
+
+
+ Pick
+ Escolha
+
+
+
+
+
+ Address or Label Error
+ Erro de Endereço ou Label
+
+
+
+
+
+ Address or Label cannot be empty
+ Endereço ou Label não podem estar vazios
+
+
+
+
+
+ Address Format Error
+ Erro no Formato do Endereço
+
+
+ doesn't seem to be a valid dragonx address.
+ não parece um endereço válido de hush.
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ não parece um endereço válido de hush.
+
+
+
+
+
+
+ Label Error
+ Erro de Label
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ A label '%1' já existe. Por favor remove a label existente.
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Importar Livro de Endereços
+
+
+
+ Unable to open file
+ Não foi possível abrir o arquivo
+
+
+
+ Address Book Import Done
+
+
+
+
+ Imported %1 new Address book entries
+
+
+
+
+ Copy address
+ Copiar endereço
+
+
+
+ Copied to clipboard
+ Copiado
+
+
+
+ Delete label
+ Apagar
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx enviada (botão-direito para copiar) txid:
+
+
+ Locked funds
+ Fundos bloqueados
+
+
+ Could not initiate migration.
+You either have unconfirmed funds or the balance is too low for an automatic migration.
+ Não foi possível iniciar a migração.
+Você possui fundos não confirmados ou o saldo é muito baixo para uma migração automática.
+
+
+ Computing Tx:
+ Calculando Tx:
+
+
+
+ Type
+ Tipo
+
+
+
+ Address
+ Endereço
+
+
+
+ Date/Time
+ Data/Hora
+
+
+
+ Amount
+ Quantidade
+
+
+
+ Confirmations
+ Confirmações
+
+
+
+ Connected directly
+ Conectado directamente
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Conectado por internet via o serviço silentdragon wormhole
+
+
+
+
+ Node is still syncing.
+ O nó ainda está sincronizando
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Sem endereços sapling/transparentes com suficiente balanço para gastar
+
+
+
+ No dragonx price was available to convert from USD
+ Sem preço hush disponível para a conversão de USD
+
+
+
+ View on block explorer
+ Ver no explorador de blocos
+
+
+
+ View Error
+ Ver Erro
+
+
+
+ Reported Error
+ Erro reportado
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Tem a certeza que deseja eliminar o pagamento recorrente?
+
+
+
+ All future payments will be cancelled.
+ Todos os futuros pagamentos serão cancelados
+
+
+
+ RecurringDialog
+
+ Dialog
+ Diálogo
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ Ver
+
+
+
+ Delete
+ Apagar
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Quantidade
+
+
+
+ Schedule
+ Agendar
+
+
+
+ Payments Left
+ Pagamentos restantes
+
+
+
+ Next Payment
+ Próximo Pagamento
+
+
+
+ To
+ Para
+
+
+
+ Every
+ Todos
+
+
+
+ None
+ Nenhums
+
+
+
+ RecurringPayments
+
+ Payments
+ Pagamentos
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Data
+
+
+
+ Status
+ Estado
+
+
+
+ Txid
+ id Tx
+
+
+
+ Not due yet
+ Não devido ainda
+
+
+
+ Pending
+ Pendente
+
+
+
+ Skipped
+ Ignorado
+
+
+
+ Paid
+ Pago
+
+
+
+ Error
+ Erro
+
+
+
+
+ Unknown
+ Desconhecido
+
+
+
+ RecurringPending
+
+ Dialog
+ Diálogo
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Os pagamentos não irão ser processados. Pode pagar manualmente na caixa de diálogo dos pagamentos recorrentes
+
+
+
+ Schedule
+ Agendar
+
+
+
+ How should silentdragon proceed?
+ Como deve a silentdragon proceder?
+
+
+
+ Pay All in 1 Tx
+ Pagar tudo em 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Só o último pagamento pendente será processado. Todos os anteriores serão ignorados
+
+
+
+ Pay Latest Only
+ Pagar o último apenas
+
+
+
+ Pay None
+ Pagar nenhum
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Todos os pagamentos pendentes obtidos, adicionados e pagos numas única transacção
+
+
+
+ Description
+ Descripção
+
+
+
+ To
+ Para
+
+
+
+ The following recurring payment has multiple payments pending
+ O seguinte pagamento recorrente tem vários pagamentos pendentes
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Pedir pagamento
+
+
+
+ AddressBook
+ Livro de endereços
+
+
+
+ Request From
+ Pedir desde
+
+
+
+ My Address
+ O meu endereço
+
+
+
+ Amount in
+ Quantia em
+
+
+
+ z address
+ Endereço z
+
+
+
+ Amount
+ Quantidade
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ O destinatários irá ver este endereço no campo "para" quando pagarem o teu pedido.
+
+
+
+ Amount USD
+ Quantia em USD
+
+
+
+ Memo
+ Memo
+
+
+
+ TextLabel
+ Label de texto
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Pedir pagamento de um endereço Sapling. Irá enviar 0.0001 hush para o endereço com o pagamento hush URI. O memo irá
+ ser incluído na transacção quando o endereço te pagar.
+
+
+
+ Error paying DRGX URI
+ Erro ao pagar URI hush
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI deve ser da forma 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Para a
+
+
+
+ Pay
+ Pagar
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Está a pagar um pedido de pagamento. O seu endereço não irá ser visível para a pessoa a quem está a pedir.
+
+
+
+ Can only request from Sapling addresses
+ Apenas pode pedir desde um endereço Saplinig
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ Formato
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+ Por favor digite em baixo a sua semente de 24 palavras
+
+
+
+ Wallet Seed
+ Semente da Carteira
+
+
+
+ Wallet Birthday
+ Aniversário da Carteira
+
+
+ 0
+ 0
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ O aniversário da carteira é a altura do bloco em que a carteira fez a primeira transacção. Se não sabe isto, deixe-a como "0" (Vai demorar mais para verificar)
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Recuperar a carteira a partir da semente
+
+
+
+
+ Failed to restore wallet
+ Falha a recuperar carteira
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite precisa de 24 palavras para recuperar a carteira
+
+
+
+ Failed to parse wallet birthday
+ Falha ao analisar aniversário da carteira
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Não foi possível perceber o aniversário da carteira. Isto deve ser uma altura de bloco donde se verifica a carteira. Pode deixá-la como '0' se não souber o que pôr.
+
+
+
+ Couldn't restore the wallet
+ Não foi possível recuperar a carteira
+
+
+
+ Failed to save wallet
+ Falha ao guardar carteira
+
+
+
+ Couldn't save the wallet
+ Não foi possível guardar a carteira
+
+
+
+ Settings
+
+
+ Settings
+ Opções
+
+
+ hushd connection
+ Conexão com hushd
+
+
+ Host
+ Hóspede
+
+
+ Port
+ Porta
+
+
+ RPC Username
+ RPC-Usuário
+
+
+ RPC Password
+ RPC-Senha
+
+
+
+ Options
+ Opções
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Check git for updates at startup
+ Verificar git por actualizações no início
+
+
+ Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
+ Transações blindadas são salvas localmente e exibidas na aba de transações. Se desmarcado, transações blindadas não aparecerão na aba de transações.
+
+
+
+ Connect to git on startup to check for updates
+ Conectar ao git no arranque para verificar actualizações
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Ligar á internet para vêr os preços da hush
+
+
+
+ Theme
+ Tema
+
+
+
+ Lightwallet Server
+ Servidor da Lightwallet
+
+
+ default
+ padrão
+
+
+
+ Connection
+ Conexão
+
+
+ blue
+ azul
+
+
+ light
+ claro
+
+
+ dark
+ escuro
+
+
+
+ Fetch dragonx prices
+ Verificar preços da hush
+
+
+
+ Currency
+ moeda
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+ Clear History
+ Limpar histórico
+
+
+ Remember shielded transactions
+ Lembrar transações protegidas
+
+
+ Allow custom fees
+ Permitir taxas personalizadas
+
+
+ Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
+ Permite configurar as taxas de transação manualmente. Ativar essa opção pode comprometer sua privacidade uma vez que as taxas são transparentes na rede.
+
+
+ Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
+ Normalmente, trocos de um t-Address vão para outro t-Address. Ativar essa opção irá fazer com que o troco seja encaminhando para um endereço blindado. Ative essa opção para aumentar sua privacidade.
+
+
+ Shield change from t-Addresses to your sapling address
+ Blinde trocos de t-Addresses para seu endereço Sapling
+
+
+
+ Turnstile
+
+ Turnstile Migration
+ Migração Turnstile
+
+
+ Migrate over
+ Migrar durante
+
+
+ From
+ Endereço de partida
+
+
+ <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
+ <html><head/><body><p>Fundos de endereços z-Address Sprout (que começam com "zc") precisam ser movidos para os novos z-Addresses Sapling (que começam com "zs"). Os fundos não podem ser movidos diretamente, mas precisam ser enviados passando por endereços transparentes de uma maneira que proteja sua privacidade. </p><p>Essa migração pode ser feita automaticamente para você.</p></body></html>
+
+
+ To
+ Para
+
+
+ Balance
+ Saldo
+
+
+ Miner Fees
+ Taxa de mineração
+
+
+ Total Balance
+ Saldo Total
+
+
+
+ TurnstileProgress
+
+ Turnstile Migration Progress
+ Progresso da Migração Turnstile
+
+
+ From
+ Endereço de partida
+
+
+ To
+ Para
+
+
+ Please ensure you have your wallet.dat backed up!
+ Por favor, se assegure de ter uma cópia do seu wallet.dat!
+
+
+ Next Transaction in 4 hours
+ Próxima transação em 4 horas
+
+
+ Migration Progress
+ Progresso da Migração
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Todos os Endereços
+
+
+
+ Export All Keys
+ Exportar todas as chaves
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Endereço
+
+
+
+ Balance (%1)
+ Balanço (%1)
+
+
+
+ about
+
+
+ About
+ Sobre
+
+
+
+ addressBook
+
+
+ Address Book
+ Livro de Endereços
+
+
+
+ Add New Address
+ Adicionar Novo Endereço
+
+
+
+ Address (z-Addr or t-Addr)
+ Endereço (z-Addr ou t-Addr)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Etiqueta
+
+
+
+ Add to Address Book
+ Adicionar a Agenda
+
+
+
+ Import Address Book
+ Importar livro de endereços
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Confirmar Transação
+
+
+ From
+ Endereço de partida
+
+
+
+ To
+ Para
+
+
+
+ Recurring Payment
+ Pagamento Recorrente
+
+
+
+ TextLabel
+ Label de Texto
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Você está enviando uma transação enquanto seu nó ainda está sincronizando. Isso pode não funcionar.
+
+
+ You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
+ Você está usando uma taxa customizada. Como as taxas são transparentes, você pode estar comprometendo sua privacidade. Por favor, só use isso se souber o que está fazendo!
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Configurar hush.conf
+
+
+
+ Show Advanced Configuration
+ Mostrar Configurações Avançadas
+
+
+
+ Your dragonx node will be configured for you automatically
+ O teu nó hush irá ser configurar para si automaticamente
+
+
+
+ Use custom datadir
+ Use datadir personalizado
+
+
+
+ Connect to the internet for updates and price feeds
+ Ligar á internet para actualizações e feeds de preços
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Por favor escolha um directório para guardar a sua wallet.dat e a blockchain
+
+
+
+ Choose directory
+ Escolha o directório
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Permitir ligações á internet para verificar por actualizações, obter preços hush etc...
+
+
+
+ Connect over Tor
+ Ligar através do Tor
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Por favor note que vai ser preciso ter o serviço Tor configurado na porta 9050
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Copiar Endereço
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Encripte a Sua Carteira
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ Palavra Passe de Encriptação
+
+
+ Confirm Password:
+ Confirmar Palavra Passe
+
+
+ Passwords don't match
+ Palavra Passes não correspondem
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ AVISO: Se se esquecer da sua palavra passe, a única maneira de recuperar a sua carteira é com a frase-
+ semente.
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Pedir pagamento de um endereço Sapling. Irá enviar 0.0001 hush para o endereço com o pagamento hush URI. O memo irá
+ ser incluído na transacção quando o endereço te pagar.
+
+
+
+ Request From
+ Pedir desde
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Quantia em
+
+
+
+ Amount
+
+
+
+
+ Amount USD
+ Quantia em USD
+
+
+
+ Memo
+
+
+
+
+ My Address
+ O meu endereço
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ O destinatários irá ver este endereço no campo "para" quando pagarem o teu pedido.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Editar Agenda
+
+
+
+ Schedule
+ Agenda
+
+
+
+ Payment Description
+ Descripção de Pagamento
+
+
+
+ From
+ De
+
+
+
+ Number of payments
+ Números de pagamentos
+
+
+
+ Amount
+ Quantidade
+
+
+
+ Next Payment
+ Próximo Pagamento
+
+
+
+ To
+ Para
+
+
+
+ Memo
+ Memo
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+ Dialog
+ Diálogo
+
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
+ zboard
+
+ Post to z-board.net
+ Postar no z-board.net
+
+
+ Total Fee
+ Taxa Total
+
+
+ Memo
+ Recado
+
+
+ (optional)
+ (opcional)
+
+
+ Send From
+ Enviar de
+
+
+ Post As:
+ Postar como:
+
+
+ <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+ <html><head/><body><p>ZBoard: Chat de mensagens totalmente anônimas e irrastreáveis usando a blockchain da hush. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+
+
+ Warning
+ Aviso
+
+
+ Posting to Board
+ Postando no Grupo
+
+
+
diff --git a/res/silentdragonxlite_ro.ts b/res/silentdragonxlite_ro.ts
index a6f02e8..bb4b702 100644
--- a/res/silentdragonxlite_ro.ts
+++ b/res/silentdragonxlite_ro.ts
@@ -1,3086 +1,3086 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Eticheta
-
-
-
- Address
- Adresa
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Adresa
-
-
-
- Amount
- Valoare
-
-
-
- ChatBubbleMe
-
-
- Form
- Forma
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- Forma
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- Se Porneste
-
-
-
- Controller
-
-
- Wallet Password
- Parola Portofelului
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Portofelul Dvs. este criptat
-
-
-
-
- Wallet Decryption Failed
- Decriptarea Portofelului a Esuat
-
-
-
- Please enter a valid password
- Rugam sa introduceti parola valida
-
-
-
- Failed to unlock wallet
- Deblocarea portofelului a esuat
-
-
-
- CreateWalletForm
-
- Form
- Forma
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- Recuperati portmoneul cu ajutorul semnaturii
-
-
-
- Create a new wallet
-
-
-
- Restore an existing wallet, using the 24-word seed.
- Recuperati portofel existent folosind semnatura de 24 de cuvinte
-
-
- Create a new Wallet
- Creati Portofel Nou
-
-
- Create a new wallet with a randomly generated seed.
- Creati portofel nou cu ajutorul semnaturii, generate aleatoriu
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Stag
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garfield
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Anulare
-
-
-
- Add Contact and Send Request
-
-
-
-
- MainWindow
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- Balance
- Soldul
-
-
-
- Summary
- Rezumat
-
-
-
- Shielded
- Ecranat
-
-
-
- Notarized
- Notarizat
-
-
-
- Transparent
- Transparent
-
-
-
- Total
- Total
-
-
-
- Your node is still syncing, balances may not be updated.
- Are loc sincronizarea nodului, soldurile pot fi neactualizate.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Tranzactia nu este inca confirmata. Soldul poate schimba.
-
-
-
- Address Balances
- Soldul Adresei
-
-
-
-
- Send
- Trimite
-
-
-
- Total notarized funds available:
- Totalul fondurlor notarizate valabile:
-
-
-
- Send To
- Trimite Catre
-
-
-
- Recipient
- Destinatar
-
-
-
-
-
-
-
- Address
- Adesa
-
-
-
-
- Address Book
- Carte de Adrese
-
-
-
-
-
-
- Amount
- Valoare
-
-
-
- Max Available
- Maxim Disponibil
-
-
-
-
-
-
- Memo
- Memo
-
-
-
- Add Recipient
- Adauga Destinatar
-
-
- Recurring payment
- Plata recurenta
-
-
- Every month, starting 12-May-2012, for 6 payments
- Fiecare luna, incepind cu 12-Mai-2012
-
-
- Edit Schedule
- Editati Programul
-
-
-
-
- Miner Fee
- Taxa Minerului
-
-
-
- 0
- 0
-
-
-
- Cancel
- Anulare
-
-
-
- Receive
- Primeste
-
-
-
- Address Type
- Tipul Adresei
-
-
-
- z-Addr
- Adresa-z
-
-
-
- t-Addr
- Adresa-t
-
-
-
- Next Address
- Adresa Urmatoare
-
-
-
- Information about DragonX
- Informatia despre Hush
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
- Halving Urmator
-
-
-
- Difficulty
- Dificultate
-
-
-
- Last Notarized Block
- Ultimul Bloc Notarizat
-
-
-
- Total Supply
- Cantitatea Totala
-
-
-
- Longestchain
- Cel mai lung lant
-
-
-
- BlockHeight
- Inaltimea Blocului
-
-
-
- Supply zAddr
- Cantitatea adreselor z
-
-
-
- Supply tAddr
- Cantitatea adreselor t
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
- Capitalizarea Pietii
-
-
-
- Volume on Exchanges
- Volumul Schimbului Valutar
-
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
-
-
-
-
- View All Addresses
- Vizualizati Toate Adresele
-
-
-
- Label
- Eticheta
-
-
-
- Update Label
- Actualizati Eticheta
-
-
-
- Address balance
- Soldul Adresei
-
-
-
- Optional
- Optional
-
-
-
-
- Export Private Key
- Exporta Cheia Privata
-
-
-
- Your node is still syncing, balances may not be updated
- Are loc sincronizarea nodului, soldurile pot fi neactualizate.
-
-
-
- Transactions
- Tranzactii
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Se Incarca...
-
-
-
- Version drgxlightd
- Versiunea hushlighttd
-
-
-
- Vendor
- Furnizor
-
-
-
- HushChat
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- Spendable
-
-
-
-
- Deposit DragonX
-
-
-
-
- &File
- &Fisier
-
-
-
- &Help
- &Ajutor
-
-
-
- &Apps
- &Aplicatii
-
-
-
- &Edit
- &Editati
-
-
-
- E&xit
- &Iesire
-
-
-
- &About
- &Despre
-
-
-
- &Settings
- &Setari
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &Send DenioD Feedback
- Trimite Feedback lui Duke
-
-
-
- &DragonX Telegram
- DragonX Telegram
-
-
-
- &DragonX Website
- DragonX Website
-
-
-
- Check git for &updates
- Verifica git pentru &actualizari
-
-
-
- &Export all private keys
- &Exporta toate cheile private
-
-
-
- Address &book
- &Carte de Adrese
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
- &Export seed phrase
- &Exporta semnatura
-
-
-
-
- Export transactions
- Exporta tranzactiile
-
-
-
- Pay drgx &URI...
- Plateste DRGX &URI...
-
-
-
- Connect mobile &app
- Conecteaza aplicatia &mobila
-
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Solicitarea Platilor
-
-
-
- Request drgx...
- Solicita DRGX...
-
-
-
- File a bug...
- Depune Eroare
-
-
-
- Encrypt Wallet
- Criptati Portofelul
-
-
-
- Remove Wallet Encryption
- Eliminati Criptarea Portofelului
-
-
-
- Rescan
- Rescanati
-
-
-
- Import Private Key
-
-
-
- Wallet is already encrypted
- Portofelul e deja criptat
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- Portofelul dvs. este deja criptat cu parola.
-Rugam sa folositi 'Eliminati Criptarea Portofelului' daca doriti sa eliminati criptarea portofelului.
-
-
-
- Passwords don't match
- Parole nu coincid
-
-
- Error was:
-
- Eroarea este:
-
-
- Wallet Encrypted
- Portofel Criptat
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- Portofelul a fost criptat cu succes! Folosirea parolei va fi necesara in cazul transferului sau exportului fondurilor.
-
-
-
-
- Wallet Encryption Failed
- Criptarea Portofelului a Esuat
-
-
-
- Wallet is not encrypted
- Portofelul nu este criptat
-
-
- Your wallet is not encrypted with a password.
- Portofelul dvs. nu este criptat cu parola.
-
-
- Wallet Password
- Parola Portofelului
-
-
- Please enter your wallet password
- Rugam sa introduceti parola portofelului
-
-
- Wallet Decryption Failed
- Decriptarea Portofelului a Esuat
-
-
- Please enter a password to decrypt your wallet!
- Rugam sa introduceti parola pentru a decripta portofelul!
-
-
- Wallet Encryption Removed
- Criptarea Portofelului a fost Scoasa
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- Portofelul Dvs. a fost decriptat cu succes! Folosirea parolei nu va fi necesara in cazul transferului sau exportului cheilor private.
-
-
-
-
- Copy txid
- Copiati tranzactia ID
-
-
-
-
- Copy block explorer link
- Copiati link-ul exploratorului de blocuri
-
-
-
- View tx on block explorer
- Vizualizati tranzactia in explorator de blocuri
-
-
-
- Refresh
- Actualizare
-
-
- Restart
- Reporniti
-
-
- Please restart Silentdragonlite to have the theme apply
- Rugam sa reporniti SilentDragon pentru aplicarea temei
-
-
-
- Currency Change
- Schimbarea Valutei
-
-
-
- Some feedback about SilentDragonlite or Hush...
- Feedback despre SilentDragonXLite sau Hush...
-
-
-
- This change can take a few seconds.
- Aceasta schimbare poate dura citeva secunde.
-
-
-
-
- Failed to restore wallet
- Restabilirea portofelului a esuat
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite are nevoie de semnatura de 24 de cuvinte pentru restabilirea portofelului
-
-
-
- Failed to parse wallet birthday
- Analizarea zilei de nastere a portofelului a esuat
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Ziua de nastere a portofelului nu este inteleasa. Aceasta trebuie sa fe inaltimea blocului de unde rescanarea va avea loc. O puteti lasa ca '0' in caz daca nu cunoasteti care e.
-
-
-
- Couldn't restore the wallet
- Restaurarea portofelului nu s-a putut
-
-
-
- Failed to save wallet
- Salvarea portofelului a esuat
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- or SilentDragonXLite
- sau SilentDragonXLite
-
-
-
- Send DenioD some private and shielded feedback about
- Trimite lui DenioD feedback privat sau ecranat
-
-
-
- Private key import rescan in progress. Your funds will be automaticly shield to a wallet seed zaddr. This will take some time
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Privatkey should start with U (for taddr) or secret- (for zaddr)
-
-
-
-
- Paste DRGX URI
- Lipeste DRGX URI
-
-
-
- Error paying DRGX URI
- Eroarea platii DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- Uri trebuie sa fie de forma 'hush:<addr>?amt=x&memo=y
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- Caution: If this key is for Zs-addr it will be NOT inlcude in your Seed. Please send them direct to a Seed zs-addr
-
-
-
-
- R-addr keys will be autoshield to a seed zs-addr
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Error
- Eroare
-
-
-
- Error exporting transactions, file was not saved
- Eroare in timpul exportului tranzactiei, fisierul nu a fost salvat
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Aceasta este semnatura dvs. Rugam sa o copiati atent si cu siguranta.
-
-
-
-
- Save File
- Salveaza Fisierul
-
-
-
-
- Unable to open file
- Fisierul nu poate fi deschis
-
-
-
- Error getting private keys
- Eroare la primirea cheilor private
-
-
-
- Error loading private keys:
- Eroare la incarcarea cheilor private:
-
-
-
- These are all the private keys for all the addresses in your wallet
- Acestea sint toate cheile private adreselor din portofel
-
-
-
- Private key for
- Cheia privata privata
-
-
-
-
- Copy address
- Copiaza adresa
-
-
-
-
-
-
- Copied to clipboard
- Copiata \EEn clipboard
-
-
-
- Get private key
- Obtine cheia privata
-
-
-
-
- View on block explorer
- Vizualizare pe exploator de bloc
-
-
-
- View Payment Request
- Vizualizati Plata Solicitata
-
-
-
- View Memo
- Vizualizati Memo
-
-
-
- Reply to
- Raspunde
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
-
- Created new t-Addr
- O noua t-Addr a fost creata
-
-
-
- Copy Address
- Copiati Adresa
-
-
-
- Address has been previously used
- Adresa data a fost folosita anterior
-
-
-
- Address is unused
- Adresa nu poate fi utilizata
-
-
-
- Cannot support multiple addresses
- Nu poate suporta adrese multiple
-
-
-
- Recurring payments doesn't currently support multiple addresses
- In momentul dat platile recurente nu suporta adrese multiple
-
-
-
- Recipient
- Destinatar
-
-
-
- Only z-addresses can have memos
- Doar adrese-z pot avea memo
-
-
- Memos can only be used with z-addresses
- Memo pot fi folosite doar cu adrese-z
-
-
- The memo field can only be used with a z-address.
-
- Cimpul cu memo poate fi folosit doar cu adrese-z
-
-
-
-doesn't look like a z-address
- nu arata ca adresaz-
-
-
-
- Transaction Error
- Eroarea de Tranzactie
-
-
-
-
- Please wait...
- Rugam sa asteptati
-
-
-
- Computing your transaction
- Calcularea tranzactiei
-
-
-
-
- Done!
- Terminat!
-
-
-
-
-
-
-
- Recipient Address
- Adresa Recipientului
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- is Invalid
- Este Nevalid
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Valoarea adresei '%1' este nevalida!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
-
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
- Not enough available funds to send this transaction
-
-Disponibil: %1
-Necesar: %2
-
-Note: Funds need 5 confirmations before they can be spent
- Nu sint suficiente fondurile pentru a trimite aceasta transactie
-Aveti: %1
-Este Nevoie: %2
-Nota: Fondurile au nevoie de 5 confirmatii inainte ca sa fiu transmise
-
-
-
- MemoDialog
-
-
-
- Memo
- Memo
-
-
-
- Include Reply Address
- Include adresa de raspuns
-
-
-
- MemoEdit
-
-
- Reply to
- Raspunde
-
-
-
- MigrationDialog
-
-
- Migration Turnstile
- Migrarea Turnstile
-
-
-
- Migration History
- Istoria Migrarii
-
-
-
- Migrated Amount
- Valoarea Migrata
-
-
-
- Unmigrated Amount
- Valoarea Nemigrata
-
-
-
- Sprout -> Sapling migration enabled
- Sprout -> Sapling migrarea este aplicata
-
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- Daca este aplicat, hushd va migra fondurile ecranate Sprout spre Sapling adrese.
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Conectati Aplicatia Mobila
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Scanati acest QRcod pe de aplicatia SilentDragon Companion pentru a conecta telefonul
-
-
-
- QR Code
- QR Cod
-
-
-
- Connection String
- Sirul de conexiune
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Permiteti conexiunea prin internet cu ajutorl SilentDragon wormhole
-
-
-
- silentdragon Companion App
- Aplicatia SilentDragon Companion
-
-
-
- Disconnect
- Deconectati
-
-
-
-
- TextLabel
- TextMarca
-
-
-
- Last seen:
- Vazut ultima data
-
-
-
- Connection type:
- Tipul Conexiunii
-
-
-
- NewOrRestorePage
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- Forma
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- Aceasta este semnatura portofelului nou. RUGAM SA O COPIATI CU SIGURANTA.
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- Semnatura este unica solutie pentru restabilirea portofelului. Daca uitati semnatura, NU EXISTA NICI O SOLUTIE PENTRU RESTABILIREA PORTOFELULUI SI FONDURILOR.
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Error creating a wallet
- Eroarea crearii portofelului
-
-
-
- Failed to save wallet
- Salvarea portofelului a esuat
-
-
-
- Couldn't save the wallet
- Salvarea portofelului nu a fost posibila
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
- Cheia Privata
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- Alege
-
-
-
-
-
- Address or Label Error
- Eroarea Marcii sau Adresei
-
-
-
-
-
- Address or Label cannot be empty
- Adresa sau Marca nu pot fi goi
-
-
-
-
-
- Address Format Error
- Eroarea Formatului Adresei
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- nu este o adresa DRGX valida
-
-
-
-
-
-
- Label Error
- Eroare de Marca
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Marca '%1' deja exista. Rugam sa eliminati marca existenta
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Importa Cartea de Adrese
-
-
-
- Unable to open file
- Accesarea fisierului nu este posibila
-
-
-
- Address Book Import Done
- typ>Importul Cartii de Adrese este Terminat
-
-
-
- Imported %1 new Address book entries
- Importul %1 adresei noi a fost efectuat
-
-
-
- Copy address
- Copiati adresa
-
-
-
- Copied to clipboard
- Copiat in clipboard
-
-
-
- Delete label
- Sterge marca
-
-
-
- Attempting to initialize library with
- Incercare de initiere a bibliotecii cu
-
-
-
- Using existing wallet.
- Folosirea portofelului existent.
-
-
-
- Create/restore wallet.
- Creati/Restabiliti portofelul.
-
-
-
-
- Connection Error
- Eroare la Conexiune
-
-
-
-
-
-
-
-
-
- Transaction Error
- Eroarea de Tranzactie
-
-
-
- There was an error sending the transaction. The error was:
- A avut loc eroarea la transmiterea tranzactiei. Eroarea a fost de tip:
-
-
-
-
- No Connection
- Conexiunea nu exista
-
-
- There was an error connecting to hushd. The error was
- A fost eroarea conexiunii la hushd. Eroarea a fost
-
-
-
-
-
-
-
-
-
- Tx
- Tranzactia
-
-
-
-
-
-
-
-
-
- failed
- a esuat
-
-
-
-
-
-
-
-
- The transaction with id
- Tranzactia cu id
-
-
-
-
-
-
-
-
- failed. The error was
- a esuat. Eroarea a fost
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- Update Valabil
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- O noua veriune V%1 este valabila! Tu ai v%2
-Doriti sa vizitati pagina veriunii?
-
-
-
- No updates available
- Update nu este valabil
-
-
-
- You already have the latest release v%1
- Deja aveti cea mai recenta versiune v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Rugam sa asteptati pina ce SilentDragonXLite sa o sa iasa
-
-
-
-
- Waiting for hushd to exit
- Asteptam ca hushd sa iasa
-
-
-
- No dragonx price was available to convert from USD
- Nici un pret al hush nu a fost valabil pentru convertare in USD
-
-
-
- View on block explorer
- Vizualizare pe expoator de bloc
-
-
-
- View Error
- Vizualizati Erorea
-
-
-
- Reported Error
- Eroare Raportata
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Sinteti siguri in stergerea platii recurente?
-
-
-
- All future payments will be cancelled.
- Toate platile viitoare vor fi anulate.
-
-
-
- Tx submitted (right click to copy) txid:
- Tranzactia a fost inaintata (clic drept pentru a copia) tranzactia ID:>
-
-
-
- Type
- Tipul
-
-
-
- Address
- Adresa
-
-
-
- Date/Time
- Data/Tipul
-
-
-
- Confirmations
- Confirmatii
-
-
-
- Amount
- Valoare
-
-
-
- Connected directly
- Conectat direct
-
-
-
- Connected over the internet via silentdragon wormhole service
- Conectat la internet prin serviciul SilentDragon wormhole
-
-
-
-
- Node is still syncing.
- Nodul inca se sincronizeaza
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Nici o adreasa Sapling sau transparenta cu sold suficient pentru transmitere.
-
-
-
- RecurringDialog
-
- Dialog
- Dialog
-
-
-
- Reccuring Dialog
-
-
-
-
- View
- Vizualizare
-
-
-
- Delete
- Sterge
-
-
-
- RecurringListViewModel
-
-
- Amount
- Valoare
-
-
-
- Schedule
- Programa
-
-
-
- Payments Left
- Platile ramase
-
-
-
- Next Payment
- Urmatoarea Plata
-
-
-
- To
- Catre
-
-
-
- Every
- Fiecare
-
-
-
- None
- Nici unul
-
-
-
- RecurringPayments
-
- Payments
- Platile
-
-
-
- Reocurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Data
-
-
-
- Status
- Stare
-
-
-
- Txid
- Tranzactia ID
-
-
-
- Not due yet
- Inca nu
-
-
-
- Pending
- In asteptare
-
-
-
- Skipped
- Omit
-
-
-
- Paid
- Platit
-
-
-
- Error
- Eroare
-
-
-
-
- Unknown
- Necunoscut
-
-
-
- RecurringPending
-
- Dialog
- Dialog
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Platile nu vor fi procesate. Ele pot fi platite manual din Caseta de Dialog a Platilor Recurente
-
-
-
- Schedule
- Programa
-
-
-
- How should silentdragon proceed?
- Cum Silent Dragon trebuie sa procedeze?
-
-
-
- Pay All in 1 Tx
- Platiti tot in 1 Tranzactie
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Doar cea mai recenta plata va fi procesata. Toate platile anterioare vor fi omise
-
-
-
- Pay Latest Only
- Platiti doar plata recenta
-
-
-
- Pay None
- Nu plati niciuna
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Toate platile in asteptare au fost colectate, combinate si platite intr-o singura tranzatie
-
-
-
- Description
- Descriptie
-
-
-
- To
- Catre
-
-
-
- The following recurring payment has multiple payments pending
- Urmatoarea plata recurenta are plati multiple, in asteptare
-
-
-
- RequestDialog
-
-
- Payment Request
- Plata Solicitata
-
-
-
- AddressBook
- Carte de Adrese
-
-
-
- Request From
- Solicita De la
-
-
-
- My Address
- Adresa Mea
-
-
-
- Amount in
- Valoare in
-
-
-
- z address
- adresa z
-
-
-
- Amount
- Valoare
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Destinatarul va vedea aceasta adresa in cimpul \ABpentru\BB la platirea solicitarii
-
-
-
- Amount USD
- Valoarea USD
-
-
-
- Memo
- Memo
-
-
-
- TextLabel
- TextMarca
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Solicita plata de pe Sapling adresa. dragonx 0.0001 tranzactia va fi transmisa la adresa cu plata dragonx URI. Memo va fi inclus in tranzactie cind adresa va plati.
-
-
-
- Error paying DRGX URI
- Eroare platii DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI trebuie sa fie de forma 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Platiti lui
-
-
-
- Pay
- Platiti
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Platiti plata solicitata. Adresa voastra nu va fi vizibila persoanei care solicita aceasta plata.
-
-
-
- Can only request from Sapling addresses
- Puteti doar solicita de la adresa Sapling
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- Forma
-
-
-
- Please enter your 24-word seed below
- Rugam, sa introduceti semnatura de 24 de cuvinte mai jos
-
-
-
- Wallet Seed
- Semnatura Portofelului
-
-
-
- Restore Wallet Seed
-
-
-
-
- Wallet Birthday
- Ziua de Nastere a Portofelului
-
-
-
- 180000
- 180000
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
- 0
- 0
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- Ziua de nastere a portofelului e inaltimea blocului cind a avut loc prima tranzactie a portofelului. Daca nu o cunoasteti, lasati-o ca "0" (Rescanarea va dura mai mult timp)
-
-
-
- RestoreSeedPage
-
-
-
- Failed to restore wallet
- Restabilirea portofelului a esuat
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite are nevoie de semnatura de 24 de cuvinte pentru restabilirea portofelului
-
-
-
- Failed to parse wallet birthday
- Analizarea zilei de nastere a portofelului a esuat
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Ziua de nastere a portofelului nu este inteleasa. Aceasta trebuie sa fe inaltimea blocului de unde rescanarea va avea loc. O puteti lasa ca '0' in caz daca nu cunoasteti care e.
-
-
-
- Couldn't restore the wallet
- Restaurarea portofelului nu s-a putut
-
-
-
- Failed to save wallet
- Salvarea portofelului a esuat
-
-
-
- Couldn't save the wallet
- Salvarea portofelului nu s-a putut
-
-
-
- Settings
-
-
- Settings
- Setari
-
-
-
- Connection
- Conexiuni
-
-
-
- Lightwallet Server
- Lightwallet Server
-
-
-
- Options
- Optiuni
-
-
- default
- mod implicit
-
-
- blue
- albastru
-
-
- light
- deschis
-
-
- dark
- inchis
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
- Vezi pretul hush
-
-
-
- Check git for updates at startup
- Verificati actualizarile pe git la pornire
-
-
-
- Connect to git on startup to check for updates
- Conectati git la pornire pentru verificarea actualizarilor
-
-
-
- Theme
- Teme
-
-
-
- Connect to the internet to Fetch dragonx prices
- Conectati la internet pentru a vedea pretul DRGX
-
-
-
- Currency
- Valuta
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Toate Adrese
-
-
-
- Export All Keys
- Exporta Toate Cheile
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Adresa
-
-
-
- Balance (%1)
- Soldul (1%)
-
-
-
- about
-
-
- About
- Despre
-
-
-
- addressBook
-
-
- Address Book
- Carte de Adrese
-
-
-
- Add New Address
- Adauga Adresa Noua
-
-
-
- Address (z-Addr or t-Addr)
- Adresa (z-Addr sau t-Addr)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garflied
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- Stag
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Marca
-
-
-
- Add to Address Book
- Adauga in Carte de Adrese
-
-
-
- Import Address Book
- Importa Cartea de Adrese
-
-
-
- confirm
-
-
- Confirm Transaction
- Confirma Tranzactia
-
-
-
- To
- Catre
-
-
-
- Recurring Payment
- Plata recurenta
-
-
-
- TextLabel
- TextMarca
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Trimiteti tranzactia in timp ce are loc sincronizarea nodului.E posibil aceasta sa nu functioneze.
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Configureaza hush.conf
-
-
-
- Your dragonx node will be configured for you automatically
- Nodul Hush va fi configurat in mod automat
-
-
-
- Show Advanced Configuration
- Arata configuratii avansate
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Permiteti conexiunea prin internet pentru verificarea actualizarilor, pretului hush, etc...
-
-
-
- Use custom datadir
- Indica directia stocarii datelor
-
-
-
- Choose directory
- Alege locatia
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Rugam sa retineti ca serviciul Tor trebuie sa fie deja configurat prin port 9050
-
-
-
- Connect to the internet for updates and price feeds
- Conectati-va la internet pentru actualizari si feed-uri preturilor
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Rugam sa alegeti locatia stocarii wallet.dat si a lantului de blocuri
-
-
-
- Connect over Tor
- Conecteaza prin Tor
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Copiati Adresa
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Criptati Portofelul Dvs.
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- Parola Criptarii
-
-
- Confirm Password:
- Confirma Parola
-
-
- Passwords don't match
- Parola nu se potriveste
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- ATENTIE: Daca uitati parola, unica solutie de recuperare a portofelului va fi semnatura.
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- TextMarca
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Solicita plata de pe Sapling adresa. dragonx 0.0001 tranzactia va fi transmisa la adresa cu plata dragonx URI. Memo va fi inclus in tranzactie cind adresa va plati.
-
-
-
- Request From
- Solicita De la
-
-
-
- zaddr
-
-
-
-
- Amount in
- Valoare in
-
-
-
- Amount
- Valoare
-
-
-
- Amount USD
- Valoarea USD
-
-
-
- Memo
- Memo
-
-
-
- My Address
- Adresa Mea
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Destinatarul va vedea aceasta adresa in cimpul \ABpentru\BB la platirea solicitarii
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Editati Programul
-
-
-
- Payment Description
- Descriptia Platii
-
-
-
- Schedule
- Programa
-
-
-
- Next Payment
- Urmatoarea Plata
-
-
-
- Amount
- Valoare
-
-
-
- Memo
- Memo
-
-
-
- To
- Catre
-
-
-
- From
- De la
-
-
-
- Number of payments
- Numarul de plati
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Anulare
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garfield
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- Stag
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- Valoare
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Eticheta
+
+
+
+ Address
+ Adresa
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Adresa
+
+
+
+ Amount
+ Valoare
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ Forma
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ Forma
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ Se Porneste
+
+
+
+ Controller
+
+
+ Wallet Password
+ Parola Portofelului
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Portofelul Dvs. este criptat
+
+
+
+
+ Wallet Decryption Failed
+ Decriptarea Portofelului a Esuat
+
+
+
+ Please enter a valid password
+ Rugam sa introduceti parola valida
+
+
+
+ Failed to unlock wallet
+ Deblocarea portofelului a esuat
+
+
+
+ CreateWalletForm
+
+ Form
+ Forma
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ Recuperati portmoneul cu ajutorul semnaturii
+
+
+
+ Create a new wallet
+
+
+
+ Restore an existing wallet, using the 24-word seed.
+ Recuperati portofel existent folosind semnatura de 24 de cuvinte
+
+
+ Create a new Wallet
+ Creati Portofel Nou
+
+
+ Create a new wallet with a randomly generated seed.
+ Creati portofel nou cu ajutorul semnaturii, generate aleatoriu
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Stag
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garfield
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Anulare
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ MainWindow
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ Balance
+ Soldul
+
+
+
+ Summary
+ Rezumat
+
+
+
+ Shielded
+ Ecranat
+
+
+
+ Notarized
+ Notarizat
+
+
+
+ Transparent
+ Transparent
+
+
+
+ Total
+ Total
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Are loc sincronizarea nodului, soldurile pot fi neactualizate.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Tranzactia nu este inca confirmata. Soldul poate schimba.
+
+
+
+ Address Balances
+ Soldul Adresei
+
+
+
+
+ Send
+ Trimite
+
+
+
+ Total notarized funds available:
+ Totalul fondurlor notarizate valabile:
+
+
+
+ Send To
+ Trimite Catre
+
+
+
+ Recipient
+ Destinatar
+
+
+
+
+
+
+
+ Address
+ Adesa
+
+
+
+
+ Address Book
+ Carte de Adrese
+
+
+
+
+
+
+ Amount
+ Valoare
+
+
+
+ Max Available
+ Maxim Disponibil
+
+
+
+
+
+
+ Memo
+ Memo
+
+
+
+ Add Recipient
+ Adauga Destinatar
+
+
+ Recurring payment
+ Plata recurenta
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Fiecare luna, incepind cu 12-Mai-2012
+
+
+ Edit Schedule
+ Editati Programul
+
+
+
+
+ Miner Fee
+ Taxa Minerului
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Anulare
+
+
+
+ Receive
+ Primeste
+
+
+
+ Address Type
+ Tipul Adresei
+
+
+
+ z-Addr
+ Adresa-z
+
+
+
+ t-Addr
+ Adresa-t
+
+
+
+ Next Address
+ Adresa Urmatoare
+
+
+
+ Information about DragonX
+ Informatia despre Hush
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+ Halving Urmator
+
+
+
+ Difficulty
+ Dificultate
+
+
+
+ Last Notarized Block
+ Ultimul Bloc Notarizat
+
+
+
+ Total Supply
+ Cantitatea Totala
+
+
+
+ Longestchain
+ Cel mai lung lant
+
+
+
+ BlockHeight
+ Inaltimea Blocului
+
+
+
+ Supply zAddr
+ Cantitatea adreselor z
+
+
+
+ Supply tAddr
+ Cantitatea adreselor t
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+ Capitalizarea Pietii
+
+
+
+ Volume on Exchanges
+ Volumul Schimbului Valutar
+
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+
+
+
+
+ View All Addresses
+ Vizualizati Toate Adresele
+
+
+
+ Label
+ Eticheta
+
+
+
+ Update Label
+ Actualizati Eticheta
+
+
+
+ Address balance
+ Soldul Adresei
+
+
+
+ Optional
+ Optional
+
+
+
+
+ Export Private Key
+ Exporta Cheia Privata
+
+
+
+ Your node is still syncing, balances may not be updated
+ Are loc sincronizarea nodului, soldurile pot fi neactualizate.
+
+
+
+ Transactions
+ Tranzactii
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Se Incarca...
+
+
+
+ Version drgxlightd
+ Versiunea hushlighttd
+
+
+
+ Vendor
+ Furnizor
+
+
+
+ HushChat
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ Spendable
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ &File
+ &Fisier
+
+
+
+ &Help
+ &Ajutor
+
+
+
+ &Apps
+ &Aplicatii
+
+
+
+ &Edit
+ &Editati
+
+
+
+ E&xit
+ &Iesire
+
+
+
+ &About
+ &Despre
+
+
+
+ &Settings
+ &Setari
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &Send DenioD Feedback
+ Trimite Feedback lui Duke
+
+
+
+ &DragonX Telegram
+ DragonX Telegram
+
+
+
+ &DragonX Website
+ DragonX Website
+
+
+
+ Check git for &updates
+ Verifica git pentru &actualizari
+
+
+
+ &Export all private keys
+ &Exporta toate cheile private
+
+
+
+ Address &book
+ &Carte de Adrese
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+ &Export seed phrase
+ &Exporta semnatura
+
+
+
+
+ Export transactions
+ Exporta tranzactiile
+
+
+
+ Pay drgx &URI...
+ Plateste DRGX &URI...
+
+
+
+ Connect mobile &app
+ Conecteaza aplicatia &mobila
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Solicitarea Platilor
+
+
+
+ Request drgx...
+ Solicita DRGX...
+
+
+
+ File a bug...
+ Depune Eroare
+
+
+
+ Encrypt Wallet
+ Criptati Portofelul
+
+
+
+ Remove Wallet Encryption
+ Eliminati Criptarea Portofelului
+
+
+
+ Rescan
+ Rescanati
+
+
+
+ Import Private Key
+
+
+
+ Wallet is already encrypted
+ Portofelul e deja criptat
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ Portofelul dvs. este deja criptat cu parola.
+Rugam sa folositi 'Eliminati Criptarea Portofelului' daca doriti sa eliminati criptarea portofelului.
+
+
+
+ Passwords don't match
+ Parole nu coincid
+
+
+ Error was:
+
+ Eroarea este:
+
+
+ Wallet Encrypted
+ Portofel Criptat
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ Portofelul a fost criptat cu succes! Folosirea parolei va fi necesara in cazul transferului sau exportului fondurilor.
+
+
+
+
+ Wallet Encryption Failed
+ Criptarea Portofelului a Esuat
+
+
+
+ Wallet is not encrypted
+ Portofelul nu este criptat
+
+
+ Your wallet is not encrypted with a password.
+ Portofelul dvs. nu este criptat cu parola.
+
+
+ Wallet Password
+ Parola Portofelului
+
+
+ Please enter your wallet password
+ Rugam sa introduceti parola portofelului
+
+
+ Wallet Decryption Failed
+ Decriptarea Portofelului a Esuat
+
+
+ Please enter a password to decrypt your wallet!
+ Rugam sa introduceti parola pentru a decripta portofelul!
+
+
+ Wallet Encryption Removed
+ Criptarea Portofelului a fost Scoasa
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ Portofelul Dvs. a fost decriptat cu succes! Folosirea parolei nu va fi necesara in cazul transferului sau exportului cheilor private.
+
+
+
+
+ Copy txid
+ Copiati tranzactia ID
+
+
+
+
+ Copy block explorer link
+ Copiati link-ul exploratorului de blocuri
+
+
+
+ View tx on block explorer
+ Vizualizati tranzactia in explorator de blocuri
+
+
+
+ Refresh
+ Actualizare
+
+
+ Restart
+ Reporniti
+
+
+ Please restart Silentdragonlite to have the theme apply
+ Rugam sa reporniti SilentDragon pentru aplicarea temei
+
+
+
+ Currency Change
+ Schimbarea Valutei
+
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Feedback despre SilentDragonXLite sau Hush...
+
+
+
+ This change can take a few seconds.
+ Aceasta schimbare poate dura citeva secunde.
+
+
+
+
+ Failed to restore wallet
+ Restabilirea portofelului a esuat
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite are nevoie de semnatura de 24 de cuvinte pentru restabilirea portofelului
+
+
+
+ Failed to parse wallet birthday
+ Analizarea zilei de nastere a portofelului a esuat
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Ziua de nastere a portofelului nu este inteleasa. Aceasta trebuie sa fe inaltimea blocului de unde rescanarea va avea loc. O puteti lasa ca '0' in caz daca nu cunoasteti care e.
+
+
+
+ Couldn't restore the wallet
+ Restaurarea portofelului nu s-a putut
+
+
+
+ Failed to save wallet
+ Salvarea portofelului a esuat
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ or SilentDragonXLite
+ sau SilentDragonXLite
+
+
+
+ Send DenioD some private and shielded feedback about
+ Trimite lui DenioD feedback privat sau ecranat
+
+
+
+ Private key import rescan in progress. Your funds will be automaticly shield to a wallet seed zaddr. This will take some time
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Privatkey should start with U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Paste DRGX URI
+ Lipeste DRGX URI
+
+
+
+ Error paying DRGX URI
+ Eroarea platii DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ Uri trebuie sa fie de forma 'hush:<addr>?amt=x&memo=y
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ Caution: If this key is for Zs-addr it will be NOT inlcude in your Seed. Please send them direct to a Seed zs-addr
+
+
+
+
+ R-addr keys will be autoshield to a seed zs-addr
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Error
+ Eroare
+
+
+
+ Error exporting transactions, file was not saved
+ Eroare in timpul exportului tranzactiei, fisierul nu a fost salvat
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Aceasta este semnatura dvs. Rugam sa o copiati atent si cu siguranta.
+
+
+
+
+ Save File
+ Salveaza Fisierul
+
+
+
+
+ Unable to open file
+ Fisierul nu poate fi deschis
+
+
+
+ Error getting private keys
+ Eroare la primirea cheilor private
+
+
+
+ Error loading private keys:
+ Eroare la incarcarea cheilor private:
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Acestea sint toate cheile private adreselor din portofel
+
+
+
+ Private key for
+ Cheia privata privata
+
+
+
+
+ Copy address
+ Copiaza adresa
+
+
+
+
+
+
+ Copied to clipboard
+ Copiata \EEn clipboard
+
+
+
+ Get private key
+ Obtine cheia privata
+
+
+
+
+ View on block explorer
+ Vizualizare pe exploator de bloc
+
+
+
+ View Payment Request
+ Vizualizati Plata Solicitata
+
+
+
+ View Memo
+ Vizualizati Memo
+
+
+
+ Reply to
+ Raspunde
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+
+ Created new t-Addr
+ O noua t-Addr a fost creata
+
+
+
+ Copy Address
+ Copiati Adresa
+
+
+
+ Address has been previously used
+ Adresa data a fost folosita anterior
+
+
+
+ Address is unused
+ Adresa nu poate fi utilizata
+
+
+
+ Cannot support multiple addresses
+ Nu poate suporta adrese multiple
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ In momentul dat platile recurente nu suporta adrese multiple
+
+
+
+ Recipient
+ Destinatar
+
+
+
+ Only z-addresses can have memos
+ Doar adrese-z pot avea memo
+
+
+ Memos can only be used with z-addresses
+ Memo pot fi folosite doar cu adrese-z
+
+
+ The memo field can only be used with a z-address.
+
+ Cimpul cu memo poate fi folosit doar cu adrese-z
+
+
+
+doesn't look like a z-address
+ nu arata ca adresaz-
+
+
+
+ Transaction Error
+ Eroarea de Tranzactie
+
+
+
+
+ Please wait...
+ Rugam sa asteptati
+
+
+
+ Computing your transaction
+ Calcularea tranzactiei
+
+
+
+
+ Done!
+ Terminat!
+
+
+
+
+
+
+
+ Recipient Address
+ Adresa Recipientului
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ is Invalid
+ Este Nevalid
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Valoarea adresei '%1' este nevalida!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+ Not enough available funds to send this transaction
+
+Disponibil: %1
+Necesar: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ Nu sint suficiente fondurile pentru a trimite aceasta transactie
+Aveti: %1
+Este Nevoie: %2
+Nota: Fondurile au nevoie de 5 confirmatii inainte ca sa fiu transmise
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Memo
+
+
+
+ Include Reply Address
+ Include adresa de raspuns
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Raspunde
+
+
+
+ MigrationDialog
+
+
+ Migration Turnstile
+ Migrarea Turnstile
+
+
+
+ Migration History
+ Istoria Migrarii
+
+
+
+ Migrated Amount
+ Valoarea Migrata
+
+
+
+ Unmigrated Amount
+ Valoarea Nemigrata
+
+
+
+ Sprout -> Sapling migration enabled
+ Sprout -> Sapling migrarea este aplicata
+
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ Daca este aplicat, hushd va migra fondurile ecranate Sprout spre Sapling adrese.
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Conectati Aplicatia Mobila
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Scanati acest QRcod pe de aplicatia SilentDragon Companion pentru a conecta telefonul
+
+
+
+ QR Code
+ QR Cod
+
+
+
+ Connection String
+ Sirul de conexiune
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Permiteti conexiunea prin internet cu ajutorl SilentDragon wormhole
+
+
+
+ silentdragon Companion App
+ Aplicatia SilentDragon Companion
+
+
+
+ Disconnect
+ Deconectati
+
+
+
+
+ TextLabel
+ TextMarca
+
+
+
+ Last seen:
+ Vazut ultima data
+
+
+
+ Connection type:
+ Tipul Conexiunii
+
+
+
+ NewOrRestorePage
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ Forma
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ Aceasta este semnatura portofelului nou. RUGAM SA O COPIATI CU SIGURANTA.
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ Semnatura este unica solutie pentru restabilirea portofelului. Daca uitati semnatura, NU EXISTA NICI O SOLUTIE PENTRU RESTABILIREA PORTOFELULUI SI FONDURILOR.
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Error creating a wallet
+ Eroarea crearii portofelului
+
+
+
+ Failed to save wallet
+ Salvarea portofelului a esuat
+
+
+
+ Couldn't save the wallet
+ Salvarea portofelului nu a fost posibila
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Cheia Privata
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ Alege
+
+
+
+
+
+ Address or Label Error
+ Eroarea Marcii sau Adresei
+
+
+
+
+
+ Address or Label cannot be empty
+ Adresa sau Marca nu pot fi goi
+
+
+
+
+
+ Address Format Error
+ Eroarea Formatului Adresei
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ nu este o adresa DRGX valida
+
+
+
+
+
+
+ Label Error
+ Eroare de Marca
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Marca '%1' deja exista. Rugam sa eliminati marca existenta
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Importa Cartea de Adrese
+
+
+
+ Unable to open file
+ Accesarea fisierului nu este posibila
+
+
+
+ Address Book Import Done
+ typ>Importul Cartii de Adrese este Terminat
+
+
+
+ Imported %1 new Address book entries
+ Importul %1 adresei noi a fost efectuat
+
+
+
+ Copy address
+ Copiati adresa
+
+
+
+ Copied to clipboard
+ Copiat in clipboard
+
+
+
+ Delete label
+ Sterge marca
+
+
+
+ Attempting to initialize library with
+ Incercare de initiere a bibliotecii cu
+
+
+
+ Using existing wallet.
+ Folosirea portofelului existent.
+
+
+
+ Create/restore wallet.
+ Creati/Restabiliti portofelul.
+
+
+
+
+ Connection Error
+ Eroare la Conexiune
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Eroarea de Tranzactie
+
+
+
+ There was an error sending the transaction. The error was:
+ A avut loc eroarea la transmiterea tranzactiei. Eroarea a fost de tip:
+
+
+
+
+ No Connection
+ Conexiunea nu exista
+
+
+ There was an error connecting to hushd. The error was
+ A fost eroarea conexiunii la hushd. Eroarea a fost
+
+
+
+
+
+
+
+
+
+ Tx
+ Tranzactia
+
+
+
+
+
+
+
+
+
+ failed
+ a esuat
+
+
+
+
+
+
+
+
+ The transaction with id
+ Tranzactia cu id
+
+
+
+
+
+
+
+
+ failed. The error was
+ a esuat. Eroarea a fost
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ Update Valabil
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ O noua veriune V%1 este valabila! Tu ai v%2
+Doriti sa vizitati pagina veriunii?
+
+
+
+ No updates available
+ Update nu este valabil
+
+
+
+ You already have the latest release v%1
+ Deja aveti cea mai recenta versiune v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Rugam sa asteptati pina ce SilentDragonXLite sa o sa iasa
+
+
+
+
+ Waiting for hushd to exit
+ Asteptam ca hushd sa iasa
+
+
+
+ No dragonx price was available to convert from USD
+ Nici un pret al hush nu a fost valabil pentru convertare in USD
+
+
+
+ View on block explorer
+ Vizualizare pe expoator de bloc
+
+
+
+ View Error
+ Vizualizati Erorea
+
+
+
+ Reported Error
+ Eroare Raportata
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Sinteti siguri in stergerea platii recurente?
+
+
+
+ All future payments will be cancelled.
+ Toate platile viitoare vor fi anulate.
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tranzactia a fost inaintata (clic drept pentru a copia) tranzactia ID:>
+
+
+
+ Type
+ Tipul
+
+
+
+ Address
+ Adresa
+
+
+
+ Date/Time
+ Data/Tipul
+
+
+
+ Confirmations
+ Confirmatii
+
+
+
+ Amount
+ Valoare
+
+
+
+ Connected directly
+ Conectat direct
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Conectat la internet prin serviciul SilentDragon wormhole
+
+
+
+
+ Node is still syncing.
+ Nodul inca se sincronizeaza
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Nici o adreasa Sapling sau transparenta cu sold suficient pentru transmitere.
+
+
+
+ RecurringDialog
+
+ Dialog
+ Dialog
+
+
+
+ Reccuring Dialog
+
+
+
+
+ View
+ Vizualizare
+
+
+
+ Delete
+ Sterge
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Valoare
+
+
+
+ Schedule
+ Programa
+
+
+
+ Payments Left
+ Platile ramase
+
+
+
+ Next Payment
+ Urmatoarea Plata
+
+
+
+ To
+ Catre
+
+
+
+ Every
+ Fiecare
+
+
+
+ None
+ Nici unul
+
+
+
+ RecurringPayments
+
+ Payments
+ Platile
+
+
+
+ Reocurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Data
+
+
+
+ Status
+ Stare
+
+
+
+ Txid
+ Tranzactia ID
+
+
+
+ Not due yet
+ Inca nu
+
+
+
+ Pending
+ In asteptare
+
+
+
+ Skipped
+ Omit
+
+
+
+ Paid
+ Platit
+
+
+
+ Error
+ Eroare
+
+
+
+
+ Unknown
+ Necunoscut
+
+
+
+ RecurringPending
+
+ Dialog
+ Dialog
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Platile nu vor fi procesate. Ele pot fi platite manual din Caseta de Dialog a Platilor Recurente
+
+
+
+ Schedule
+ Programa
+
+
+
+ How should silentdragon proceed?
+ Cum Silent Dragon trebuie sa procedeze?
+
+
+
+ Pay All in 1 Tx
+ Platiti tot in 1 Tranzactie
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Doar cea mai recenta plata va fi procesata. Toate platile anterioare vor fi omise
+
+
+
+ Pay Latest Only
+ Platiti doar plata recenta
+
+
+
+ Pay None
+ Nu plati niciuna
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Toate platile in asteptare au fost colectate, combinate si platite intr-o singura tranzatie
+
+
+
+ Description
+ Descriptie
+
+
+
+ To
+ Catre
+
+
+
+ The following recurring payment has multiple payments pending
+ Urmatoarea plata recurenta are plati multiple, in asteptare
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Plata Solicitata
+
+
+
+ AddressBook
+ Carte de Adrese
+
+
+
+ Request From
+ Solicita De la
+
+
+
+ My Address
+ Adresa Mea
+
+
+
+ Amount in
+ Valoare in
+
+
+
+ z address
+ adresa z
+
+
+
+ Amount
+ Valoare
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Destinatarul va vedea aceasta adresa in cimpul \ABpentru\BB la platirea solicitarii
+
+
+
+ Amount USD
+ Valoarea USD
+
+
+
+ Memo
+ Memo
+
+
+
+ TextLabel
+ TextMarca
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Solicita plata de pe Sapling adresa. dragonx 0.0001 tranzactia va fi transmisa la adresa cu plata dragonx URI. Memo va fi inclus in tranzactie cind adresa va plati.
+
+
+
+ Error paying DRGX URI
+ Eroare platii DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI trebuie sa fie de forma 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Platiti lui
+
+
+
+ Pay
+ Platiti
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Platiti plata solicitata. Adresa voastra nu va fi vizibila persoanei care solicita aceasta plata.
+
+
+
+ Can only request from Sapling addresses
+ Puteti doar solicita de la adresa Sapling
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ Forma
+
+
+
+ Please enter your 24-word seed below
+ Rugam, sa introduceti semnatura de 24 de cuvinte mai jos
+
+
+
+ Wallet Seed
+ Semnatura Portofelului
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ Wallet Birthday
+ Ziua de Nastere a Portofelului
+
+
+
+ 180000
+ 180000
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+ 0
+ 0
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ Ziua de nastere a portofelului e inaltimea blocului cind a avut loc prima tranzactie a portofelului. Daca nu o cunoasteti, lasati-o ca "0" (Rescanarea va dura mai mult timp)
+
+
+
+ RestoreSeedPage
+
+
+
+ Failed to restore wallet
+ Restabilirea portofelului a esuat
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite are nevoie de semnatura de 24 de cuvinte pentru restabilirea portofelului
+
+
+
+ Failed to parse wallet birthday
+ Analizarea zilei de nastere a portofelului a esuat
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Ziua de nastere a portofelului nu este inteleasa. Aceasta trebuie sa fe inaltimea blocului de unde rescanarea va avea loc. O puteti lasa ca '0' in caz daca nu cunoasteti care e.
+
+
+
+ Couldn't restore the wallet
+ Restaurarea portofelului nu s-a putut
+
+
+
+ Failed to save wallet
+ Salvarea portofelului a esuat
+
+
+
+ Couldn't save the wallet
+ Salvarea portofelului nu s-a putut
+
+
+
+ Settings
+
+
+ Settings
+ Setari
+
+
+
+ Connection
+ Conexiuni
+
+
+
+ Lightwallet Server
+ Lightwallet Server
+
+
+
+ Options
+ Optiuni
+
+
+ default
+ mod implicit
+
+
+ blue
+ albastru
+
+
+ light
+ deschis
+
+
+ dark
+ inchis
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+ Vezi pretul hush
+
+
+
+ Check git for updates at startup
+ Verificati actualizarile pe git la pornire
+
+
+
+ Connect to git on startup to check for updates
+ Conectati git la pornire pentru verificarea actualizarilor
+
+
+
+ Theme
+ Teme
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Conectati la internet pentru a vedea pretul DRGX
+
+
+
+ Currency
+ Valuta
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Toate Adrese
+
+
+
+ Export All Keys
+ Exporta Toate Cheile
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Adresa
+
+
+
+ Balance (%1)
+ Soldul (1%)
+
+
+
+ about
+
+
+ About
+ Despre
+
+
+
+ addressBook
+
+
+ Address Book
+ Carte de Adrese
+
+
+
+ Add New Address
+ Adauga Adresa Noua
+
+
+
+ Address (z-Addr or t-Addr)
+ Adresa (z-Addr sau t-Addr)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garflied
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ Stag
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Marca
+
+
+
+ Add to Address Book
+ Adauga in Carte de Adrese
+
+
+
+ Import Address Book
+ Importa Cartea de Adrese
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Confirma Tranzactia
+
+
+
+ To
+ Catre
+
+
+
+ Recurring Payment
+ Plata recurenta
+
+
+
+ TextLabel
+ TextMarca
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Trimiteti tranzactia in timp ce are loc sincronizarea nodului.E posibil aceasta sa nu functioneze.
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Configureaza hush.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ Nodul Hush va fi configurat in mod automat
+
+
+
+ Show Advanced Configuration
+ Arata configuratii avansate
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Permiteti conexiunea prin internet pentru verificarea actualizarilor, pretului hush, etc...
+
+
+
+ Use custom datadir
+ Indica directia stocarii datelor
+
+
+
+ Choose directory
+ Alege locatia
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Rugam sa retineti ca serviciul Tor trebuie sa fie deja configurat prin port 9050
+
+
+
+ Connect to the internet for updates and price feeds
+ Conectati-va la internet pentru actualizari si feed-uri preturilor
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Rugam sa alegeti locatia stocarii wallet.dat si a lantului de blocuri
+
+
+
+ Connect over Tor
+ Conecteaza prin Tor
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Copiati Adresa
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Criptati Portofelul Dvs.
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ Parola Criptarii
+
+
+ Confirm Password:
+ Confirma Parola
+
+
+ Passwords don't match
+ Parola nu se potriveste
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ ATENTIE: Daca uitati parola, unica solutie de recuperare a portofelului va fi semnatura.
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ TextMarca
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Solicita plata de pe Sapling adresa. dragonx 0.0001 tranzactia va fi transmisa la adresa cu plata dragonx URI. Memo va fi inclus in tranzactie cind adresa va plati.
+
+
+
+ Request From
+ Solicita De la
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Valoare in
+
+
+
+ Amount
+ Valoare
+
+
+
+ Amount USD
+ Valoarea USD
+
+
+
+ Memo
+ Memo
+
+
+
+ My Address
+ Adresa Mea
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Destinatarul va vedea aceasta adresa in cimpul \ABpentru\BB la platirea solicitarii
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Editati Programul
+
+
+
+ Payment Description
+ Descriptia Platii
+
+
+
+ Schedule
+ Programa
+
+
+
+ Next Payment
+ Urmatoarea Plata
+
+
+
+ Amount
+ Valoare
+
+
+
+ Memo
+ Memo
+
+
+
+ To
+ Catre
+
+
+
+ From
+ De la
+
+
+
+ Number of payments
+ Numarul de plati
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Anulare
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garfield
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ Stag
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ Valoare
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
diff --git a/res/silentdragonxlite_ru.ts b/res/silentdragonxlite_ru.ts
index a0460b2..fa93b41 100644
--- a/res/silentdragonxlite_ru.ts
+++ b/res/silentdragonxlite_ru.ts
@@ -1,2849 +1,2849 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Метка
-
-
-
- Address
- Адрес
-
-
-
- Avatar
- Аватар
-
-
-
- HushChatAddress
- HushChatАдрес
-
-
-
- CID
- CID
-
-
-
- BalancesTableModel
-
-
- Address
- Адрес
-
-
-
- Amount
- Количество
-
-
-
- ChatBubbleMe
-
-
- Form
- Форма
-
-
-
- Speak And Transact Freely With Hush
- Совершайте Сделки и Говорите Свободно с Hush
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- Форма
-
-
-
- Lorem ipsum dolor sit amet
- Lorem ipsum dolor sit amet
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
- Дракон пробуждается...
-
-
-
- Controller
-
-
- Wallet Password
- Пароль Кошелька
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Ваш кошелек зашифрован.
-Пожалуйста введите пароль вашего кошелька
-
-
-
-
- Wallet Decryption Failed
- Ошибка Расшифровки Кошелька
-
-
-
- Please enter a valid password
- Пожалуйста, введите правильный пароль
-
-
-
- Failed to unlock wallet
- Не удалось разблокировать кошелек
-
-
-
- CreateWalletForm
-
-
- Create New SDL Wallet
- Создать Новый SDL Кошелек
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Hush + HushChat Правила Пользования</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Все пользователи соглашаются не использовать платформу для инициирования или угрозы любого насильственного вмешательства или насилия в отношении человека или его собственности или <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Принцип Ненападения</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">СЕРВИС ПРЕДОСТАВЛЯЕТСЯ "КАК ЕСТЬ", и разработчики Hush НЕ ДЕЛАЮТ КАКИХ-ЛИБО КОНКРЕТНЫХ ОБЯЗАТЕЛЬСТВ ИЛИ ГАРАНТИЙ В ОТНОШЕНИИ СЕРВИСА.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Нажимая ОК, вы соглашаетесь использовать Hush и все кошельки которые имеют отношение к SilentDragon и HushChat, и так же любое программное обеспечение разработанное The Hush разработчиками в соответствии с вашим местным законодательством, что все обязательства, связанные с использованием этого сервиса, являются вашими собственными, и разработчики Hush НЕ НЕСУТ ОТВЕТСТВЕННОСТИ за любые убытки, связанные с использованием этого программного обеспечения.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
- I accept the Terms of Service
- Я принимаю Условия Предоставления Услуг
-
-
-
- Confirm Passphrase:
- Подтвердите Кодовую Фразу:
-
-
-
- Restore wallet from seed
- Восстановить кошелек из seed
-
-
-
- Create a new wallet
- Создать новый кошелек
-
-
-
- Encryption Passphrase:
- Кодовая Фраза для Шифрования:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Минимум 16 букв</span></p></body></html>
-
-
-
- Dialog
-
-
- Send Contact Request
- Отправить Запрос на Контакт
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Вставьте псевдоним для вашего контакта:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Выберите аватар для вашего контакта:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Вставьте памятку по вашему запросу:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Ваш HushChat Адрес:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Вставьте адрес вашего контакта:</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
- <html><head/><body><p><span style=" color:#d3d7cf;">Создайте свой HushChat Адрес - пожалуйста подождите секунду - </span></p></body></html>
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
-
- Sharpee
- Sharpee
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
- Добавьте памятку к вашему запросу
-
-
-
- Cancel
- Отменить
-
-
-
- Add Contact and Send Request
- Добавить Контакт и Отправить Запрос
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
- Создание нового кошелька
-
-
-
- MainWindow
-
-
- Balance
- Баланс
-
-
-
- Summary
- Итог
-
-
-
- Shielded
- Экранированный
-
-
-
- Notarized
- Заверенный
-
-
-
- Transparent
- Прозрачный
-
-
-
- Total
- Всего
-
-
-
- Your node is still syncing, balances may not be updated.
- Ваша нода все еще синхронизируется, балансы могут не обновляться.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Некоторые транзакции еще не подтверждены. Балансы могут измениться.
-
-
-
- Total notarized funds available:
- Всего заверенных денежных средств:
-
-
-
- Next Address
- Следующий Адрес
-
-
-
- Your node is still syncing, balances may not be updated
- Ваша нода все еще синхронизируется, балансы могут не обновиться
-
-
-
- Address Balances
- Балансы Адресов
-
-
-
-
- Send
- Отправить
-
-
-
- Send To
- Отправить Для
-
-
-
- Recipient
- Получатель
-
-
-
-
-
-
-
- Address
- Адрес
-
-
-
-
- Address Book
- Адресная Книга
-
-
-
-
-
-
- Amount
- Количество
-
-
-
- Max Available
- Максимально доступно
-
-
-
-
-
-
- Memo
- Памятка
-
-
-
- Add Recipient
- Добавить Получателя
-
-
-
-
- Miner Fee
- Комиссия Майнера
-
-
-
- 0
- 0
-
-
-
- Cancel
- Отменить
-
-
-
- Receive
- Получать
-
-
-
- Address Type
- Тип Адреса
-
-
-
- Version drgxlightd
- Версия drgxlightd
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
- &Send DenioD Feedback
- &Отправить DenioD Фидбэк
-
-
-
- &DragonX Telegram
- &DragonX Телеграм
-
-
-
- Check git for &updates
- Проверьте git на наличие &обновлений
-
-
-
- &Export seed phrase
- &Экспорт seed фразу
-
-
-
- Encrypt Wallet
- Зашифровать Кошелек
-
-
-
- Remove Wallet Encryption
- Убрать Шифрование Кошелька
-
-
-
- Rescan
- Повторное сканирование
-
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- Spendable
- Расходный
-
-
-
- Deposit DragonX
- Пополнить Hush
-
-
-
- Information about DragonX
- Информация о Hush
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Информация о DragonX Blockchain</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
- Next Halving
- Следующий Халвинг
-
-
-
- Difficulty
- Сложность
-
-
-
- Last Notarized Block
- Последний Заверенный Блок
-
-
-
- Total Supply
- Общий Сеплай
-
-
-
- Current Server
- Текущий Сервер
-
-
-
- Sticky Server
- Настроенный Сервер
-
-
-
- Longestchain
- Longestchain
-
-
-
- BlockHeight
- ВысотаБлока
-
-
-
- Supply zAddr
- Количество zAddr
-
-
-
- Supply tAddr
- Количество tAddr
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Информация о Рынке Hush</span></p></body></html>
-
-
-
- Market Cap
- Рыночная Капитализация
-
-
-
- Volume on Exchanges
- Объем на Биржах
-
-
-
- Import Private Key
- Импортировать Приватныйключ
-
-
-
- HushChat
- HushChat
-
-
-
- Incoming contact request
- Входящий запрос на контакт
-
-
-
- Add a new contact
- Добавить новый контакт
-
-
-
- Get a new Address
- Получите новый адрес
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Список Контактов</span></p></body></html>
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
- <html><head/><body><p align="center"><span style=" font-weight:600;">Имя Контакта :</span></p></body></html>
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
- Замки показывают статус сообщения. Красный замок = неподтвержденный, зеленый замок = мин. 1 подтверждение, оранжевый замок = сообщение является заверенным
-
-
-
- &DragonX Website
- &Сайт Hush'а
-
-
-
- Label
- Метка
-
-
-
- Update Label
- Обновить Метку
-
-
-
- Address balance
- Баланс Адреса
-
-
-
- Optional
- Необязательно
-
-
-
-
- Export Private Key
- Экспорт Приватного Ключа
-
-
-
- z-Addr
- z-Addr
-
-
-
- View All Addresses
- Просмотреть Все Адреса
-
-
-
- Transactions
- Транзакции
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Загрузка...
-
-
-
- Vendor
- Продавец
-
-
-
- &File
- &Файл
-
-
-
- &Help
- &Помощь
-
-
- &Apps
- &Приложения
-
-
-
- &Edit
- &Редактировать
-
-
-
- E&xit
- В&ыйти
-
-
-
- &About
- &О приложении
-
-
-
- &Settings
- &Настройки
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &Export all private keys
- &Экспортировать все приватные ключи
-
-
-
- Address &book
- Адресная &книга
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
-
- Export transactions
- Экспортировать транзакции
-
-
-
- Pay drgx &URI...
- Заплатить hush &URI...
-
-
- Connect mobile &app
- Подключить мобильное &приложение
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Регулярные Платежи
-
-
-
- Request drgx...
- Запросить hush...
-
-
-
- File a bug...
- Сообщить о баге...
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- Ключи были импортированы. Повторное сканирование блокчейна может занять несколько минут. До тех пор функциональность может быть ограничена
-
-
-
- View tx on block explorer
- Посмотреть tx в проводнике блоков
-
-
-
- Refresh
- Обновить
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI должен иметь форму 'hush:<addr>?amt=x&memo=y
-
-
-
- Error
- Ошибка
-
-
-
- Error exporting transactions, file was not saved
- Ошибка экспорта транзакций, файл не сохранен
-
-
-
- These are all the private keys for all the addresses in your wallet
- Это все приватные ключи для всех адресов в вашем кошельке
-
-
-
- Private key for
- Приватный ключ для
-
-
-
-
- Save File
- Сохранить Файл
-
-
-
- Passwords don't match
- Пароли не совпадают
-
-
-
-
- Wallet Encryption Failed
- Ошибка Шифрования Кошелька
-
-
-
- Wallet is not encrypted
- Кошелек не зашифрован
-
-
-
-
- Copy block explorer link
- Скопировать ссылку на обозреватель блоков
-
-
-
- Currency Change
- Сменить Валюту
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Это seed вашего кошелька. Пожалуйста, сохраните резервную копию в надежном месте.
-
-
-
-
- Unable to open file
- Невозможно открыть файл
-
-
-
- Error getting private keys
- Ошибка получения приватных ключей
-
-
-
- Error loading private keys:
- Ошибка загрузки приватных ключей:
-
-
-
-
- Copy address
- Копировать адрес
-
-
-
-
-
-
- Copied to clipboard
- Скопировано в буфер обмена
-
-
-
-
- Failed to restore wallet
- Не удалось восстановить кошелек
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite требует 24 слова для восстановления кошелька
-
-
-
- Failed to parse wallet birthday
- Не удалось разобрать день рождения кошелька
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Неверное день рождение бумажника. Должна быть высота блока, откуда можно повторно сканировать кошелек. Вы можете оставить его как '0', если не знаете, каким оно должно быть.
-
-
-
- Couldn't restore the wallet
- Не удалось восстановить кошелек
-
-
-
- Failed to save wallet
- Не удалось сохранить кошелек
-
-
-
- Couldn't save the wallet
- Не удалось сохранить кошелек
-
-
-
- Out of memory!
- Недостаточно памяти!
-
-
-
- Wallet Encryption Success
- Успешное Шифрование Кошелька
-
-
-
- Your wallet is not encrypted with a passphrase.
- Ваш кошелек не зашифрован парольной фразой.
-
-
-
- Wallet decryption Success
- Успешная расшифровка Кошелька
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
- Выполняется повторное сканирование через импорт приватного ключа. Ваши средства будут экранированы этим кошельком и будут поддерживаться seed фразой. Это займет некоторое время
-
-
-
-
- Wrong Private key format
- Неверный формат приватного ключа
-
-
-
- That private key is too long. It should be 51 or 52 characters.
- Этот приватный ключ слишком длинный. Должно быть 51 или 52 символа.
-
-
-
- That private key is too short. It should be 51 or 52 characters.
- Этот приватный ключ слишком короткий. Должно быть 51 или 52 символа.
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
- Приватный ключ должен начинаться с 5, K, L или U (для taddr) или secret- (для zaddr)
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
- Внимание: если этот ключ предназначен для zaddr, он НЕ будет включен в ваш Seed. Пожалуйста, отправьте их прямо на Seed zaddr
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
- Ключи с прозрачным адресом (R.. или t1..) будут автоматически отправлены на zaddr в вашем Seed.
-
-
-
- Get private key
- Получить приватный ключ
-
-
-
-
- View on block explorer
- Просмотр в проводнике блоков
-
-
-
-
- Copy txid
- Копировать txid
-
-
-
- This change can take a few seconds.
- Это изменение может занять несколько секунд.
-
-
-
- Wrong Privatkey format
- Неверный формат Приватногоключа
-
-
-
- Paste DRGX URI
- Вставить DRGX URI
-
-
-
- Error paying DRGX URI
- Ошибка при оплате DRGX URI
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
- Вставьте пожалуйста сюда свой приватный ключ (zs-Addr или R-addr), по одному при каждом импорте
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
- Ключи были импортированы без возможности повторного сканирования. Импортированный вами адрес будет виден без баланса
-
-
-
- View Payment Request
- Просмотреть Запрос на Оплату
-
-
-
- View Memo
- Просмотреть Памятку
-
-
-
- Reply to
- Ответить на
-
-
-
- Copied Hyperlink to clipboard
- Гиперссылка Скопирована в буфер обмена
-
-
-
- Copied message to clipboard
- Сообщение скопировано в буфер обмена
-
-
-
- Copied Txid to clipboard
- Txid был скопирован в буфер обмена
-
-
-
- Copy Address
- Копировать адрес
-
-
-
- Address has been previously used
- Адрес использовался ранее
-
-
-
- Address is unused
- Адрес не используется
-
-
-
- Recipient
- Получатель
-
-
-
- Only z-addresses can have memos
- Только z-адреса могут иметь заметки
-
-
-
-
- Please wait...
- Пожалуйста, подождите...
-
-
-
- Computing your transaction
- Вычисление вашей транзакции
-
-
-
-
- Done!
- Готово!
-
-
-
- Cannot support multiple addresses
- Не может поддерживать несколько адресов
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Периодические платежи в настоящее время не поддерживают несколько адресов
-
-
-
- Transaction Error
- Ошибка Транзакции
-
-
-
-
- You have to select a contact and insert a Memo
- Вы должны выбрать контакт и добавить Памятку
-
-
-
-
- You have selected no Contact from Contactlist,
-
- Вы не выбрали ни одного контакта из списка контактов,
-
-
-
-
-
-
-or your Memo is empty
-
-или ваша Памятка пустая
-
-
-
-
- Your Message is too long
- Ваше Сообщение слишком длинное
-
-
-
- You can only write messages with 235 character maximum
-
- Вы можете писать сообщения длиной не более 235 символов
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
- Пожалуйста, сократите ваше сообщение до 235 символов.
-
-
-
-
-
-
- Message Error
- Сообщение Ошибка
-
-
-
-
-
-
-
- Recipient Address
- Адрес Получателя
-
-
-
-
-
-
-
- is Invalid
- является недействительным
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Сумма на адресе '%1' является недействительным!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Недостаточно свободных средств для отправки этой транзакции
-
-Есть: %1
-Нужно: %2
-
-Примечание: Для использования средств необходимо одно подтверждение
-
-
-
- You can only write messages with 512 character maximum
-
- Вы можете писать сообщения длиной не более 512 символов
-
-
-
-
- Your contact request will be sent
- Ваш запрос на контакты будет отправлен
-
-
-
- MemoDialog
-
-
-
- Memo
- Памятка
-
-
-
- Include Reply Address
- Включить Ответный Адрес
-
-
-
- MemoEdit
-
-
- Reply to
- Ответить на
-
-
-
- MobileAppConnector
-
-
- QR Code
- QR Код
-
-
-
- Connection String
- Подключение String
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Разрешить соединения через Интернет через silentdragon wormhole
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Отсканируйте этот QR-код из приложения silentdragon, чтобы подключить свой телефон
-
-
-
- Mobile Connector App
- Приложение Mobile Коннектор
-
-
-
- silentdragon Companion App
- SilentDragon Приложение Компаньон
-
-
-
- Disconnect
- Отключить
-
-
-
-
- TextLabel
- ТекстоваяМетка
-
-
-
- Last seen:
- Последний визит:
-
-
-
- Connection type:
- Тип соединения:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
- Создать или Восстановить кошелек.
-
-
-
- Next
- Далее
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
- Кодовая фраза не совпадает или Вы ввели слишком мало букв (минимум 16)
-
-
-
- NewSeedForm
-
-
- Form
- Форма
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
- Это ваша seed фраза кошелька. ПОЖАЛУЙСТА, СДЕЛАЙТЕ РЕЗЕРВНУЮ КОПИЮ КОШЕЛЬКА. Запишите на бумаге. Не храните копию кошелька в местах доступных другим лицам.
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- Seed фраза это единственный способ восстановить кошелек. Если вы забыли seed фразу, ВОССТАНОВЛЕНИЕ ВАШЕГО КОШЕЛЬКА И ВСЕХ СРЕДСТВ БУДЕТ НЕ ВОЗМОЖНЫМ
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Это день рождение вашей seed фразы. Пожалуйста, сделайте резервную копию</span></p></body></html>
-
-
-
- Birthday of the Seed :
- День рождение Seed:
-
-
-
- NewSeedPage
-
-
- Your new wallet
- Ваш новый кошелек
-
-
-
- Error creating a wallet
- Ошибка при создании кошелька
-
-
-
- Failed to save wallet
- Не удалось сохранить кошелек
-
-
-
- Couldn't save the wallet
- Не удалось сохранить кошелек
-
-
-
- Wrong Seed
- Неправильная Seed
-
-
-
- Please try again
- Пожалуйста, попробуйте еще раз
-
-
-
- PrivKey
-
-
- Private Keys
- Приватные Ключи
-
-
-
- Rescan Wallet
- Повторно сканировать Кошелек
-
-
-
- QObject
-
-
-
-
-
-
-
- The transaction with id
- Транзакция с id
-
-
-
-
-
-
-
-
- failed. The error was
- не удалось. Ошибка была
-
-
-
-
-
-
-
-
-
- failed
- не удалось
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
- При подключении к серверу произошла ошибка. Пожалуйста, проверьте ваше интернет-соединение. Ошибка была
-
-
-
- Update Available
- Доступно Обновление
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Новый выпуск v%1 уже доступен! У вас сейчас v%2.
-
-Хотели бы вы посетить страницу релизов?
-
-
-
- No updates available
- Нет доступных обновлений
-
-
-
- You already have the latest release v%1
- У вас уже есть последняя версия v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Пожалуйста подождите SilentDragonXLite для выхода
-
-
-
-
- It may take several minutes
- Это может занять несколько минут
-
-
-
- Attempting to initialize library with
- Попытка инициализировать библиотеку с помощью
-
-
-
- Using existing wallet.
- Использование существующего кошелька.
-
-
-
- Create/restore wallet.
- Создать/восстановить кошелек.
-
-
-
-
- Connection Error
- Ошибка Соединения
-
-
-
-
-
-
-
-
-
- Transaction Error
- Ошибка Транзакции
-
-
-
- There was an error sending the transaction. The error was:
- При отправке произошла ошибка. Ошибка была:
-
-
-
-
- No Connection
- Нет Соединения
-
-
-
- Pick
- Выбрать
-
-
-
-
-
- Address or Label Error
- Ошибка в Адресе или Этикетке
-
-
-
-
-
- Address or Label cannot be empty
- Адрес или Метка не могут быть пустыми
-
-
-
-
-
- Address Format Error
- Ошибка в Формате Адреса
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 недействительный hush адрес.
-
-
-
-
-
-
- Label Error
- Ошибка Ярлыка
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Метка '%1' уже существует. Удалите существующую.
-
-
-
-
- Added Contact
- Добавлен Контакт
-
-
-
-
- successfully added your new contact
- ваш новый контакт был успешно добавлен
-
-
-
- Import Address Book
- Импортировать Адресную Книгу
-
-
-
- Unable to open file
- Невозможно открыть файл
-
-
-
- Address Book Import Done
- Импорт Адресной Книги Завершен
-
-
-
- Imported %1 new Address book entries
- Импортированы %1 новые записи в Адресной книге
-
-
-
- Copy address
- Копировать адрес
-
-
-
- Copied to clipboard
- Скопировано в буфер обмена
-
-
-
- Delete label
- Удалить метку
-
-
-
- Tx submitted (right click to copy) txid:
- Tx отправлен (нажмите правой кнопкой мыши, чтобы скопировать) txid:
-
-
-
- Type
- Тип
-
-
-
- Address
- Адрес
-
-
-
- Date/Time
- Дата/Время
-
-
-
- Amount
- Количество
-
-
-
- Confirmations
- Подтверждения
-
-
-
- Connected directly
- Подключен напрямую
-
-
-
- Connected over the internet via silentdragon wormhole service
- Подключено через Интернет с wormhole silentdragon сервис
-
-
-
-
- Node is still syncing.
- Нода все еще синхронизируется.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Нет никаких sapling или прозрачных адресов с достаточным балансом для расходов.
-
-
-
- No dragonx price was available to convert from USD
- Отсутствует цена hush для конвертации из долларов США
-
-
-
- View on block explorer
- Просмотр в проводнике блоков
-
-
-
- View Error
- Просмотр Ошибки
-
-
-
- Reported Error
- Сообщенная Ошибка
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Вы уверены, что хотите удалить повторяющийся платеж?
-
-
-
- All future payments will be cancelled.
- Все будущие платежи будут отменены.
-
-
-
- RecurringDialog
-
-
- Recurring Dialog
- Повторяющийся Диалог
-
-
-
- View
- Посмотреть
-
-
-
- Delete
- Удалить
-
-
-
- RecurringListViewModel
-
-
- Amount
- Количество
-
-
-
- Schedule
- График
-
-
-
- Payments Left
- Платежей Осталось
-
-
-
- Next Payment
- Следующий Платеж
-
-
-
- To
- Кому
-
-
-
- Every
- Каждый
-
-
-
- None
- Нисколько
-
-
-
- RecurringPayments
-
-
- Recurring Payments
- Регулярные Платежи
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Дата
-
-
-
- Status
- Статус
-
-
-
- Txid
- Txid
-
-
-
- Not due yet
- Еще не готово
-
-
-
- Pending
- В ожидании
-
-
-
- Skipped
- Пропущено
-
-
-
- Paid
- Оплаченный
-
-
-
- Error
- Ошибка
-
-
-
-
- Unknown
- Неизвестно
-
-
-
- RecurringPending
-
-
- Recurring Multiple Payments
- Повторяющиеся Множественные Платежи
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Платежи обрабатываться не будут. Вы можете оплатить их вручную в Диалоговом Окне Периодических платежей
-
-
-
- Schedule
- График
-
-
-
- How should silentdragon proceed?
- Как следует настроить silentdragon?
-
-
-
- Pay All in 1 Tx
- Оплатить Все в 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Будет обработан только последний ожидающий платеж. Все предыдущие ожидающие платежи будут пропущены
-
-
-
- Pay Latest Only
- Оплачивать Только Последние
-
-
-
- Pay None
- Не Платить
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Были собраны все ожидающие платежи, суммированы и оплачены одной транзакцией
-
-
-
- Description
- Описание
-
-
-
- To
- Кому
-
-
-
- The following recurring payment has multiple payments pending
- Следующий регулярный платеж имеет несколько ожидающих платежей
-
-
-
- RequestDialog
-
-
- Payment Request
- Платежный Запрос
-
-
-
- AddressBook
- Адресная Книга
-
-
-
- Request From
- Запрос От
-
-
-
- My Address
- Мой Адресс
-
-
-
- Amount in
- Количество в
-
-
-
- z address
- z адрес
-
-
-
- Amount
- Количество
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Получатель увидит этот адрес в поле "Кому" при оплате вашего запроса.
-
-
-
- Amount USD
- Количество USD
-
-
-
- Memo
- Памятка
-
-
-
- TextLabel
- ТекстоваяМетка
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Запросить оплату с Sapling адреса. Вы отправите hush 0.0001 транзакцию на адрес с URI hush платежа. Памятка будет включена в транзакцию, когда адрес заплатит вам.
-
-
-
- Error paying DRGX URI
- Ошибка при оплате Hush URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI должен иметь форму 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Отправить
-
-
-
- Pay
- Оплатить
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Вы оплачиваете запрос на оплату. Ваш адрес не будет виден лицу, запрашивающему этот платеж.
-
-
-
- Can only request from Sapling addresses
- Можно запрашивать только с Sapling адресов
-
-
-
- Restore
-
-
- Restore your Wallet
- Восстановите свой Кошелек
-
-
-
- Birthday :
- День рождения:
-
-
-
- Quantity :
- Количество :
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
- Восстановить
-
-
-
- RestoreSeedForm
-
-
- Restore Wallet Seed
- Восстановить Seed Кошелька
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
- День рождение кошелька это высота блока на которой была совершена первая транзакция. Можно оставить как есть, если не знаете. (Пересканирование займет больше чем обычно)
-
-
-
- Quantity
- Количество
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
- Количество экранированных адресов, которые воссоздаются в процессе восстановления
-
-
-
- Please enter your 24-word seed below
- Пожалуйста, введите вашу seed фразу из 24 слов
-
-
-
- Wallet Seed
- Кошелек Seed
-
-
-
- Wallet Birthday
- День Рождение Кошелька
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Восстановить кошелек с помощью seed фразы
-
-
-
-
- Failed to restore wallet
- Не удалось восстановить кошелек
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite нужно 24 слова для восстановления кошелька
-
-
-
- Failed to parse wallet birthday
- Не удалось разобрать день рождение кошелька
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
- Ошибка в дне рождении кошелька. Должно быть высота блока от которого желаете пересканировать кошелек. Можно оставить как есть, если не знаете.
-
-
-
- Couldn't restore the wallet
- Не удалось восстановить кошелек
-
-
-
- Failed to save wallet
- Не удалось сохранить кошелек
-
-
-
- Couldn't save the wallet
- Не удалось сохранить кошелек
-
-
-
- Settings
-
-
- Settings
- Настройки
-
-
-
- Options
- Параметры
-
-
-
- Dark
- Тёмный
-
-
-
- Midnight
- Полночь
-
-
-
- Light
- Светлый
-
-
-
- Blue
- Синий
-
-
-
- Default
- По умолчанию
-
-
-
- test
- тест
-
-
-
- Connect to the internet to Fetch dragonx prices
- Подключитесь к Интернету, чтобы узнать цену hush
-
-
-
- Theme
- Тема
-
-
-
- Lightwallet Server
- Lightwallet Сервер
-
-
-
- Connection
- Подключение
-
-
-
- Fetch dragonx prices
- Получить цену hush
-
-
-
- Check git for updates at startup
- Проверять git на наличие обновлений при запуске
-
-
-
- Connect to git on startup to check for updates
- Подключаться к git при запуске, чтобы проверить наличие обновлений
-
-
-
- Currency
- Валюта
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Все Адреса
-
-
-
- Export All Keys
- Экспорт всех ключей
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Адрес
-
-
-
- Balance (%1)
- Баланс (%1)
-
-
-
- about
-
-
- About
- О программе
-
-
-
- addressBook
-
-
- Address Book
- Адресная Книга
-
-
-
- Add New Address
- Добавить Новый Адрес
-
-
-
- Address (z-Addr or t-Addr)
- Адрес (z-Addr или t-Addr)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
- <html><head/><body><p>Никнейм :</p></body></html>
-
-
-
- HushChat Address - give this Address only to your contact
- HushChat Адрес - отправьте этот адрес только своему контакту
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
- <html><head/><body><p>Переписка ID:</p></body></html>
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
-
- Sharpee
- Sharpee
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
- <html><head/><body><p>Аватар :</p></body></html>
-
-
-
- Create a new HushChat zaddr
- Создать новый HushChat zaddr
-
-
-
- Add to Address Book
- Добавить в Адресную Книгу
-
-
-
- Import Address Book
- Импортировать Адресную Книгу
-
-
-
- confirm
-
-
- Confirm Transaction
- Подтвердить Транзакцию
-
-
-
- To
- Кому
-
-
-
- Recurring Payment
- Периодический Платеж
-
-
-
- TextLabel
- ТекстоваяМетка
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Вы отправляете транзакцию, когда ваша нода все еще синхронизируется. Это может не сработать.
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Настроить hush.conf
-
-
-
- Show Advanced Configuration
- Показать Расширенную Конфигурацию
-
-
-
- Your dragonx node will be configured for you automatically
- Ваша hush нода будет настроена для вас автоматически
-
-
-
- Use custom datadir
- Использовать кастомный datadir
-
-
-
- Connect to the internet for updates and price feeds
- Подключиться к Интернету для получения обновлений и цен
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Выберите директорию для хранения вашего wallet.dat и блокчейна
-
-
-
- Choose directory
- Выбрать директорию
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Разрешить подключение к Интернету для проверки обновлений, получения скрытых цен и т.д...
-
-
-
- Connect over Tor
- Подключиться с помощью Tor
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Обратите внимание, что вам необходимо настроить сервис Tor через порт 9050
-
-
-
- deposithush
-
-
- Deposit DragonX
- Депозит Hush
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Используйте следующий hush адрес для перевода средств в SilentDragonXLite. Вы можете скопировать адрес или использовать QR-код. </span></p></body></html>
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
- <html><head/><body><p align="center">QR Код вашего Hush Адреса</p></body></html>
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Ваш Hush Адрес </span></p></body></html>
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
- DragonX zaddr
-
-
-
- Copy Address
- Скопировтаь Адрес
-
-
-
- emojiDialog
-
-
- Emoji
- Emoji
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Зашифруйте Ваш Кошелек
-
-
-
- Encryption Passphrase:
- Кодовая Фраза Шифрования:
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">ПРЕДУПРЕЖДЕНИЕ:</span> Если вы забудете свою кодовую фразу, единственный способ восстановить кошелек это seed фраза. Если у вас нет резервной копии исходной фразы, сделайте это сейчас!</p></body></html>
-
-
-
- Confirm Passphrase:
- Подтвердить Кодовую Фразу:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Кодовая фраза не совпадает</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">минимум 16 букв</span></p></body></html>
-
-
-
- hushrequest
-
-
- Request Payment
- Запросить Оплату
-
-
-
- TextLabel
- ТекстоваяМетка
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Запросить оплату с Sapling адреса. Вы отправите 0.0001 hush на адрес с URI hush платежа. Памятка будет включена в транзакцию, когда адрес будет вам платит.
-
-
-
- Request From
- Запрос От
-
-
-
- zaddr
- zaddr
-
-
-
- Amount in
- Количество в
-
-
-
- Amount
- Количество
-
-
-
- Amount USD
- Количество USD
-
-
-
- Memo
- Памятка
-
-
-
- My Address
- Мой Адрес
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Получатель увидит этот адрес в поле "кому" при оплате вашего запроса.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Изменить Расписание
-
-
-
- Schedule
- Расписание
-
-
-
- Payment Description
- Описание Платежа
-
-
-
- From
- От
-
-
-
- Number of payments
- Количество платежей
-
-
-
- Amount
- Количество
-
-
-
- Next Payment
- Следующий Платеж
-
-
-
- To
- Кому
-
-
-
- Memo
- Памятка
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
- Расшифровать Кошелек
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">ПРЕДУПРЕЖДЕНИЕ:</span> Если вы удалите шифрование с wallet.dat, все ваши транзакции и контакты будут храниться на диске в виде открытого текста! <br/> <br/> Отправленные и полученные сообщения всегда зашифрованы.</p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">минимум 16 букв</span></p></body></html>
-
-
-
- Encryption Passphrase:
- Кодовая Фраза Шифрования:
-
-
-
- Confirm Passphrase:
- Подтвердите Кодовую Фразу:
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
- <html><head/><body><p><span style=" font-style:italic;">Кодовая фраза не совпадает</span></p></body></html>
-
-
-
- requestDialog
-
-
- Incoming Contact Request
- Входящий Запрос на Контакт
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Заметка в запросе</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Открытые запросы от:</span></p></body></html>
-
-
-
- Request from:
- Запрос от:
-
-
-
- Add New Contact
- Добавить Новый Контакт
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
- <html><head/><body><p>Выбрать аватар для вашего контакта:</p></body></html>
-
-
-
- My Zaddr:
- Мой Zaddr:
-
-
-
- Cancel
- Отменить
-
-
-
- Anonymous
- Anonymous
-
-
-
- Duke
- Duke
-
-
-
- onryo
- onryo
-
-
-
- fekt
- fekt
-
-
-
- jahway603
- jahway603
-
-
-
- Denio
- Denio
-
-
-
- Sharpee
- Sharpee
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Недавно закрытые запросы</span></p></body></html>
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Детали запроса</span></p></body></html>
-
-
-
- Give a Nickname:
- Ввести никнейм:
-
-
-
- startup
-
-
- Welcome Back
- Добро Пожаловать
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
- <html><head/><body><p>Если вы забыли кодовую фразу, восстановите свой кошелек с помощью seed!</p></body></html>
-
-
-
- Create new Wallet or Restore
- Создать новый Кошелек или Восстановить
-
-
-
- Encryption Passphrase:
- Кодовая Фраза Шифрования:
-
-
-
- transactionHush
-
-
- Send or Request drgx
- Отправить или Запросить Hush
-
-
-
- To :
- Кому :
-
-
-
- Amount:
- Количество:
-
-
-
- Amount
- Количество
-
-
-
- DragonX
- Hush
-
-
-
- Memo :
- Памятка :
-
-
-
- Request drgx
- Запросить Hush
-
-
-
- Send DragonX
- Отправить Hush
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
- Пожалуйста, убедитесь, что у вас есть резервная копия вашего Seed и дня рождения
-
-
-
- Please enter your Seed :
- Пожалуйста, введите ваш seed:
-
-
-
- Please enter the birthday of the Seed :
- Пожалуйста, введите день рождениe Seed:
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Метка
+
+
+
+ Address
+ Адрес
+
+
+
+ Avatar
+ Аватар
+
+
+
+ HushChatAddress
+ HushChatАдрес
+
+
+
+ CID
+ CID
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Адрес
+
+
+
+ Amount
+ Количество
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ Форма
+
+
+
+ Speak And Transact Freely With Hush
+ Совершайте Сделки и Говорите Свободно с Hush
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ Форма
+
+
+
+ Lorem ipsum dolor sit amet
+ Lorem ipsum dolor sit amet
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+ Дракон пробуждается...
+
+
+
+ Controller
+
+
+ Wallet Password
+ Пароль Кошелька
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Ваш кошелек зашифрован.
+Пожалуйста введите пароль вашего кошелька
+
+
+
+
+ Wallet Decryption Failed
+ Ошибка Расшифровки Кошелька
+
+
+
+ Please enter a valid password
+ Пожалуйста, введите правильный пароль
+
+
+
+ Failed to unlock wallet
+ Не удалось разблокировать кошелек
+
+
+
+ CreateWalletForm
+
+
+ Create New SDL Wallet
+ Создать Новый SDL Кошелек
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">Hush + HushChat Правила Пользования</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Все пользователи соглашаются не использовать платформу для инициирования или угрозы любого насильственного вмешательства или насилия в отношении человека или его собственности или <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Принцип Ненападения</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">СЕРВИС ПРЕДОСТАВЛЯЕТСЯ "КАК ЕСТЬ", и разработчики Hush НЕ ДЕЛАЮТ КАКИХ-ЛИБО КОНКРЕТНЫХ ОБЯЗАТЕЛЬСТВ ИЛИ ГАРАНТИЙ В ОТНОШЕНИИ СЕРВИСА.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Нажимая ОК, вы соглашаетесь использовать Hush и все кошельки которые имеют отношение к SilentDragon и HushChat, и так же любое программное обеспечение разработанное The Hush разработчиками в соответствии с вашим местным законодательством, что все обязательства, связанные с использованием этого сервиса, являются вашими собственными, и разработчики Hush НЕ НЕСУТ ОТВЕТСТВЕННОСТИ за любые убытки, связанные с использованием этого программного обеспечения.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+ I accept the Terms of Service
+ Я принимаю Условия Предоставления Услуг
+
+
+
+ Confirm Passphrase:
+ Подтвердите Кодовую Фразу:
+
+
+
+ Restore wallet from seed
+ Восстановить кошелек из seed
+
+
+
+ Create a new wallet
+ Создать новый кошелек
+
+
+
+ Encryption Passphrase:
+ Кодовая Фраза для Шифрования:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Минимум 16 букв</span></p></body></html>
+
+
+
+ Dialog
+
+
+ Send Contact Request
+ Отправить Запрос на Контакт
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Вставьте псевдоним для вашего контакта:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Выберите аватар для вашего контакта:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Вставьте памятку по вашему запросу:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Ваш HushChat Адрес:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Вставьте адрес вашего контакта:</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+ <html><head/><body><p><span style=" color:#d3d7cf;">Создайте свой HushChat Адрес - пожалуйста подождите секунду - </span></p></body></html>
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+ Добавьте памятку к вашему запросу
+
+
+
+ Cancel
+ Отменить
+
+
+
+ Add Contact and Send Request
+ Добавить Контакт и Отправить Запрос
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+ Создание нового кошелька
+
+
+
+ MainWindow
+
+
+ Balance
+ Баланс
+
+
+
+ Summary
+ Итог
+
+
+
+ Shielded
+ Экранированный
+
+
+
+ Notarized
+ Заверенный
+
+
+
+ Transparent
+ Прозрачный
+
+
+
+ Total
+ Всего
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Ваша нода все еще синхронизируется, балансы могут не обновляться.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Некоторые транзакции еще не подтверждены. Балансы могут измениться.
+
+
+
+ Total notarized funds available:
+ Всего заверенных денежных средств:
+
+
+
+ Next Address
+ Следующий Адрес
+
+
+
+ Your node is still syncing, balances may not be updated
+ Ваша нода все еще синхронизируется, балансы могут не обновиться
+
+
+
+ Address Balances
+ Балансы Адресов
+
+
+
+
+ Send
+ Отправить
+
+
+
+ Send To
+ Отправить Для
+
+
+
+ Recipient
+ Получатель
+
+
+
+
+
+
+
+ Address
+ Адрес
+
+
+
+
+ Address Book
+ Адресная Книга
+
+
+
+
+
+
+ Amount
+ Количество
+
+
+
+ Max Available
+ Максимально доступно
+
+
+
+
+
+
+ Memo
+ Памятка
+
+
+
+ Add Recipient
+ Добавить Получателя
+
+
+
+
+ Miner Fee
+ Комиссия Майнера
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Отменить
+
+
+
+ Receive
+ Получать
+
+
+
+ Address Type
+ Тип Адреса
+
+
+
+ Version drgxlightd
+ Версия drgxlightd
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+ &Send DenioD Feedback
+ &Отправить DenioD Фидбэк
+
+
+
+ &DragonX Telegram
+ &DragonX Телеграм
+
+
+
+ Check git for &updates
+ Проверьте git на наличие &обновлений
+
+
+
+ &Export seed phrase
+ &Экспорт seed фразу
+
+
+
+ Encrypt Wallet
+ Зашифровать Кошелек
+
+
+
+ Remove Wallet Encryption
+ Убрать Шифрование Кошелька
+
+
+
+ Rescan
+ Повторное сканирование
+
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ Spendable
+ Расходный
+
+
+
+ Deposit DragonX
+ Пополнить Hush
+
+
+
+ Information about DragonX
+ Информация о Hush
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Информация о DragonX Blockchain</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+ Next Halving
+ Следующий Халвинг
+
+
+
+ Difficulty
+ Сложность
+
+
+
+ Last Notarized Block
+ Последний Заверенный Блок
+
+
+
+ Total Supply
+ Общий Сеплай
+
+
+
+ Current Server
+ Текущий Сервер
+
+
+
+ Sticky Server
+ Настроенный Сервер
+
+
+
+ Longestchain
+ Longestchain
+
+
+
+ BlockHeight
+ ВысотаБлока
+
+
+
+ Supply zAddr
+ Количество zAddr
+
+
+
+ Supply tAddr
+ Количество tAddr
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Информация о Рынке Hush</span></p></body></html>
+
+
+
+ Market Cap
+ Рыночная Капитализация
+
+
+
+ Volume on Exchanges
+ Объем на Биржах
+
+
+
+ Import Private Key
+ Импортировать Приватныйключ
+
+
+
+ HushChat
+ HushChat
+
+
+
+ Incoming contact request
+ Входящий запрос на контакт
+
+
+
+ Add a new contact
+ Добавить новый контакт
+
+
+
+ Get a new Address
+ Получите новый адрес
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Список Контактов</span></p></body></html>
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Имя Контакта :</span></p></body></html>
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+ Замки показывают статус сообщения. Красный замок = неподтвержденный, зеленый замок = мин. 1 подтверждение, оранжевый замок = сообщение является заверенным
+
+
+
+ &DragonX Website
+ &Сайт Hush'а
+
+
+
+ Label
+ Метка
+
+
+
+ Update Label
+ Обновить Метку
+
+
+
+ Address balance
+ Баланс Адреса
+
+
+
+ Optional
+ Необязательно
+
+
+
+
+ Export Private Key
+ Экспорт Приватного Ключа
+
+
+
+ z-Addr
+ z-Addr
+
+
+
+ View All Addresses
+ Просмотреть Все Адреса
+
+
+
+ Transactions
+ Транзакции
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Загрузка...
+
+
+
+ Vendor
+ Продавец
+
+
+
+ &File
+ &Файл
+
+
+
+ &Help
+ &Помощь
+
+
+ &Apps
+ &Приложения
+
+
+
+ &Edit
+ &Редактировать
+
+
+
+ E&xit
+ В&ыйти
+
+
+
+ &About
+ &О приложении
+
+
+
+ &Settings
+ &Настройки
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &Export all private keys
+ &Экспортировать все приватные ключи
+
+
+
+ Address &book
+ Адресная &книга
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+
+ Export transactions
+ Экспортировать транзакции
+
+
+
+ Pay drgx &URI...
+ Заплатить hush &URI...
+
+
+ Connect mobile &app
+ Подключить мобильное &приложение
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Регулярные Платежи
+
+
+
+ Request drgx...
+ Запросить hush...
+
+
+
+ File a bug...
+ Сообщить о баге...
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ Ключи были импортированы. Повторное сканирование блокчейна может занять несколько минут. До тех пор функциональность может быть ограничена
+
+
+
+ View tx on block explorer
+ Посмотреть tx в проводнике блоков
+
+
+
+ Refresh
+ Обновить
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI должен иметь форму 'hush:<addr>?amt=x&memo=y
+
+
+
+ Error
+ Ошибка
+
+
+
+ Error exporting transactions, file was not saved
+ Ошибка экспорта транзакций, файл не сохранен
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Это все приватные ключи для всех адресов в вашем кошельке
+
+
+
+ Private key for
+ Приватный ключ для
+
+
+
+
+ Save File
+ Сохранить Файл
+
+
+
+ Passwords don't match
+ Пароли не совпадают
+
+
+
+
+ Wallet Encryption Failed
+ Ошибка Шифрования Кошелька
+
+
+
+ Wallet is not encrypted
+ Кошелек не зашифрован
+
+
+
+
+ Copy block explorer link
+ Скопировать ссылку на обозреватель блоков
+
+
+
+ Currency Change
+ Сменить Валюту
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Это seed вашего кошелька. Пожалуйста, сохраните резервную копию в надежном месте.
+
+
+
+
+ Unable to open file
+ Невозможно открыть файл
+
+
+
+ Error getting private keys
+ Ошибка получения приватных ключей
+
+
+
+ Error loading private keys:
+ Ошибка загрузки приватных ключей:
+
+
+
+
+ Copy address
+ Копировать адрес
+
+
+
+
+
+
+ Copied to clipboard
+ Скопировано в буфер обмена
+
+
+
+
+ Failed to restore wallet
+ Не удалось восстановить кошелек
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite требует 24 слова для восстановления кошелька
+
+
+
+ Failed to parse wallet birthday
+ Не удалось разобрать день рождения кошелька
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Неверное день рождение бумажника. Должна быть высота блока, откуда можно повторно сканировать кошелек. Вы можете оставить его как '0', если не знаете, каким оно должно быть.
+
+
+
+ Couldn't restore the wallet
+ Не удалось восстановить кошелек
+
+
+
+ Failed to save wallet
+ Не удалось сохранить кошелек
+
+
+
+ Couldn't save the wallet
+ Не удалось сохранить кошелек
+
+
+
+ Out of memory!
+ Недостаточно памяти!
+
+
+
+ Wallet Encryption Success
+ Успешное Шифрование Кошелька
+
+
+
+ Your wallet is not encrypted with a passphrase.
+ Ваш кошелек не зашифрован парольной фразой.
+
+
+
+ Wallet decryption Success
+ Успешная расшифровка Кошелька
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+ Выполняется повторное сканирование через импорт приватного ключа. Ваши средства будут экранированы этим кошельком и будут поддерживаться seed фразой. Это займет некоторое время
+
+
+
+
+ Wrong Private key format
+ Неверный формат приватного ключа
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+ Этот приватный ключ слишком длинный. Должно быть 51 или 52 символа.
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+ Этот приватный ключ слишком короткий. Должно быть 51 или 52 символа.
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+ Приватный ключ должен начинаться с 5, K, L или U (для taddr) или secret- (для zaddr)
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+ Внимание: если этот ключ предназначен для zaddr, он НЕ будет включен в ваш Seed. Пожалуйста, отправьте их прямо на Seed zaddr
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+ Ключи с прозрачным адресом (R.. или t1..) будут автоматически отправлены на zaddr в вашем Seed.
+
+
+
+ Get private key
+ Получить приватный ключ
+
+
+
+
+ View on block explorer
+ Просмотр в проводнике блоков
+
+
+
+
+ Copy txid
+ Копировать txid
+
+
+
+ This change can take a few seconds.
+ Это изменение может занять несколько секунд.
+
+
+
+ Wrong Privatkey format
+ Неверный формат Приватногоключа
+
+
+
+ Paste DRGX URI
+ Вставить DRGX URI
+
+
+
+ Error paying DRGX URI
+ Ошибка при оплате DRGX URI
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+ Вставьте пожалуйста сюда свой приватный ключ (zs-Addr или R-addr), по одному при каждом импорте
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+ Ключи были импортированы без возможности повторного сканирования. Импортированный вами адрес будет виден без баланса
+
+
+
+ View Payment Request
+ Просмотреть Запрос на Оплату
+
+
+
+ View Memo
+ Просмотреть Памятку
+
+
+
+ Reply to
+ Ответить на
+
+
+
+ Copied Hyperlink to clipboard
+ Гиперссылка Скопирована в буфер обмена
+
+
+
+ Copied message to clipboard
+ Сообщение скопировано в буфер обмена
+
+
+
+ Copied Txid to clipboard
+ Txid был скопирован в буфер обмена
+
+
+
+ Copy Address
+ Копировать адрес
+
+
+
+ Address has been previously used
+ Адрес использовался ранее
+
+
+
+ Address is unused
+ Адрес не используется
+
+
+
+ Recipient
+ Получатель
+
+
+
+ Only z-addresses can have memos
+ Только z-адреса могут иметь заметки
+
+
+
+
+ Please wait...
+ Пожалуйста, подождите...
+
+
+
+ Computing your transaction
+ Вычисление вашей транзакции
+
+
+
+
+ Done!
+ Готово!
+
+
+
+ Cannot support multiple addresses
+ Не может поддерживать несколько адресов
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Периодические платежи в настоящее время не поддерживают несколько адресов
+
+
+
+ Transaction Error
+ Ошибка Транзакции
+
+
+
+
+ You have to select a contact and insert a Memo
+ Вы должны выбрать контакт и добавить Памятку
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+ Вы не выбрали ни одного контакта из списка контактов,
+
+
+
+
+
+
+or your Memo is empty
+
+или ваша Памятка пустая
+
+
+
+
+ Your Message is too long
+ Ваше Сообщение слишком длинное
+
+
+
+ You can only write messages with 235 character maximum
+
+ Вы можете писать сообщения длиной не более 235 символов
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+ Пожалуйста, сократите ваше сообщение до 235 символов.
+
+
+
+
+
+
+ Message Error
+ Сообщение Ошибка
+
+
+
+
+
+
+
+ Recipient Address
+ Адрес Получателя
+
+
+
+
+
+
+
+ is Invalid
+ является недействительным
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Сумма на адресе '%1' является недействительным!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Недостаточно свободных средств для отправки этой транзакции
+
+Есть: %1
+Нужно: %2
+
+Примечание: Для использования средств необходимо одно подтверждение
+
+
+
+ You can only write messages with 512 character maximum
+
+ Вы можете писать сообщения длиной не более 512 символов
+
+
+
+
+ Your contact request will be sent
+ Ваш запрос на контакты будет отправлен
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Памятка
+
+
+
+ Include Reply Address
+ Включить Ответный Адрес
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Ответить на
+
+
+
+ MobileAppConnector
+
+
+ QR Code
+ QR Код
+
+
+
+ Connection String
+ Подключение String
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Разрешить соединения через Интернет через silentdragon wormhole
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Отсканируйте этот QR-код из приложения silentdragon, чтобы подключить свой телефон
+
+
+
+ Mobile Connector App
+ Приложение Mobile Коннектор
+
+
+
+ silentdragon Companion App
+ SilentDragon Приложение Компаньон
+
+
+
+ Disconnect
+ Отключить
+
+
+
+
+ TextLabel
+ ТекстоваяМетка
+
+
+
+ Last seen:
+ Последний визит:
+
+
+
+ Connection type:
+ Тип соединения:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+ Создать или Восстановить кошелек.
+
+
+
+ Next
+ Далее
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+ Кодовая фраза не совпадает или Вы ввели слишком мало букв (минимум 16)
+
+
+
+ NewSeedForm
+
+
+ Form
+ Форма
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+ Это ваша seed фраза кошелька. ПОЖАЛУЙСТА, СДЕЛАЙТЕ РЕЗЕРВНУЮ КОПИЮ КОШЕЛЬКА. Запишите на бумаге. Не храните копию кошелька в местах доступных другим лицам.
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ Seed фраза это единственный способ восстановить кошелек. Если вы забыли seed фразу, ВОССТАНОВЛЕНИЕ ВАШЕГО КОШЕЛЬКА И ВСЕХ СРЕДСТВ БУДЕТ НЕ ВОЗМОЖНЫМ
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Это день рождение вашей seed фразы. Пожалуйста, сделайте резервную копию</span></p></body></html>
+
+
+
+ Birthday of the Seed :
+ День рождение Seed:
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+ Ваш новый кошелек
+
+
+
+ Error creating a wallet
+ Ошибка при создании кошелька
+
+
+
+ Failed to save wallet
+ Не удалось сохранить кошелек
+
+
+
+ Couldn't save the wallet
+ Не удалось сохранить кошелек
+
+
+
+ Wrong Seed
+ Неправильная Seed
+
+
+
+ Please try again
+ Пожалуйста, попробуйте еще раз
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Приватные Ключи
+
+
+
+ Rescan Wallet
+ Повторно сканировать Кошелек
+
+
+
+ QObject
+
+
+
+
+
+
+
+ The transaction with id
+ Транзакция с id
+
+
+
+
+
+
+
+
+ failed. The error was
+ не удалось. Ошибка была
+
+
+
+
+
+
+
+
+
+ failed
+ не удалось
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+ При подключении к серверу произошла ошибка. Пожалуйста, проверьте ваше интернет-соединение. Ошибка была
+
+
+
+ Update Available
+ Доступно Обновление
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Новый выпуск v%1 уже доступен! У вас сейчас v%2.
+
+Хотели бы вы посетить страницу релизов?
+
+
+
+ No updates available
+ Нет доступных обновлений
+
+
+
+ You already have the latest release v%1
+ У вас уже есть последняя версия v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Пожалуйста подождите SilentDragonXLite для выхода
+
+
+
+
+ It may take several minutes
+ Это может занять несколько минут
+
+
+
+ Attempting to initialize library with
+ Попытка инициализировать библиотеку с помощью
+
+
+
+ Using existing wallet.
+ Использование существующего кошелька.
+
+
+
+ Create/restore wallet.
+ Создать/восстановить кошелек.
+
+
+
+
+ Connection Error
+ Ошибка Соединения
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Ошибка Транзакции
+
+
+
+ There was an error sending the transaction. The error was:
+ При отправке произошла ошибка. Ошибка была:
+
+
+
+
+ No Connection
+ Нет Соединения
+
+
+
+ Pick
+ Выбрать
+
+
+
+
+
+ Address or Label Error
+ Ошибка в Адресе или Этикетке
+
+
+
+
+
+ Address or Label cannot be empty
+ Адрес или Метка не могут быть пустыми
+
+
+
+
+
+ Address Format Error
+ Ошибка в Формате Адреса
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 недействительный hush адрес.
+
+
+
+
+
+
+ Label Error
+ Ошибка Ярлыка
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Метка '%1' уже существует. Удалите существующую.
+
+
+
+
+ Added Contact
+ Добавлен Контакт
+
+
+
+
+ successfully added your new contact
+ ваш новый контакт был успешно добавлен
+
+
+
+ Import Address Book
+ Импортировать Адресную Книгу
+
+
+
+ Unable to open file
+ Невозможно открыть файл
+
+
+
+ Address Book Import Done
+ Импорт Адресной Книги Завершен
+
+
+
+ Imported %1 new Address book entries
+ Импортированы %1 новые записи в Адресной книге
+
+
+
+ Copy address
+ Копировать адрес
+
+
+
+ Copied to clipboard
+ Скопировано в буфер обмена
+
+
+
+ Delete label
+ Удалить метку
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx отправлен (нажмите правой кнопкой мыши, чтобы скопировать) txid:
+
+
+
+ Type
+ Тип
+
+
+
+ Address
+ Адрес
+
+
+
+ Date/Time
+ Дата/Время
+
+
+
+ Amount
+ Количество
+
+
+
+ Confirmations
+ Подтверждения
+
+
+
+ Connected directly
+ Подключен напрямую
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Подключено через Интернет с wormhole silentdragon сервис
+
+
+
+
+ Node is still syncing.
+ Нода все еще синхронизируется.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Нет никаких sapling или прозрачных адресов с достаточным балансом для расходов.
+
+
+
+ No dragonx price was available to convert from USD
+ Отсутствует цена hush для конвертации из долларов США
+
+
+
+ View on block explorer
+ Просмотр в проводнике блоков
+
+
+
+ View Error
+ Просмотр Ошибки
+
+
+
+ Reported Error
+ Сообщенная Ошибка
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Вы уверены, что хотите удалить повторяющийся платеж?
+
+
+
+ All future payments will be cancelled.
+ Все будущие платежи будут отменены.
+
+
+
+ RecurringDialog
+
+
+ Recurring Dialog
+ Повторяющийся Диалог
+
+
+
+ View
+ Посмотреть
+
+
+
+ Delete
+ Удалить
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Количество
+
+
+
+ Schedule
+ График
+
+
+
+ Payments Left
+ Платежей Осталось
+
+
+
+ Next Payment
+ Следующий Платеж
+
+
+
+ To
+ Кому
+
+
+
+ Every
+ Каждый
+
+
+
+ None
+ Нисколько
+
+
+
+ RecurringPayments
+
+
+ Recurring Payments
+ Регулярные Платежи
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Дата
+
+
+
+ Status
+ Статус
+
+
+
+ Txid
+ Txid
+
+
+
+ Not due yet
+ Еще не готово
+
+
+
+ Pending
+ В ожидании
+
+
+
+ Skipped
+ Пропущено
+
+
+
+ Paid
+ Оплаченный
+
+
+
+ Error
+ Ошибка
+
+
+
+
+ Unknown
+ Неизвестно
+
+
+
+ RecurringPending
+
+
+ Recurring Multiple Payments
+ Повторяющиеся Множественные Платежи
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Платежи обрабатываться не будут. Вы можете оплатить их вручную в Диалоговом Окне Периодических платежей
+
+
+
+ Schedule
+ График
+
+
+
+ How should silentdragon proceed?
+ Как следует настроить silentdragon?
+
+
+
+ Pay All in 1 Tx
+ Оплатить Все в 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Будет обработан только последний ожидающий платеж. Все предыдущие ожидающие платежи будут пропущены
+
+
+
+ Pay Latest Only
+ Оплачивать Только Последние
+
+
+
+ Pay None
+ Не Платить
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Были собраны все ожидающие платежи, суммированы и оплачены одной транзакцией
+
+
+
+ Description
+ Описание
+
+
+
+ To
+ Кому
+
+
+
+ The following recurring payment has multiple payments pending
+ Следующий регулярный платеж имеет несколько ожидающих платежей
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Платежный Запрос
+
+
+
+ AddressBook
+ Адресная Книга
+
+
+
+ Request From
+ Запрос От
+
+
+
+ My Address
+ Мой Адресс
+
+
+
+ Amount in
+ Количество в
+
+
+
+ z address
+ z адрес
+
+
+
+ Amount
+ Количество
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Получатель увидит этот адрес в поле "Кому" при оплате вашего запроса.
+
+
+
+ Amount USD
+ Количество USD
+
+
+
+ Memo
+ Памятка
+
+
+
+ TextLabel
+ ТекстоваяМетка
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Запросить оплату с Sapling адреса. Вы отправите hush 0.0001 транзакцию на адрес с URI hush платежа. Памятка будет включена в транзакцию, когда адрес заплатит вам.
+
+
+
+ Error paying DRGX URI
+ Ошибка при оплате Hush URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI должен иметь форму 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Отправить
+
+
+
+ Pay
+ Оплатить
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Вы оплачиваете запрос на оплату. Ваш адрес не будет виден лицу, запрашивающему этот платеж.
+
+
+
+ Can only request from Sapling addresses
+ Можно запрашивать только с Sapling адресов
+
+
+
+ Restore
+
+
+ Restore your Wallet
+ Восстановите свой Кошелек
+
+
+
+ Birthday :
+ День рождения:
+
+
+
+ Quantity :
+ Количество :
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+ Восстановить
+
+
+
+ RestoreSeedForm
+
+
+ Restore Wallet Seed
+ Восстановить Seed Кошелька
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+ День рождение кошелька это высота блока на которой была совершена первая транзакция. Можно оставить как есть, если не знаете. (Пересканирование займет больше чем обычно)
+
+
+
+ Quantity
+ Количество
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+ Количество экранированных адресов, которые воссоздаются в процессе восстановления
+
+
+
+ Please enter your 24-word seed below
+ Пожалуйста, введите вашу seed фразу из 24 слов
+
+
+
+ Wallet Seed
+ Кошелек Seed
+
+
+
+ Wallet Birthday
+ День Рождение Кошелька
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Восстановить кошелек с помощью seed фразы
+
+
+
+
+ Failed to restore wallet
+ Не удалось восстановить кошелек
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite нужно 24 слова для восстановления кошелька
+
+
+
+ Failed to parse wallet birthday
+ Не удалось разобрать день рождение кошелька
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+ Ошибка в дне рождении кошелька. Должно быть высота блока от которого желаете пересканировать кошелек. Можно оставить как есть, если не знаете.
+
+
+
+ Couldn't restore the wallet
+ Не удалось восстановить кошелек
+
+
+
+ Failed to save wallet
+ Не удалось сохранить кошелек
+
+
+
+ Couldn't save the wallet
+ Не удалось сохранить кошелек
+
+
+
+ Settings
+
+
+ Settings
+ Настройки
+
+
+
+ Options
+ Параметры
+
+
+
+ Dark
+ Тёмный
+
+
+
+ Midnight
+ Полночь
+
+
+
+ Light
+ Светлый
+
+
+
+ Blue
+ Синий
+
+
+
+ Default
+ По умолчанию
+
+
+
+ test
+ тест
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Подключитесь к Интернету, чтобы узнать цену hush
+
+
+
+ Theme
+ Тема
+
+
+
+ Lightwallet Server
+ Lightwallet Сервер
+
+
+
+ Connection
+ Подключение
+
+
+
+ Fetch dragonx prices
+ Получить цену hush
+
+
+
+ Check git for updates at startup
+ Проверять git на наличие обновлений при запуске
+
+
+
+ Connect to git on startup to check for updates
+ Подключаться к git при запуске, чтобы проверить наличие обновлений
+
+
+
+ Currency
+ Валюта
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Все Адреса
+
+
+
+ Export All Keys
+ Экспорт всех ключей
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Адрес
+
+
+
+ Balance (%1)
+ Баланс (%1)
+
+
+
+ about
+
+
+ About
+ О программе
+
+
+
+ addressBook
+
+
+ Address Book
+ Адресная Книга
+
+
+
+ Add New Address
+ Добавить Новый Адрес
+
+
+
+ Address (z-Addr or t-Addr)
+ Адрес (z-Addr или t-Addr)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+ <html><head/><body><p>Никнейм :</p></body></html>
+
+
+
+ HushChat Address - give this Address only to your contact
+ HushChat Адрес - отправьте этот адрес только своему контакту
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+ <html><head/><body><p>Переписка ID:</p></body></html>
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+ <html><head/><body><p>Аватар :</p></body></html>
+
+
+
+ Create a new HushChat zaddr
+ Создать новый HushChat zaddr
+
+
+
+ Add to Address Book
+ Добавить в Адресную Книгу
+
+
+
+ Import Address Book
+ Импортировать Адресную Книгу
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Подтвердить Транзакцию
+
+
+
+ To
+ Кому
+
+
+
+ Recurring Payment
+ Периодический Платеж
+
+
+
+ TextLabel
+ ТекстоваяМетка
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Вы отправляете транзакцию, когда ваша нода все еще синхронизируется. Это может не сработать.
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Настроить hush.conf
+
+
+
+ Show Advanced Configuration
+ Показать Расширенную Конфигурацию
+
+
+
+ Your dragonx node will be configured for you automatically
+ Ваша hush нода будет настроена для вас автоматически
+
+
+
+ Use custom datadir
+ Использовать кастомный datadir
+
+
+
+ Connect to the internet for updates and price feeds
+ Подключиться к Интернету для получения обновлений и цен
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Выберите директорию для хранения вашего wallet.dat и блокчейна
+
+
+
+ Choose directory
+ Выбрать директорию
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Разрешить подключение к Интернету для проверки обновлений, получения скрытых цен и т.д...
+
+
+
+ Connect over Tor
+ Подключиться с помощью Tor
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Обратите внимание, что вам необходимо настроить сервис Tor через порт 9050
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+ Депозит Hush
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Используйте следующий hush адрес для перевода средств в SilentDragonXLite. Вы можете скопировать адрес или использовать QR-код. </span></p></body></html>
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+ <html><head/><body><p align="center">QR Код вашего Hush Адреса</p></body></html>
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Ваш Hush Адрес </span></p></body></html>
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+ DragonX zaddr
+
+
+
+ Copy Address
+ Скопировтаь Адрес
+
+
+
+ emojiDialog
+
+
+ Emoji
+ Emoji
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Зашифруйте Ваш Кошелек
+
+
+
+ Encryption Passphrase:
+ Кодовая Фраза Шифрования:
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">ПРЕДУПРЕЖДЕНИЕ:</span> Если вы забудете свою кодовую фразу, единственный способ восстановить кошелек это seed фраза. Если у вас нет резервной копии исходной фразы, сделайте это сейчас!</p></body></html>
+
+
+
+ Confirm Passphrase:
+ Подтвердить Кодовую Фразу:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Кодовая фраза не совпадает</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">минимум 16 букв</span></p></body></html>
+
+
+
+ hushrequest
+
+
+ Request Payment
+ Запросить Оплату
+
+
+
+ TextLabel
+ ТекстоваяМетка
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Запросить оплату с Sapling адреса. Вы отправите 0.0001 hush на адрес с URI hush платежа. Памятка будет включена в транзакцию, когда адрес будет вам платит.
+
+
+
+ Request From
+ Запрос От
+
+
+
+ zaddr
+ zaddr
+
+
+
+ Amount in
+ Количество в
+
+
+
+ Amount
+ Количество
+
+
+
+ Amount USD
+ Количество USD
+
+
+
+ Memo
+ Памятка
+
+
+
+ My Address
+ Мой Адрес
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Получатель увидит этот адрес в поле "кому" при оплате вашего запроса.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Изменить Расписание
+
+
+
+ Schedule
+ Расписание
+
+
+
+ Payment Description
+ Описание Платежа
+
+
+
+ From
+ От
+
+
+
+ Number of payments
+ Количество платежей
+
+
+
+ Amount
+ Количество
+
+
+
+ Next Payment
+ Следующий Платеж
+
+
+
+ To
+ Кому
+
+
+
+ Memo
+ Памятка
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+ Расшифровать Кошелек
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">ПРЕДУПРЕЖДЕНИЕ:</span> Если вы удалите шифрование с wallet.dat, все ваши транзакции и контакты будут храниться на диске в виде открытого текста! <br/> <br/> Отправленные и полученные сообщения всегда зашифрованы.</p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">минимум 16 букв</span></p></body></html>
+
+
+
+ Encryption Passphrase:
+ Кодовая Фраза Шифрования:
+
+
+
+ Confirm Passphrase:
+ Подтвердите Кодовую Фразу:
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+ <html><head/><body><p><span style=" font-style:italic;">Кодовая фраза не совпадает</span></p></body></html>
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+ Входящий Запрос на Контакт
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Заметка в запросе</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Открытые запросы от:</span></p></body></html>
+
+
+
+ Request from:
+ Запрос от:
+
+
+
+ Add New Contact
+ Добавить Новый Контакт
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+ <html><head/><body><p>Выбрать аватар для вашего контакта:</p></body></html>
+
+
+
+ My Zaddr:
+ Мой Zaddr:
+
+
+
+ Cancel
+ Отменить
+
+
+
+ Anonymous
+ Anonymous
+
+
+
+ Duke
+ Duke
+
+
+
+ onryo
+ onryo
+
+
+
+ fekt
+ fekt
+
+
+
+ jahway603
+ jahway603
+
+
+
+ Denio
+ Denio
+
+
+
+ Sharpee
+ Sharpee
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Недавно закрытые запросы</span></p></body></html>
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Детали запроса</span></p></body></html>
+
+
+
+ Give a Nickname:
+ Ввести никнейм:
+
+
+
+ startup
+
+
+ Welcome Back
+ Добро Пожаловать
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+ <html><head/><body><p>Если вы забыли кодовую фразу, восстановите свой кошелек с помощью seed!</p></body></html>
+
+
+
+ Create new Wallet or Restore
+ Создать новый Кошелек или Восстановить
+
+
+
+ Encryption Passphrase:
+ Кодовая Фраза Шифрования:
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+ Отправить или Запросить Hush
+
+
+
+ To :
+ Кому :
+
+
+
+ Amount:
+ Количество:
+
+
+
+ Amount
+ Количество
+
+
+
+ DragonX
+ Hush
+
+
+
+ Memo :
+ Памятка :
+
+
+
+ Request drgx
+ Запросить Hush
+
+
+
+ Send DragonX
+ Отправить Hush
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+ Пожалуйста, убедитесь, что у вас есть резервная копия вашего Seed и дня рождения
+
+
+
+ Please enter your Seed :
+ Пожалуйста, введите ваш seed:
+
+
+
+ Please enter the birthday of the Seed :
+ Пожалуйста, введите день рождениe Seed:
+
+
+
diff --git a/res/silentdragonxlite_sr.ts b/res/silentdragonxlite_sr.ts
index 8ce4579..3f0a359 100644
--- a/res/silentdragonxlite_sr.ts
+++ b/res/silentdragonxlite_sr.ts
@@ -1,3114 +1,3114 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Oznaka
-
-
-
- Address
- Adresa
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Adresa
-
-
-
- Amount
- Količina
-
-
-
- ChatBubbleMe
-
-
- Form
- Od
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- Od
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- Početak
-
-
-
- Controller
-
-
- Wallet Password
- Lozinka novčanika
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- Vaš novčanik je šifrovan.
-Molimo unesite vašu lozinku
-
-
-
-
- Wallet Decryption Failed
- Dešifriranje novčanika neuspelo
-
-
-
- Please enter a valid password
- Molimo unesite valjanu lozinku
-
-
-
- Failed to unlock wallet
- Neuspeh prilikom otključavanja novčanika
-
-
-
- CreateWalletForm
-
- Form
- Od
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- Vraćanje novčanika u početno stanje iz seed reči
-
-
- Restore an existing wallet, using the 24-word seed.
- Vratite postojeći novčanik u početno stanje koristeći seed od 24 reči.
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Create a new Wallet
- Napravite novi novčanik
-
-
- Create a new wallet with a randomly generated seed.
- Napravite novi novčanik sa nasumično odabranim seed rečima.
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- Odustani
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
-
- SilentDragonXLite
- SilentDragonXLite
-
-
-
- Balance
- Saldo
-
-
-
- Summary
- Rezime
-
-
-
- Shielded
- Zaštićeno
-
-
-
- Notarized
- Potvrđeno
-
-
-
- Transparent
- Transparentno
-
-
-
- Total
- Ukupno
-
-
-
- Your node is still syncing, balances may not be updated.
- Vaš čvor se još uvijek sinhronizuje, saldo neće biti ažuriran.
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- Neke transakcije još nisu potvrđene. Saldo se može promeniti.
-
-
-
- Deposit DragonX
-
-
-
-
- Address Balances
- Saldo adrese
-
-
-
-
- Send
- Šalji
-
-
-
- Total notarized funds available:
- Ukupna dostupna potvrđena sredstva:
-
-
-
- Send To
- Pošalji
-
-
-
- Recipient
- Primalac
-
-
-
-
-
-
-
- Address
- Adresa
-
-
-
-
- Address Book
- Adresar
-
-
-
-
-
-
- Amount
- Količina
-
-
-
- Max Available
- Max dostupno
-
-
-
-
-
-
- Memo
- Poruka (memo)
-
-
-
- Add Recipient
- Dodaj primaoca
-
-
- Recurring payment
- Ponavljajuće plaćanje
-
-
- Every month, starting 12-May-2012, for 6 payments
- Svaki mesec s početkom 12-Maja-2012, u 6 rata
-
-
- Edit Schedule
- Uredi raspored
-
-
-
-
- Miner Fee
- Naknada za rudarenje
-
-
-
- 0
- 0
-
-
-
- Cancel
- Odustani
-
-
-
- Receive
- Primiti
-
-
-
- Address Type
- Vrsta adrese
-
-
-
- z-Addr
- z-Adr
-
-
- t-Addr
- t-Adr
-
-
-
- Next Address
-
-
-
-
- Information about DragonX
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
-
-
-
-
- Difficulty
-
-
-
-
- Last Notarized Block
-
-
-
-
- Total Supply
-
-
-
-
- Longestchain
-
-
-
-
- BlockHeight
-
-
-
-
- Supply zAddr
-
-
-
-
- Supply tAddr
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
-
-
-
-
- Volume on Exchanges
-
-
-
- New Address
- Nova adresa
-
-
-
- View All Addresses
- Pogledaj sve adrese
-
-
-
- Label
- Oznaka
-
-
-
- Update Label
- Ažuriraj oznaku
-
-
-
- Address balance
- Saldo na adresi
-
-
-
- Optional
- Opciono
-
-
-
-
- Export Private Key
- Izvoz privatnog ključa
-
-
-
- Your node is still syncing, balances may not be updated
- Vaš čvor se još uvijek sinhronizuje, saldo neće biti ažuriran
-
-
-
- Transactions
- Transakcije
-
-
- Hush Daemon
- Hush Daemon
-
-
- This is a Lightwallet, you cant mine with it!
- Ovo je LaganiNovčanik, s njim ne možete rudariti!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Učitavanje...
-
-
- blockHeight
- visinaBloka
-
-
-
- Version drgxlightd
- Verzija drgxlightd
-
-
-
- Vendor
- Prodavač
-
-
- |
- |
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Spendable
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- &File
- &Datoteka
-
-
-
- &Help
- &Pomoć
-
-
- &Apps
- &Apps
-
-
-
- &Edit
- &Uredi
-
-
-
- E&xit
- &Izlaz
-
-
-
- &About
- &O
-
-
-
- &Settings
- &Podešavanja
-
-
-
- Ctrl+P
- Ctrl+P
-
-
-
- &Send DenioD Feedback
- &Pošalji DenioD povratne informacije
-
-
-
- &DragonX Telegram
- &DragonX Telegram
-
-
-
- &DragonX Website
- &Hush Web stranica
-
-
-
- Check git for &updates
- Proveri na git &dopune
-
-
-
- &Export all private keys
- &Izvoz svih privatnih ključeva
-
-
-
- Address &book
- Adresna &knjiga
-
-
-
- Ctrl+B
- Ctrl+B
-
-
-
- &Export seed phrase
- &Izvoz seed fraze
-
-
-
-
- Export transactions
- Izvoz transakcija
-
-
-
- Pay drgx &URI...
- Plati hush &URI...
-
-
- Connect mobile &app
- Spoji mobilnu &app
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &Ponavljajuća plaćanja
-
-
-
- Request drgx...
- Zatraži hush...
-
-
-
- File a bug...
- Prijavi grešku...
-
-
-
- Encrypt Wallet
- Šifriraj novčanik
-
-
-
- Remove Wallet Encryption
- Uklonite šifrovanje novčanika
-
-
-
- Rescan
- Rescan
-
-
-
- Import Private Key
-
-
-
- Wallet is already encrypted
- Novčanik je već šifrovan
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- Vaš novčanik je već šifrovan lozinkom.
-Molimo koristite 'Uklonite šifrovanje novčanika' ako želite ukloniti šifrovanje novčanika.
-
-
-
- Passwords don't match
- Lozinke se ne podudaraju
-
-
- Error was:
-
- Greška je :
-
-
-
- Wallet Encrypted
- Novčanik šifrovan
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- Vaš novčanik je uspješno šifrovan! Lozinka će vam trebati za slanje sredstava ili za izvoz privatnih ključeva.
-
-
-
-
- Wallet Encryption Failed
- Šifrovanje novčanika neuspelo
-
-
-
- Wallet is not encrypted
- Novčanik nije šifrovan
-
-
- Your wallet is not encrypted with a password.
- Vaš novčanik nije šifrovan sa lozinkom.
-
-
- Wallet Password
- Lozinka novčanika
-
-
- Please enter your wallet password
- Molimo unesite lozinku novčanika
-
-
- Wallet Decryption Failed
- Dešifrovanje novčanika neuspelo
-
-
- Please enter a password to decrypt your wallet!
- Molimo unesite lozinku za dešifrovanje novčanika!
-
-
- Wallet Encryption Removed
- Šifrovanje novčanika uklonjeno
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- Vaš novčanik je uspešno dešifrovan! Lozinka vam više neće trebati za slanje sredstava ili za izvoz privatnih ključeva.
-
-
-
-
- Copy txid
- Kopitajte txid
-
-
-
-
- Copy block explorer link
-
-
-
-
- View tx on block explorer
- Pogledaj tx na blok pregledaču
-
-
-
- Refresh
- Osveži
-
-
- Restart
- Ponovo pokreni
-
-
- Please restart Silentdragonlite to have the theme apply
- Molimo ponovo pokrenite SilentDragonXLite ako želite primeniti temu
-
-
-
- Currency Change
- Razmena valuta
-
-
- Please restart SilentDragonXLite to have new currencies apply
- Molimo ponovo pokrenite SilentDragonXLite ako želite primeniti novu valutu
-
-
-
- This change can take a few seconds.
-
-
-
- Some feedback about SilentDragonlite or Hush...
- Neke povratne informacije o SilentDragonXLite ili Hush...
-
-
- Send Duke some private and shielded feedback about
- Pošaljite Duke neku privatnu i zaštićenu povratnu informaciju
-
-
- or SilentDragonXLite
- ili SilentDragonXLite
-
-
-
- Paste DRGX URI
- Zalepi DRGX URI
-
-
-
- Error paying DRGX URI
- Greška u plaćanju DRGX URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI treba biti formata 'hush:<addr>?amt=x&memo=y
-
-
-
- Error
- Greška
-
-
-
- Error exporting transactions, file was not saved
- Greška prilikom izvoza transakcija, datoteka nije spremljena
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- Ovo je vaš seed novčanika. Molimo izradite rezervnu kopiju.
-
-
-
-
- Save File
- Spremi datoteku
-
-
-
-
- Unable to open file
- Nije moguće otvoriti datoteku
-
-
-
- Error getting private keys
- Greška u dohvaćanju privatnih ključeva
-
-
-
- Error loading private keys:
- Greška prilikom učitavanja privatnog ključa:
-
-
-
- These are all the private keys for all the addresses in your wallet
- Ovo su svi privatni ključevi svih adresa u vašem novčaniku
-
-
-
- Private key for
- Privatni ključ za
-
-
-
-
- Copy address
- Kopirajte adresu
-
-
-
-
-
-
- Copied to clipboard
- Kopirano u mađuspremnik
-
-
-
-
- Failed to restore wallet
- Neuspelo obnavljanje novčanika
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite treba 24 reči za obnovu novčanika
-
-
-
- Failed to parse wallet birthday
- Neuspelo očitanje rođendana novčanika
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Nisam u mogućnosti razumeti rođendan novčanika. To bi trebala bi biti visina bloka od koje počinje rescan novčanika. Ako ne znate koja je, možete ostaviti '0'.
-
-
-
- Couldn't restore the wallet
- Nemoguće obnoviti novčanik
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- Out of memory!
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Get private key
- Dobavi privatni ključ
-
-
-
-
- View on block explorer
- Pogledaj na blok pregledaču
-
-
-
- View Payment Request
- Pogledajte zahtjev o plaćanju
-
-
-
- View Memo
- Pogledajte poruku (memo)
-
-
-
- Reply to
- Odgovorite
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- Napravljena je nova transparentna adresa
-
-
-
- Copy Address
- Kopirajte adresu
-
-
-
- Address has been previously used
- Adresa je već korištena
-
-
-
- Address is unused
- Adresa nije korištena
-
-
-
- Cannot support multiple addresses
- Nije moguće podržati višestruke adrese
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Ponavljajuće plaćanje trenutno ne podržava višestruke adrese
-
-
-
- Recipient
- Primalac
-
-
-
- Only z-addresses can have memos
- Samo z-adrese mogu imati poruke
-
-
- Memos can only be used with z-addresses
- Poruke se mogu koristiti samo sa z-adresama
-
-
- The memo field can only be used with a z-address.
-
- Prostor za poruku se može koristiti samo sa z-adresom.
-
-
-
-
-doesn't look like a z-address
-
-ne izgleda kao z-adresa
-
-
-
- Transaction Error
- Greška u transakciji
-
-
-
-
- Please wait...
- Molimo pričekajte...
-
-
-
- Computing your transaction
- Računamo vašu transakciju
-
-
-
-
- Done!
- Gotovo!
-
-
-
-
-
-
-
- Recipient Address
- Adresa primatelja
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- is Invalid
- je neispravna
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- Količina za adresu '%1' je nevaljala!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
- Nema dovoljno dostupnih sredstava za slanje transakcije
-
-Imate: %1
-Trebate: %2
-
-Opaska: Za trošenje sredstava potrebno je 5 konfirmacija {1
-?} {2
-?} {1 ?}
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
- Nema dovoljno dostupnih sredstava za slanje transakcije
-
-Imate: %1
-Trebate: %2
-
-Opaska: Za trošenje sredstava potrebno je 5 konfirmacija
-
-
-
- MemoDialog
-
-
-
- Memo
- Poruka (memo)
-
-
-
- Include Reply Address
- Uključite adresu odgovora
-
-
-
- MemoEdit
-
-
- Reply to
- Odgovorite
-
-
-
- MigrationDialog
-
- Migration Turnstile
- Čvor migracije
-
-
- Migration History
- Istorija migracije
-
-
- Migrated Amount
- Migrirana količina
-
-
- Unmigrated Amount
- Nemigrirana količina
-
-
- Sprout -> Sapling migration enabled
- Sprout -> Sapling omogućena migracija
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- Ako se omogući, hushd će polako mogrirati vaše Sprout zaštićena sredstva u vašu Sapling adresu.
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Spojite mobilnu applikaciju
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Skenirajte ovaj QR kod sa silentdragon aplikacijom i spojite vaš telefon
-
-
-
- QR Code
- QR kod
-
-
-
- Connection String
- Povezani niz
-
-
-
- Allow connections over the internet via silentdragon wormhole
- Dopusti vezu preko Interneta putem silentdragon crvotočine
-
-
-
- silentdragon Companion App
- silentdragon združena aplikacija
-
-
-
- Disconnect
- Odspoji
-
-
-
-
- TextLabel
- TekstOznaka
-
-
-
- Last seen:
- Zadnje viđeno:
-
-
-
- Connection type:
- Vrsta veze:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- Od
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- Ovo je vaša nova seed fraza novčanika. MOLIMO SIGURNO JU SPREMITE.
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- Jedino je pomoću seed fraze moguće ponovo obnoviti novčanik. Ako zaboravite seed frazu, NE POSTOJI NAČIN DA PONOVO OBNOVITE NOVČANIK I SREDSTVA unutra
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
- Greška u kreiranju novčanika
-
-
-
- Failed to save wallet
- Neuspelo spremanje novčanika
-
-
-
- Couldn't save the wallet
- Ne mogu spremiti novčanik
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
- Privatni ključevi
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- Odaberite
-
-
-
-
-
- Address or Label Error
- Greška u adresi ili oznaci
-
-
-
-
-
- Address or Label cannot be empty
- Adresa ili oznaka ne može biti prazno
-
-
-
-
-
- Address Format Error
- Greška u formatu adrese
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 čini se da nije valjana hush adresa.
-
-
-
-
-
-
- Label Error
- Greška oznake
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- Oznaka %1 već postoji.Molimo uklonite postojeću adresu.
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Uvezite adresar
-
-
-
- Unable to open file
- Nije moguće otvoriti datoteku
-
-
-
- Address Book Import Done
- Završen unos adresara
-
-
-
- Imported %1 new Address book entries
- Uvezeno %1 novih adresa
-
-
-
- Copy address
- Kopirajte adresu
-
-
-
- Copied to clipboard
- Kopirano u mađuspremnik
-
-
-
- Delete label
- Izbrišite oznaku
-
-
-
- Attempting to initialize library with
- Poušavam pokrenuti zbirku sa
-
-
-
- Using existing wallet.
- Koristim postojeći novčanik.
-
-
-
- Create/restore wallet.
- Napravi/obnovi novčanik.
-
-
-
-
- Connection Error
- Greška sa vezom
-
-
-
-
-
-
-
-
-
- Transaction Error
- Greška u transakciji
-
-
-
- There was an error sending the transaction. The error was:
- Pojavila se greška prilikom slanja transakcije. Greška je:
-
-
-
-
- No Connection
- Nema veze
-
-
- There was an error connecting to hushd. The error was
- Pojavila se greška prilikom spajanja na hushd. Greška je
-
-
-
-
-
-
-
-
-
- Tx
- Tx
-
-
-
-
-
-
-
-
-
- failed
- neuspelo
-
-
-
-
-
-
-
-
- The transaction with id
- Transakcija sa ID
-
-
-
-
-
-
-
-
- failed. The error was
- nesupela. Greška je
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- Dostupno ažuriranje
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Nova verzija v%1 je dostupna! Vi imate v%2.
-
-Želite li posetiti stranicu sa izadnjima?
-
-
-
- No updates available
- Nema dostupnih ažuriranja
-
-
-
- You already have the latest release v%1
- Već imate najnovije izdanje v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- Molimo pričekajte da se SilentDragonXLite zatvori
-
-
-
-
- It may take several minutes
-
-
-
- Waiting for hushd to exit
- Čekam da hushd završi
-
-
-
- No dragonx price was available to convert from USD
- Nema hush cene za pretvorbu iz USD
-
-
-
- View on block explorer
- Pogledajte na blok pregledaču
-
-
-
- View Error
- Pogledajte grešku
-
-
-
- Reported Error
- Prijavljena greška
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Da li ste sigurni da želite izbrisati ponavljajuće plaćanje?
-
-
-
- All future payments will be cancelled.
- Sva buduća plaćanja će biti otkazana.
-
-
-
- Tx submitted (right click to copy) txid:
- Tx poslan (desni klik za kopiranje) txid:
-
-
-
- Type
- Vrsta
-
-
-
- Address
- Adresa
-
-
-
- Date/Time
- Datum/Vreme
-
-
-
- Confirmations
- Potvrde
-
-
-
- Amount
- Količina
-
-
-
- Connected directly
- Direktno spojeno
-
-
-
- Connected over the internet via silentdragon wormhole service
- Spojeno preko Interneta putem silentdragon usluge crvotočine
-
-
-
-
- Node is still syncing.
- Čvor se još uvijek sinhronizira.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Nema sapling ili transparentne adrese sa dovoljnim saldom.
-
-
-
- RecurringDialog
-
- Dialog
- Dialog
-
-
-
- Recurring Dialog
-
-
-
-
- View
- Pogled
-
-
-
- Delete
- Izbriši
-
-
-
- RecurringListViewModel
-
-
- Amount
- Količina
-
-
-
- Schedule
- Raspored
-
-
-
- Payments Left
- Preostalo plaćanje
-
-
-
- Next Payment
- Sledeće plaćanje
-
-
-
- To
- Za
-
-
-
- Every
- Svaki
-
-
-
- None
- Nijedan
-
-
-
- RecurringPayments
-
- Payments
- Plaćanja
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Datum
-
-
-
- Status
- Status
-
-
-
- Txid
- Txid
-
-
-
- Not due yet
- Još nije gotovo
-
-
-
- Pending
- u toku
-
-
-
- Skipped
- Preskočeno
-
-
-
- Paid
- Plaćeno
-
-
-
- Error
- Greška
-
-
-
-
- Unknown
- Nepoznato
-
-
-
- RecurringPending
-
- Dialog
- Dialog
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Plaćanja se neće obraditi. Možete ih ručno platiti u polju dialoga Ponavljajućeg plaćanja
-
-
-
- Schedule
- Raspored
-
-
-
- How should silentdragon proceed?
- Kako da silentdragon nastavi?
-
-
-
- Pay All in 1 Tx
- Plati sve u 1 Tx
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Obradit će se samo zadnje plaćanje u toku. Sva prijašnja plaćanja u toku će se preskočiti
-
-
-
- Pay Latest Only
- Platite samo zadnje
-
-
-
- Pay None
- Ne platite ništa
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Sva plaćanja u toku su skupljena, zbrojena i plaćena u jednoj transakciji
-
-
-
- Description
- Opis
-
-
-
- To
- Za
-
-
-
- The following recurring payment has multiple payments pending
- Sledeće ponavljajuće plaćanje sadrži višestruka plaćanja u toku
-
-
-
- RequestDialog
-
-
- Payment Request
- Zahtev o plaćanju
-
-
-
- AddressBook
- Adresar
-
-
-
- Request From
- Zatraži od
-
-
-
- My Address
- Moja adresa
-
-
-
- Amount in
- Količina u
-
-
-
- z address
- z adresa
-
-
-
- Amount
- Količina
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Primalac će prilikom plaćanja videti ovu adresu u "za" polju.
-
-
-
- Amount USD
- Količina USD
-
-
-
- Memo
- Poruka (memo)
-
-
-
- TextLabel
- TekstOznaka
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.
-
-
-
- Error paying DRGX URI
- Greška prilikom plaćanja hush URI
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI treba biti formata 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- Platiti
-
-
-
- Pay
- Plati
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Plaćate zahtev za nalogom. Vaša adresa neće biti vidljiva osobi koja je zatražila ovaj nalog.
-
-
-
- Can only request from Sapling addresses
- Može se jedino zatražiti sa Sapling adresama
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- Od
-
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
- Molimo unesite ispod seed od 24 reči
-
-
-
- Wallet Seed
- Seed novčanika
-
-
-
- Wallet Birthday
- Rođendan novčanika
-
-
- 0
- 0
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- Rođendan novčanika je visina bloka u kojoj je bila prva transakcija u novčaniku. Ako niste upoznati s ovim, možete ostaviti "0" (Duže će raditi rescan)
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
- Vraćanje novčanika u početno stanje iz seed reči
-
-
-
-
- Failed to restore wallet
- Neuspelo obnavljanje novčanika
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- SilentDragonXLite treba 24 reči za obnovu novčanika
-
-
-
- Failed to parse wallet birthday
- Neuspelo očitanje rođendana novčanika
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- Nisam u mogućnosti razumeti rođendan novčanika. To bi trebala bi biti visina bloka od koje počinje rescan novčanika. Ako ne znate koja je, možete ostaviti '0'.
-
-
-
- Couldn't restore the wallet
- Nemoguće obnoviti novčanik
-
-
-
- Failed to save wallet
- Neuspeh spremanja novčanika
-
-
-
- Couldn't save the wallet
- Nemoguće spremiti novčanik
-
-
-
- Settings
-
-
- Settings
- Postavke
-
-
-
- Connection
- Veza
-
-
-
- Lightwallet Server
- Server LaganiNovčanik
-
-
-
- Options
- Opcije
-
-
- default
- početno
-
-
- blue
- plavo
-
-
- light
- svetlo
-
-
- dark
- tamno
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
- Zatraži hush cene
-
-
-
- Check git for updates at startup
- Prilikom pokretanja proverite ažuriranja na gitu
-
-
-
- Connect to git on startup to check for updates
- Prilikom pokretanja proverite ažuriranja na gitu
-
-
-
- Theme
- Teme
-
-
-
- Connect to the internet to Fetch dragonx prices
- Spoji se na Internet i dohvati hush cene
-
-
-
- Currency
- Valuta
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
-
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Sve adrese
-
-
-
- Export All Keys
- Izvezi sve ključeve
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Adresa
-
-
-
- Balance (%1)
- Saldo (%1)
-
-
-
- about
-
-
- About
- O
-
-
-
- addressBook
-
-
- Address Book
- Adresar
-
-
-
- Add New Address
- Dodaj novu adresu
-
-
-
- Address (z-Addr or t-Addr)
- Adresa (z-adresa ili t-adresa)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Oznaka
-
-
-
- Add to Address Book
- Dodaj u adresar
-
-
-
- Import Address Book
- Uvezite adresar
-
-
-
- confirm
-
-
- Confirm Transaction
- Potvrdite transakciju
-
-
-
- To
- Za
-
-
-
- Recurring Payment
- Ponavljajuće plaćanje
-
-
-
- TextLabel
- TekstOznaka
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Šaljete transakciju, a vaš čvor se još uvijek sinhronizira. To možda neće uspeti.
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- Konfigurišite hush.conf
-
-
-
- Your dragonx node will be configured for you automatically
- Vaš hush čvor će se automatski konfigurisati
-
-
- Enable Fast Sync
- Omogući brzi sync
-
-
-
- Show Advanced Configuration
- Prikaži naprednu konfiguraciju
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- Dopusti vezu na Internet za proveru ažuriranja, hush cena itd...
-
-
-
- Use custom datadir
- Koristi prilagođeni datadir
-
-
-
- Choose directory
- Izaberi direktorij
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Uzmite u obzir da ćete već morati imati konfigurisanu Tor uslugu na portu 9050
-
-
-
- Connect to the internet for updates and price feeds
- Za ažuriranja i info spojite se na Internet
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Molimo odaberite direktorij u koji ćete spremiti wallet.dat i blockchain
-
-
-
- Connect over Tor
- Veza preko Tora
-
-
- <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
- <html><head/><body><p>Preskače najskuplje provere tokom početnog preuzimanja bloka. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Saznaj više</span></a></p></body></html>
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Kopirajte adresu
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- Šifrujte vaš novčanik
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- Lozinka šifrovanja:
-
-
- Confirm Password:
- Potvrdite lozinku:
-
-
- Passwords don't match
- Lozinke se ne podudaraju
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- UPOZORENJE: Ako zaboravite lozinku, jedini način da obnovite novčanik je iz seed fraze.
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- TekstOznaka
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.
-
-
-
- Request From
- Zatraži od
-
-
-
- zaddr
-
-
-
-
- Amount in
- Količina u
-
-
-
- Amount
- Količina
-
-
-
- Amount USD
- Količina USD
-
-
-
- Memo
- Poruka (memo)
-
-
-
- My Address
- Moja adresa
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Primalac će prilikom plaćanja videti ovu adresu u "za" polju.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Uredi raspored
-
-
-
- Payment Description
- Opis plaćanja
-
-
-
- Schedule
- Raspored
-
-
-
- Next Payment
- Sledeće plaćanje
-
-
-
- Amount
- Količina
-
-
-
- Memo
- Poruka (memo)
-
-
-
- To
- Za
-
-
-
-
- From
- Od
-
-
-
- Number of payments
- Broj uplata
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- Odustani
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- Količina
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
- Dialog
- Dialog
-
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Oznaka
+
+
+
+ Address
+ Adresa
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Adresa
+
+
+
+ Amount
+ Količina
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ Od
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ Od
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ Početak
+
+
+
+ Controller
+
+
+ Wallet Password
+ Lozinka novčanika
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ Vaš novčanik je šifrovan.
+Molimo unesite vašu lozinku
+
+
+
+
+ Wallet Decryption Failed
+ Dešifriranje novčanika neuspelo
+
+
+
+ Please enter a valid password
+ Molimo unesite valjanu lozinku
+
+
+
+ Failed to unlock wallet
+ Neuspeh prilikom otključavanja novčanika
+
+
+
+ CreateWalletForm
+
+ Form
+ Od
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ Vraćanje novčanika u početno stanje iz seed reči
+
+
+ Restore an existing wallet, using the 24-word seed.
+ Vratite postojeći novčanik u početno stanje koristeći seed od 24 reči.
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Create a new Wallet
+ Napravite novi novčanik
+
+
+ Create a new wallet with a randomly generated seed.
+ Napravite novi novčanik sa nasumično odabranim seed rečima.
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ Odustani
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+
+ SilentDragonXLite
+ SilentDragonXLite
+
+
+
+ Balance
+ Saldo
+
+
+
+ Summary
+ Rezime
+
+
+
+ Shielded
+ Zaštićeno
+
+
+
+ Notarized
+ Potvrđeno
+
+
+
+ Transparent
+ Transparentno
+
+
+
+ Total
+ Ukupno
+
+
+
+ Your node is still syncing, balances may not be updated.
+ Vaš čvor se još uvijek sinhronizuje, saldo neće biti ažuriran.
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ Neke transakcije još nisu potvrđene. Saldo se može promeniti.
+
+
+
+ Deposit DragonX
+
+
+
+
+ Address Balances
+ Saldo adrese
+
+
+
+
+ Send
+ Šalji
+
+
+
+ Total notarized funds available:
+ Ukupna dostupna potvrđena sredstva:
+
+
+
+ Send To
+ Pošalji
+
+
+
+ Recipient
+ Primalac
+
+
+
+
+
+
+
+ Address
+ Adresa
+
+
+
+
+ Address Book
+ Adresar
+
+
+
+
+
+
+ Amount
+ Količina
+
+
+
+ Max Available
+ Max dostupno
+
+
+
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ Add Recipient
+ Dodaj primaoca
+
+
+ Recurring payment
+ Ponavljajuće plaćanje
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Svaki mesec s početkom 12-Maja-2012, u 6 rata
+
+
+ Edit Schedule
+ Uredi raspored
+
+
+
+
+ Miner Fee
+ Naknada za rudarenje
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ Odustani
+
+
+
+ Receive
+ Primiti
+
+
+
+ Address Type
+ Vrsta adrese
+
+
+
+ z-Addr
+ z-Adr
+
+
+ t-Addr
+ t-Adr
+
+
+
+ Next Address
+
+
+
+
+ Information about DragonX
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+
+
+
+
+ Difficulty
+
+
+
+
+ Last Notarized Block
+
+
+
+
+ Total Supply
+
+
+
+
+ Longestchain
+
+
+
+
+ BlockHeight
+
+
+
+
+ Supply zAddr
+
+
+
+
+ Supply tAddr
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+
+
+
+
+ Volume on Exchanges
+
+
+
+ New Address
+ Nova adresa
+
+
+
+ View All Addresses
+ Pogledaj sve adrese
+
+
+
+ Label
+ Oznaka
+
+
+
+ Update Label
+ Ažuriraj oznaku
+
+
+
+ Address balance
+ Saldo na adresi
+
+
+
+ Optional
+ Opciono
+
+
+
+
+ Export Private Key
+ Izvoz privatnog ključa
+
+
+
+ Your node is still syncing, balances may not be updated
+ Vaš čvor se još uvijek sinhronizuje, saldo neće biti ažuriran
+
+
+
+ Transactions
+ Transakcije
+
+
+ Hush Daemon
+ Hush Daemon
+
+
+ This is a Lightwallet, you cant mine with it!
+ Ovo je LaganiNovčanik, s njim ne možete rudariti!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Učitavanje...
+
+
+ blockHeight
+ visinaBloka
+
+
+
+ Version drgxlightd
+ Verzija drgxlightd
+
+
+
+ Vendor
+ Prodavač
+
+
+ |
+ |
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Spendable
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ &File
+ &Datoteka
+
+
+
+ &Help
+ &Pomoć
+
+
+ &Apps
+ &Apps
+
+
+
+ &Edit
+ &Uredi
+
+
+
+ E&xit
+ &Izlaz
+
+
+
+ &About
+ &O
+
+
+
+ &Settings
+ &Podešavanja
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+
+ &Send DenioD Feedback
+ &Pošalji DenioD povratne informacije
+
+
+
+ &DragonX Telegram
+ &DragonX Telegram
+
+
+
+ &DragonX Website
+ &Hush Web stranica
+
+
+
+ Check git for &updates
+ Proveri na git &dopune
+
+
+
+ &Export all private keys
+ &Izvoz svih privatnih ključeva
+
+
+
+ Address &book
+ Adresna &knjiga
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+
+ &Export seed phrase
+ &Izvoz seed fraze
+
+
+
+
+ Export transactions
+ Izvoz transakcija
+
+
+
+ Pay drgx &URI...
+ Plati hush &URI...
+
+
+ Connect mobile &app
+ Spoji mobilnu &app
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &Ponavljajuća plaćanja
+
+
+
+ Request drgx...
+ Zatraži hush...
+
+
+
+ File a bug...
+ Prijavi grešku...
+
+
+
+ Encrypt Wallet
+ Šifriraj novčanik
+
+
+
+ Remove Wallet Encryption
+ Uklonite šifrovanje novčanika
+
+
+
+ Rescan
+ Rescan
+
+
+
+ Import Private Key
+
+
+
+ Wallet is already encrypted
+ Novčanik je već šifrovan
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ Vaš novčanik je već šifrovan lozinkom.
+Molimo koristite 'Uklonite šifrovanje novčanika' ako želite ukloniti šifrovanje novčanika.
+
+
+
+ Passwords don't match
+ Lozinke se ne podudaraju
+
+
+ Error was:
+
+ Greška je :
+
+
+
+ Wallet Encrypted
+ Novčanik šifrovan
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ Vaš novčanik je uspješno šifrovan! Lozinka će vam trebati za slanje sredstava ili za izvoz privatnih ključeva.
+
+
+
+
+ Wallet Encryption Failed
+ Šifrovanje novčanika neuspelo
+
+
+
+ Wallet is not encrypted
+ Novčanik nije šifrovan
+
+
+ Your wallet is not encrypted with a password.
+ Vaš novčanik nije šifrovan sa lozinkom.
+
+
+ Wallet Password
+ Lozinka novčanika
+
+
+ Please enter your wallet password
+ Molimo unesite lozinku novčanika
+
+
+ Wallet Decryption Failed
+ Dešifrovanje novčanika neuspelo
+
+
+ Please enter a password to decrypt your wallet!
+ Molimo unesite lozinku za dešifrovanje novčanika!
+
+
+ Wallet Encryption Removed
+ Šifrovanje novčanika uklonjeno
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ Vaš novčanik je uspešno dešifrovan! Lozinka vam više neće trebati za slanje sredstava ili za izvoz privatnih ključeva.
+
+
+
+
+ Copy txid
+ Kopitajte txid
+
+
+
+
+ Copy block explorer link
+
+
+
+
+ View tx on block explorer
+ Pogledaj tx na blok pregledaču
+
+
+
+ Refresh
+ Osveži
+
+
+ Restart
+ Ponovo pokreni
+
+
+ Please restart Silentdragonlite to have the theme apply
+ Molimo ponovo pokrenite SilentDragonXLite ako želite primeniti temu
+
+
+
+ Currency Change
+ Razmena valuta
+
+
+ Please restart SilentDragonXLite to have new currencies apply
+ Molimo ponovo pokrenite SilentDragonXLite ako želite primeniti novu valutu
+
+
+
+ This change can take a few seconds.
+
+
+
+ Some feedback about SilentDragonlite or Hush...
+ Neke povratne informacije o SilentDragonXLite ili Hush...
+
+
+ Send Duke some private and shielded feedback about
+ Pošaljite Duke neku privatnu i zaštićenu povratnu informaciju
+
+
+ or SilentDragonXLite
+ ili SilentDragonXLite
+
+
+
+ Paste DRGX URI
+ Zalepi DRGX URI
+
+
+
+ Error paying DRGX URI
+ Greška u plaćanju DRGX URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI treba biti formata 'hush:<addr>?amt=x&memo=y
+
+
+
+ Error
+ Greška
+
+
+
+ Error exporting transactions, file was not saved
+ Greška prilikom izvoza transakcija, datoteka nije spremljena
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ Ovo je vaš seed novčanika. Molimo izradite rezervnu kopiju.
+
+
+
+
+ Save File
+ Spremi datoteku
+
+
+
+
+ Unable to open file
+ Nije moguće otvoriti datoteku
+
+
+
+ Error getting private keys
+ Greška u dohvaćanju privatnih ključeva
+
+
+
+ Error loading private keys:
+ Greška prilikom učitavanja privatnog ključa:
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Ovo su svi privatni ključevi svih adresa u vašem novčaniku
+
+
+
+ Private key for
+ Privatni ključ za
+
+
+
+
+ Copy address
+ Kopirajte adresu
+
+
+
+
+
+
+ Copied to clipboard
+ Kopirano u mađuspremnik
+
+
+
+
+ Failed to restore wallet
+ Neuspelo obnavljanje novčanika
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite treba 24 reči za obnovu novčanika
+
+
+
+ Failed to parse wallet birthday
+ Neuspelo očitanje rođendana novčanika
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Nisam u mogućnosti razumeti rođendan novčanika. To bi trebala bi biti visina bloka od koje počinje rescan novčanika. Ako ne znate koja je, možete ostaviti '0'.
+
+
+
+ Couldn't restore the wallet
+ Nemoguće obnoviti novčanik
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ Out of memory!
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Get private key
+ Dobavi privatni ključ
+
+
+
+
+ View on block explorer
+ Pogledaj na blok pregledaču
+
+
+
+ View Payment Request
+ Pogledajte zahtjev o plaćanju
+
+
+
+ View Memo
+ Pogledajte poruku (memo)
+
+
+
+ Reply to
+ Odgovorite
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ Napravljena je nova transparentna adresa
+
+
+
+ Copy Address
+ Kopirajte adresu
+
+
+
+ Address has been previously used
+ Adresa je već korištena
+
+
+
+ Address is unused
+ Adresa nije korištena
+
+
+
+ Cannot support multiple addresses
+ Nije moguće podržati višestruke adrese
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Ponavljajuće plaćanje trenutno ne podržava višestruke adrese
+
+
+
+ Recipient
+ Primalac
+
+
+
+ Only z-addresses can have memos
+ Samo z-adrese mogu imati poruke
+
+
+ Memos can only be used with z-addresses
+ Poruke se mogu koristiti samo sa z-adresama
+
+
+ The memo field can only be used with a z-address.
+
+ Prostor za poruku se može koristiti samo sa z-adresom.
+
+
+
+
+doesn't look like a z-address
+
+ne izgleda kao z-adresa
+
+
+
+ Transaction Error
+ Greška u transakciji
+
+
+
+
+ Please wait...
+ Molimo pričekajte...
+
+
+
+ Computing your transaction
+ Računamo vašu transakciju
+
+
+
+
+ Done!
+ Gotovo!
+
+
+
+
+
+
+
+ Recipient Address
+ Adresa primatelja
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ is Invalid
+ je neispravna
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ Količina za adresu '%1' je nevaljala!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+ Nema dovoljno dostupnih sredstava za slanje transakcije
+
+Imate: %1
+Trebate: %2
+
+Opaska: Za trošenje sredstava potrebno je 5 konfirmacija {1
+?} {2
+?} {1 ?}
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+ Nema dovoljno dostupnih sredstava za slanje transakcije
+
+Imate: %1
+Trebate: %2
+
+Opaska: Za trošenje sredstava potrebno je 5 konfirmacija
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ Include Reply Address
+ Uključite adresu odgovora
+
+
+
+ MemoEdit
+
+
+ Reply to
+ Odgovorite
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ Čvor migracije
+
+
+ Migration History
+ Istorija migracije
+
+
+ Migrated Amount
+ Migrirana količina
+
+
+ Unmigrated Amount
+ Nemigrirana količina
+
+
+ Sprout -> Sapling migration enabled
+ Sprout -> Sapling omogućena migracija
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ Ako se omogući, hushd će polako mogrirati vaše Sprout zaštićena sredstva u vašu Sapling adresu.
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Spojite mobilnu applikaciju
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Skenirajte ovaj QR kod sa silentdragon aplikacijom i spojite vaš telefon
+
+
+
+ QR Code
+ QR kod
+
+
+
+ Connection String
+ Povezani niz
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ Dopusti vezu preko Interneta putem silentdragon crvotočine
+
+
+
+ silentdragon Companion App
+ silentdragon združena aplikacija
+
+
+
+ Disconnect
+ Odspoji
+
+
+
+
+ TextLabel
+ TekstOznaka
+
+
+
+ Last seen:
+ Zadnje viđeno:
+
+
+
+ Connection type:
+ Vrsta veze:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ Od
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ Ovo je vaša nova seed fraza novčanika. MOLIMO SIGURNO JU SPREMITE.
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ Jedino je pomoću seed fraze moguće ponovo obnoviti novčanik. Ako zaboravite seed frazu, NE POSTOJI NAČIN DA PONOVO OBNOVITE NOVČANIK I SREDSTVA unutra
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+ Greška u kreiranju novčanika
+
+
+
+ Failed to save wallet
+ Neuspelo spremanje novčanika
+
+
+
+ Couldn't save the wallet
+ Ne mogu spremiti novčanik
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+ Privatni ključevi
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ Odaberite
+
+
+
+
+
+ Address or Label Error
+ Greška u adresi ili oznaci
+
+
+
+
+
+ Address or Label cannot be empty
+ Adresa ili oznaka ne može biti prazno
+
+
+
+
+
+ Address Format Error
+ Greška u formatu adrese
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 čini se da nije valjana hush adresa.
+
+
+
+
+
+
+ Label Error
+ Greška oznake
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ Oznaka %1 već postoji.Molimo uklonite postojeću adresu.
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Uvezite adresar
+
+
+
+ Unable to open file
+ Nije moguće otvoriti datoteku
+
+
+
+ Address Book Import Done
+ Završen unos adresara
+
+
+
+ Imported %1 new Address book entries
+ Uvezeno %1 novih adresa
+
+
+
+ Copy address
+ Kopirajte adresu
+
+
+
+ Copied to clipboard
+ Kopirano u mađuspremnik
+
+
+
+ Delete label
+ Izbrišite oznaku
+
+
+
+ Attempting to initialize library with
+ Poušavam pokrenuti zbirku sa
+
+
+
+ Using existing wallet.
+ Koristim postojeći novčanik.
+
+
+
+ Create/restore wallet.
+ Napravi/obnovi novčanik.
+
+
+
+
+ Connection Error
+ Greška sa vezom
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ Greška u transakciji
+
+
+
+ There was an error sending the transaction. The error was:
+ Pojavila se greška prilikom slanja transakcije. Greška je:
+
+
+
+
+ No Connection
+ Nema veze
+
+
+ There was an error connecting to hushd. The error was
+ Pojavila se greška prilikom spajanja na hushd. Greška je
+
+
+
+
+
+
+
+
+
+ Tx
+ Tx
+
+
+
+
+
+
+
+
+
+ failed
+ neuspelo
+
+
+
+
+
+
+
+
+ The transaction with id
+ Transakcija sa ID
+
+
+
+
+
+
+
+
+ failed. The error was
+ nesupela. Greška je
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ Dostupno ažuriranje
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Nova verzija v%1 je dostupna! Vi imate v%2.
+
+Želite li posetiti stranicu sa izadnjima?
+
+
+
+ No updates available
+ Nema dostupnih ažuriranja
+
+
+
+ You already have the latest release v%1
+ Već imate najnovije izdanje v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ Molimo pričekajte da se SilentDragonXLite zatvori
+
+
+
+
+ It may take several minutes
+
+
+
+ Waiting for hushd to exit
+ Čekam da hushd završi
+
+
+
+ No dragonx price was available to convert from USD
+ Nema hush cene za pretvorbu iz USD
+
+
+
+ View on block explorer
+ Pogledajte na blok pregledaču
+
+
+
+ View Error
+ Pogledajte grešku
+
+
+
+ Reported Error
+ Prijavljena greška
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Da li ste sigurni da želite izbrisati ponavljajuće plaćanje?
+
+
+
+ All future payments will be cancelled.
+ Sva buduća plaćanja će biti otkazana.
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx poslan (desni klik za kopiranje) txid:
+
+
+
+ Type
+ Vrsta
+
+
+
+ Address
+ Adresa
+
+
+
+ Date/Time
+ Datum/Vreme
+
+
+
+ Confirmations
+ Potvrde
+
+
+
+ Amount
+ Količina
+
+
+
+ Connected directly
+ Direktno spojeno
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ Spojeno preko Interneta putem silentdragon usluge crvotočine
+
+
+
+
+ Node is still syncing.
+ Čvor se još uvijek sinhronizira.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Nema sapling ili transparentne adrese sa dovoljnim saldom.
+
+
+
+ RecurringDialog
+
+ Dialog
+ Dialog
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ Pogled
+
+
+
+ Delete
+ Izbriši
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Količina
+
+
+
+ Schedule
+ Raspored
+
+
+
+ Payments Left
+ Preostalo plaćanje
+
+
+
+ Next Payment
+ Sledeće plaćanje
+
+
+
+ To
+ Za
+
+
+
+ Every
+ Svaki
+
+
+
+ None
+ Nijedan
+
+
+
+ RecurringPayments
+
+ Payments
+ Plaćanja
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Datum
+
+
+
+ Status
+ Status
+
+
+
+ Txid
+ Txid
+
+
+
+ Not due yet
+ Još nije gotovo
+
+
+
+ Pending
+ u toku
+
+
+
+ Skipped
+ Preskočeno
+
+
+
+ Paid
+ Plaćeno
+
+
+
+ Error
+ Greška
+
+
+
+
+ Unknown
+ Nepoznato
+
+
+
+ RecurringPending
+
+ Dialog
+ Dialog
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Plaćanja se neće obraditi. Možete ih ručno platiti u polju dialoga Ponavljajućeg plaćanja
+
+
+
+ Schedule
+ Raspored
+
+
+
+ How should silentdragon proceed?
+ Kako da silentdragon nastavi?
+
+
+
+ Pay All in 1 Tx
+ Plati sve u 1 Tx
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Obradit će se samo zadnje plaćanje u toku. Sva prijašnja plaćanja u toku će se preskočiti
+
+
+
+ Pay Latest Only
+ Platite samo zadnje
+
+
+
+ Pay None
+ Ne platite ništa
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Sva plaćanja u toku su skupljena, zbrojena i plaćena u jednoj transakciji
+
+
+
+ Description
+ Opis
+
+
+
+ To
+ Za
+
+
+
+ The following recurring payment has multiple payments pending
+ Sledeće ponavljajuće plaćanje sadrži višestruka plaćanja u toku
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Zahtev o plaćanju
+
+
+
+ AddressBook
+ Adresar
+
+
+
+ Request From
+ Zatraži od
+
+
+
+ My Address
+ Moja adresa
+
+
+
+ Amount in
+ Količina u
+
+
+
+ z address
+ z adresa
+
+
+
+ Amount
+ Količina
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Primalac će prilikom plaćanja videti ovu adresu u "za" polju.
+
+
+
+ Amount USD
+ Količina USD
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ TextLabel
+ TekstOznaka
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.
+
+
+
+ Error paying DRGX URI
+ Greška prilikom plaćanja hush URI
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI treba biti formata 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ Platiti
+
+
+
+ Pay
+ Plati
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Plaćate zahtev za nalogom. Vaša adresa neće biti vidljiva osobi koja je zatražila ovaj nalog.
+
+
+
+ Can only request from Sapling addresses
+ Može se jedino zatražiti sa Sapling adresama
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ Od
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+ Molimo unesite ispod seed od 24 reči
+
+
+
+ Wallet Seed
+ Seed novčanika
+
+
+
+ Wallet Birthday
+ Rođendan novčanika
+
+
+ 0
+ 0
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ Rođendan novčanika je visina bloka u kojoj je bila prva transakcija u novčaniku. Ako niste upoznati s ovim, možete ostaviti "0" (Duže će raditi rescan)
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+ Vraćanje novčanika u početno stanje iz seed reči
+
+
+
+
+ Failed to restore wallet
+ Neuspelo obnavljanje novčanika
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ SilentDragonXLite treba 24 reči za obnovu novčanika
+
+
+
+ Failed to parse wallet birthday
+ Neuspelo očitanje rođendana novčanika
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ Nisam u mogućnosti razumeti rođendan novčanika. To bi trebala bi biti visina bloka od koje počinje rescan novčanika. Ako ne znate koja je, možete ostaviti '0'.
+
+
+
+ Couldn't restore the wallet
+ Nemoguće obnoviti novčanik
+
+
+
+ Failed to save wallet
+ Neuspeh spremanja novčanika
+
+
+
+ Couldn't save the wallet
+ Nemoguće spremiti novčanik
+
+
+
+ Settings
+
+
+ Settings
+ Postavke
+
+
+
+ Connection
+ Veza
+
+
+
+ Lightwallet Server
+ Server LaganiNovčanik
+
+
+
+ Options
+ Opcije
+
+
+ default
+ početno
+
+
+ blue
+ plavo
+
+
+ light
+ svetlo
+
+
+ dark
+ tamno
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+ Zatraži hush cene
+
+
+
+ Check git for updates at startup
+ Prilikom pokretanja proverite ažuriranja na gitu
+
+
+
+ Connect to git on startup to check for updates
+ Prilikom pokretanja proverite ažuriranja na gitu
+
+
+
+ Theme
+ Teme
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ Spoji se na Internet i dohvati hush cene
+
+
+
+ Currency
+ Valuta
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Sve adrese
+
+
+
+ Export All Keys
+ Izvezi sve ključeve
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Adresa
+
+
+
+ Balance (%1)
+ Saldo (%1)
+
+
+
+ about
+
+
+ About
+ O
+
+
+
+ addressBook
+
+
+ Address Book
+ Adresar
+
+
+
+ Add New Address
+ Dodaj novu adresu
+
+
+
+ Address (z-Addr or t-Addr)
+ Adresa (z-adresa ili t-adresa)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Oznaka
+
+
+
+ Add to Address Book
+ Dodaj u adresar
+
+
+
+ Import Address Book
+ Uvezite adresar
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ Potvrdite transakciju
+
+
+
+ To
+ Za
+
+
+
+ Recurring Payment
+ Ponavljajuće plaćanje
+
+
+
+ TextLabel
+ TekstOznaka
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Šaljete transakciju, a vaš čvor se još uvijek sinhronizira. To možda neće uspeti.
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ Konfigurišite hush.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ Vaš hush čvor će se automatski konfigurisati
+
+
+ Enable Fast Sync
+ Omogući brzi sync
+
+
+
+ Show Advanced Configuration
+ Prikaži naprednu konfiguraciju
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ Dopusti vezu na Internet za proveru ažuriranja, hush cena itd...
+
+
+
+ Use custom datadir
+ Koristi prilagođeni datadir
+
+
+
+ Choose directory
+ Izaberi direktorij
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Uzmite u obzir da ćete već morati imati konfigurisanu Tor uslugu na portu 9050
+
+
+
+ Connect to the internet for updates and price feeds
+ Za ažuriranja i info spojite se na Internet
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Molimo odaberite direktorij u koji ćete spremiti wallet.dat i blockchain
+
+
+
+ Connect over Tor
+ Veza preko Tora
+
+
+ <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
+ <html><head/><body><p>Preskače najskuplje provere tokom početnog preuzimanja bloka. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Saznaj više</span></a></p></body></html>
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Kopirajte adresu
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ Šifrujte vaš novčanik
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ Lozinka šifrovanja:
+
+
+ Confirm Password:
+ Potvrdite lozinku:
+
+
+ Passwords don't match
+ Lozinke se ne podudaraju
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ UPOZORENJE: Ako zaboravite lozinku, jedini način da obnovite novčanik je iz seed fraze.
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ TekstOznaka
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Zatraži plaćanje iz sapling adrese. Poslat ćete 0.0001 husha transakciju na adresu sa hush URI nalogom. Poruka (memo) će biti uključena u transakciji kada vas adresa plati.
+
+
+
+ Request From
+ Zatraži od
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Količina u
+
+
+
+ Amount
+ Količina
+
+
+
+ Amount USD
+ Količina USD
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ My Address
+ Moja adresa
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Primalac će prilikom plaćanja videti ovu adresu u "za" polju.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Uredi raspored
+
+
+
+ Payment Description
+ Opis plaćanja
+
+
+
+ Schedule
+ Raspored
+
+
+
+ Next Payment
+ Sledeće plaćanje
+
+
+
+ Amount
+ Količina
+
+
+
+ Memo
+ Poruka (memo)
+
+
+
+ To
+ Za
+
+
+
+
+ From
+ Od
+
+
+
+ Number of payments
+ Broj uplata
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ Odustani
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ Količina
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+ Dialog
+ Dialog
+
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
diff --git a/res/silentdragonxlite_template.ts b/res/silentdragonxlite_template.ts
index d48fc94..4fcedf7 100644
--- a/res/silentdragonxlite_template.ts
+++ b/res/silentdragonxlite_template.ts
@@ -1,1995 +1,1995 @@
-
-
-
-
- AddressBookModel
-
-
- Label
-
-
-
-
- Address
-
-
-
-
- BalancesTableModel
-
-
- Address
-
-
-
-
- Amount
-
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
-
-
-
-
- Starting Up
-
-
-
-
- Controller
-
-
- Wallet Password
-
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
-
-
-
-
-
- Wallet Decryption Failed
-
-
-
-
- Please enter a valid password
-
-
-
-
- Failed to unlock wallet
-
-
-
-
- CreateWalletForm
-
-
- Form
-
-
-
-
- Restore wallet from seed
-
-
-
-
- Restore an existing wallet, using the 24-word seed.
-
-
-
-
- Create a new Wallet
-
-
-
-
- Create a new wallet with a randomly generated seed.
-
-
-
-
- MainWindow
-
-
- SilentDragonXLite
-
-
-
-
- Balance
-
-
-
-
- Summary
-
-
-
-
- Shielded
-
-
-
-
- Notarized
-
-
-
-
- Transparent
-
-
-
-
- Total
-
-
-
-
- Your node is still syncing, balances may not be updated.
-
-
-
-
- Some transactions are not yet confirmed. Balances may change.
-
-
-
-
- Address Balances
-
-
-
-
-
- Send
-
-
-
-
- Total notarized funds available:
-
-
-
-
- Send To
-
-
-
-
- Recipient
-
-
-
-
-
-
-
-
- Address
-
-
-
-
-
- Address Book
-
-
-
-
-
-
-
- Amount
-
-
-
-
- Max Available
-
-
-
-
-
-
-
- Memo
-
-
-
-
- Add Recipient
-
-
-
-
- Recurring payment
-
-
-
-
- Every month, starting 12-May-2012, for 6 payments
-
-
-
-
- Edit Schedule
-
-
-
-
-
- Miner Fee
-
-
-
-
- 0
-
-
-
-
- Cancel
-
-
-
-
- Receive
-
-
-
-
- Address Type
-
-
-
-
- z-Addr
-
-
-
-
- t-Addr
-
-
-
-
- Next Address
-
-
-
-
- Information about DragonX
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
-
-
-
-
- Difficulty
-
-
-
-
- Last Notarized Block
-
-
-
-
- Total Supply
-
-
-
-
- Longestchain
-
-
-
-
- BlockHeight
-
-
-
-
- Supply zAddr
-
-
-
-
- Supply tAddr
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
-
-
-
-
- Volume on Exchanges
-
-
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
-
-
-
-
- View All Addresses
-
-
-
-
- Label
-
-
-
-
- Update Label
-
-
-
-
- Address balance
-
-
-
-
- Optional
-
-
-
-
-
- Export Private Key
-
-
-
-
- Your node is still syncing, balances may not be updated
-
-
-
-
- Transactions
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
-
-
-
-
- Version drgxlightd
-
-
-
-
- Vendor
-
-
-
-
- &File
-
-
-
-
- &Help
-
-
-
-
- &Apps
-
-
-
-
- &Edit
-
-
-
-
- E&xit
-
-
-
-
- &About
-
-
-
-
- &Settings
-
-
-
-
- Ctrl+P
-
-
-
-
- &Send DenioD Feedback
-
-
-
-
- &DragonX Telegram
-
-
-
-
- &DragonX Website
-
-
-
-
- Check git for &updates
-
-
-
-
- &Export all private keys
-
-
-
-
- Address &book
-
-
-
-
- Ctrl+B
-
-
-
-
- &Export seed phrase
-
-
-
-
-
- Export transactions
-
-
-
-
- Pay drgx &URI...
-
-
-
-
- Connect mobile &app
-
-
-
-
- Ctrl+M
-
-
-
-
- &Recurring Payments
-
-
-
-
- Request drgx...
-
-
-
-
- File a bug...
-
-
-
-
- Encrypt Wallet
-
-
-
-
- Remove Wallet Encryption
-
-
-
-
- Rescan
-
-
-
-
- Wallet is already encrypted
-
-
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
-
-
-
-
- Passwords don't match
-
-
-
-
- Error was:
-
-
-
-
-
- Wallet Encrypted
-
-
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
-
-
-
-
-
- Wallet Encryption Failed
-
-
-
-
- Wallet is not encrypted
-
-
-
-
- Your wallet is not encrypted with a password.
-
-
-
-
- Wallet Password
-
-
-
-
- Please enter your wallet password
-
-
-
-
-
-
- Wallet Decryption Failed
-
-
-
-
- Please enter a password to decrypt your wallet!
-
-
-
-
- Wallet Encryption Removed
-
-
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
-
-
-
-
-
- Copy txid
-
-
-
-
-
- Copy block explorer link
-
-
-
-
- View tx on block explorer
-
-
-
-
- Refresh
-
-
-
-
- Restart
-
-
-
-
- Please restart Silentdragonlite to have the theme apply
-
-
-
-
- Currency Change
-
-
-
-
- Some feedback about SilentDragonlite or Hush...
-
-
-
-
- This change can take a few seconds.
-
-
-
-
- or SilentDragonXLite
-
-
-
-
- Send DenioD some private and shielded feedback about
-
-
-
-
- Paste DRGX URI
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
-
-
-
-
- Error
-
-
-
-
- Error exporting transactions, file was not saved
-
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
-
-
-
-
-
- Save File
-
-
-
-
-
- Unable to open file
-
-
-
-
- Error getting private keys
-
-
-
-
- Error loading private keys:
-
-
-
-
- These are all the private keys for all the addresses in your wallet
-
-
-
-
- Private key for
-
-
-
-
-
- Copy address
-
-
-
-
-
-
- Copied to clipboard
-
-
-
-
- Get private key
-
-
-
-
-
- View on block explorer
-
-
-
-
- View Payment Request
-
-
-
-
- View Memo
-
-
-
-
- Reply to
-
-
-
-
- Created new t-Addr
-
-
-
-
- Copy Address
-
-
-
-
- Address has been previously used
-
-
-
-
- Address is unused
-
-
-
-
- Cannot support multiple addresses
-
-
-
-
- Recurring payments doesn't currently support multiple addresses
-
-
-
-
- Recipient
-
-
-
-
- Only z-addresses can have memos
-
-
-
-
- Memos can only be used with z-addresses
-
-
-
-
- The memo field can only be used with a z-address.
-
-
-
-
-
-
-doesn't look like a z-address
-
-
-
-
- Transaction Error
-
-
-
-
- Please wait...
-
-
-
-
- Computing your transaction
-
-
-
-
- Done!
-
-
-
-
- Recipient Address
-
-
-
-
- is Invalid
-
-
-
-
- Amount for address '%1' is invalid!
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 5 confirmations before they can be spent
-
-
-
-
- MemoDialog
-
-
-
- Memo
-
-
-
-
- Include Reply Address
-
-
-
-
- MemoEdit
-
-
- Reply to
-
-
-
-
- MigrationDialog
-
-
- Migration Turnstile
-
-
-
-
- Migration History
-
-
-
-
- Migrated Amount
-
-
-
-
- Unmigrated Amount
-
-
-
-
- Sprout -> Sapling migration enabled
-
-
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
-
-
-
-
- MobileAppConnector
-
-
- Connect Mobile App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
-
-
-
-
- QR Code
-
-
-
-
- Connection String
-
-
-
-
- Allow connections over the internet via silentdragon wormhole
-
-
-
-
- silentdragon Companion App
-
-
-
-
- Disconnect
-
-
-
-
-
- TextLabel
-
-
-
-
- Last seen:
-
-
-
-
- Connection type:
-
-
-
-
- NewSeedForm
-
-
- Form
-
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
-
-
-
-
- NewSeedPage
-
-
- Error creating a wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- PrivKey
-
-
- Private Keys
-
-
-
-
- QObject
-
-
- Pick
-
-
-
-
- Address or Label Error
-
-
-
-
- Address or Label cannot be empty
-
-
-
-
- Address Format Error
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
-
-
-
-
- Label Error
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
-
-
-
-
- Import Address Book
-
-
-
-
- Unable to open file
-
-
-
-
- Address Book Import Done
-
-
-
-
- Imported %1 new Address book entries
-
-
-
-
- Copy address
-
-
-
-
- Copied to clipboard
-
-
-
-
- Delete label
-
-
-
-
- Attempting to initialize library with
-
-
-
-
- Using existing wallet.
-
-
-
-
- Create/restore wallet.
-
-
-
-
-
- Connection Error
-
-
-
-
-
-
- Transaction Error
-
-
-
-
- There was an error sending the transaction. The error was:
-
-
-
-
-
- No Connection
-
-
-
-
- There was an error connecting to hushd. The error was
-
-
-
-
-
-
- Tx
-
-
-
-
-
-
- failed
-
-
-
-
-
- The transaction with id
-
-
-
-
-
- failed. The error was
-
-
-
-
- Update Available
-
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
-
-
-
-
- No updates available
-
-
-
-
- You already have the latest release v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
-
-
-
-
- Waiting for hushd to exit
-
-
-
-
- No dragonx price was available to convert from USD
-
-
-
-
- View on block explorer
-
-
-
-
- View Error
-
-
-
-
- Reported Error
-
-
-
-
-
- Are you sure you want to delete the recurring payment?
-
-
-
-
- All future payments will be cancelled.
-
-
-
-
- Tx submitted (right click to copy) txid:
-
-
-
-
- Type
-
-
-
-
- Address
-
-
-
-
- Date/Time
-
-
-
-
- Confirmations
-
-
-
-
- Amount
-
-
-
-
- Connected directly
-
-
-
-
- Connected over the internet via silentdragon wormhole service
-
-
-
-
-
- Node is still syncing.
-
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
-
-
-
-
- RecurringDialog
-
-
- Dialog
-
-
-
-
- View
-
-
-
-
- Delete
-
-
-
-
- RecurringListViewModel
-
-
- Amount
-
-
-
-
- Schedule
-
-
-
-
- Payments Left
-
-
-
-
- Next Payment
-
-
-
-
- To
-
-
-
-
- Every
-
-
-
-
- None
-
-
-
-
- RecurringPayments
-
-
- Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
-
-
-
-
- Status
-
-
-
-
- Txid
-
-
-
-
- Not due yet
-
-
-
-
- Pending
-
-
-
-
- Skipped
-
-
-
-
- Paid
-
-
-
-
- Error
-
-
-
-
-
- Unknown
-
-
-
-
- RecurringPending
-
-
- Dialog
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
-
-
-
-
- Schedule
-
-
-
-
- How should silentdragon proceed?
-
-
-
-
- Pay All in 1 Tx
-
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
-
-
-
-
- Pay Latest Only
-
-
-
-
- Pay None
-
-
-
-
- All pending payments collected, added up and paid in a single transaction
-
-
-
-
- Description
-
-
-
-
- To
-
-
-
-
- The following recurring payment has multiple payments pending
-
-
-
-
- RequestDialog
-
-
- Payment Request
-
-
-
-
- AddressBook
-
-
-
-
- Request From
-
-
-
-
- My Address
-
-
-
-
- Amount in
-
-
-
-
- z address
-
-
-
-
- Amount
-
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
-
-
-
-
- Amount USD
-
-
-
-
- Memo
-
-
-
-
- TextLabel
-
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
-
-
-
-
- Pay To
-
-
-
-
- Pay
-
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
-
-
-
-
- Can only request from Sapling addresses
-
-
-
-
- RestoreSeedForm
-
-
- Form
-
-
-
-
- Please enter your 24-word seed below
-
-
-
-
- Wallet Seed
-
-
-
-
- Wallet Birthday
-
-
-
-
- 0
-
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
-
-
-
-
- RestoreSeedPage
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Settings
-
-
- Settings
-
-
-
-
- Connection
-
-
-
-
- Lightwallet Server
-
-
-
-
- Options
-
-
-
-
- default
-
-
-
-
- blue
-
-
-
-
- light
-
-
-
-
- dark
-
-
-
-
- Fetch dragonx prices
-
-
-
-
- Check git for updates at startup
-
-
-
-
- Connect to git on startup to check for updates
-
-
-
-
- Theme
-
-
-
-
- Connect to the internet to Fetch dragonx prices
-
-
-
-
- Currency
-
-
-
-
- AUD
-
-
-
-
- BTC
-
-
-
-
- CAD
-
-
-
-
- CHF
-
-
-
-
- CNY
-
-
-
-
- EUR
-
-
-
-
- GBP
-
-
-
-
- INR
-
-
-
-
- RUB
-
-
-
-
- USD
-
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
-
-
-
-
- Export All Keys
-
-
-
-
- ViewAllAddressesModel
-
-
- Address
-
-
-
-
- Balance (%1)
-
-
-
-
- about
-
-
- About
-
-
-
-
- addressBook
-
-
- Address Book
-
-
-
-
- Add New Address
-
-
-
-
- Address (z-Addr or t-Addr)
-
-
-
-
- Label
-
-
-
-
- Add to Address Book
-
-
-
-
- Import Address Book
-
-
-
-
- confirm
-
-
- Confirm Transaction
-
-
-
-
- To
-
-
-
-
- Recurring Payment
-
-
-
-
- TextLabel
-
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
-
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
-
-
-
-
- Your dragonx node will be configured for you automatically
-
-
-
-
- Show Advanced Configuration
-
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
-
-
-
-
- Use custom datadir
-
-
-
-
- Choose directory
-
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
-
-
-
-
- Connect to the internet for updates and price feeds
-
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
-
-
-
-
- Connect over Tor
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
-
-
-
-
- Encryption Password:
-
-
-
-
- Confirm Password:
-
-
-
-
- Passwords don't match
-
-
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
-
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
-
-
-
-
- Payment Description
-
-
-
-
- Schedule
-
-
-
-
- Next Payment
-
-
-
-
- Amount
-
-
-
-
- Memo
-
-
-
-
- To
-
-
-
-
- From
-
-
-
-
- Number of payments
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+
+
+
+
+ Address
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+
+
+
+
+ Amount
+
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+
+
+
+
+ Starting Up
+
+
+
+
+ Controller
+
+
+ Wallet Password
+
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+
+
+
+
+
+ Wallet Decryption Failed
+
+
+
+
+ Please enter a valid password
+
+
+
+
+ Failed to unlock wallet
+
+
+
+
+ CreateWalletForm
+
+
+ Form
+
+
+
+
+ Restore wallet from seed
+
+
+
+
+ Restore an existing wallet, using the 24-word seed.
+
+
+
+
+ Create a new Wallet
+
+
+
+
+ Create a new wallet with a randomly generated seed.
+
+
+
+
+ MainWindow
+
+
+ SilentDragonXLite
+
+
+
+
+ Balance
+
+
+
+
+ Summary
+
+
+
+
+ Shielded
+
+
+
+
+ Notarized
+
+
+
+
+ Transparent
+
+
+
+
+ Total
+
+
+
+
+ Your node is still syncing, balances may not be updated.
+
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+
+
+
+
+ Address Balances
+
+
+
+
+
+ Send
+
+
+
+
+ Total notarized funds available:
+
+
+
+
+ Send To
+
+
+
+
+ Recipient
+
+
+
+
+
+
+
+
+ Address
+
+
+
+
+
+ Address Book
+
+
+
+
+
+
+
+ Amount
+
+
+
+
+ Max Available
+
+
+
+
+
+
+
+ Memo
+
+
+
+
+ Add Recipient
+
+
+
+
+ Recurring payment
+
+
+
+
+ Every month, starting 12-May-2012, for 6 payments
+
+
+
+
+ Edit Schedule
+
+
+
+
+
+ Miner Fee
+
+
+
+
+ 0
+
+
+
+
+ Cancel
+
+
+
+
+ Receive
+
+
+
+
+ Address Type
+
+
+
+
+ z-Addr
+
+
+
+
+ t-Addr
+
+
+
+
+ Next Address
+
+
+
+
+ Information about DragonX
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+
+
+
+
+ Difficulty
+
+
+
+
+ Last Notarized Block
+
+
+
+
+ Total Supply
+
+
+
+
+ Longestchain
+
+
+
+
+ BlockHeight
+
+
+
+
+ Supply zAddr
+
+
+
+
+ Supply tAddr
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+
+
+
+
+ Volume on Exchanges
+
+
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+
+
+
+
+ View All Addresses
+
+
+
+
+ Label
+
+
+
+
+ Update Label
+
+
+
+
+ Address balance
+
+
+
+
+ Optional
+
+
+
+
+
+ Export Private Key
+
+
+
+
+ Your node is still syncing, balances may not be updated
+
+
+
+
+ Transactions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+
+
+
+
+ Version drgxlightd
+
+
+
+
+ Vendor
+
+
+
+
+ &File
+
+
+
+
+ &Help
+
+
+
+
+ &Apps
+
+
+
+
+ &Edit
+
+
+
+
+ E&xit
+
+
+
+
+ &About
+
+
+
+
+ &Settings
+
+
+
+
+ Ctrl+P
+
+
+
+
+ &Send DenioD Feedback
+
+
+
+
+ &DragonX Telegram
+
+
+
+
+ &DragonX Website
+
+
+
+
+ Check git for &updates
+
+
+
+
+ &Export all private keys
+
+
+
+
+ Address &book
+
+
+
+
+ Ctrl+B
+
+
+
+
+ &Export seed phrase
+
+
+
+
+
+ Export transactions
+
+
+
+
+ Pay drgx &URI...
+
+
+
+
+ Connect mobile &app
+
+
+
+
+ Ctrl+M
+
+
+
+
+ &Recurring Payments
+
+
+
+
+ Request drgx...
+
+
+
+
+ File a bug...
+
+
+
+
+ Encrypt Wallet
+
+
+
+
+ Remove Wallet Encryption
+
+
+
+
+ Rescan
+
+
+
+
+ Wallet is already encrypted
+
+
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+
+
+
+
+ Passwords don't match
+
+
+
+
+ Error was:
+
+
+
+
+
+ Wallet Encrypted
+
+
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+
+
+
+
+
+ Wallet Encryption Failed
+
+
+
+
+ Wallet is not encrypted
+
+
+
+
+ Your wallet is not encrypted with a password.
+
+
+
+
+ Wallet Password
+
+
+
+
+ Please enter your wallet password
+
+
+
+
+
+
+ Wallet Decryption Failed
+
+
+
+
+ Please enter a password to decrypt your wallet!
+
+
+
+
+ Wallet Encryption Removed
+
+
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+
+
+
+
+
+ Copy txid
+
+
+
+
+
+ Copy block explorer link
+
+
+
+
+ View tx on block explorer
+
+
+
+
+ Refresh
+
+
+
+
+ Restart
+
+
+
+
+ Please restart Silentdragonlite to have the theme apply
+
+
+
+
+ Currency Change
+
+
+
+
+ Some feedback about SilentDragonlite or Hush...
+
+
+
+
+ This change can take a few seconds.
+
+
+
+
+ or SilentDragonXLite
+
+
+
+
+ Send DenioD some private and shielded feedback about
+
+
+
+
+ Paste DRGX URI
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+
+
+
+
+ Error
+
+
+
+
+ Error exporting transactions, file was not saved
+
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+
+
+
+
+
+ Save File
+
+
+
+
+
+ Unable to open file
+
+
+
+
+ Error getting private keys
+
+
+
+
+ Error loading private keys:
+
+
+
+
+ These are all the private keys for all the addresses in your wallet
+
+
+
+
+ Private key for
+
+
+
+
+
+ Copy address
+
+
+
+
+
+
+ Copied to clipboard
+
+
+
+
+ Get private key
+
+
+
+
+
+ View on block explorer
+
+
+
+
+ View Payment Request
+
+
+
+
+ View Memo
+
+
+
+
+ Reply to
+
+
+
+
+ Created new t-Addr
+
+
+
+
+ Copy Address
+
+
+
+
+ Address has been previously used
+
+
+
+
+ Address is unused
+
+
+
+
+ Cannot support multiple addresses
+
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+
+
+
+
+ Recipient
+
+
+
+
+ Only z-addresses can have memos
+
+
+
+
+ Memos can only be used with z-addresses
+
+
+
+
+ The memo field can only be used with a z-address.
+
+
+
+
+
+
+doesn't look like a z-address
+
+
+
+
+ Transaction Error
+
+
+
+
+ Please wait...
+
+
+
+
+ Computing your transaction
+
+
+
+
+ Done!
+
+
+
+
+ Recipient Address
+
+
+
+
+ is Invalid
+
+
+
+
+ Amount for address '%1' is invalid!
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 5 confirmations before they can be spent
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+
+
+
+
+ Include Reply Address
+
+
+
+
+ MemoEdit
+
+
+ Reply to
+
+
+
+
+ MigrationDialog
+
+
+ Migration Turnstile
+
+
+
+
+ Migration History
+
+
+
+
+ Migrated Amount
+
+
+
+
+ Unmigrated Amount
+
+
+
+
+ Sprout -> Sapling migration enabled
+
+
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+
+
+
+
+ MobileAppConnector
+
+
+ Connect Mobile App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+
+
+
+
+ QR Code
+
+
+
+
+ Connection String
+
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+
+
+
+
+ silentdragon Companion App
+
+
+
+
+ Disconnect
+
+
+
+
+
+ TextLabel
+
+
+
+
+ Last seen:
+
+
+
+
+ Connection type:
+
+
+
+
+ NewSeedForm
+
+
+ Form
+
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+
+
+
+
+ NewSeedPage
+
+
+ Error creating a wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+
+
+
+
+ QObject
+
+
+ Pick
+
+
+
+
+ Address or Label Error
+
+
+
+
+ Address or Label cannot be empty
+
+
+
+
+ Address Format Error
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+
+
+
+
+ Label Error
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+
+
+
+
+ Import Address Book
+
+
+
+
+ Unable to open file
+
+
+
+
+ Address Book Import Done
+
+
+
+
+ Imported %1 new Address book entries
+
+
+
+
+ Copy address
+
+
+
+
+ Copied to clipboard
+
+
+
+
+ Delete label
+
+
+
+
+ Attempting to initialize library with
+
+
+
+
+ Using existing wallet.
+
+
+
+
+ Create/restore wallet.
+
+
+
+
+
+ Connection Error
+
+
+
+
+
+
+ Transaction Error
+
+
+
+
+ There was an error sending the transaction. The error was:
+
+
+
+
+
+ No Connection
+
+
+
+
+ There was an error connecting to hushd. The error was
+
+
+
+
+
+
+ Tx
+
+
+
+
+
+
+ failed
+
+
+
+
+
+ The transaction with id
+
+
+
+
+
+ failed. The error was
+
+
+
+
+ Update Available
+
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+
+
+
+
+ No updates available
+
+
+
+
+ You already have the latest release v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+
+
+
+
+ Waiting for hushd to exit
+
+
+
+
+ No dragonx price was available to convert from USD
+
+
+
+
+ View on block explorer
+
+
+
+
+ View Error
+
+
+
+
+ Reported Error
+
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+
+
+
+
+ All future payments will be cancelled.
+
+
+
+
+ Tx submitted (right click to copy) txid:
+
+
+
+
+ Type
+
+
+
+
+ Address
+
+
+
+
+ Date/Time
+
+
+
+
+ Confirmations
+
+
+
+
+ Amount
+
+
+
+
+ Connected directly
+
+
+
+
+ Connected over the internet via silentdragon wormhole service
+
+
+
+
+
+ Node is still syncing.
+
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+
+
+
+
+ RecurringDialog
+
+
+ Dialog
+
+
+
+
+ View
+
+
+
+
+ Delete
+
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+
+
+
+
+ Schedule
+
+
+
+
+ Payments Left
+
+
+
+
+ Next Payment
+
+
+
+
+ To
+
+
+
+
+ Every
+
+
+
+
+ None
+
+
+
+
+ RecurringPayments
+
+
+ Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+
+
+
+
+ Status
+
+
+
+
+ Txid
+
+
+
+
+ Not due yet
+
+
+
+
+ Pending
+
+
+
+
+ Skipped
+
+
+
+
+ Paid
+
+
+
+
+ Error
+
+
+
+
+
+ Unknown
+
+
+
+
+ RecurringPending
+
+
+ Dialog
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+
+
+
+
+ Schedule
+
+
+
+
+ How should silentdragon proceed?
+
+
+
+
+ Pay All in 1 Tx
+
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+
+
+
+
+ Pay Latest Only
+
+
+
+
+ Pay None
+
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+
+
+
+
+ Description
+
+
+
+
+ To
+
+
+
+
+ The following recurring payment has multiple payments pending
+
+
+
+
+ RequestDialog
+
+
+ Payment Request
+
+
+
+
+ AddressBook
+
+
+
+
+ Request From
+
+
+
+
+ My Address
+
+
+
+
+ Amount in
+
+
+
+
+ z address
+
+
+
+
+ Amount
+
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+
+
+
+
+ Amount USD
+
+
+
+
+ Memo
+
+
+
+
+ TextLabel
+
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+
+
+
+
+ Pay To
+
+
+
+
+ Pay
+
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+
+
+
+
+ Can only request from Sapling addresses
+
+
+
+
+ RestoreSeedForm
+
+
+ Form
+
+
+
+
+ Please enter your 24-word seed below
+
+
+
+
+ Wallet Seed
+
+
+
+
+ Wallet Birthday
+
+
+
+
+ 0
+
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+
+
+
+
+ RestoreSeedPage
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Settings
+
+
+ Settings
+
+
+
+
+ Connection
+
+
+
+
+ Lightwallet Server
+
+
+
+
+ Options
+
+
+
+
+ default
+
+
+
+
+ blue
+
+
+
+
+ light
+
+
+
+
+ dark
+
+
+
+
+ Fetch dragonx prices
+
+
+
+
+ Check git for updates at startup
+
+
+
+
+ Connect to git on startup to check for updates
+
+
+
+
+ Theme
+
+
+
+
+ Connect to the internet to Fetch dragonx prices
+
+
+
+
+ Currency
+
+
+
+
+ AUD
+
+
+
+
+ BTC
+
+
+
+
+ CAD
+
+
+
+
+ CHF
+
+
+
+
+ CNY
+
+
+
+
+ EUR
+
+
+
+
+ GBP
+
+
+
+
+ INR
+
+
+
+
+ RUB
+
+
+
+
+ USD
+
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+
+
+
+
+ Export All Keys
+
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+
+
+
+
+ Balance (%1)
+
+
+
+
+ about
+
+
+ About
+
+
+
+
+ addressBook
+
+
+ Address Book
+
+
+
+
+ Add New Address
+
+
+
+
+ Address (z-Addr or t-Addr)
+
+
+
+
+ Label
+
+
+
+
+ Add to Address Book
+
+
+
+
+ Import Address Book
+
+
+
+
+ confirm
+
+
+ Confirm Transaction
+
+
+
+
+ To
+
+
+
+
+ Recurring Payment
+
+
+
+
+ TextLabel
+
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+
+
+
+
+ Your dragonx node will be configured for you automatically
+
+
+
+
+ Show Advanced Configuration
+
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+
+
+
+
+ Use custom datadir
+
+
+
+
+ Choose directory
+
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+
+
+
+
+ Connect to the internet for updates and price feeds
+
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+
+
+
+
+ Connect over Tor
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+
+
+
+
+ Encryption Password:
+
+
+
+
+ Confirm Password:
+
+
+
+
+ Passwords don't match
+
+
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+
+
+
+
+ Payment Description
+
+
+
+
+ Schedule
+
+
+
+
+ Next Payment
+
+
+
+
+ Amount
+
+
+
+
+ Memo
+
+
+
+
+ To
+
+
+
+
+ From
+
+
+
+
+ Number of payments
+
+
+
+
diff --git a/res/silentdragonxlite_tr.ts b/res/silentdragonxlite_tr.ts
index 54f5465..5897321 100644
--- a/res/silentdragonxlite_tr.ts
+++ b/res/silentdragonxlite_tr.ts
@@ -1,3609 +1,3609 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- Etiket
-
-
-
- Address
- Adres
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- Adres
-
-
-
- Amount
- Miktar
-
-
-
- ChatBubbleMe
-
-
- Form
-
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
-
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
- silentdragonxlite
- silentdragon
-
-
- silentdragon
- silentdragon
-
-
-
- SilentDragonXLite
-
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- Başlatılıyor
-
-
-
- Controller
-
-
- Wallet Password
-
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
-
-
-
-
-
- Wallet Decryption Failed
-
-
-
-
- Please enter a valid password
-
-
-
-
- Failed to unlock wallet
-
-
-
-
- CreateWalletForm
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
-
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- İptal
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
- silentdragonxlite
- silentdragon
-
-
-
- Balance
- Bakiye
-
-
-
- Summary
- Özet
-
-
-
- Shielded
- Korumalı
-
-
-
- Transparent
- Transparan
-
-
-
- Total
- Toplam
-
-
- Some transactions are not yet confirmed
- Bazı işlemler henüz onaylanmadı
-
-
-
- Address Balances
- Adres Bakiyeleri
-
-
-
-
- Send
- Gönder
-
-
- From
- Gönderen
-
-
- Address Balance
- Adres Bakiyesi
-
-
-
- Send To
- Alıcıya Gönder
-
-
-
- Recipient
- Alıcı
-
-
-
-
-
-
-
- Address
- Adres
-
-
-
-
- Address Book
- Adres Defteri
-
-
-
-
-
-
- Amount
- Miktar
-
-
-
- Max Available
- Maks. Kullanılabilir
-
-
-
-
-
-
- Memo
- Memo
-
-
-
- Add Recipient
- Alıcı Ekle
-
-
-
-
- Miner Fee
- Madenci Ücreti
-
-
-
- 0
- 0
-
-
-
- Cancel
- İptal
-
-
-
- Receive
- Al
-
-
-
- Address Type
- Adres Tipi
-
-
-
- Next Address
-
-
-
-
- Information about DragonX
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
-
-
-
-
- Difficulty
-
-
-
-
- Last Notarized Block
-
-
-
-
- Total Supply
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- Longestchain
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- Import Private Key
-
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- &DragonX Telegram
-
-
-
-
- &DragonX Website
-
-
-
- z-Addr(Sapling)
- z-Adres(Sapling)
-
-
- t-Addr
- t-Adres
-
-
- z-Addr(Sprout)
- z-Adres(Sprout)
-
-
- silentdragon
- silentdragon
-
-
-
- Your node is still syncing, balances may not be updated
- Düğümünüz hala senkronize oluyor, bakiyeler güncellenmeyebilir
-
-
- Recurring payment
- Düzenli ödeme
-
-
-
- SilentDragonXLite
-
-
-
-
- Notarized
-
-
-
-
- Spendable
-
-
-
-
- Your node is still syncing, balances may not be updated.
-
-
-
-
- Some transactions are not yet confirmed. Balances may change.
-
-
-
-
- Deposit DragonX
-
-
-
-
- Total notarized funds available:
-
-
-
- Every month, starting 12-May-2012, for 6 payments
- Her ay, 12-May-2012'den itibaren, 6 ödeme için
-
-
- Edit Schedule
- Programı Düzenle
-
-
-
- z-Addr
- z-Adres
-
-
- New Address
- Yeni Adres
-
-
-
- View All Addresses
- Tüm Adresleri Görüntüle
-
-
-
- Label
- Etiket
-
-
-
- Update Label
- Etiketi Güncelle
-
-
-
- Address balance
- Adres bakiyesi
-
-
-
- Optional
- İsteğe bağlı
-
-
-
-
- Export Private Key
- Özel Anahtarı Dışarı Aktar
-
-
-
- Transactions
- İşlemler
-
-
-
- Version drgxlightd
-
-
-
-
- BlockHeight
-
-
-
-
- Supply zAddr
-
-
-
-
- Supply tAddr
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
-
-
-
-
- Volume on Exchanges
-
-
-
-
- &Send DenioD Feedback
-
-
-
-
- Encrypt Wallet
-
-
-
-
- Remove Wallet Encryption
-
-
-
-
- Rescan
- Yeniden tara
-
-
- hushd
- hushd
-
-
- This is a Lightwallet, you cant mine with it! not mining
- Şu anda madencilik yapmıyorsunuz
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- Yükleniyor...
-
-
- Blockheight
- Blok yüksekliği
-
-
- Version hushd light rate
- Ağ çözüm oranı
-
-
-
- Vendor
- Bağlantılar
-
-
- |
- |
-
-
-
- &File
- Dosya
-
-
-
- &Help
- Yardım
-
-
- &Apps
- Uygulamalar
-
-
-
- &Edit
- Düzenle
-
-
-
- E&xit
- Çıkış
-
-
-
- &About
- Hakkında
-
-
-
- &Settings
- Ayarlar
-
-
-
- Ctrl+P
- Ctrl+P
-
-
- &Donate
- Bağış Yap
-
-
-
- Check git for &updates
- Güncellemeler için git adresini kontrol edin
-
-
- Sapling &turnstile
- YOUR_TRANSLATION_HERE
-
-
- Ctrl+A, Ctrl+T
- Ctrl+A, Ctrl+T
-
-
- &Import private key
- Özel anahtarı içeri aktar
-
-
-
- &Export all private keys
- Tüm özel anahtarları dışarı aktar
-
-
-
- &Export seed phrase
-
-
-
-
-
- Export transactions
- İşlemleri dışa aktar
-
-
-
- Pay drgx &URI...
- hush URI öde...
-
-
- Connect mobile &app
- Mobil uygulamayı bağla
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- Düzenli Ödemeler
-
-
-
- Request drgx...
- hush iste...
-
-
-
- File a bug...
- Hata bildir...
-
-
- Validate Address
- Adres Doğrula
-
-
- &z-board.net
- z-board.net
-
-
- Ctrl+A, Ctrl+Z
- Ctrl+A, Ctrl+Z
-
-
-
- Address &book
- Adres defteri
-
-
-
- Ctrl+B
- Ctrl+B
-
-
- &Backup wallet.dat
- wallet.dat dosyasını yedekle
-
-
- Thanks for supporting silentdragonxlite!
- silentdragon'i desteklediğiniz için teşekkür ederiz!
-
-
- Donate 0.01
- 0.01 Bağış yap
-
-
- to support silentdragonxlite
- 0.01 Bağış yap yazısının devamı
- ve silentdragon'i destekle
-
-
- You are on testnet, your post won't actually appear on z-board.net
- Testnet'tesiniz, gönderiniz aslında z-board.net'te görünmeyecek
-
-
- You need a sapling address with available balance to post
- Göndermek için uygun bakiye ile bir sapling adres'i gerekir
-
-
- Computing Tx:
- İşlem Hesaplama:
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- Anahtarlar içeri aktarıldı. Blockchain'i yeniden taramak birkaç dakika sürebilir. O zamana kadar, işlevsellik sınırlı olabilir
-
-
- Private key import rescan finished
- Özel anahtar içe aktarma yeniden taraması tamamlandı
-
-
- Not yet ready
- Henüz hazır değil
-
-
- hushd is not yet ready. Please wait for the UI to load
- hushd henüz hazır değil. Lütfen arayüzün yüklenmesini bekleyin
-
-
-
- View tx on block explorer
- İşlemi blok gezgininde görüntüle
-
-
-
- Refresh
- Yenile
-
-
- Tor configuration is available only when running an embedded hushd.
- Tor konfigürasyonu yalnızca gömülü bir hushd çalışırken kullanılabilir.
-
-
- You're using an external hushd. Please restart hushd with -rescan
- Harici bir hushd kullanıyorsun. Lütfen hushd'yi -rescan ile yeniden başlat
-
-
- You're using an external hushd. Please restart hushd with -reindex
- Harici bir hushd kullanıyorsun. Lütfen hushd'yi -reindex ile yeniden başlat
-
-
- Enable Tor
- Tor'u etkinleştir
-
-
- Connection over Tor has been enabled. To use this feature, you need to restart silentdragon.
- Tor üzerinden bağlantı etkin. Bu özelliği kullanmak için, silentdragon'i yeniden başlatmanız gerekir.
-
-
- Disable Tor
- Tor'u devre dışı bırak
-
-
- Connection over Tor has been disabled. To fully disconnect from Tor, you need to restart silentdragon.
- Tor üzerinden bağlantı devre dışı bırakıldı. Tor ile bağlantıyı tamamen kesmek için silentdragon'i yeniden başlatmanız gerekir.
-
-
- silentdragon needs to restart to rescan/reindex. silentdragon will now close, please restart silentdragon to continue
- silentdragon yeniden tarama/yeniden indeksleme için yeniden başlatılması gerekiyor. silentdragon şimdi kapanacak, lütfen devam etmek için silentdragon'i yeniden başlatın
-
-
- Restart silentdragon
- silentdragon'i yeniden başlat
-
-
- Thanks for supporting silentdragon!
- silentdragon'i desteklediğiniz için teşekkür ederiz!
-
-
- to support silentdragon
- silentdragon'i desteklemek için
-
-
- Enter Address to validate
- Doğrulamak için adres girin
-
-
- Transparent or Shielded Address:
- Transparan veya Korumalı Adres:
-
-
- Paste DRGX URI
- hush URI Yapıştır
-
-
- Error paying DRGX URI
- hush URI ödeme hatası
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI bu şekilde olmalıdır: 'hush:<addr>?amt=x&memo=y
-
-
- Please paste your private keys (z-Addr or t-Addr) here, one per line
- Lütfen özel anahtarlarınızı (z-Adres veya t-Adres) buraya, her satıra bir tane olacak şekilde yapıştırın
-
-
- The keys will be imported into your connected hushd node
- Anahtarlar bağlı hushd düğümünüze aktarılacak
- YOUR_TRANSLATION_HERE
-
-
-
- Error
- Hata
-
-
-
- Error exporting transactions, file was not saved
- İşlemler dışa aktarılırken hata oluştu, dosya kaydedilmedi
-
-
- No wallet.dat
- wallet.dat yok
-
-
- Couldn't find the wallet.dat on this computer
- wallet.dat dosyası bu bilgisayarda bulunamadı
-
-
- You need to back it up from the machine hushd is running on
- hushd'nin çalıştığı makineden yedeklemeniz gerekiyor
-
-
- Backup wallet.dat
- wallet.dat dosyasını yedekle
-
-
- Couldn't backup
- Yedeklenemedi
-
-
- Couldn't backup the wallet.dat file.
- wallet.dat dosyası yedeklenemedi.
-
-
- You need to back it up manually.
- Manuel olarak yedeklemeniz gerekir.
-
-
- This might take several minutes. Loading...
- Bu birkaç dakika sürebilir. Yükleniyor...
-
-
-
- These are all the private keys for all the addresses in your wallet
- Bunlar, cüzdanınızdaki tüm adreslerin özel anahtarlarıdır
-
-
-
- Private key for
- için özel anahtar
-
-
-
-
- Save File
- Dosyayı Kaydet
-
-
-
- Passwords don't match
-
-
-
-
-
- Wallet Encryption Failed
-
-
-
-
- Wallet is not encrypted
-
-
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Out of memory!
-
-
-
-
-
- Copy block explorer link
-
-
-
-
- Currency Change
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
-
-
-
-
-
- Unable to open file
- Dosya açılamıyor
-
-
-
- Error getting private keys
-
-
-
-
- Error loading private keys:
-
-
-
-
-
- Copy address
- Adresi kopyala
-
-
-
-
-
-
- Copied to clipboard
- Panoya kopyalandı
-
-
-
- Get private key
- Özel anahtarı al
-
-
-
-
- View on block explorer
- Blok gezgini üzerinde göster
-
-
- Migrate to Sapling
- Sapling'e geç
-
-
-
- Copy Address
- Adresi kopyala
-
-
-
- Address has been previously used
- Adres daha önce kullanılmış
-
-
-
- Address is unused
- Adres kullanılmamış
-
-
-
-
- Copy txid
- txid'i kopyala
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- This change can take a few seconds.
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Paste DRGX URI
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- View Payment Request
- Ödeme Talebini Görüntüle
-
-
-
- View Memo
- Memo'yu Görüntüle
-
-
-
- Reply to
-
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- Yeni t-Addr oluşturuldu
-
-
-
- Cannot support multiple addresses
- Birden fazla adres desteklenemiyor
-
-
-
- Recurring payments doesn't currently support multiple addresses
- Düzenli ödemeler şu anda birden fazla adresi desteklemiyor
-
-
-
- Recipient
- Alıcı
-
-
-
- Only z-addresses can have memos
- Sadece z-adres'leri memo'lara sahip olabilir
-
-
- Memos can only be used with z-addresses
- Memo'lar yalnızca z-adres'leriyle kullanılabilir
-
-
- The memo field can only be used with a z-address.
-
- Memo alanı yalnızca bir z-adres'i ile kullanılabilir.
-
-
-
-
-doesn't look like a z-address
-
-z-adres'i gibi görünmüyor
-
-
-
-
- Please wait...
-
-
-
-
- Computing your transaction
-
-
-
-
-
- Done!
-
-
-
- Change from
- Şuradan para üstü
-
-
- Current balance :
- Mevcut bakiye :
-
-
- Balance after this Tx:
- Bu işlemden sonra bakiye:
-
-
-
- Transaction Error
- İşlem Hatası
-
-
- From Address is Invalid
- Gönderen Adresi Geçersiz
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- Recipient Address
- Alıcı Adresi
-
-
-
-
-
-
-
- is Invalid
- geçersizdir
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- '% 1' adresinin tutarı geçersiz!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
-
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
-
- MemoDialog
-
-
-
- Memo
- Memo
-
-
-
- Include Reply Address
- Yanıt Adresini Dahil Et
-
-
-
- MemoEdit
-
-
- Reply to
-
-
-
-
- MigrationDialog
-
- Migration Turnstile
- Turnstile Taşınması
-
-
- Migration History
- Taşıma Geçmişi
-
-
- Migrated Amount
- Taşınan miktar
-
-
- Unmigrated Amount
- Taşınmamış miktar
-
-
- Sprout -> Sapling migration enabled
- Sprout -> Sapling taşınması etkin
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- Etkinleştirilirse, hushd Sprout korumalı fonlarınızı yavaşça Sapling adresinize taşıyacaktır.
-
-
-
- MigrationTxns
-
- Migration Txids
- Geçiş İşlem id'leri
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- Mobil Uygulamaya Bağlan
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- Telefonunuzu bağlamak için bu QR Kodu'nu silentdragon dostu uygulamadan tarayın
-
-
-
- QR Code
- QR Kodu
-
-
-
- Connection String
- Bağlantı Dizisi
-
-
-
- Allow connections over the internet via silentdragon wormhole
- silentdragon solucan deliği aracılığıyla internet üzerinden bağlantıya izin ver
-
-
-
- silentdragon Companion App
- silentdragon Dostu Uygulama
-
-
-
- Disconnect
- Bağlantıyı Kes
-
-
-
-
- TextLabel
- Metin Etiketi
-
-
-
- Last seen:
- Son görülen:
-
-
-
- Connection type:
- Bağlantı tipi:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
-
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
- Private Key
- Özel Anahtar
-
-
-
- Private Keys
- Özel Anahtarlar
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
- Attempting autoconnect
- Otomatik bağlanmaya çalışılıyor
-
-
- Starting embedded hushd
- Gömülü hushd başlatılıyor
-
-
- hushd is set to run as daemon
- hushd daemon olarak çalışacak şekilde ayarlandı
-
-
- Waiting for hushd
- hushd bekleniyor
-
-
- You have hushd set to start as a daemon, which can cause problems with silentdragonxlite
-
-.Please remove the following line from your hush.conf and restart silentdragonxlite
-daemon=1
- hushd, silentdragonxlite ile sorunlara neden olan bir daemon olarak başlayacak şekilde ayarladınız.
-
-.Lütfen aşağıdaki satırı hush.conf dosyanızdan kaldırın ve silentdragon'i yeniden başlatın
-daemon=1
-
-
- Couldn't start the embedded hushd.
-
-Please try restarting.
-
-If you previously started hushd with custom arguments, you might need to reset hush.conf.
-
-If all else fails, please run hushd manually.
- Gömülü hushd başlatılamadı.
-
-Lütfen yeniden başlatmayı deneyin.
-
-Daha önce hushd'yi özel argümanlarla başlattıysanız, hush.conf dosyasını sıfırlamanız gerekebilir.
-
-Hepsi başarısız olursa, lütfen hushd'yi manuel olarak çalıştırın.
-
-
- Couldn't connect to hushd configured in hush.conf.
-
-Not starting embedded hushd because --no-embedded was passed
- hush.conf ile yapılandırılmış hushd'ye bağlanılamadı.
-
---no-embedded iletildiğinden gömülü hushd başlatılmıyor
-
-
- All Downloads Finished Successfully!
- Tüm İndirmeler Başarıyla Tamamlandı!
-
-
- Couldn't download params. Please check the help site for more info.
- Parametreler indirilemedi. Lütfen daha fazla bilgi için yardım sitesine bakın.
-
-
- The process returned
- İşlem geri döndü
-
-
- You have hushd set to start as a daemon, which can cause problems with silentdragon
-
-.Please remove the following line from your hush.conf and restart silentdragon
-daemon=1
- hushd'yi, silentdragonxlite ile sorunlara neden olabilecek bir daemon olacak şekilde ayarladınız.
-
-.Lütfen aşağıdaki satırı hush.conf dosyanızdan kaldırın ve silentdragon'i yeniden başlatın
-daemon=1
-
-
- Hide Advanced Config
- Gelişmiş Konfigürasyonu Gizle
-
-
- Show Advanced Config
- Gelişmiş Konfigürasyonu Göster
-
-
- Choose data directory
- Veri dizini seç
-
-
- Downloading
- İndiriliyor
-
-
- more remaining )
- daha kaldı )
-
-
- MB of
- MB /
-
-
- MB at
- MB saniyede
-
-
- Downloading blocks
- Bloklar indiriliyor
-
-
- Blockheight
- Blok yüksekliği
-
-
- Syncing
- Senkronize ediliyor
-
-
- Connected
- Bağlanıldı
-
-
- testnet:
- testnet:
-
-
- Connected to hushd
- hushd'ye bağlanıldı
-
-
- hushd has no peer connections
- hushd'nin eş bağlantısı yok
-
-
- There was an error connecting to hushd. The error was
- hushd ile bağlantı kurulurken bir hata oluştu. Hata
-
-
-
-
-
-
-
-
- The transaction with id
- id ile işlem
-
-
-
-
-
-
-
-
- failed. The error was
- başarısız oldu. Hata
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- Güncelleme Mevcut
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- Yeni bir sürüm olan v%1 mevcut! Sizin sürümünüz: v%2.
-
-Yayınlanan sürümler sayfasını ziyaret etmek ister misiniz?
-
-
-
- No updates available
- Güncelleme yok
-
-
-
- You already have the latest release v%1
- Zaten en son sürüme (v%1) sahipsiniz
-
-
-
-
- Please wait for SilentDragonXLite to exit
-
-
-
-
-
- It may take several minutes
-
-
-
- Please wait for silentdragon to exit
- Lütfen çıkmak için silentdragon'i bekleyin
-
-
-
- No dragonx price was available to convert from USD
- USD'den dönüştürülebilecek hush fiyatı yok
-
-
- Computing Recurring Tx:
- Düzenli İşlem Hesaplama:
-
-
-
-
-
-
-
-
-
- failed
- başarısız oldu
-
-
-
-
-
-
-
-
-
- Tx
- işlem
-
-
-
- View on block explorer
- Blok gezgini üzerinde göster
-
-
-
- View Error
- Hatayı Göster
-
-
-
- Reported Error
- Rapor Edilen Hata
-
-
-
-
- Are you sure you want to delete the recurring payment?
- Düzenli ödemeyi silmek istediğinize emin misiniz?
-
-
-
- All future payments will be cancelled.
- Gelecekteki tüm ödemeler iptal edilecektir.
-
-
- tx computing. This can take several minutes.
- tx hesaplanıyor. Bu birkaç dakika sürebilir.
-
-
- Please wait for silentdragonxlite to exit
- Lütfen çıkmak için silentdragon'i bekleyin
-
-
- Waiting for hushd to exit
- Çıkmak için hushd bekleniyor
-
-
- failed. Please check the help site for more info
- başarısız oldu. Daha fazla bilgi için lütfen yardım sitesine bakın
-
-
- hushd error
- hushd hatası
-
-
- A manual connection was requested, but the settings are not configured.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- Manuel bir bağlantı istendi, ancak ayarlar yapılandırılmadı.
-
-Lütfen Düzenle->Ayarlar menüsünde sunucu/bağlantı noktasını ve kullanıcı adı/şifreyi ayarlayın.
-
-
- Could not connect to hushd configured in settings.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- Ayarlarda yapılandırılmış hushd'ye bağlanılamadı.
-
-Lütfen Düzenle->Ayarlar menüsünde sunucu/bağlantı noktası ve kullanıcı adı/şifreyi ayarlayın.
-
-
- Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
- Kimlik doğrulama başarısız oldu. Belirttiğiniz kullanıcı adı/şifre hushd tarafından kabul edilmedi. Düzenle-> Ayarlar menüsünde değiştirmeyi deneyin
-
-
- Your hushd is starting up. Please wait.
- hushd'niz başlıyor. Lütfen bekle.
-
-
- This may take several hours
- Bu birkaç saat sürebilir
-
-
-
- Attempting to initialize library with
-
-
-
-
- Using existing wallet.
-
-
-
-
- Create/restore wallet.
-
-
-
-
-
- Connection Error
- Bağlantı Hatası
-
-
-
-
-
-
-
-
-
- Transaction Error
- İşlem Hatası
-
-
-
- There was an error sending the transaction. The error was:
- İşlem gönderilirken bir hata oluştu. Hata:
-
-
-
-
- No Connection
- Bağlantı Yok
-
-
-
-
-
- Address Format Error
- Adres Formatı Hatası
-
-
- doesn't seem to be a valid dragonx address.
- geçerli bir hush adresi gibi görünmüyor.
-
-
-
- Pick
- Seç
-
-
-
-
-
- Address or Label Error
- Adres veya Etiket Hatası
-
-
-
-
-
- Address or Label cannot be empty
- Adres veya Etiket boş olamaz
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 geçerli bir hush adresi gibi gözükmüyor.
-
-
-
-
-
-
- Label Error
- Etiket Hatası
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- '%1' etiketi zaten var. Lütfen mevcut etiketi kaldırın.
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- Adres Defterini İçe Aktar
-
-
-
- Unable to open file
- Dosya açılamıyor
-
-
-
- Address Book Import Done
- Adres Defteri İçe Aktarma İşlemi Yapıldı
-
-
-
- Imported %1 new Address book entries
- %1 yeni Adres defteri girişi içeri aktarıldı
-
-
-
- Copy address
- Adresi kopyala
-
-
-
- Copied to clipboard
- Panoya kopyalandı
-
-
-
- Delete label
- Etiketi sil
-
-
-
- Tx submitted (right click to copy) txid:
- İşlem gönderildi (kopyalamak için sağ tıklayın) id:
-
-
- Locked funds
- Kilitli fonlar
-
-
- Could not initiate migration.
-You either have unconfirmed funds or the balance is too low for an automatic migration.
- Geçiş başlatılamadı.
-Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.
-
-
- Computing Tx:
- İşlem Hesaplanıyor:
-
-
-
- Type
- Tür
-
-
-
- Address
- Adres
-
-
-
- Date/Time
- Tarih/Saat
-
-
-
- Amount
- Miktar
-
-
-
- Confirmations
- Onaylar
-
-
-
- Connected directly
- Doğrudan bağlandı
-
-
-
- Connected over the internet via silentdragon wormhole service
- silentdragon'in solucan deliği servisi aracılığıyla internet üzerinden bağlandı
-
-
-
-
- Node is still syncing.
- Düğüm hala senkronize oluyor.
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- Harcanacak bakiyesi olan Sapling veya Transparan adres yok.
-
-
-
- RecurringDialog
-
- Dialog
- Diyalog
-
-
-
- Recurring Dialog
-
-
-
-
- View
- Görüntüle
-
-
-
- Delete
- Sil
-
-
-
- RecurringListViewModel
-
-
- Amount
- Miktar
-
-
-
- Schedule
- Program
-
-
-
- Payments Left
- Kalan Ödemeler
-
-
-
- Next Payment
- Sonraki Ödeme
-
-
-
- To
- Alıcı
-
-
-
- Every
- Her
-
-
-
- None
- Yok
-
-
-
- RecurringPayments
-
- Payments
- Ödemeler
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- Tarih
-
-
-
- Status
- Durum
-
-
-
- Txid
- İşlem id
-
-
-
- Not due yet
- Henüz değil
-
-
-
- Pending
- Kuyrukta
-
-
-
- Skipped
- Atlandı
-
-
-
- Paid
- Ödenmiş
-
-
-
- Error
- Hata
-
-
-
-
- Unknown
- Bilinmeyen
-
-
-
- RecurringPending
-
- Dialog
- Diyalog
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- Hiçbir ödeme işleme alınmayacak. Bunları Düzenli Ödemeler Diyalog kutusundan manuel olarak ödeyebilirsiniz
-
-
-
- Schedule
- Program
-
-
-
- How should silentdragon proceed?
- silentdragon nasıl ilerlemeli?
-
-
-
- Pay All in 1 Tx
- Hepsini 1 işlemde öde
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- Yalnızca en son bekleyen ödeme işleme koyulur. Önceki tüm bekleyen ödemeler atlanacak
-
-
-
- Pay Latest Only
- Sadece Son Ödeme
-
-
-
- Pay None
- Hiç Ödeme
-
-
-
- All pending payments collected, added up and paid in a single transaction
- Beklemedeki tüm ödemeler toplanır, eklenir ve tek bir işlemde ödenir
-
-
-
- Description
- Açıklama
-
-
-
- To
- Alıcı
-
-
-
- The following recurring payment has multiple payments pending
- Aşağıdaki tekrarlayan ödemede bekleyen birden fazla ödeme var
-
-
-
- RequestDialog
-
-
- Payment Request
- Ödeme Talebi
-
-
-
- AddressBook
- Adres Defteri
-
-
-
- Request From
- İstek Adresi
-
-
-
- My Address
- Benim Adresim
-
-
-
- Amount in
- Miktar:
-
-
-
- z address
- z adres
-
-
-
- Amount
- Miktar
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Alıcı, isteğinizi ödediğinde bu adresi "alıcı" alanında görecektir.
-
-
-
- Amount USD
- USD Miktarı
-
-
-
- Memo
- Memo
-
-
-
- TextLabel
- Metin Etiketi
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Bir Sapling adresinden ödeme talep edin. Bir hush ödeme URI'si olan bir adrese hush 0.0001 işlemi gönderirsiniz. Adres size ödeme yaptığında Memo işleme dahil edilecektir.
-
-
-
- Error paying DRGX URI
- hush URI ödeme hatası
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI bu şekilde olmalıdır: 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
-
-
-
-
- Pay
- Öde
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- Bir ödeme isteği ödüyorsunuz. Adresiniz bu ödemeyi isteyen kişiye görünmez.
-
-
-
- Can only request from Sapling addresses
- Sadece Sapling adreslerinden talep edebilir
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
-
-
-
-
- Wallet Seed
-
-
-
-
- Wallet Birthday
-
-
-
- 0
- 0
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
-
-
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Settings
-
-
- Settings
- Ayarlar
-
-
- hushd connection
- hushd bağlantısı
-
-
- Host
- Sunucu
-
-
- Port
- Bağlantı noktası
-
-
- RPC Username
- RPC Kullanıcı Adı
-
-
- RPC Password
- RPC Şifresi
-
-
-
- Options
- Seçenekler
-
-
- Connect via Tor
- Tor ile bağlan
-
-
-
- Check git for updates at startup
- Başlangıçta güncellemeler için git'u kontrol et
-
-
- Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
- Korumalı işlemler yerel olarak kaydedilir ve işlemler sekmesinde gösterilir. Bu seçeneğin işaretini kaldırırsanız, korumalı işlemler işlemler sekmesinde görünmez.
-
-
- Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.
- Tor ağına 127.0.0.1:9050'de çalışan SOCKS proxy üzerinden bağlanın. Lütfen Tor servisini harici olarak kurmanız ve çalıştırmanız gerektiğini lütfen unutmayın.
-
-
-
- Connect to git on startup to check for updates
- Güncellemeleri denetlemek için başlangıçta git'a bağlanır
-
-
-
- Connect to the internet to Fetch dragonx prices
- hush fiyatlarını çekmek için internete bağlanır
-
-
- Fetch hush / USD prices
- hush / USD fiyatlarını çek
-
-
-
- Theme
-
-
-
-
- Connection
-
-
-
-
- Lightwallet Server
-
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
-
-
-
-
- Currency
-
-
-
-
- AUD
-
-
-
-
- BTC
-
-
-
-
- CAD
-
-
-
-
- CHF
-
-
-
-
- CNY
-
-
-
-
- EUR
-
-
-
-
- GBP
-
-
-
-
- INR
-
-
-
-
- RUB
-
-
-
-
- USD
-
-
-
- Troubleshooting
- Sorun giderme
-
-
- Reindex
- Yeniden indeksle
-
-
- Rescan the blockchain for any missing wallet transactions and to correct your wallet balance. This may take several hours. You need to restart silentdragon for this to take effect
- Eksik cüzdan işlemleri ve cüzdan bakiyenizi düzeltmek için blok zincirini yeniden tarayın. Bu birkaç saat sürebilir. Bunun gerçekleşmesi için silentdragon'i yeniden başlatmanız gerekir
-
-
- Rescan
- Yeniden tara
-
-
- Rebuild the entire blockchain from the genesis block, by rescanning all the block files. This may take several hours to days, depending on your hardware. You need to restart silentdragon for this to take effect
- Tüm blok dosyalarını yeniden tarayarak blok zincirini genesis bloğundan yeniden oluşturun. Bu, donanımınıza bağlı olarak birkaç saat ila günler sürebilir. Bunun gerçekleşmesi için silentdragon’i yeniden başlatmanız gerekir
-
-
- Clear History
- Geçmişi Temizle
-
-
- Remember shielded transactions
- Korumalı işlemleri hatırla
-
-
- Allow custom fees
- Özel ücretlere izin ver
-
-
- Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
- İşlemleri gönderirken varsayılan ücretlerin geçersiz kılınmasına izin verin. Bu seçeneğin etkinleştirilmesi, ücretler şeffaf olduğu için gizliliğinizi tehlikeye atabilir.
-
-
- Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
- Normalde, t-Adres'lerinden para üstü başka bir t-Adres'e gider. Bu seçeneğin işaretlenmesi, para üstünü Korumalı Sapling adresinize gönderecektir. Gizliliğinizi artırmak için bu seçeneği işaretleyin.
-
-
- Shield change from t-Addresses to your sapling address
- t-Adres'in para üstünü Korumalı Sapling adresine gönder
-
-
-
- Turnstile
-
- Turnstile Migration
- Turnstile Taşıması
-
-
- Migrate over
- Geçiş yap
-
-
- From
- Gönderen
-
-
- <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
- YOUR_TRANSLATION_HERE
-
-
- To
- Alıcı
-
-
- Balance
- Bakiye
-
-
- Miner Fees
- Madenci Ücreti
-
-
- Total Balance
- Toplam Bakiye
-
-
-
- TurnstileProgress
-
- Turnstile Migration Progress
- Turnstile Geçiş İlerlemesi
-
-
- From
- Gönderen
-
-
- To
- Alıcı
-
-
- Please ensure you have your wallet.dat backed up!
- Lütfen wallet.dat dosyanızı yedeklediğinizden emin olun!
-
-
- Next Transaction in 4 hours
- 4 saat içinde sonraki işlem
-
-
- Migration Progress
- Geçiş İlerlemesi
-
-
-
- ValidateAddress
-
- Validate Address
- Adres Doğrulama
-
-
- TextLabel
- Metin Etiketi
-
-
- Address:
- Adres:
-
-
-
- ValidateAddressesModel
-
- Value
- Değer
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- Tüm Adresler
-
-
-
- Export All Keys
- Tüm Anahtarları Dışa Aktar
-
-
-
- ViewAllAddressesModel
-
-
- Address
- Adres
-
-
-
- Balance (%1)
- Bakiye (%1)
-
-
-
- about
-
-
- About
- Hakkında
-
-
-
- addressBook
-
-
- Address Book
- Adres Defteri
-
-
-
- Add New Address
- Yeni Adres Ekle
-
-
-
- Address (z-Addr or t-Addr)
- Adres (z-Adres veya t-Adres)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- Etiket
-
-
-
- Add to Address Book
- Adres Defterine Ekle
-
-
-
- Import Address Book
- Adres Defterini İçe Aktar
-
-
-
- confirm
-
-
- Confirm Transaction
- İşlemi Onayla
-
-
- From
- Gönderen
-
-
-
- To
- Alıcı
-
-
-
- Recurring Payment
- Düzenli Ödeme
-
-
-
- TextLabel
- Metin Etiketi
-
-
- hushd doesn't seem to have any peers. You might not be connected to the internet, so this transaction might not work.
- hushd'in düğümleri yok gibi görünüyor. İnternete bağlı olmadığınız için bu işlem çalışmayabilir.
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- Düğümünüz hala senkronize oluyorken bir işlem gönderiyorsunuz. Bu işe yaramayabilir.
-
-
- You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
- Özel bir ücret kullanıyorsunuz. Ücretler şeffaf olduğu için, bazı gizliliklerden vazgeçiyorsunuz. Lütfen bunu sadece ne yaptığınızı biliyorsanız kullanın!
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- hush.conf dosyasını yapılandırma
-
-
-
- Your dragonx node will be configured for you automatically
- hush düğümünüz sizin için otomatik olarak yapılandırılacak
-
-
- Enable Fast Sync
- Hızlı Senkronizasyonu Etkinleştir
-
-
-
- Show Advanced Configuration
- Gelişmiş Yapılandırmayı Göster
-
-
- Allow connections to the internet to check for updates, get hush/USD prices etc...
- hush/USD fiyatlarını çekme, güncellemeleri denetleme vb. işlemler için internete bağlanmaya izin ver
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
-
-
-
-
- Use custom datadir
- Özel datadir (veri dizini) kullan
-
-
-
- Choose directory
- Dizin seç
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- Lütfen 9050 numaralı bağlantı noktasında yapılandırılmış bir Tor servisine ihtiyacınız olduğunu unutmayın
-
-
-
- Connect to the internet for updates and price feeds
- Güncellemelere ve fiyatlara bakmak için internete bağlan
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- Lütfen wallet.dat ve blok zinciri'nizi saklamak için bir dizin seçin
-
-
-
- Connect over Tor
- Tor üzerinden bağlan
-
-
- <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
- <html><head/><body><p>Blok indirme işlemi sırasında en uzun süren kontrolleri atlar. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Daha fazla bilgi edin</span></a></p></body></html>
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- Adresi kopyala
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- Metin Etiketi
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- Bir Sapling adresinden ödeme talep edin. Bir hush ödeme URI'si olan bir adrese hush 0.0001 işlemi gönderirsiniz. Adres size ödeme yaptığında Memo işleme dahil edilecektir.
-
-
-
- Request From
- İstek Adresi
-
-
-
- zaddr
-
-
-
-
- Amount in
- Miktar:
-
-
-
- Amount
- Miktar
-
-
-
- Amount USD
- USD Miktarı
-
-
-
- Memo
- Memo
-
-
-
- My Address
- Benim Adresim
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- Alıcı, isteğinizi ödediğinde bu adresi "alıcı" alanında görecektir.
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- Program düzenleme
-
-
-
- Payment Description
- Ödeme Açıklaması
-
-
-
- Schedule
- Program
-
-
-
- Next Payment
- Sonraki Ödeme
-
-
-
- Amount
- Miktar
-
-
-
- Memo
- Memo
-
-
-
- To
- Alıcı
-
-
-
- From
- Gönderen
-
-
-
- Number of payments
- Ödeme sayısı
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- İptal
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- Miktar
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
- Dialog
- Diyalog
-
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
- zboard
-
- Post to z-board.net
- z-board.net'e gönder
-
-
- Total Fee
- Toplam Ücret
-
-
- Memo
- Memo
-
-
- (optional)
- (isteğe bağlı)
-
-
- Send From
- Bu Adresten Gönder
-
-
- Post As:
- Olarak Gönder:
-
-
- <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
- <html><head/><body><p>ZBoard: DragonX Blockchain'i üzerinde tamamen anonim ve takip edilemeyen sohbet mesajları. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
-
-
- Warning
- Uyarı
-
-
- Posting to Board
- ZBoard'a gönderme
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ Etiket
+
+
+
+ Address
+ Adres
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ Adres
+
+
+
+ Amount
+ Miktar
+
+
+
+ ChatBubbleMe
+
+
+ Form
+
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+ silentdragonxlite
+ silentdragon
+
+
+ silentdragon
+ silentdragon
+
+
+
+ SilentDragonXLite
+
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ Başlatılıyor
+
+
+
+ Controller
+
+
+ Wallet Password
+
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+
+
+
+
+
+ Wallet Decryption Failed
+
+
+
+
+ Please enter a valid password
+
+
+
+
+ Failed to unlock wallet
+
+
+
+
+ CreateWalletForm
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ İptal
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+ silentdragonxlite
+ silentdragon
+
+
+
+ Balance
+ Bakiye
+
+
+
+ Summary
+ Özet
+
+
+
+ Shielded
+ Korumalı
+
+
+
+ Transparent
+ Transparan
+
+
+
+ Total
+ Toplam
+
+
+ Some transactions are not yet confirmed
+ Bazı işlemler henüz onaylanmadı
+
+
+
+ Address Balances
+ Adres Bakiyeleri
+
+
+
+
+ Send
+ Gönder
+
+
+ From
+ Gönderen
+
+
+ Address Balance
+ Adres Bakiyesi
+
+
+
+ Send To
+ Alıcıya Gönder
+
+
+
+ Recipient
+ Alıcı
+
+
+
+
+
+
+
+ Address
+ Adres
+
+
+
+
+ Address Book
+ Adres Defteri
+
+
+
+
+
+
+ Amount
+ Miktar
+
+
+
+ Max Available
+ Maks. Kullanılabilir
+
+
+
+
+
+
+ Memo
+ Memo
+
+
+
+ Add Recipient
+ Alıcı Ekle
+
+
+
+
+ Miner Fee
+ Madenci Ücreti
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ İptal
+
+
+
+ Receive
+ Al
+
+
+
+ Address Type
+ Adres Tipi
+
+
+
+ Next Address
+
+
+
+
+ Information about DragonX
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+
+
+
+
+ Difficulty
+
+
+
+
+ Last Notarized Block
+
+
+
+
+ Total Supply
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ Longestchain
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ Import Private Key
+
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ &DragonX Telegram
+
+
+
+
+ &DragonX Website
+
+
+
+ z-Addr(Sapling)
+ z-Adres(Sapling)
+
+
+ t-Addr
+ t-Adres
+
+
+ z-Addr(Sprout)
+ z-Adres(Sprout)
+
+
+ silentdragon
+ silentdragon
+
+
+
+ Your node is still syncing, balances may not be updated
+ Düğümünüz hala senkronize oluyor, bakiyeler güncellenmeyebilir
+
+
+ Recurring payment
+ Düzenli ödeme
+
+
+
+ SilentDragonXLite
+
+
+
+
+ Notarized
+
+
+
+
+ Spendable
+
+
+
+
+ Your node is still syncing, balances may not be updated.
+
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ Total notarized funds available:
+
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ Her ay, 12-May-2012'den itibaren, 6 ödeme için
+
+
+ Edit Schedule
+ Programı Düzenle
+
+
+
+ z-Addr
+ z-Adres
+
+
+ New Address
+ Yeni Adres
+
+
+
+ View All Addresses
+ Tüm Adresleri Görüntüle
+
+
+
+ Label
+ Etiket
+
+
+
+ Update Label
+ Etiketi Güncelle
+
+
+
+ Address balance
+ Adres bakiyesi
+
+
+
+ Optional
+ İsteğe bağlı
+
+
+
+
+ Export Private Key
+ Özel Anahtarı Dışarı Aktar
+
+
+
+ Transactions
+ İşlemler
+
+
+
+ Version drgxlightd
+
+
+
+
+ BlockHeight
+
+
+
+
+ Supply zAddr
+
+
+
+
+ Supply tAddr
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+
+
+
+
+ Volume on Exchanges
+
+
+
+
+ &Send DenioD Feedback
+
+
+
+
+ Encrypt Wallet
+
+
+
+
+ Remove Wallet Encryption
+
+
+
+
+ Rescan
+ Yeniden tara
+
+
+ hushd
+ hushd
+
+
+ This is a Lightwallet, you cant mine with it! not mining
+ Şu anda madencilik yapmıyorsunuz
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ Yükleniyor...
+
+
+ Blockheight
+ Blok yüksekliği
+
+
+ Version hushd light rate
+ Ağ çözüm oranı
+
+
+
+ Vendor
+ Bağlantılar
+
+
+ |
+ |
+
+
+
+ &File
+ Dosya
+
+
+
+ &Help
+ Yardım
+
+
+ &Apps
+ Uygulamalar
+
+
+
+ &Edit
+ Düzenle
+
+
+
+ E&xit
+ Çıkış
+
+
+
+ &About
+ Hakkında
+
+
+
+ &Settings
+ Ayarlar
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+ &Donate
+ Bağış Yap
+
+
+
+ Check git for &updates
+ Güncellemeler için git adresini kontrol edin
+
+
+ Sapling &turnstile
+ YOUR_TRANSLATION_HERE
+
+
+ Ctrl+A, Ctrl+T
+ Ctrl+A, Ctrl+T
+
+
+ &Import private key
+ Özel anahtarı içeri aktar
+
+
+
+ &Export all private keys
+ Tüm özel anahtarları dışarı aktar
+
+
+
+ &Export seed phrase
+
+
+
+
+
+ Export transactions
+ İşlemleri dışa aktar
+
+
+
+ Pay drgx &URI...
+ hush URI öde...
+
+
+ Connect mobile &app
+ Mobil uygulamayı bağla
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ Düzenli Ödemeler
+
+
+
+ Request drgx...
+ hush iste...
+
+
+
+ File a bug...
+ Hata bildir...
+
+
+ Validate Address
+ Adres Doğrula
+
+
+ &z-board.net
+ z-board.net
+
+
+ Ctrl+A, Ctrl+Z
+ Ctrl+A, Ctrl+Z
+
+
+
+ Address &book
+ Adres defteri
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+ &Backup wallet.dat
+ wallet.dat dosyasını yedekle
+
+
+ Thanks for supporting silentdragonxlite!
+ silentdragon'i desteklediğiniz için teşekkür ederiz!
+
+
+ Donate 0.01
+ 0.01 Bağış yap
+
+
+ to support silentdragonxlite
+ 0.01 Bağış yap yazısının devamı
+ ve silentdragon'i destekle
+
+
+ You are on testnet, your post won't actually appear on z-board.net
+ Testnet'tesiniz, gönderiniz aslında z-board.net'te görünmeyecek
+
+
+ You need a sapling address with available balance to post
+ Göndermek için uygun bakiye ile bir sapling adres'i gerekir
+
+
+ Computing Tx:
+ İşlem Hesaplama:
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ Anahtarlar içeri aktarıldı. Blockchain'i yeniden taramak birkaç dakika sürebilir. O zamana kadar, işlevsellik sınırlı olabilir
+
+
+ Private key import rescan finished
+ Özel anahtar içe aktarma yeniden taraması tamamlandı
+
+
+ Not yet ready
+ Henüz hazır değil
+
+
+ hushd is not yet ready. Please wait for the UI to load
+ hushd henüz hazır değil. Lütfen arayüzün yüklenmesini bekleyin
+
+
+
+ View tx on block explorer
+ İşlemi blok gezgininde görüntüle
+
+
+
+ Refresh
+ Yenile
+
+
+ Tor configuration is available only when running an embedded hushd.
+ Tor konfigürasyonu yalnızca gömülü bir hushd çalışırken kullanılabilir.
+
+
+ You're using an external hushd. Please restart hushd with -rescan
+ Harici bir hushd kullanıyorsun. Lütfen hushd'yi -rescan ile yeniden başlat
+
+
+ You're using an external hushd. Please restart hushd with -reindex
+ Harici bir hushd kullanıyorsun. Lütfen hushd'yi -reindex ile yeniden başlat
+
+
+ Enable Tor
+ Tor'u etkinleştir
+
+
+ Connection over Tor has been enabled. To use this feature, you need to restart silentdragon.
+ Tor üzerinden bağlantı etkin. Bu özelliği kullanmak için, silentdragon'i yeniden başlatmanız gerekir.
+
+
+ Disable Tor
+ Tor'u devre dışı bırak
+
+
+ Connection over Tor has been disabled. To fully disconnect from Tor, you need to restart silentdragon.
+ Tor üzerinden bağlantı devre dışı bırakıldı. Tor ile bağlantıyı tamamen kesmek için silentdragon'i yeniden başlatmanız gerekir.
+
+
+ silentdragon needs to restart to rescan/reindex. silentdragon will now close, please restart silentdragon to continue
+ silentdragon yeniden tarama/yeniden indeksleme için yeniden başlatılması gerekiyor. silentdragon şimdi kapanacak, lütfen devam etmek için silentdragon'i yeniden başlatın
+
+
+ Restart silentdragon
+ silentdragon'i yeniden başlat
+
+
+ Thanks for supporting silentdragon!
+ silentdragon'i desteklediğiniz için teşekkür ederiz!
+
+
+ to support silentdragon
+ silentdragon'i desteklemek için
+
+
+ Enter Address to validate
+ Doğrulamak için adres girin
+
+
+ Transparent or Shielded Address:
+ Transparan veya Korumalı Adres:
+
+
+ Paste DRGX URI
+ hush URI Yapıştır
+
+
+ Error paying DRGX URI
+ hush URI ödeme hatası
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI bu şekilde olmalıdır: 'hush:<addr>?amt=x&memo=y
+
+
+ Please paste your private keys (z-Addr or t-Addr) here, one per line
+ Lütfen özel anahtarlarınızı (z-Adres veya t-Adres) buraya, her satıra bir tane olacak şekilde yapıştırın
+
+
+ The keys will be imported into your connected hushd node
+ Anahtarlar bağlı hushd düğümünüze aktarılacak
+ YOUR_TRANSLATION_HERE
+
+
+
+ Error
+ Hata
+
+
+
+ Error exporting transactions, file was not saved
+ İşlemler dışa aktarılırken hata oluştu, dosya kaydedilmedi
+
+
+ No wallet.dat
+ wallet.dat yok
+
+
+ Couldn't find the wallet.dat on this computer
+ wallet.dat dosyası bu bilgisayarda bulunamadı
+
+
+ You need to back it up from the machine hushd is running on
+ hushd'nin çalıştığı makineden yedeklemeniz gerekiyor
+
+
+ Backup wallet.dat
+ wallet.dat dosyasını yedekle
+
+
+ Couldn't backup
+ Yedeklenemedi
+
+
+ Couldn't backup the wallet.dat file.
+ wallet.dat dosyası yedeklenemedi.
+
+
+ You need to back it up manually.
+ Manuel olarak yedeklemeniz gerekir.
+
+
+ This might take several minutes. Loading...
+ Bu birkaç dakika sürebilir. Yükleniyor...
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ Bunlar, cüzdanınızdaki tüm adreslerin özel anahtarlarıdır
+
+
+
+ Private key for
+ için özel anahtar
+
+
+
+
+ Save File
+ Dosyayı Kaydet
+
+
+
+ Passwords don't match
+
+
+
+
+
+ Wallet Encryption Failed
+
+
+
+
+ Wallet is not encrypted
+
+
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Out of memory!
+
+
+
+
+
+ Copy block explorer link
+
+
+
+
+ Currency Change
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+
+
+
+
+
+ Unable to open file
+ Dosya açılamıyor
+
+
+
+ Error getting private keys
+
+
+
+
+ Error loading private keys:
+
+
+
+
+
+ Copy address
+ Adresi kopyala
+
+
+
+
+
+
+ Copied to clipboard
+ Panoya kopyalandı
+
+
+
+ Get private key
+ Özel anahtarı al
+
+
+
+
+ View on block explorer
+ Blok gezgini üzerinde göster
+
+
+ Migrate to Sapling
+ Sapling'e geç
+
+
+
+ Copy Address
+ Adresi kopyala
+
+
+
+ Address has been previously used
+ Adres daha önce kullanılmış
+
+
+
+ Address is unused
+ Adres kullanılmamış
+
+
+
+
+ Copy txid
+ txid'i kopyala
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ This change can take a few seconds.
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Paste DRGX URI
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ View Payment Request
+ Ödeme Talebini Görüntüle
+
+
+
+ View Memo
+ Memo'yu Görüntüle
+
+
+
+ Reply to
+
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ Yeni t-Addr oluşturuldu
+
+
+
+ Cannot support multiple addresses
+ Birden fazla adres desteklenemiyor
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ Düzenli ödemeler şu anda birden fazla adresi desteklemiyor
+
+
+
+ Recipient
+ Alıcı
+
+
+
+ Only z-addresses can have memos
+ Sadece z-adres'leri memo'lara sahip olabilir
+
+
+ Memos can only be used with z-addresses
+ Memo'lar yalnızca z-adres'leriyle kullanılabilir
+
+
+ The memo field can only be used with a z-address.
+
+ Memo alanı yalnızca bir z-adres'i ile kullanılabilir.
+
+
+
+
+doesn't look like a z-address
+
+z-adres'i gibi görünmüyor
+
+
+
+
+ Please wait...
+
+
+
+
+ Computing your transaction
+
+
+
+
+
+ Done!
+
+
+
+ Change from
+ Şuradan para üstü
+
+
+ Current balance :
+ Mevcut bakiye :
+
+
+ Balance after this Tx:
+ Bu işlemden sonra bakiye:
+
+
+
+ Transaction Error
+ İşlem Hatası
+
+
+ From Address is Invalid
+ Gönderen Adresi Geçersiz
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ Recipient Address
+ Alıcı Adresi
+
+
+
+
+
+
+
+ is Invalid
+ geçersizdir
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ '% 1' adresinin tutarı geçersiz!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ Memo
+
+
+
+ Include Reply Address
+ Yanıt Adresini Dahil Et
+
+
+
+ MemoEdit
+
+
+ Reply to
+
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ Turnstile Taşınması
+
+
+ Migration History
+ Taşıma Geçmişi
+
+
+ Migrated Amount
+ Taşınan miktar
+
+
+ Unmigrated Amount
+ Taşınmamış miktar
+
+
+ Sprout -> Sapling migration enabled
+ Sprout -> Sapling taşınması etkin
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ Etkinleştirilirse, hushd Sprout korumalı fonlarınızı yavaşça Sapling adresinize taşıyacaktır.
+
+
+
+ MigrationTxns
+
+ Migration Txids
+ Geçiş İşlem id'leri
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ Mobil Uygulamaya Bağlan
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ Telefonunuzu bağlamak için bu QR Kodu'nu silentdragon dostu uygulamadan tarayın
+
+
+
+ QR Code
+ QR Kodu
+
+
+
+ Connection String
+ Bağlantı Dizisi
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ silentdragon solucan deliği aracılığıyla internet üzerinden bağlantıya izin ver
+
+
+
+ silentdragon Companion App
+ silentdragon Dostu Uygulama
+
+
+
+ Disconnect
+ Bağlantıyı Kes
+
+
+
+
+ TextLabel
+ Metin Etiketi
+
+
+
+ Last seen:
+ Son görülen:
+
+
+
+ Connection type:
+ Bağlantı tipi:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+ Private Key
+ Özel Anahtar
+
+
+
+ Private Keys
+ Özel Anahtarlar
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+ Attempting autoconnect
+ Otomatik bağlanmaya çalışılıyor
+
+
+ Starting embedded hushd
+ Gömülü hushd başlatılıyor
+
+
+ hushd is set to run as daemon
+ hushd daemon olarak çalışacak şekilde ayarlandı
+
+
+ Waiting for hushd
+ hushd bekleniyor
+
+
+ You have hushd set to start as a daemon, which can cause problems with silentdragonxlite
+
+.Please remove the following line from your hush.conf and restart silentdragonxlite
+daemon=1
+ hushd, silentdragonxlite ile sorunlara neden olan bir daemon olarak başlayacak şekilde ayarladınız.
+
+.Lütfen aşağıdaki satırı hush.conf dosyanızdan kaldırın ve silentdragon'i yeniden başlatın
+daemon=1
+
+
+ Couldn't start the embedded hushd.
+
+Please try restarting.
+
+If you previously started hushd with custom arguments, you might need to reset hush.conf.
+
+If all else fails, please run hushd manually.
+ Gömülü hushd başlatılamadı.
+
+Lütfen yeniden başlatmayı deneyin.
+
+Daha önce hushd'yi özel argümanlarla başlattıysanız, hush.conf dosyasını sıfırlamanız gerekebilir.
+
+Hepsi başarısız olursa, lütfen hushd'yi manuel olarak çalıştırın.
+
+
+ Couldn't connect to hushd configured in hush.conf.
+
+Not starting embedded hushd because --no-embedded was passed
+ hush.conf ile yapılandırılmış hushd'ye bağlanılamadı.
+
+--no-embedded iletildiğinden gömülü hushd başlatılmıyor
+
+
+ All Downloads Finished Successfully!
+ Tüm İndirmeler Başarıyla Tamamlandı!
+
+
+ Couldn't download params. Please check the help site for more info.
+ Parametreler indirilemedi. Lütfen daha fazla bilgi için yardım sitesine bakın.
+
+
+ The process returned
+ İşlem geri döndü
+
+
+ You have hushd set to start as a daemon, which can cause problems with silentdragon
+
+.Please remove the following line from your hush.conf and restart silentdragon
+daemon=1
+ hushd'yi, silentdragonxlite ile sorunlara neden olabilecek bir daemon olacak şekilde ayarladınız.
+
+.Lütfen aşağıdaki satırı hush.conf dosyanızdan kaldırın ve silentdragon'i yeniden başlatın
+daemon=1
+
+
+ Hide Advanced Config
+ Gelişmiş Konfigürasyonu Gizle
+
+
+ Show Advanced Config
+ Gelişmiş Konfigürasyonu Göster
+
+
+ Choose data directory
+ Veri dizini seç
+
+
+ Downloading
+ İndiriliyor
+
+
+ more remaining )
+ daha kaldı )
+
+
+ MB of
+ MB /
+
+
+ MB at
+ MB saniyede
+
+
+ Downloading blocks
+ Bloklar indiriliyor
+
+
+ Blockheight
+ Blok yüksekliği
+
+
+ Syncing
+ Senkronize ediliyor
+
+
+ Connected
+ Bağlanıldı
+
+
+ testnet:
+ testnet:
+
+
+ Connected to hushd
+ hushd'ye bağlanıldı
+
+
+ hushd has no peer connections
+ hushd'nin eş bağlantısı yok
+
+
+ There was an error connecting to hushd. The error was
+ hushd ile bağlantı kurulurken bir hata oluştu. Hata
+
+
+
+
+
+
+
+
+ The transaction with id
+ id ile işlem
+
+
+
+
+
+
+
+
+ failed. The error was
+ başarısız oldu. Hata
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ Güncelleme Mevcut
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ Yeni bir sürüm olan v%1 mevcut! Sizin sürümünüz: v%2.
+
+Yayınlanan sürümler sayfasını ziyaret etmek ister misiniz?
+
+
+
+ No updates available
+ Güncelleme yok
+
+
+
+ You already have the latest release v%1
+ Zaten en son sürüme (v%1) sahipsiniz
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+
+
+
+
+
+ It may take several minutes
+
+
+
+ Please wait for silentdragon to exit
+ Lütfen çıkmak için silentdragon'i bekleyin
+
+
+
+ No dragonx price was available to convert from USD
+ USD'den dönüştürülebilecek hush fiyatı yok
+
+
+ Computing Recurring Tx:
+ Düzenli İşlem Hesaplama:
+
+
+
+
+
+
+
+
+
+ failed
+ başarısız oldu
+
+
+
+
+
+
+
+
+
+ Tx
+ işlem
+
+
+
+ View on block explorer
+ Blok gezgini üzerinde göster
+
+
+
+ View Error
+ Hatayı Göster
+
+
+
+ Reported Error
+ Rapor Edilen Hata
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ Düzenli ödemeyi silmek istediğinize emin misiniz?
+
+
+
+ All future payments will be cancelled.
+ Gelecekteki tüm ödemeler iptal edilecektir.
+
+
+ tx computing. This can take several minutes.
+ tx hesaplanıyor. Bu birkaç dakika sürebilir.
+
+
+ Please wait for silentdragonxlite to exit
+ Lütfen çıkmak için silentdragon'i bekleyin
+
+
+ Waiting for hushd to exit
+ Çıkmak için hushd bekleniyor
+
+
+ failed. Please check the help site for more info
+ başarısız oldu. Daha fazla bilgi için lütfen yardım sitesine bakın
+
+
+ hushd error
+ hushd hatası
+
+
+ A manual connection was requested, but the settings are not configured.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ Manuel bir bağlantı istendi, ancak ayarlar yapılandırılmadı.
+
+Lütfen Düzenle->Ayarlar menüsünde sunucu/bağlantı noktasını ve kullanıcı adı/şifreyi ayarlayın.
+
+
+ Could not connect to hushd configured in settings.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ Ayarlarda yapılandırılmış hushd'ye bağlanılamadı.
+
+Lütfen Düzenle->Ayarlar menüsünde sunucu/bağlantı noktası ve kullanıcı adı/şifreyi ayarlayın.
+
+
+ Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
+ Kimlik doğrulama başarısız oldu. Belirttiğiniz kullanıcı adı/şifre hushd tarafından kabul edilmedi. Düzenle-> Ayarlar menüsünde değiştirmeyi deneyin
+
+
+ Your hushd is starting up. Please wait.
+ hushd'niz başlıyor. Lütfen bekle.
+
+
+ This may take several hours
+ Bu birkaç saat sürebilir
+
+
+
+ Attempting to initialize library with
+
+
+
+
+ Using existing wallet.
+
+
+
+
+ Create/restore wallet.
+
+
+
+
+
+ Connection Error
+ Bağlantı Hatası
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ İşlem Hatası
+
+
+
+ There was an error sending the transaction. The error was:
+ İşlem gönderilirken bir hata oluştu. Hata:
+
+
+
+
+ No Connection
+ Bağlantı Yok
+
+
+
+
+
+ Address Format Error
+ Adres Formatı Hatası
+
+
+ doesn't seem to be a valid dragonx address.
+ geçerli bir hush adresi gibi görünmüyor.
+
+
+
+ Pick
+ Seç
+
+
+
+
+
+ Address or Label Error
+ Adres veya Etiket Hatası
+
+
+
+
+
+ Address or Label cannot be empty
+ Adres veya Etiket boş olamaz
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 geçerli bir hush adresi gibi gözükmüyor.
+
+
+
+
+
+
+ Label Error
+ Etiket Hatası
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ '%1' etiketi zaten var. Lütfen mevcut etiketi kaldırın.
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ Adres Defterini İçe Aktar
+
+
+
+ Unable to open file
+ Dosya açılamıyor
+
+
+
+ Address Book Import Done
+ Adres Defteri İçe Aktarma İşlemi Yapıldı
+
+
+
+ Imported %1 new Address book entries
+ %1 yeni Adres defteri girişi içeri aktarıldı
+
+
+
+ Copy address
+ Adresi kopyala
+
+
+
+ Copied to clipboard
+ Panoya kopyalandı
+
+
+
+ Delete label
+ Etiketi sil
+
+
+
+ Tx submitted (right click to copy) txid:
+ İşlem gönderildi (kopyalamak için sağ tıklayın) id:
+
+
+ Locked funds
+ Kilitli fonlar
+
+
+ Could not initiate migration.
+You either have unconfirmed funds or the balance is too low for an automatic migration.
+ Geçiş başlatılamadı.
+Onaylanmamış fonunuz var veya otomatik geçiş için bakiye çok düşük.
+
+
+ Computing Tx:
+ İşlem Hesaplanıyor:
+
+
+
+ Type
+ Tür
+
+
+
+ Address
+ Adres
+
+
+
+ Date/Time
+ Tarih/Saat
+
+
+
+ Amount
+ Miktar
+
+
+
+ Confirmations
+ Onaylar
+
+
+
+ Connected directly
+ Doğrudan bağlandı
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ silentdragon'in solucan deliği servisi aracılığıyla internet üzerinden bağlandı
+
+
+
+
+ Node is still syncing.
+ Düğüm hala senkronize oluyor.
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ Harcanacak bakiyesi olan Sapling veya Transparan adres yok.
+
+
+
+ RecurringDialog
+
+ Dialog
+ Diyalog
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ Görüntüle
+
+
+
+ Delete
+ Sil
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ Miktar
+
+
+
+ Schedule
+ Program
+
+
+
+ Payments Left
+ Kalan Ödemeler
+
+
+
+ Next Payment
+ Sonraki Ödeme
+
+
+
+ To
+ Alıcı
+
+
+
+ Every
+ Her
+
+
+
+ None
+ Yok
+
+
+
+ RecurringPayments
+
+ Payments
+ Ödemeler
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ Tarih
+
+
+
+ Status
+ Durum
+
+
+
+ Txid
+ İşlem id
+
+
+
+ Not due yet
+ Henüz değil
+
+
+
+ Pending
+ Kuyrukta
+
+
+
+ Skipped
+ Atlandı
+
+
+
+ Paid
+ Ödenmiş
+
+
+
+ Error
+ Hata
+
+
+
+
+ Unknown
+ Bilinmeyen
+
+
+
+ RecurringPending
+
+ Dialog
+ Diyalog
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ Hiçbir ödeme işleme alınmayacak. Bunları Düzenli Ödemeler Diyalog kutusundan manuel olarak ödeyebilirsiniz
+
+
+
+ Schedule
+ Program
+
+
+
+ How should silentdragon proceed?
+ silentdragon nasıl ilerlemeli?
+
+
+
+ Pay All in 1 Tx
+ Hepsini 1 işlemde öde
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ Yalnızca en son bekleyen ödeme işleme koyulur. Önceki tüm bekleyen ödemeler atlanacak
+
+
+
+ Pay Latest Only
+ Sadece Son Ödeme
+
+
+
+ Pay None
+ Hiç Ödeme
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ Beklemedeki tüm ödemeler toplanır, eklenir ve tek bir işlemde ödenir
+
+
+
+ Description
+ Açıklama
+
+
+
+ To
+ Alıcı
+
+
+
+ The following recurring payment has multiple payments pending
+ Aşağıdaki tekrarlayan ödemede bekleyen birden fazla ödeme var
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ Ödeme Talebi
+
+
+
+ AddressBook
+ Adres Defteri
+
+
+
+ Request From
+ İstek Adresi
+
+
+
+ My Address
+ Benim Adresim
+
+
+
+ Amount in
+ Miktar:
+
+
+
+ z address
+ z adres
+
+
+
+ Amount
+ Miktar
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Alıcı, isteğinizi ödediğinde bu adresi "alıcı" alanında görecektir.
+
+
+
+ Amount USD
+ USD Miktarı
+
+
+
+ Memo
+ Memo
+
+
+
+ TextLabel
+ Metin Etiketi
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Bir Sapling adresinden ödeme talep edin. Bir hush ödeme URI'si olan bir adrese hush 0.0001 işlemi gönderirsiniz. Adres size ödeme yaptığında Memo işleme dahil edilecektir.
+
+
+
+ Error paying DRGX URI
+ hush URI ödeme hatası
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI bu şekilde olmalıdır: 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+
+
+
+
+ Pay
+ Öde
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ Bir ödeme isteği ödüyorsunuz. Adresiniz bu ödemeyi isteyen kişiye görünmez.
+
+
+
+ Can only request from Sapling addresses
+ Sadece Sapling adreslerinden talep edebilir
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+
+
+
+
+ Wallet Seed
+
+
+
+
+ Wallet Birthday
+
+
+
+ 0
+ 0
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+
+
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Settings
+
+
+ Settings
+ Ayarlar
+
+
+ hushd connection
+ hushd bağlantısı
+
+
+ Host
+ Sunucu
+
+
+ Port
+ Bağlantı noktası
+
+
+ RPC Username
+ RPC Kullanıcı Adı
+
+
+ RPC Password
+ RPC Şifresi
+
+
+
+ Options
+ Seçenekler
+
+
+ Connect via Tor
+ Tor ile bağlan
+
+
+
+ Check git for updates at startup
+ Başlangıçta güncellemeler için git'u kontrol et
+
+
+ Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
+ Korumalı işlemler yerel olarak kaydedilir ve işlemler sekmesinde gösterilir. Bu seçeneğin işaretini kaldırırsanız, korumalı işlemler işlemler sekmesinde görünmez.
+
+
+ Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.
+ Tor ağına 127.0.0.1:9050'de çalışan SOCKS proxy üzerinden bağlanın. Lütfen Tor servisini harici olarak kurmanız ve çalıştırmanız gerektiğini lütfen unutmayın.
+
+
+
+ Connect to git on startup to check for updates
+ Güncellemeleri denetlemek için başlangıçta git'a bağlanır
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ hush fiyatlarını çekmek için internete bağlanır
+
+
+ Fetch hush / USD prices
+ hush / USD fiyatlarını çek
+
+
+
+ Theme
+
+
+
+
+ Connection
+
+
+
+
+ Lightwallet Server
+
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+
+
+
+
+ Currency
+
+
+
+
+ AUD
+
+
+
+
+ BTC
+
+
+
+
+ CAD
+
+
+
+
+ CHF
+
+
+
+
+ CNY
+
+
+
+
+ EUR
+
+
+
+
+ GBP
+
+
+
+
+ INR
+
+
+
+
+ RUB
+
+
+
+
+ USD
+
+
+
+ Troubleshooting
+ Sorun giderme
+
+
+ Reindex
+ Yeniden indeksle
+
+
+ Rescan the blockchain for any missing wallet transactions and to correct your wallet balance. This may take several hours. You need to restart silentdragon for this to take effect
+ Eksik cüzdan işlemleri ve cüzdan bakiyenizi düzeltmek için blok zincirini yeniden tarayın. Bu birkaç saat sürebilir. Bunun gerçekleşmesi için silentdragon'i yeniden başlatmanız gerekir
+
+
+ Rescan
+ Yeniden tara
+
+
+ Rebuild the entire blockchain from the genesis block, by rescanning all the block files. This may take several hours to days, depending on your hardware. You need to restart silentdragon for this to take effect
+ Tüm blok dosyalarını yeniden tarayarak blok zincirini genesis bloğundan yeniden oluşturun. Bu, donanımınıza bağlı olarak birkaç saat ila günler sürebilir. Bunun gerçekleşmesi için silentdragon’i yeniden başlatmanız gerekir
+
+
+ Clear History
+ Geçmişi Temizle
+
+
+ Remember shielded transactions
+ Korumalı işlemleri hatırla
+
+
+ Allow custom fees
+ Özel ücretlere izin ver
+
+
+ Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
+ İşlemleri gönderirken varsayılan ücretlerin geçersiz kılınmasına izin verin. Bu seçeneğin etkinleştirilmesi, ücretler şeffaf olduğu için gizliliğinizi tehlikeye atabilir.
+
+
+ Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
+ Normalde, t-Adres'lerinden para üstü başka bir t-Adres'e gider. Bu seçeneğin işaretlenmesi, para üstünü Korumalı Sapling adresinize gönderecektir. Gizliliğinizi artırmak için bu seçeneği işaretleyin.
+
+
+ Shield change from t-Addresses to your sapling address
+ t-Adres'in para üstünü Korumalı Sapling adresine gönder
+
+
+
+ Turnstile
+
+ Turnstile Migration
+ Turnstile Taşıması
+
+
+ Migrate over
+ Geçiş yap
+
+
+ From
+ Gönderen
+
+
+ <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
+ YOUR_TRANSLATION_HERE
+
+
+ To
+ Alıcı
+
+
+ Balance
+ Bakiye
+
+
+ Miner Fees
+ Madenci Ücreti
+
+
+ Total Balance
+ Toplam Bakiye
+
+
+
+ TurnstileProgress
+
+ Turnstile Migration Progress
+ Turnstile Geçiş İlerlemesi
+
+
+ From
+ Gönderen
+
+
+ To
+ Alıcı
+
+
+ Please ensure you have your wallet.dat backed up!
+ Lütfen wallet.dat dosyanızı yedeklediğinizden emin olun!
+
+
+ Next Transaction in 4 hours
+ 4 saat içinde sonraki işlem
+
+
+ Migration Progress
+ Geçiş İlerlemesi
+
+
+
+ ValidateAddress
+
+ Validate Address
+ Adres Doğrulama
+
+
+ TextLabel
+ Metin Etiketi
+
+
+ Address:
+ Adres:
+
+
+
+ ValidateAddressesModel
+
+ Value
+ Değer
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ Tüm Adresler
+
+
+
+ Export All Keys
+ Tüm Anahtarları Dışa Aktar
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ Adres
+
+
+
+ Balance (%1)
+ Bakiye (%1)
+
+
+
+ about
+
+
+ About
+ Hakkında
+
+
+
+ addressBook
+
+
+ Address Book
+ Adres Defteri
+
+
+
+ Add New Address
+ Yeni Adres Ekle
+
+
+
+ Address (z-Addr or t-Addr)
+ Adres (z-Adres veya t-Adres)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ Etiket
+
+
+
+ Add to Address Book
+ Adres Defterine Ekle
+
+
+
+ Import Address Book
+ Adres Defterini İçe Aktar
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ İşlemi Onayla
+
+
+ From
+ Gönderen
+
+
+
+ To
+ Alıcı
+
+
+
+ Recurring Payment
+ Düzenli Ödeme
+
+
+
+ TextLabel
+ Metin Etiketi
+
+
+ hushd doesn't seem to have any peers. You might not be connected to the internet, so this transaction might not work.
+ hushd'in düğümleri yok gibi görünüyor. İnternete bağlı olmadığınız için bu işlem çalışmayabilir.
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ Düğümünüz hala senkronize oluyorken bir işlem gönderiyorsunuz. Bu işe yaramayabilir.
+
+
+ You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
+ Özel bir ücret kullanıyorsunuz. Ücretler şeffaf olduğu için, bazı gizliliklerden vazgeçiyorsunuz. Lütfen bunu sadece ne yaptığınızı biliyorsanız kullanın!
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ hush.conf dosyasını yapılandırma
+
+
+
+ Your dragonx node will be configured for you automatically
+ hush düğümünüz sizin için otomatik olarak yapılandırılacak
+
+
+ Enable Fast Sync
+ Hızlı Senkronizasyonu Etkinleştir
+
+
+
+ Show Advanced Configuration
+ Gelişmiş Yapılandırmayı Göster
+
+
+ Allow connections to the internet to check for updates, get hush/USD prices etc...
+ hush/USD fiyatlarını çekme, güncellemeleri denetleme vb. işlemler için internete bağlanmaya izin ver
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+
+
+
+
+ Use custom datadir
+ Özel datadir (veri dizini) kullan
+
+
+
+ Choose directory
+ Dizin seç
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ Lütfen 9050 numaralı bağlantı noktasında yapılandırılmış bir Tor servisine ihtiyacınız olduğunu unutmayın
+
+
+
+ Connect to the internet for updates and price feeds
+ Güncellemelere ve fiyatlara bakmak için internete bağlan
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ Lütfen wallet.dat ve blok zinciri'nizi saklamak için bir dizin seçin
+
+
+
+ Connect over Tor
+ Tor üzerinden bağlan
+
+
+ <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
+ <html><head/><body><p>Blok indirme işlemi sırasında en uzun süren kontrolleri atlar. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Daha fazla bilgi edin</span></a></p></body></html>
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ Adresi kopyala
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ Metin Etiketi
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ Bir Sapling adresinden ödeme talep edin. Bir hush ödeme URI'si olan bir adrese hush 0.0001 işlemi gönderirsiniz. Adres size ödeme yaptığında Memo işleme dahil edilecektir.
+
+
+
+ Request From
+ İstek Adresi
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ Miktar:
+
+
+
+ Amount
+ Miktar
+
+
+
+ Amount USD
+ USD Miktarı
+
+
+
+ Memo
+ Memo
+
+
+
+ My Address
+ Benim Adresim
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ Alıcı, isteğinizi ödediğinde bu adresi "alıcı" alanında görecektir.
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ Program düzenleme
+
+
+
+ Payment Description
+ Ödeme Açıklaması
+
+
+
+ Schedule
+ Program
+
+
+
+ Next Payment
+ Sonraki Ödeme
+
+
+
+ Amount
+ Miktar
+
+
+
+ Memo
+ Memo
+
+
+
+ To
+ Alıcı
+
+
+
+ From
+ Gönderen
+
+
+
+ Number of payments
+ Ödeme sayısı
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ İptal
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ Miktar
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+ Dialog
+ Diyalog
+
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
+ zboard
+
+ Post to z-board.net
+ z-board.net'e gönder
+
+
+ Total Fee
+ Toplam Ücret
+
+
+ Memo
+ Memo
+
+
+ (optional)
+ (isteğe bağlı)
+
+
+ Send From
+ Bu Adresten Gönder
+
+
+ Post As:
+ Olarak Gönder:
+
+
+ <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+ <html><head/><body><p>ZBoard: DragonX Blockchain'i üzerinde tamamen anonim ve takip edilemeyen sohbet mesajları. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+
+
+ Warning
+ Uyarı
+
+
+ Posting to Board
+ ZBoard'a gönderme
+
+
+
diff --git a/res/silentdragonxlite_ud.ts b/res/silentdragonxlite_ud.ts
index 68a968b..d2fe28e 100644
--- a/res/silentdragonxlite_ud.ts
+++ b/res/silentdragonxlite_ud.ts
@@ -1,3111 +1,3111 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- لیبل
-
-
-
- Address
- ایڈریس
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- ایڈریس
-
-
-
- Amount
- رقم
-
-
-
- ChatBubbleMe
-
-
- Form
- جانب سے
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
- جانب سے
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
-
- SilentDragonXLite
- SilentDragonXLite سائلینٹ ڈراگون لائٹ
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- اسٹارٹنگ اپ
-
-
-
- Controller
-
-
- Wallet Password
- ولیٹ پاسورڈ
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
- آپ کا ولیٹ انکرائپٹیڈ ھے۔ برائے مہربانی اپنا پاسورڈ ڈالیں
-
-
-
-
- Wallet Decryption Failed
- ویلٹ ڈیکرئپشن فیل ھو گئی ہے
-
-
-
- Please enter a valid password
- اپنا ویلڈ پاسورڈ ڈالیں
-
-
-
- Failed to unlock wallet
- ویلٹ نہں کھلا فیلڈ
-
-
-
- CreateWalletForm
-
- Form
- جانب سے
-
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
- خوفیا الفاز سے ولیٹ ری اسٹور کریں
-
-
-
- Create a new wallet
-
-
-
- Restore an existing wallet, using the 24-word seed.
- خوفیا الفاز سے ولیٹ ری اسٹور کریں 24 خوفیا الفاز
-
-
- Create a new Wallet
- نیا ویلٹ بنائیں
-
-
- Create a new wallet with a randomly generated seed.
- نیا ویلٹ بنائیں خدکار خوفیا الفاز کی مدد سے
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Stag
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garfield
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- ختم کریں
-
-
-
- Add Contact and Send Request
-
-
-
-
- MainWindow
-
-
- SilentDragonXLite
- SilentDragonXLite سائلینٹ ڈراگون لائٹ
-
-
-
- Balance
- بیلینس
-
-
-
- Summary
- وضاحت
-
-
-
- Shielded
- شیلڈیڈ
-
-
-
- Notarized
- نوٹرائیزڈ
-
-
-
- Transparent
- ٹرانسپیرنٹ ۔ شفاف
-
-
-
- Total
- ٹوٹل
-
-
-
- Your node is still syncing, balances may not be updated.
- آپ کا نوڈ ابہی تک سئنڈ ھو رہا ھے۔ بلینس ابہی ظاہر نہیں ہوگا
-
-
-
- Some transactions are not yet confirmed. Balances may change.
- کچھ ٹرانزکشنس ابہی کنفرم نہیں ہوی ہیں۔ بیلنس اپڈیٹ ھوجائے گا۔
-
-
-
- Address Balances
- بیلنس ایڈریس
-
-
-
-
- Send
- بہیجو
-
-
-
- Total notarized funds available:
- :کل نوٹرائیزڈ فنڈ موجود ہے
-
-
-
- Send To
- بہیجو
-
-
-
- Recipient
- ریسیپینٹ
-
-
-
-
-
-
-
- Address
- ایڈریس
-
-
-
-
- Address Book
- ایڈریس بک
-
-
-
-
-
-
- Amount
- رقم
-
-
-
- Max Available
- زیادہ سے زیادہ
-
-
-
-
-
-
- Memo
- میمو
-
-
-
- Add Recipient
- ریسیپینٹ ڈالیں
-
-
- Recurring payment
- ادائیگیاں
-
-
- Every month, starting 12-May-2012, for 6 payments
- ہر ماہ ، 6 ادائیگیوں کے لئے 12 مئی ، 2012 سے شروع ہوتا ہے
-
-
- Edit Schedule
- ایڈیٹ شیڈیول
-
-
-
-
- Miner Fee
- مائنر فی
-
-
-
- 0
- 0
-
-
-
- Cancel
- ختم کریں
-
-
-
- Receive
- ریسیو
-
-
-
- Address Type
- ایڈریس ٹائپ
-
-
-
- z-Addr
- زیڈ۔ایڈریس
-
-
-
- t-Addr
- ٹی ۔ ایڈریس
-
-
-
- Next Address
- اگلی ایڈریس
-
-
-
- Information about DragonX
- ھش کے بارے میں معلومات
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
- اگلا ہالونگ
-
-
-
- Difficulty
- ڈیفیکلٹی
-
-
-
- Last Notarized Block
- آخری نوٹرائیزڈ بلاک
-
-
-
- Total Supply
- کل سپلائے
-
-
-
- Longestchain
- لانگسٹ چین
-
-
-
- BlockHeight
- بلاک ہائیٹ
-
-
-
- Supply zAddr
- سپلائے زیڈ ایڈریس
-
-
-
- Supply tAddr
- سپلائے ٹی ایڈریس
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
- مارکیٹ کیپ
-
-
-
- Volume on Exchanges
- کل والیم ایکسچینجزپر
-
-
-
- <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
-
-
-
-
- View All Addresses
- سب ایڈریسس دیکیں
-
-
-
- Label
- لیبل
-
-
-
- Update Label
- لیبل اپڈیٹ کریں
-
-
-
- Address balance
- ایڈریس بلینس
-
-
-
- Optional
- آپشنل
-
-
-
-
- Export Private Key
- پرائیوٹ کی ایکسپورٹ کریں
-
-
-
- Your node is still syncing, balances may not be updated
- آپ کا نوڈ ابہی تک سئنڈ ھو رہا ھے۔ بلینس ابہی ظاہر نہیں ہوگا
-
-
-
- Transactions
- ٹرانزیکشنس
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- لوڈنگ ۔ ۔ ۔
-
-
-
- Version drgxlightd
- وریژن ھش لائیٹڈ
-
-
-
- Vendor
- وینڈر
-
-
-
- HushChat
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- Spendable
-
-
-
-
- Deposit DragonX
-
-
-
-
- &File
- &فائیل
-
-
-
- &Help
- &ھیلپ
-
-
-
- &Apps
- &ایپس
-
-
-
- &Edit
- &ترمیم
-
-
-
- E&xit
- &باہر نکلیں
-
-
-
- &About
- &اباوٹ
-
-
-
- &Settings
- &سیٹنگس
-
-
-
- Ctrl+P
- کنٹرول+P
-
-
-
- &Send DenioD Feedback
- ڈینوڈ کو فیڈبیک بہجیں
-
-
-
- &DragonX Telegram
- ھش ڈسکارڈ
-
-
-
- &DragonX Website
- ھش ویب سائیٹ
-
-
-
- Check git for &updates
- git دیکیں نئی معلومات کے لیے &
-
-
-
- &Export all private keys
- &تمام خوفیا کی حاصل کریں
-
-
-
- Address &book
- &ایڈریس بک
-
-
-
- Ctrl+B
- کنٹرول + B
-
-
-
- &Export seed phrase
- & تمام خوفیا الفاز حاصل کریں
-
-
-
-
- Export transactions
- سب ٹرانزیکشنس حاصل کریں
-
-
-
- Pay drgx &URI...
- ھش پے کریں &URI...
-
-
-
- Connect mobile &app
- کنیکٹ موبائیل &ایپ
-
-
-
- Ctrl+M
- کنٹرول + M
-
-
-
- &Recurring Payments
- &ادائیگیاں
-
-
-
- Request drgx...
- رکیویسٹ ھش...
-
-
-
- File a bug...
- بگ فائل
-
-
-
- Encrypt Wallet
- اینکرپٹ ولیلٹ
-
-
-
- Remove Wallet Encryption
- اینکرپٹ ولیلٹ ختم کریں
-
-
-
- Rescan
- دوبارہ اسکیں کریں
-
-
-
- Import Private Key
-
-
-
- Wallet is already encrypted
- ویلیٹ پہلے سے اینکرپٹ ھے
-
-
- Your wallet is already encrypted with a password.
-Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
- ویلیٹ پہلے سے اینکرپٹ ھے آپ کے پاسورڈ سے
-'اینکرپٹشن ویلیٹ ختم کریں اگر آپ ختم کرنا چاہتے ھیں
-
-
-
- Passwords don't match
- پاسورڈ میچ نہں ھو رھا
-
-
- Error was:
-
- عرر تھا
-
-
- Wallet Encrypted
- اینکرپٹڈ ویلیٹ
-
-
- Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
- آپ کا ویلیٹ کامیابی کے ساتھ اینکرپٹڈ ہوگیا ہے!فنڈز بھیجنے یا خوفیا الفاز برآمد کرنے کے لئے پاس ورڈ درکار ہوگا۔
-
-
-
-
- Wallet Encryption Failed
- ویلیٹ اینکرپٹشن فیلیڈ ہو گی ہے۔
-
-
-
- Wallet is not encrypted
- ویلیٹ ینکرپٹڈ نھیں ھے۔
-
-
- Your wallet is not encrypted with a password.
- ویلیٹ ینکرپٹڈ نھیں ھے پاسورڈ کے ساتھ
-
-
- Wallet Password
- ولیٹ پاسورڈ
-
-
- Please enter your wallet password
- اپنے ولیٹ کا پاسورڈ ڈالیں
-
-
- Wallet Decryption Failed
- ویلٹ ڈیکرئپشن فیل ھو گئی ہے
-
-
- Please enter a password to decrypt your wallet!
- براہ کرم اپنا ویلیٹ ڈکرپٹ کرنے کے لئے ایک پاس ورڈ ڈالیں۔
-
-
- Wallet Encryption Removed
- ولیٹ کی انکرپشن ختم کریں
-
-
- Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
- آپ کا ولیٹ کامیابی کے ساتھ ڈکرپٹ ہوگیا! اب آپ کو فنڈز بھیجنے یانجی کیز برآمد کرنے کیلئے پاس ورڈ کی ضرورت نہیں ہوگی۔
-
-
-
-
- Copy txid
- txid کاپی کریں
-
-
-
-
- Copy block explorer link
- بلاک ایکسپلورر لنک کو کاپی کریں
-
-
-
- View tx on block explorer
- txid بلاک ایکسپلور پر دیکھیں
-
-
-
- Refresh
- ریفریش کریں
-
-
- Restart
- دوبارہ شروع کریں
-
-
- Please restart Silentdragonlite to have the theme apply
- تھیم بدلنے کیلے براہ کرم سائلینٹ ڈریگونلائٹ (Silentdragonlite) کو دوبارہ خولیں
-
-
-
- Currency Change
- کرنسی تبدیل کریں
-
-
-
- Some feedback about SilentDragonlite or Hush...
- کچھ آراء آپ کی ڈراگونلائٹ یا ہش کے بارے میں...
-
-
-
- This change can take a few seconds.
- اس تبدیلی میں کچھ سیکنڈ لگ سکتے ہیں۔
-
-
-
-
- Failed to restore wallet
- والیٹ کی بحالی نہیں ہو سکی
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- سائلنٹ ڈریگن لائٹ والیٹ کو بحال کرنے کے لئے 24 خوفیا الفاظ کی ضرورت ہے
-
-
-
- Failed to parse wallet birthday
- والیٹ کی سالگرہ کو تجزیہ کرنے میں ناکام
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- والیٹ کی سالگرہ کو سمجھ نہیں پایا۔ یہ ایک بلاک اونچائی ہونا چاہئے جہاں سے پرس کو بازیافت کیا جائے۔ آپ اسے '0' کے بطور چھوڑ سکتے ہیں۔ اگر آپ نہیں جانتے ہیں کہ یہ کیا ہونا چاہئے۔
-
-
-
- Couldn't restore the wallet
- والیٹ کو بحال نہیں کیا جاسکا
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- or SilentDragonXLite
- یا سائلنٹ ڈریگن لائٹ
-
-
-
- Send DenioD some private and shielded feedback about
- ڈینیو ڈی کے بارے میں کچھ نجی اور شیلڈیڈ تاثرات بھیجیں۔
-
-
-
- Paste DRGX URI
- DRGX URI پیسٹ کریں
-
-
-
- Error paying DRGX URI
- عرر ہے DRGX URI کی ادائیگی میں
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI فارم کو اس طرح ہونا چاہئے 'hush:<addr>?amt=x&memo=y
-
-
-
- Error
- عرر
-
-
-
- Error exporting transactions, file was not saved
- عرر ٹرانزیکشنس ایکسپورٹنگ ، فائل محفوظ نہیں کی گئی تھی
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
- یہ آپ کے ویلیٹ کے خوفیا الفاظ ہیں برائے مہربانی احتیاط سے اس کا بیک اپ لیں
-
-
-
-
- Save File
- فائل کو سیو کریں
-
-
-
-
- Unable to open file
- فایئل نہیں کہل رہی
-
-
-
- Error getting private keys
- خوفیا الفاظ عرر دے رہے ہیں
-
-
-
- Error loading private keys:
- عرر نجی چابیاں لوڈ کرنے میں
-
-
-
- These are all the private keys for all the addresses in your wallet
- یہ آپ کے ویلیٹ میں موجود تمام ایڈریسس کے لئے خوفیا کیز ہیں
-
-
-
- Private key for
- نجی الفاظ کیلے
-
-
-
-
- Copy address
- ایڈریس کاپی کریں
-
-
-
-
-
-
- Copied to clipboard
- کلپ بورڈ میں کاپی ہو چکی ھے
-
-
-
- Private key import rescan in progress. Your funds will be automaticly shield to a wallet seed zaddr. This will take some time
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Privatkey should start with U (for taddr) or secret- (for zaddr)
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- Caution: If this key is for Zs-addr it will be NOT inlcude in your Seed. Please send them direct to a Seed zs-addr
-
-
-
-
- R-addr keys will be autoshield to a seed zs-addr
-
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- Get private key
- نجی یا خوفیا کی حاصل کریں
-
-
-
-
- View on block explorer
- بلاک ایکسپلورر پر دیکھیں
-
-
-
- View Payment Request
- ادائیگی دیکھیں
-
-
-
- View Memo
- میمو دیکھیں
-
-
-
- Reply to
- جواب دیں
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
-
- Created new t-Addr
- نیا ٹی ایڈریس کریٹ کریں
-
-
-
- Copy Address
- ایڈریس کاپی کریں
-
-
-
- Address has been previously used
- ایڈریس پہلے استعمال ہو چکی ہے
-
-
-
- Address is unused
- ایڈریس پہلے استعمال نہیں ہوی
-
-
-
- Cannot support multiple addresses
- ایک سے زیادہ ایڈریسس سپورٹ نہں
-
-
-
- Recurring payments doesn't currently support multiple addresses
- ادائیگی فی الحال بار بار چلنے والی ایڈریسس کو سپورٹ نہیں کر تی
-
-
-
- Recipient
- ریسیپینٹ
-
-
-
- Only z-addresses can have memos
- صرف زیڈ ایڈریسس پر میمو ہوسکتا ہے
-
-
- Memos can only be used with z-addresses
- میموس کو صرف زیڈ ایڈریسس کے ساتھ استعمال کیا جاسکتا ہے
-
-
- The memo field can only be used with a z-address.
-
- میمو فیلڈ صرف زیڈ ایڈریس کے ساتھ استعمال کیا جاسکتا ہے۔
-
-
-
-doesn't look like a z-address
- یہ زیڈ ایڈریس نہیں لگتا
-
-
-
- Transaction Error
- ٹرانزیکشنس عرر
-
-
-
-
- Please wait...
- برائے مہربانی انتظار کریں...
-
-
-
- Computing your transaction
- کمپیوٹنگ ٹرانزیکشنس
-
-
-
-
- Done!
- !ہو گیا
-
-
-
-
-
-
-
- Recipient Address
- وصول کنندہ کی ایڈریس
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- is Invalid
- صحیی نہیں
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
- ایڈریس کی رقم غلط ہے!
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
-
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
- Not enough available funds to send this transaction
-
-Disponibil: %1
-Necesar: %2
-
-Note: Funds need 5 confirmations before they can be spent
-
-آپ کے پاس فنڈز نہیں ہیں
-آپ کے پاس:٪ 1
-ضرورت ہے:٪ 2
-نوٹ: فنڈز بھیجنے سے قبل 5 تصدیقوں کی ضرورت ہوتی ہے
-
-
-
- MemoDialog
-
-
-
- Memo
- میمو
-
-
-
- Include Reply Address
- جوابی ایڈریس شامل کریں
-
-
-
- MemoEdit
-
-
- Reply to
- جواب دیں
-
-
-
- MigrationDialog
-
-
- Migration Turnstile
- ماٗگریشن Turnstile
-
-
-
- Migration History
- ماٗگریشن ھسٹری
-
-
-
- Migrated Amount
- منتقل شدہ رقم
-
-
-
- Unmigrated Amount
- غیر منتقلی رقم
-
-
-
- Sprout -> Sapling migration enabled
- اسپرٹ -> سیپلنگ منتقلی کا اطلاق ہوتا ہے
-
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- اگر فعال ہے تو ، ہش آہستہ آہستہ آپ کے اسپرٹ شیلڈڈ فنڈز کو آپ کے سگنل ایڈریس پر منتقل کردے گا۔
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- موبائل ایپ سے کنیکٹ کریں
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- اپنے فون سے منسلیک کرنے کے لئے اس خاموش ڈریگن ساتھی ایپ سے اس کیو آر کوڈ کو اسکین کریں
-
-
-
- QR Code
- کیو آر کوڈ
-
-
-
- Connection String
- کنکشن سٹرنگ
-
-
-
- Allow connections over the internet via silentdragon wormhole
- سائلینٹ ڈریگن کے ذریعے انٹرنیٹ پر رابطوں کی اجازت دیں
-
-
-
- silentdragon Companion App
- ڈریگن کمپینین ایپ
-
-
-
- Disconnect
- ڈسکنیٹ
-
-
-
-
- TextLabel
- لیبل
-
-
-
- Last seen:
- آخری بار دیکھا گیا
-
-
-
- Connection type:
- کنکشن کی قسم
-
-
-
- NewOrRestorePage
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
- جانب سے
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
- یہ آپ کے نئے ویلیٹ کے خوفیا الفاظ ہیں براہ کرم یقینی طور پر اس کا بیکب کریں
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
- ویلیٹ کی بحالی کا واحد طریقہ خوفیا الفاظ ہیں۔ اگر آپ خوفیا الفاظ بھول جاتے ہیں تو ، یہاں آپ کی والٹ اور فنڈز کی بحالی کا کوئی طریقہ نہیں ہے۔
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Error creating a wallet
- ویلیٹ بنانے میں عرر
-
-
-
- Failed to save wallet
- ویلیٹ سیو فیلڈ
-
-
-
- Couldn't save the wallet
- ویلیٹ کو محفوظ نہیں کیا جاسکا
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
-
- Private Keys
- خوفیا کیز
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- اٹھائیں
-
-
-
-
-
- Address or Label Error
- ایڈریس یا لیبل کی خرابی
-
-
-
-
-
- Address or Label cannot be empty
- ایڈریس یا لیبل خالی نھیں ہونا چاہیے
-
-
-
-
-
- Address Format Error
- ایڈریس کے فارمیٹ کی خرابی
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- ٪ 1 درست نہیں ہے اور یہ درست ایڈریس نہیں ہے۔
-
-
-
-
-
-
- Label Error
- لیبل میں عرر
-
-
- لیبل '%1' already exists. Please remove the existing label.
- لیبل '%1' پہلے سے موجود ہے. براہ کرم موجودہ لیبل کو ہٹا دیں۔
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
-
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- ایڈریس بک امپورٹ کریں
-
-
-
- Unable to open file
- فائل نہیں کلی
-
-
-
- Address Book Import Done
- ایڈریس بک امپورٹ ہو گی
-
-
-
- Imported %1 new Address book entries
- ایڈریس بک میں 1٪ نئی ایڈریس امپورٹ کی گئیں
-
-
-
- Copy address
- ایڈریس کاپی کریں
-
-
-
- Copied to clipboard
- کلپ بورڈ میں کاپی ہو چکی ھے
-
-
-
- Delete label
- لیبل ختم کریں
-
-
-
- Attempting to initialize library with
- کے ساتھ لائبریری کو شروع کرنے کی کوشش کر رہا ہے
-
-
-
- Using existing wallet.
- موجودہ ویلیٹ کا استعمال
-
-
-
- Create/restore wallet.
- ویلیٹ بنائیں / بحال کریں۔
-
-
-
-
- Connection Error
- کنیکشن عرر
-
-
- ٹرانزیکشنس عرر
- Eroarea de Tranzactie
-
-
-
- There was an error sending the transaction. The error was:
- ٹرانزیکشن بھیجنے میں غلطی تھی۔ غلطی یہ تھی
-
-
-
-
- No Connection
- کنیکشن نہیں ھے
-
-
- There was an error connecting to hushd. The error was
- ھش سے رابطہ قائم کرنے میں ایک غلطی تھی۔ غلطی تھی
-
-
-
-
-
-
-
-
-
- Tx
- ٹی ایکس
-
-
-
-
-
-
-
-
-
- failed
- فیلڈ
-
-
-
-
-
-
-
-
- The transaction with id
- ٹرانزیکشن ID کے ساتھ
-
-
-
-
-
-
-
-
- failed. The error was
- غلطی اور غلطی تھی
-
-
-
-
-
-
-
-
-
- Transaction Error
- ٹرانزیکشنس عرر
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- اپڈیٹ موجود ہے
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- ایک نئی رلیز v%1 دستیاب ہے! آپ کے پاس v%2 ہے۔
-کیا آپ ریلیز والے صفحے پر جانا چاہیں گے؟
-
-
-
- No updates available
- کوئی تازہ اپڈیٹ دستیاب نہیں ہے
-
-
-
- You already have the latest release v%1
-
-
-
- آپ کے پاس پہلے ہی تازہ ترین ریلیز v%1 ہے
- Deja aveti cea mai recenta versiune v%1
-
-
-
-
- Please wait for SilentDragonXLite to exit
- باہر جانے کا انتظار کریں Silent DragonLite براہ کرم
-
-
-
-
- Waiting for hushd to exit
- ہش ڈی کے باہر نکلنے کا انتظار کریں
-
-
-
- No dragonx price was available to convert from USD
- امریکی ڈالر سے تبدیل کرنے کے لئے کوئی ہش قیمت دستیاب نہیں
-
-
-
- View on block explorer
- بلاک ایکسپلورر پر دیکھیں
-
-
-
- View Error
- عرر دیکھیں
-
-
-
- Reported Error
- عرر رپورٹ کریں
-
-
-
-
- Are you sure you want to delete the recurring payment?
- کیا آپ واقعی بار بار چلنے والی ادائیگی کو ختم کرنا چاہتے ہیں؟
-
-
-
- All future payments will be cancelled.
- آئندہ کی تمام ادائیگیاں منسوخ کردی جائیں گی۔
-
-
-
- Tx submitted (right click to copy) txid:
- Tx جمع کرائی (کاپی کرنے کے لئے دائیں کلک کریں)
-
-
-
- Type
- قسم
-
-
-
- Address
- ایڈریس
-
-
-
- Date/Time
- تاریخ/وقت
-
-
-
- Confirmations
- تصدیقیں
-
-
-
- Amount
- رقم
-
-
-
- Connected directly
- براہ راست جڑا
-
-
-
- Connected over the internet via silentdragon wormhole service
- سائیٹ ڈریگن wormhole سروس انٹرنیٹ سے منسلک کریں
-
-
-
-
- Node is still syncing.
- نوڈ ابھی syncing ہو رہا ہے
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- خرچ کرنے کے لئے سیپلنگ شفاف بیلنس نہیں
-
-
-
- RecurringDialog
-
- Dialog
- ڈایلاگ
-
-
-
- Reccuring Dialog
-
-
-
-
- View
- دیکہیں
-
-
-
- Delete
- ختم کریں
-
-
-
- RecurringListViewModel
-
-
- Amount
- رقم
-
-
-
- Schedule
- الوقات
-
-
-
- Payments Left
- رہتی ادائیگیاں
-
-
-
- Next Payment
- اگلی ادائیگی
-
-
-
- To
- ٹو
-
-
-
- Every
- ہر کوئی
-
-
-
- None
- کوئی نہیں
-
-
-
- RecurringPayments
-
- Payments
- ادائیگی
-
-
-
- Reocurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- تاریخ
-
-
-
- Status
- حالت
-
-
-
- Txid
- ٹی ایکس آے ڈی
-
-
-
- Not due yet
- ابھی تک واجب نہیں
-
-
-
- Pending
- زیر التواء
-
-
-
- Skipped
- چہوژیں
-
-
-
- Paid
- ادا کیا
-
-
-
- Error
- عرر
-
-
-
-
- Unknown
- نامعلوم
-
-
-
- RecurringPending
-
- Dialog
- ڈایلاگ
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- کسی بھی ادائیگی پر کارروائی نہیں ہوگی۔ آپ انہیں بار بار چلنے والی ادائیگیوں کے مکالمے کے باکس سے دستی طور پر ادائیگی کرسکتے ہیں
-
-
-
- Schedule
- الوقات
-
-
-
- How should silentdragon proceed?
- سائلڈ ڈریگن کو کیسے آگے بڑھنا چاہئے؟
-
-
-
- Pay All in 1 Tx
- ایک Tx میں تمام ادا کریں
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- صرف تازہ ترین زیر التواء ادائیگی پر کارروائی ہوگی۔ پچھلی تمام زیر التواء ادائیگیوں کو چھوڑ دیا جائے گا
-
-
-
- Pay Latest Only
- صرف تازہ ترین ادائیگی کریں
-
-
-
- Pay None
- کویُ ادا نہ کریں
-
-
-
- All pending payments collected, added up and paid in a single transaction
- تمام زیر التواء ادائیگیاں جمع ، جمع اور ایک ہی ٹرانزیکشن میں ادا کی گئیں
-
-
-
- Description
- تفصیل
-
-
-
- To
- ٹو
-
-
-
- The following recurring payment has multiple payments pending
- درج ذیل ادائیگیاں میں متعدد ادائیگیاں زیر التواء ہیں
-
-
-
- RequestDialog
-
-
- Payment Request
- ادائیگی کی درخواست
-
-
-
- AddressBook
- ایڈریس بک
-
-
-
- Request From
- درخواست کریں
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
-
-
-
-
- My Address
- میری ایڈریس
-
-
-
- Amount in
- رقم
-
-
-
- z address
- زیڈ ایڈریس
-
-
-
- Amount
- رقم
-
-
- یں دیکھے گا۔ فیلڈ جب وہ آپ کی درخواست کی ادائیگی کرتے ہیں۔ "کو" وصول کنندہ اس پتے کو
- یں دیکھے گا۔ فیلڈ جب وہ آپ کی درخواست کی ادائیگی کرتے ہیں۔ "کو" وصول کنندہ اس پتے کو
-
-
-
- Amount USD
- رقم ڈالر میں
-
-
-
- Memo
- میمو
-
-
-
- TextLabel
- ٹیکسٹ لیبل
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- سیلنگ ایڈریس سے ادائیگی کی درخواست کریں اس آپ اس پتے پر ہش ادائیگی یو آر آئی کے ساتھ 0.0001 ٹرانزیکشن بھیجیں۔ جب پتا آپ کو ادائیگی کرتا ہے تو میمو لین دین میں شامل ہوگا۔
-
-
-
- Error paying DRGX URI
- ہش یو آر آئی کی ادائیگی میں عرر
-
-
- URI فارم کا ہونا چاہئے 'ہش:<addr>?amt=x&memo=y
- URI فارم کا ہونا چاہئے 'ہش:<addr>?amt=x&memo=y
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI فارم کو اس طرح ہونا چاہئے 'hush:<addr>?amt=x&memo=y
-
-
-
- Pay To
- بہیجیں
-
-
-
- Pay
- ادا کریں
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- آپ ادائیگی کی درخواست ادا کر رہے ہیں۔ اس ادائیگی کی درخواست کرنے والے شخص کو آپ کا ایڈریس نظر نہیں آئے گا۔
-
-
-
- Can only request from Sapling addresses
- صرف سگنلنگ ایڈریسس سے ہی درخواست کر سکتے ہیں
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
- Form
- جانب سے
-
-
-
- Please enter your 24-word seed below
- براہ کرم نیچے اپنے 24 خوفیا الفاظ درج کریں
-
-
-
- Wallet Seed
- والیٹ خوفیا الفاظ
-
-
-
- Restore Wallet Seed
-
-
-
-
- Wallet Birthday
- والیٹ سالگرہ
-
-
-
- 180000
- 180000
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
- 0
- 0
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
- پرس کی سالگرہ بلاک کی اونچائی ہے جہاں پرس میں پہلا لین دین ہوا تھا۔ اگر آپ یہ نہیں جانتے ہیں تو ،"0" کے بطور چھوڑ سکتے ہیں بازیافت کرنے میں زیادہ وقت لگے گا)
-
-
-
- RestoreSeedPage
-
-
-
- Failed to restore wallet
- والیٹ کی بحالی نہیں ہو سکی
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
- سائلنٹ ڈریگن لائٹ والیٹ کو بحال کرنے کے لئے 24 خوفیا الفاظ کی ضرورت ہے
-
-
-
- Failed to parse wallet birthday
- والیٹ کی سالگرہ کو تجزیہ کرنے میں ناکام
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
- والیٹ کی سالگرہ کو سمجھ نہیں پایا۔ یہ ایک بلاک اونچائی ہونا چاہئے جہاں سے پرس کو بازیافت کیا جائے۔ آپ اسے '0' کے بطور چھوڑ سکتے ہیں۔ اگر آپ نہیں جانتے ہیں کہ یہ کیا ہونا چاہئے۔
-
-
-
- Couldn't restore the wallet
- والیٹ کو بحال نہیں کیا جاسکا
-
-
-
- Failed to save wallet
- والیٹ کو سیو کرنے میں ناکام
-
-
-
- Couldn't save the wallet
- والیٹ کو سیو نہیں کیا جاسکا
-
-
-
- Settings
-
-
- Settings
- سیٹینگس
-
-
-
- Connection
- کنیکشن
-
-
-
- Lightwallet Server
- لائٹ والٹ سرور
-
-
-
- Options
- آپشنس
-
-
- default
- ڈیفالٹ
-
-
- blue
- بلیو
-
-
- light
- لایٗٹ
-
-
- dark
- ڈارک
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
- ہش کی قیمتیں
-
-
-
- Check git for updates at startup
- شروعات میں اپ ڈیٹس کے لئے گیتھب gitچیک کریں
-
-
-
- Connect to git on startup to check for updates
- اپ ڈیٹس کی جانچ پڑتال کے لئے اسٹارٹ اپ گیتھب سے جڑیں
-
-
-
- Theme
- تہیم
-
-
-
- Connect to the internet to Fetch dragonx prices
- ہش کی قیمتوں کو حاصل کرنے کے لئے انٹرنیٹ سے کنیکٹ کریں
-
-
-
- Currency
- کرینسی
-
-
-
- AUD
- AUD
-
-
-
- BTC
- BTC
-
-
-
- CAD
- CAD
-
-
-
- CHF
- CHF
-
-
-
- CNY
- CNY
-
-
-
- EUR
- EUR
-
-
-
- GBP
- GBP
-
-
-
- INR
- INR
-
-
-
- RUB
- RUB
-
-
-
- USD
- USD
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
- ٹوٹل ایڈریسس
-
-
-
- Export All Keys
- تمام کیزبرآمد کریں
-
-
-
- ViewAllAddressesModel
-
-
- Address
- ایڈریس
-
-
-
- Balance (%1)
- (1%)بیلنس
-
-
-
- about
-
-
- About
- کے بارے میں
-
-
-
- addressBook
-
-
- Address Book
- ایڈریس بک
-
-
-
- Add New Address
- نیا ایڈریس شامل کریں
-
-
-
- Address (z-Addr or t-Addr)
- ایڈریس (زیڈ-ایڈریس یا ٹی-ایڈریس)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garflied
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- Stag
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- لیبل
-
-
-
- Add to Address Book
- ایڈریس بک میں شامل کریں
-
-
-
- Import Address Book
- ایڈریس بک درآمد کریں
-
-
-
- confirm
-
-
- Confirm Transaction
- ٹرانزیکشن کی تصدیق کریں
-
-
-
- To
- ٹو
-
-
-
- Recurring Payment
- ادائیگیاں
-
-
-
- TextLabel
- ٹیکسٹ لیبل
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- آپ ایک ٹرانزیکشن بھیج رہے ہیں جب آپ کا نوڈ ابھی syncing کر رہا ہے۔ یہ کام نہیں کرے گا۔
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- hush.conf فایٗل کی تشکیل کریں
-
-
-
- Your dragonx node will be configured for you automatically
- آپ کا ہش نوڈ خود بخود آپ کے لئے تشکیل ہوجائے گا
-
-
-
- Show Advanced Configuration
- اعلی درجے کی ترتیب دیکہں
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
- انٹرنیٹ سے رابطوں کو اپ ڈیٹس کی جانچ پڑتال کرنے ،ہش کی قیمت وغیرہ حاصل کریں وغیرہ ...
-
-
-
- Use custom datadir
- کسٹم ڈیٹاڈیر استعمال کریں
-
-
-
- Choose directory
- ڈائریکٹری کا انتخاب کریں
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- براہ کرم نوٹ کریں کہ آپ کو پورٹ 9050 پر پہلے ہی ٹواوآر سروس کی تشکیل کی ضرورت ہوگی
-
-
-
- Connect to the internet for updates and price feeds
- مزید ملومات پرایز کے لیے انٹرنیٹ سے کنیکٹ ھوجائیں
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- ڈاریکٹری سلیکٹ کریں جہاں آپ ولیٹ۔ڈیٹ فایٗل اور بلاکچیں سیو کرنا چاھتے ہیں۔
-
-
-
- Connect over Tor
- ھمارے ٹی۔او۔آر دیکئں
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
- ایڈریس کاپی کریں
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
- انکرایپٹ ولیٹ
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
- Encryption Password:
- انکرایپٹ پاسورڈ
-
-
- Confirm Password:
- پاسورڈ دبارا لکین
-
-
- Passwords don't match
- پاسورڈ میچ نہں ھو رھا
-
-
- WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
- ATENTIE: اگر آپ اپنا پاسورڈ بھول چکے ہیں،تو آپ اپنا پاسورڈ خوفیا جملون سے حاصل کر سکتے ہیں۔
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
-
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- سیلنگ ایڈریس سے ادائیگی کی درخواست کریں اس آپ اس پتے پر ہش ادائیگی یو آر آئی کے ساتھ 0.0001 ٹرانزیکشن بھیجیں۔ جب پتا آپ کو ادائیگی کرتا ہے تو میمو لین دین میں شامل ہوگا۔
-
-
-
- Request From
- درخواست کریں
-
-
-
- zaddr
-
-
-
-
- Amount in
- رقم
-
-
-
- Amount
- رقم
-
-
-
- Amount USD
- رقم ڈالر میں
-
-
-
- Memo
- میمو
-
-
-
- My Address
- میری ایڈریس
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
-
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- ایڈٹ شیڈیول
-
-
-
- Payment Description
- رقم کی وضاحت
-
-
-
- Schedule
- شیڈیول
-
-
-
- Next Payment
- اگلی رقم
-
-
-
- Amount
- رقم
-
-
-
- Memo
- میمو
-
-
-
- To
- ٹو
-
-
-
- From
- بھجنے والا
-
-
-
- Number of payments
- پیمنٹ نمبرس
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- ختم کریں
-
-
-
- SDLogo
-
-
-
-
- Duke
-
-
-
-
- Denio
-
-
-
-
- Berg
-
-
-
-
- Sharpee
-
-
-
-
- Elsa
-
-
-
-
- Yoda
-
-
-
-
- Garfield
-
-
-
-
- Snoopy
-
-
-
-
- Popey
-
-
-
-
- Pinguin
-
-
-
-
- Mickey
-
-
-
-
- Stag
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- رقم
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ لیبل
+
+
+
+ Address
+ ایڈریس
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ ایڈریس
+
+
+
+ Amount
+ رقم
+
+
+
+ ChatBubbleMe
+
+
+ Form
+ جانب سے
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+ جانب سے
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+
+ SilentDragonXLite
+ SilentDragonXLite سائلینٹ ڈراگون لائٹ
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ اسٹارٹنگ اپ
+
+
+
+ Controller
+
+
+ Wallet Password
+ ولیٹ پاسورڈ
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+ آپ کا ولیٹ انکرائپٹیڈ ھے۔ برائے مہربانی اپنا پاسورڈ ڈالیں
+
+
+
+
+ Wallet Decryption Failed
+ ویلٹ ڈیکرئپشن فیل ھو گئی ہے
+
+
+
+ Please enter a valid password
+ اپنا ویلڈ پاسورڈ ڈالیں
+
+
+
+ Failed to unlock wallet
+ ویلٹ نہں کھلا فیلڈ
+
+
+
+ CreateWalletForm
+
+ Form
+ جانب سے
+
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+ خوفیا الفاز سے ولیٹ ری اسٹور کریں
+
+
+
+ Create a new wallet
+
+
+
+ Restore an existing wallet, using the 24-word seed.
+ خوفیا الفاز سے ولیٹ ری اسٹور کریں 24 خوفیا الفاز
+
+
+ Create a new Wallet
+ نیا ویلٹ بنائیں
+
+
+ Create a new wallet with a randomly generated seed.
+ نیا ویلٹ بنائیں خدکار خوفیا الفاز کی مدد سے
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Stag
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garfield
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ ختم کریں
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ MainWindow
+
+
+ SilentDragonXLite
+ SilentDragonXLite سائلینٹ ڈراگون لائٹ
+
+
+
+ Balance
+ بیلینس
+
+
+
+ Summary
+ وضاحت
+
+
+
+ Shielded
+ شیلڈیڈ
+
+
+
+ Notarized
+ نوٹرائیزڈ
+
+
+
+ Transparent
+ ٹرانسپیرنٹ ۔ شفاف
+
+
+
+ Total
+ ٹوٹل
+
+
+
+ Your node is still syncing, balances may not be updated.
+ آپ کا نوڈ ابہی تک سئنڈ ھو رہا ھے۔ بلینس ابہی ظاہر نہیں ہوگا
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+ کچھ ٹرانزکشنس ابہی کنفرم نہیں ہوی ہیں۔ بیلنس اپڈیٹ ھوجائے گا۔
+
+
+
+ Address Balances
+ بیلنس ایڈریس
+
+
+
+
+ Send
+ بہیجو
+
+
+
+ Total notarized funds available:
+ :کل نوٹرائیزڈ فنڈ موجود ہے
+
+
+
+ Send To
+ بہیجو
+
+
+
+ Recipient
+ ریسیپینٹ
+
+
+
+
+
+
+
+ Address
+ ایڈریس
+
+
+
+
+ Address Book
+ ایڈریس بک
+
+
+
+
+
+
+ Amount
+ رقم
+
+
+
+ Max Available
+ زیادہ سے زیادہ
+
+
+
+
+
+
+ Memo
+ میمو
+
+
+
+ Add Recipient
+ ریسیپینٹ ڈالیں
+
+
+ Recurring payment
+ ادائیگیاں
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ ہر ماہ ، 6 ادائیگیوں کے لئے 12 مئی ، 2012 سے شروع ہوتا ہے
+
+
+ Edit Schedule
+ ایڈیٹ شیڈیول
+
+
+
+
+ Miner Fee
+ مائنر فی
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ ختم کریں
+
+
+
+ Receive
+ ریسیو
+
+
+
+ Address Type
+ ایڈریس ٹائپ
+
+
+
+ z-Addr
+ زیڈ۔ایڈریس
+
+
+
+ t-Addr
+ ٹی ۔ ایڈریس
+
+
+
+ Next Address
+ اگلی ایڈریس
+
+
+
+ Information about DragonX
+ ھش کے بارے میں معلومات
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+ اگلا ہالونگ
+
+
+
+ Difficulty
+ ڈیفیکلٹی
+
+
+
+ Last Notarized Block
+ آخری نوٹرائیزڈ بلاک
+
+
+
+ Total Supply
+ کل سپلائے
+
+
+
+ Longestchain
+ لانگسٹ چین
+
+
+
+ BlockHeight
+ بلاک ہائیٹ
+
+
+
+ Supply zAddr
+ سپلائے زیڈ ایڈریس
+
+
+
+ Supply tAddr
+ سپلائے ٹی ایڈریس
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+ مارکیٹ کیپ
+
+
+
+ Volume on Exchanges
+ کل والیم ایکسچینجزپر
+
+
+
+ <html><head/><body><p align="center">This is a Lightwallet, you cant mine with it!</p></body></html>
+
+
+
+
+ View All Addresses
+ سب ایڈریسس دیکیں
+
+
+
+ Label
+ لیبل
+
+
+
+ Update Label
+ لیبل اپڈیٹ کریں
+
+
+
+ Address balance
+ ایڈریس بلینس
+
+
+
+ Optional
+ آپشنل
+
+
+
+
+ Export Private Key
+ پرائیوٹ کی ایکسپورٹ کریں
+
+
+
+ Your node is still syncing, balances may not be updated
+ آپ کا نوڈ ابہی تک سئنڈ ھو رہا ھے۔ بلینس ابہی ظاہر نہیں ہوگا
+
+
+
+ Transactions
+ ٹرانزیکشنس
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ لوڈنگ ۔ ۔ ۔
+
+
+
+ Version drgxlightd
+ وریژن ھش لائیٹڈ
+
+
+
+ Vendor
+ وینڈر
+
+
+
+ HushChat
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ Spendable
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ &File
+ &فائیل
+
+
+
+ &Help
+ &ھیلپ
+
+
+
+ &Apps
+ &ایپس
+
+
+
+ &Edit
+ &ترمیم
+
+
+
+ E&xit
+ &باہر نکلیں
+
+
+
+ &About
+ &اباوٹ
+
+
+
+ &Settings
+ &سیٹنگس
+
+
+
+ Ctrl+P
+ کنٹرول+P
+
+
+
+ &Send DenioD Feedback
+ ڈینوڈ کو فیڈبیک بہجیں
+
+
+
+ &DragonX Telegram
+ ھش ڈسکارڈ
+
+
+
+ &DragonX Website
+ ھش ویب سائیٹ
+
+
+
+ Check git for &updates
+ git دیکیں نئی معلومات کے لیے &
+
+
+
+ &Export all private keys
+ &تمام خوفیا کی حاصل کریں
+
+
+
+ Address &book
+ &ایڈریس بک
+
+
+
+ Ctrl+B
+ کنٹرول + B
+
+
+
+ &Export seed phrase
+ & تمام خوفیا الفاز حاصل کریں
+
+
+
+
+ Export transactions
+ سب ٹرانزیکشنس حاصل کریں
+
+
+
+ Pay drgx &URI...
+ ھش پے کریں &URI...
+
+
+
+ Connect mobile &app
+ کنیکٹ موبائیل &ایپ
+
+
+
+ Ctrl+M
+ کنٹرول + M
+
+
+
+ &Recurring Payments
+ &ادائیگیاں
+
+
+
+ Request drgx...
+ رکیویسٹ ھش...
+
+
+
+ File a bug...
+ بگ فائل
+
+
+
+ Encrypt Wallet
+ اینکرپٹ ولیلٹ
+
+
+
+ Remove Wallet Encryption
+ اینکرپٹ ولیلٹ ختم کریں
+
+
+
+ Rescan
+ دوبارہ اسکیں کریں
+
+
+
+ Import Private Key
+
+
+
+ Wallet is already encrypted
+ ویلیٹ پہلے سے اینکرپٹ ھے
+
+
+ Your wallet is already encrypted with a password.
+Please use 'Remove Wallet Encryption' if you want to remove the wallet encryption.
+ ویلیٹ پہلے سے اینکرپٹ ھے آپ کے پاسورڈ سے
+'اینکرپٹشن ویلیٹ ختم کریں اگر آپ ختم کرنا چاہتے ھیں
+
+
+
+ Passwords don't match
+ پاسورڈ میچ نہں ھو رھا
+
+
+ Error was:
+
+ عرر تھا
+
+
+ Wallet Encrypted
+ اینکرپٹڈ ویلیٹ
+
+
+ Your wallet was successfully encrypted! The password will be needed to send funds or export private keys.
+ آپ کا ویلیٹ کامیابی کے ساتھ اینکرپٹڈ ہوگیا ہے!فنڈز بھیجنے یا خوفیا الفاز برآمد کرنے کے لئے پاس ورڈ درکار ہوگا۔
+
+
+
+
+ Wallet Encryption Failed
+ ویلیٹ اینکرپٹشن فیلیڈ ہو گی ہے۔
+
+
+
+ Wallet is not encrypted
+ ویلیٹ ینکرپٹڈ نھیں ھے۔
+
+
+ Your wallet is not encrypted with a password.
+ ویلیٹ ینکرپٹڈ نھیں ھے پاسورڈ کے ساتھ
+
+
+ Wallet Password
+ ولیٹ پاسورڈ
+
+
+ Please enter your wallet password
+ اپنے ولیٹ کا پاسورڈ ڈالیں
+
+
+ Wallet Decryption Failed
+ ویلٹ ڈیکرئپشن فیل ھو گئی ہے
+
+
+ Please enter a password to decrypt your wallet!
+ براہ کرم اپنا ویلیٹ ڈکرپٹ کرنے کے لئے ایک پاس ورڈ ڈالیں۔
+
+
+ Wallet Encryption Removed
+ ولیٹ کی انکرپشن ختم کریں
+
+
+ Your wallet was successfully decrypted! You will no longer need a password to send funds or export private keys.
+ آپ کا ولیٹ کامیابی کے ساتھ ڈکرپٹ ہوگیا! اب آپ کو فنڈز بھیجنے یانجی کیز برآمد کرنے کیلئے پاس ورڈ کی ضرورت نہیں ہوگی۔
+
+
+
+
+ Copy txid
+ txid کاپی کریں
+
+
+
+
+ Copy block explorer link
+ بلاک ایکسپلورر لنک کو کاپی کریں
+
+
+
+ View tx on block explorer
+ txid بلاک ایکسپلور پر دیکھیں
+
+
+
+ Refresh
+ ریفریش کریں
+
+
+ Restart
+ دوبارہ شروع کریں
+
+
+ Please restart Silentdragonlite to have the theme apply
+ تھیم بدلنے کیلے براہ کرم سائلینٹ ڈریگونلائٹ (Silentdragonlite) کو دوبارہ خولیں
+
+
+
+ Currency Change
+ کرنسی تبدیل کریں
+
+
+
+ Some feedback about SilentDragonlite or Hush...
+ کچھ آراء آپ کی ڈراگونلائٹ یا ہش کے بارے میں...
+
+
+
+ This change can take a few seconds.
+ اس تبدیلی میں کچھ سیکنڈ لگ سکتے ہیں۔
+
+
+
+
+ Failed to restore wallet
+ والیٹ کی بحالی نہیں ہو سکی
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ سائلنٹ ڈریگن لائٹ والیٹ کو بحال کرنے کے لئے 24 خوفیا الفاظ کی ضرورت ہے
+
+
+
+ Failed to parse wallet birthday
+ والیٹ کی سالگرہ کو تجزیہ کرنے میں ناکام
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ والیٹ کی سالگرہ کو سمجھ نہیں پایا۔ یہ ایک بلاک اونچائی ہونا چاہئے جہاں سے پرس کو بازیافت کیا جائے۔ آپ اسے '0' کے بطور چھوڑ سکتے ہیں۔ اگر آپ نہیں جانتے ہیں کہ یہ کیا ہونا چاہئے۔
+
+
+
+ Couldn't restore the wallet
+ والیٹ کو بحال نہیں کیا جاسکا
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ or SilentDragonXLite
+ یا سائلنٹ ڈریگن لائٹ
+
+
+
+ Send DenioD some private and shielded feedback about
+ ڈینیو ڈی کے بارے میں کچھ نجی اور شیلڈیڈ تاثرات بھیجیں۔
+
+
+
+ Paste DRGX URI
+ DRGX URI پیسٹ کریں
+
+
+
+ Error paying DRGX URI
+ عرر ہے DRGX URI کی ادائیگی میں
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI فارم کو اس طرح ہونا چاہئے 'hush:<addr>?amt=x&memo=y
+
+
+
+ Error
+ عرر
+
+
+
+ Error exporting transactions, file was not saved
+ عرر ٹرانزیکشنس ایکسپورٹنگ ، فائل محفوظ نہیں کی گئی تھی
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+ یہ آپ کے ویلیٹ کے خوفیا الفاظ ہیں برائے مہربانی احتیاط سے اس کا بیک اپ لیں
+
+
+
+
+ Save File
+ فائل کو سیو کریں
+
+
+
+
+ Unable to open file
+ فایئل نہیں کہل رہی
+
+
+
+ Error getting private keys
+ خوفیا الفاظ عرر دے رہے ہیں
+
+
+
+ Error loading private keys:
+ عرر نجی چابیاں لوڈ کرنے میں
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ یہ آپ کے ویلیٹ میں موجود تمام ایڈریسس کے لئے خوفیا کیز ہیں
+
+
+
+ Private key for
+ نجی الفاظ کیلے
+
+
+
+
+ Copy address
+ ایڈریس کاپی کریں
+
+
+
+
+
+
+ Copied to clipboard
+ کلپ بورڈ میں کاپی ہو چکی ھے
+
+
+
+ Private key import rescan in progress. Your funds will be automaticly shield to a wallet seed zaddr. This will take some time
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Privatkey should start with U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ Caution: If this key is for Zs-addr it will be NOT inlcude in your Seed. Please send them direct to a Seed zs-addr
+
+
+
+
+ R-addr keys will be autoshield to a seed zs-addr
+
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ Get private key
+ نجی یا خوفیا کی حاصل کریں
+
+
+
+
+ View on block explorer
+ بلاک ایکسپلورر پر دیکھیں
+
+
+
+ View Payment Request
+ ادائیگی دیکھیں
+
+
+
+ View Memo
+ میمو دیکھیں
+
+
+
+ Reply to
+ جواب دیں
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+
+ Created new t-Addr
+ نیا ٹی ایڈریس کریٹ کریں
+
+
+
+ Copy Address
+ ایڈریس کاپی کریں
+
+
+
+ Address has been previously used
+ ایڈریس پہلے استعمال ہو چکی ہے
+
+
+
+ Address is unused
+ ایڈریس پہلے استعمال نہیں ہوی
+
+
+
+ Cannot support multiple addresses
+ ایک سے زیادہ ایڈریسس سپورٹ نہں
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ ادائیگی فی الحال بار بار چلنے والی ایڈریسس کو سپورٹ نہیں کر تی
+
+
+
+ Recipient
+ ریسیپینٹ
+
+
+
+ Only z-addresses can have memos
+ صرف زیڈ ایڈریسس پر میمو ہوسکتا ہے
+
+
+ Memos can only be used with z-addresses
+ میموس کو صرف زیڈ ایڈریسس کے ساتھ استعمال کیا جاسکتا ہے
+
+
+ The memo field can only be used with a z-address.
+
+ میمو فیلڈ صرف زیڈ ایڈریس کے ساتھ استعمال کیا جاسکتا ہے۔
+
+
+
+doesn't look like a z-address
+ یہ زیڈ ایڈریس نہیں لگتا
+
+
+
+ Transaction Error
+ ٹرانزیکشنس عرر
+
+
+
+
+ Please wait...
+ برائے مہربانی انتظار کریں...
+
+
+
+ Computing your transaction
+ کمپیوٹنگ ٹرانزیکشنس
+
+
+
+
+ Done!
+ !ہو گیا
+
+
+
+
+
+
+
+ Recipient Address
+ وصول کنندہ کی ایڈریس
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ is Invalid
+ صحیی نہیں
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+ ایڈریس کی رقم غلط ہے!
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+ Not enough available funds to send this transaction
+
+Disponibil: %1
+Necesar: %2
+
+Note: Funds need 5 confirmations before they can be spent
+
+آپ کے پاس فنڈز نہیں ہیں
+آپ کے پاس:٪ 1
+ضرورت ہے:٪ 2
+نوٹ: فنڈز بھیجنے سے قبل 5 تصدیقوں کی ضرورت ہوتی ہے
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ میمو
+
+
+
+ Include Reply Address
+ جوابی ایڈریس شامل کریں
+
+
+
+ MemoEdit
+
+
+ Reply to
+ جواب دیں
+
+
+
+ MigrationDialog
+
+
+ Migration Turnstile
+ ماٗگریشن Turnstile
+
+
+
+ Migration History
+ ماٗگریشن ھسٹری
+
+
+
+ Migrated Amount
+ منتقل شدہ رقم
+
+
+
+ Unmigrated Amount
+ غیر منتقلی رقم
+
+
+
+ Sprout -> Sapling migration enabled
+ اسپرٹ -> سیپلنگ منتقلی کا اطلاق ہوتا ہے
+
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ اگر فعال ہے تو ، ہش آہستہ آہستہ آپ کے اسپرٹ شیلڈڈ فنڈز کو آپ کے سگنل ایڈریس پر منتقل کردے گا۔
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ موبائل ایپ سے کنیکٹ کریں
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ اپنے فون سے منسلیک کرنے کے لئے اس خاموش ڈریگن ساتھی ایپ سے اس کیو آر کوڈ کو اسکین کریں
+
+
+
+ QR Code
+ کیو آر کوڈ
+
+
+
+ Connection String
+ کنکشن سٹرنگ
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ سائلینٹ ڈریگن کے ذریعے انٹرنیٹ پر رابطوں کی اجازت دیں
+
+
+
+ silentdragon Companion App
+ ڈریگن کمپینین ایپ
+
+
+
+ Disconnect
+ ڈسکنیٹ
+
+
+
+
+ TextLabel
+ لیبل
+
+
+
+ Last seen:
+ آخری بار دیکھا گیا
+
+
+
+ Connection type:
+ کنکشن کی قسم
+
+
+
+ NewOrRestorePage
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+ جانب سے
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY.
+ یہ آپ کے نئے ویلیٹ کے خوفیا الفاظ ہیں براہ کرم یقینی طور پر اس کا بیکب کریں
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+ ویلیٹ کی بحالی کا واحد طریقہ خوفیا الفاظ ہیں۔ اگر آپ خوفیا الفاظ بھول جاتے ہیں تو ، یہاں آپ کی والٹ اور فنڈز کی بحالی کا کوئی طریقہ نہیں ہے۔
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Error creating a wallet
+ ویلیٹ بنانے میں عرر
+
+
+
+ Failed to save wallet
+ ویلیٹ سیو فیلڈ
+
+
+
+ Couldn't save the wallet
+ ویلیٹ کو محفوظ نہیں کیا جاسکا
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+
+ Private Keys
+ خوفیا کیز
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ اٹھائیں
+
+
+
+
+
+ Address or Label Error
+ ایڈریس یا لیبل کی خرابی
+
+
+
+
+
+ Address or Label cannot be empty
+ ایڈریس یا لیبل خالی نھیں ہونا چاہیے
+
+
+
+
+
+ Address Format Error
+ ایڈریس کے فارمیٹ کی خرابی
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ ٪ 1 درست نہیں ہے اور یہ درست ایڈریس نہیں ہے۔
+
+
+
+
+
+
+ Label Error
+ لیبل میں عرر
+
+
+ لیبل '%1' already exists. Please remove the existing label.
+ لیبل '%1' پہلے سے موجود ہے. براہ کرم موجودہ لیبل کو ہٹا دیں۔
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ ایڈریس بک امپورٹ کریں
+
+
+
+ Unable to open file
+ فائل نہیں کلی
+
+
+
+ Address Book Import Done
+ ایڈریس بک امپورٹ ہو گی
+
+
+
+ Imported %1 new Address book entries
+ ایڈریس بک میں 1٪ نئی ایڈریس امپورٹ کی گئیں
+
+
+
+ Copy address
+ ایڈریس کاپی کریں
+
+
+
+ Copied to clipboard
+ کلپ بورڈ میں کاپی ہو چکی ھے
+
+
+
+ Delete label
+ لیبل ختم کریں
+
+
+
+ Attempting to initialize library with
+ کے ساتھ لائبریری کو شروع کرنے کی کوشش کر رہا ہے
+
+
+
+ Using existing wallet.
+ موجودہ ویلیٹ کا استعمال
+
+
+
+ Create/restore wallet.
+ ویلیٹ بنائیں / بحال کریں۔
+
+
+
+
+ Connection Error
+ کنیکشن عرر
+
+
+ ٹرانزیکشنس عرر
+ Eroarea de Tranzactie
+
+
+
+ There was an error sending the transaction. The error was:
+ ٹرانزیکشن بھیجنے میں غلطی تھی۔ غلطی یہ تھی
+
+
+
+
+ No Connection
+ کنیکشن نہیں ھے
+
+
+ There was an error connecting to hushd. The error was
+ ھش سے رابطہ قائم کرنے میں ایک غلطی تھی۔ غلطی تھی
+
+
+
+
+
+
+
+
+
+ Tx
+ ٹی ایکس
+
+
+
+
+
+
+
+
+
+ failed
+ فیلڈ
+
+
+
+
+
+
+
+
+ The transaction with id
+ ٹرانزیکشن ID کے ساتھ
+
+
+
+
+
+
+
+
+ failed. The error was
+ غلطی اور غلطی تھی
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ ٹرانزیکشنس عرر
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ اپڈیٹ موجود ہے
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ ایک نئی رلیز v%1 دستیاب ہے! آپ کے پاس v%2 ہے۔
+کیا آپ ریلیز والے صفحے پر جانا چاہیں گے؟
+
+
+
+ No updates available
+ کوئی تازہ اپڈیٹ دستیاب نہیں ہے
+
+
+
+ You already have the latest release v%1
+
+
+
+ آپ کے پاس پہلے ہی تازہ ترین ریلیز v%1 ہے
+ Deja aveti cea mai recenta versiune v%1
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+ باہر جانے کا انتظار کریں Silent DragonLite براہ کرم
+
+
+
+
+ Waiting for hushd to exit
+ ہش ڈی کے باہر نکلنے کا انتظار کریں
+
+
+
+ No dragonx price was available to convert from USD
+ امریکی ڈالر سے تبدیل کرنے کے لئے کوئی ہش قیمت دستیاب نہیں
+
+
+
+ View on block explorer
+ بلاک ایکسپلورر پر دیکھیں
+
+
+
+ View Error
+ عرر دیکھیں
+
+
+
+ Reported Error
+ عرر رپورٹ کریں
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ کیا آپ واقعی بار بار چلنے والی ادائیگی کو ختم کرنا چاہتے ہیں؟
+
+
+
+ All future payments will be cancelled.
+ آئندہ کی تمام ادائیگیاں منسوخ کردی جائیں گی۔
+
+
+
+ Tx submitted (right click to copy) txid:
+ Tx جمع کرائی (کاپی کرنے کے لئے دائیں کلک کریں)
+
+
+
+ Type
+ قسم
+
+
+
+ Address
+ ایڈریس
+
+
+
+ Date/Time
+ تاریخ/وقت
+
+
+
+ Confirmations
+ تصدیقیں
+
+
+
+ Amount
+ رقم
+
+
+
+ Connected directly
+ براہ راست جڑا
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ سائیٹ ڈریگن wormhole سروس انٹرنیٹ سے منسلک کریں
+
+
+
+
+ Node is still syncing.
+ نوڈ ابھی syncing ہو رہا ہے
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ خرچ کرنے کے لئے سیپلنگ شفاف بیلنس نہیں
+
+
+
+ RecurringDialog
+
+ Dialog
+ ڈایلاگ
+
+
+
+ Reccuring Dialog
+
+
+
+
+ View
+ دیکہیں
+
+
+
+ Delete
+ ختم کریں
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+ رقم
+
+
+
+ Schedule
+ الوقات
+
+
+
+ Payments Left
+ رہتی ادائیگیاں
+
+
+
+ Next Payment
+ اگلی ادائیگی
+
+
+
+ To
+ ٹو
+
+
+
+ Every
+ ہر کوئی
+
+
+
+ None
+ کوئی نہیں
+
+
+
+ RecurringPayments
+
+ Payments
+ ادائیگی
+
+
+
+ Reocurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ تاریخ
+
+
+
+ Status
+ حالت
+
+
+
+ Txid
+ ٹی ایکس آے ڈی
+
+
+
+ Not due yet
+ ابھی تک واجب نہیں
+
+
+
+ Pending
+ زیر التواء
+
+
+
+ Skipped
+ چہوژیں
+
+
+
+ Paid
+ ادا کیا
+
+
+
+ Error
+ عرر
+
+
+
+
+ Unknown
+ نامعلوم
+
+
+
+ RecurringPending
+
+ Dialog
+ ڈایلاگ
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ کسی بھی ادائیگی پر کارروائی نہیں ہوگی۔ آپ انہیں بار بار چلنے والی ادائیگیوں کے مکالمے کے باکس سے دستی طور پر ادائیگی کرسکتے ہیں
+
+
+
+ Schedule
+ الوقات
+
+
+
+ How should silentdragon proceed?
+ سائلڈ ڈریگن کو کیسے آگے بڑھنا چاہئے؟
+
+
+
+ Pay All in 1 Tx
+ ایک Tx میں تمام ادا کریں
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ صرف تازہ ترین زیر التواء ادائیگی پر کارروائی ہوگی۔ پچھلی تمام زیر التواء ادائیگیوں کو چھوڑ دیا جائے گا
+
+
+
+ Pay Latest Only
+ صرف تازہ ترین ادائیگی کریں
+
+
+
+ Pay None
+ کویُ ادا نہ کریں
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ تمام زیر التواء ادائیگیاں جمع ، جمع اور ایک ہی ٹرانزیکشن میں ادا کی گئیں
+
+
+
+ Description
+ تفصیل
+
+
+
+ To
+ ٹو
+
+
+
+ The following recurring payment has multiple payments pending
+ درج ذیل ادائیگیاں میں متعدد ادائیگیاں زیر التواء ہیں
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ ادائیگی کی درخواست
+
+
+
+ AddressBook
+ ایڈریس بک
+
+
+
+ Request From
+ درخواست کریں
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+
+
+
+
+ My Address
+ میری ایڈریس
+
+
+
+ Amount in
+ رقم
+
+
+
+ z address
+ زیڈ ایڈریس
+
+
+
+ Amount
+ رقم
+
+
+ یں دیکھے گا۔ فیلڈ جب وہ آپ کی درخواست کی ادائیگی کرتے ہیں۔ "کو" وصول کنندہ اس پتے کو
+ یں دیکھے گا۔ فیلڈ جب وہ آپ کی درخواست کی ادائیگی کرتے ہیں۔ "کو" وصول کنندہ اس پتے کو
+
+
+
+ Amount USD
+ رقم ڈالر میں
+
+
+
+ Memo
+ میمو
+
+
+
+ TextLabel
+ ٹیکسٹ لیبل
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ سیلنگ ایڈریس سے ادائیگی کی درخواست کریں اس آپ اس پتے پر ہش ادائیگی یو آر آئی کے ساتھ 0.0001 ٹرانزیکشن بھیجیں۔ جب پتا آپ کو ادائیگی کرتا ہے تو میمو لین دین میں شامل ہوگا۔
+
+
+
+ Error paying DRGX URI
+ ہش یو آر آئی کی ادائیگی میں عرر
+
+
+ URI فارم کا ہونا چاہئے 'ہش:<addr>?amt=x&memo=y
+ URI فارم کا ہونا چاہئے 'ہش:<addr>?amt=x&memo=y
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI فارم کو اس طرح ہونا چاہئے 'hush:<addr>?amt=x&memo=y
+
+
+
+ Pay To
+ بہیجیں
+
+
+
+ Pay
+ ادا کریں
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ آپ ادائیگی کی درخواست ادا کر رہے ہیں۔ اس ادائیگی کی درخواست کرنے والے شخص کو آپ کا ایڈریس نظر نہیں آئے گا۔
+
+
+
+ Can only request from Sapling addresses
+ صرف سگنلنگ ایڈریسس سے ہی درخواست کر سکتے ہیں
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+ Form
+ جانب سے
+
+
+
+ Please enter your 24-word seed below
+ براہ کرم نیچے اپنے 24 خوفیا الفاظ درج کریں
+
+
+
+ Wallet Seed
+ والیٹ خوفیا الفاظ
+
+
+
+ Restore Wallet Seed
+
+
+
+
+ Wallet Birthday
+ والیٹ سالگرہ
+
+
+
+ 180000
+ 180000
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+ 0
+ 0
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave it as "0" (It'll take longer to rescan)
+ پرس کی سالگرہ بلاک کی اونچائی ہے جہاں پرس میں پہلا لین دین ہوا تھا۔ اگر آپ یہ نہیں جانتے ہیں تو ،"0" کے بطور چھوڑ سکتے ہیں بازیافت کرنے میں زیادہ وقت لگے گا)
+
+
+
+ RestoreSeedPage
+
+
+
+ Failed to restore wallet
+ والیٹ کی بحالی نہیں ہو سکی
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+ سائلنٹ ڈریگن لائٹ والیٹ کو بحال کرنے کے لئے 24 خوفیا الفاظ کی ضرورت ہے
+
+
+
+ Failed to parse wallet birthday
+ والیٹ کی سالگرہ کو تجزیہ کرنے میں ناکام
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+ والیٹ کی سالگرہ کو سمجھ نہیں پایا۔ یہ ایک بلاک اونچائی ہونا چاہئے جہاں سے پرس کو بازیافت کیا جائے۔ آپ اسے '0' کے بطور چھوڑ سکتے ہیں۔ اگر آپ نہیں جانتے ہیں کہ یہ کیا ہونا چاہئے۔
+
+
+
+ Couldn't restore the wallet
+ والیٹ کو بحال نہیں کیا جاسکا
+
+
+
+ Failed to save wallet
+ والیٹ کو سیو کرنے میں ناکام
+
+
+
+ Couldn't save the wallet
+ والیٹ کو سیو نہیں کیا جاسکا
+
+
+
+ Settings
+
+
+ Settings
+ سیٹینگس
+
+
+
+ Connection
+ کنیکشن
+
+
+
+ Lightwallet Server
+ لائٹ والٹ سرور
+
+
+
+ Options
+ آپشنس
+
+
+ default
+ ڈیفالٹ
+
+
+ blue
+ بلیو
+
+
+ light
+ لایٗٹ
+
+
+ dark
+ ڈارک
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+ ہش کی قیمتیں
+
+
+
+ Check git for updates at startup
+ شروعات میں اپ ڈیٹس کے لئے گیتھب gitچیک کریں
+
+
+
+ Connect to git on startup to check for updates
+ اپ ڈیٹس کی جانچ پڑتال کے لئے اسٹارٹ اپ گیتھب سے جڑیں
+
+
+
+ Theme
+ تہیم
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ ہش کی قیمتوں کو حاصل کرنے کے لئے انٹرنیٹ سے کنیکٹ کریں
+
+
+
+ Currency
+ کرینسی
+
+
+
+ AUD
+ AUD
+
+
+
+ BTC
+ BTC
+
+
+
+ CAD
+ CAD
+
+
+
+ CHF
+ CHF
+
+
+
+ CNY
+ CNY
+
+
+
+ EUR
+ EUR
+
+
+
+ GBP
+ GBP
+
+
+
+ INR
+ INR
+
+
+
+ RUB
+ RUB
+
+
+
+ USD
+ USD
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+ ٹوٹل ایڈریسس
+
+
+
+ Export All Keys
+ تمام کیزبرآمد کریں
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ ایڈریس
+
+
+
+ Balance (%1)
+ (1%)بیلنس
+
+
+
+ about
+
+
+ About
+ کے بارے میں
+
+
+
+ addressBook
+
+
+ Address Book
+ ایڈریس بک
+
+
+
+ Add New Address
+ نیا ایڈریس شامل کریں
+
+
+
+ Address (z-Addr or t-Addr)
+ ایڈریس (زیڈ-ایڈریس یا ٹی-ایڈریس)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garflied
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ Stag
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ لیبل
+
+
+
+ Add to Address Book
+ ایڈریس بک میں شامل کریں
+
+
+
+ Import Address Book
+ ایڈریس بک درآمد کریں
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ ٹرانزیکشن کی تصدیق کریں
+
+
+
+ To
+ ٹو
+
+
+
+ Recurring Payment
+ ادائیگیاں
+
+
+
+ TextLabel
+ ٹیکسٹ لیبل
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ آپ ایک ٹرانزیکشن بھیج رہے ہیں جب آپ کا نوڈ ابھی syncing کر رہا ہے۔ یہ کام نہیں کرے گا۔
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ hush.conf فایٗل کی تشکیل کریں
+
+
+
+ Your dragonx node will be configured for you automatically
+ آپ کا ہش نوڈ خود بخود آپ کے لئے تشکیل ہوجائے گا
+
+
+
+ Show Advanced Configuration
+ اعلی درجے کی ترتیب دیکہں
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+ انٹرنیٹ سے رابطوں کو اپ ڈیٹس کی جانچ پڑتال کرنے ،ہش کی قیمت وغیرہ حاصل کریں وغیرہ ...
+
+
+
+ Use custom datadir
+ کسٹم ڈیٹاڈیر استعمال کریں
+
+
+
+ Choose directory
+ ڈائریکٹری کا انتخاب کریں
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ براہ کرم نوٹ کریں کہ آپ کو پورٹ 9050 پر پہلے ہی ٹواوآر سروس کی تشکیل کی ضرورت ہوگی
+
+
+
+ Connect to the internet for updates and price feeds
+ مزید ملومات پرایز کے لیے انٹرنیٹ سے کنیکٹ ھوجائیں
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ ڈاریکٹری سلیکٹ کریں جہاں آپ ولیٹ۔ڈیٹ فایٗل اور بلاکچیں سیو کرنا چاھتے ہیں۔
+
+
+
+ Connect over Tor
+ ھمارے ٹی۔او۔آر دیکئں
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+ ایڈریس کاپی کریں
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+ انکرایپٹ ولیٹ
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+ Encryption Password:
+ انکرایپٹ پاسورڈ
+
+
+ Confirm Password:
+ پاسورڈ دبارا لکین
+
+
+ Passwords don't match
+ پاسورڈ میچ نہں ھو رھا
+
+
+ WARNING: If you forget your password, the only way to recover the wallet is from the seed phrase.
+ ATENTIE: اگر آپ اپنا پاسورڈ بھول چکے ہیں،تو آپ اپنا پاسورڈ خوفیا جملون سے حاصل کر سکتے ہیں۔
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ سیلنگ ایڈریس سے ادائیگی کی درخواست کریں اس آپ اس پتے پر ہش ادائیگی یو آر آئی کے ساتھ 0.0001 ٹرانزیکشن بھیجیں۔ جب پتا آپ کو ادائیگی کرتا ہے تو میمو لین دین میں شامل ہوگا۔
+
+
+
+ Request From
+ درخواست کریں
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ رقم
+
+
+
+ Amount
+ رقم
+
+
+
+ Amount USD
+ رقم ڈالر میں
+
+
+
+ Memo
+ میمو
+
+
+
+ My Address
+ میری ایڈریس
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ ایڈٹ شیڈیول
+
+
+
+ Payment Description
+ رقم کی وضاحت
+
+
+
+ Schedule
+ شیڈیول
+
+
+
+ Next Payment
+ اگلی رقم
+
+
+
+ Amount
+ رقم
+
+
+
+ Memo
+ میمو
+
+
+
+ To
+ ٹو
+
+
+
+ From
+ بھجنے والا
+
+
+
+ Number of payments
+ پیمنٹ نمبرس
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ ختم کریں
+
+
+
+ SDLogo
+
+
+
+
+ Duke
+
+
+
+
+ Denio
+
+
+
+
+ Berg
+
+
+
+
+ Sharpee
+
+
+
+
+ Elsa
+
+
+
+
+ Yoda
+
+
+
+
+ Garfield
+
+
+
+
+ Snoopy
+
+
+
+
+ Popey
+
+
+
+
+ Pinguin
+
+
+
+
+ Mickey
+
+
+
+
+ Stag
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ رقم
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
diff --git a/res/silentdragonxlite_zh.ts b/res/silentdragonxlite_zh.ts
index 8d501ae..9f0a528 100644
--- a/res/silentdragonxlite_zh.ts
+++ b/res/silentdragonxlite_zh.ts
@@ -1,3542 +1,3542 @@
-
-
-
-
- AddressBookModel
-
-
- Label
- 标签
-
-
-
- Address
- 地址
-
-
-
- Avatar
-
-
-
-
- HushChatAddress
-
-
-
-
- CID
-
-
-
-
- BalancesTableModel
-
-
- Address
- 地址
-
-
-
- Amount
- 金额
-
-
-
- ChatBubbleMe
-
-
- Form
-
-
-
-
- Speak And Transact Freely With Hush
-
-
-
-
- 01/01/2021 12:34
- 01/01/2021 12:34
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ChatBubblePartner
-
-
- Form
-
-
-
-
- Lorem ipsum dolor sit amet
-
-
-
-
- 12/03/2020 12:34
- 12/03/2020 12:34
-
-
-
- ConnectionDialog
-
- silentdragon
- hush钱包
-
-
-
- SilentDragonXLite
-
-
-
-
- The Dragon Awakens...
-
-
-
- Starting Up
- 启动中
-
-
-
- Controller
-
-
- Wallet Password
-
-
-
-
- Your wallet is encrypted.
-Please enter your wallet password
-
-
-
-
-
- Wallet Decryption Failed
-
-
-
-
- Please enter a valid password
-
-
-
-
- Failed to unlock wallet
-
-
-
-
- CreateWalletForm
-
-
- Create New SDL Wallet
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
-<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
-
-
-
- I accept the Terms of Service
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- Restore wallet from seed
-
-
-
-
- Create a new wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Dialog
-
-
- Send Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- 0/512
- 0/512
-
-
-
- Add a memo to your request
-
-
-
-
- Cancel
- 取消
-
-
-
- Add Contact and Send Request
-
-
-
-
- FirstTimeWizard
-
-
- New wallet wizard
-
-
-
-
- MainWindow
-
- silentdragon
- hush钱包
-
-
-
- Balance
- 余额
-
-
-
- Summary
- 概要
-
-
-
- Shielded
- 隐蔽余额
-
-
-
- Notarized
-
-
-
-
- Transparent
- 非隐蔽余额
-
-
-
- Spendable
-
-
-
-
- Total
- 所有余额
-
-
-
- Your node is still syncing, balances may not be updated.
-
-
-
-
- Some transactions are not yet confirmed. Balances may change.
-
-
-
-
- Deposit DragonX
-
-
-
-
- Total notarized funds available:
-
-
-
-
- Next Address
-
-
-
-
- Your node is still syncing, balances may not be updated
- 您的节点仍在同步,余额可能没有更新
-
-
- Some transactions are not yet confirmed
- 部分交易尚未得到确认
-
-
-
- Address Balances
- 地址余额
-
-
-
-
- Send
- 发送
-
-
- From
- 从
-
-
- Address Balance
- 地址余额
-
-
-
- SilentDragonXLite
-
-
-
-
- Send To
- 发送给
-
-
-
- Recipient
- 接收者
-
-
-
-
-
-
-
- Address
- 地址
-
-
-
-
- Address Book
- 地址薄
-
-
-
-
-
-
- Amount
- 金额
-
-
-
- Max Available
- 最大可发送金额
-
-
-
-
-
-
- Memo
- 备注
-
-
-
- Add Recipient
- 添加接收者
-
-
- Recurring payment
- 循环支付
-
-
- Every month, starting 12-May-2012, for 6 payments
- 从2012年5月12日开始,每月支付6次
-
-
- Edit Schedule
- 编辑计划
-
-
-
-
- Miner Fee
- 矿工费用
-
-
-
- 0
- 0
-
-
-
- Cancel
- 取消
-
-
-
- Receive
- 接收
-
-
-
- Address Type
- 地址类型
-
-
-
- z-Addr
- 隐蔽地址(z-Addr)
-
-
- t-Addr
- 非隐蔽地址(t-Addr)
-
-
-
- Information about DragonX
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <html><head/><body><p align="center">|</p></body></html>
-
-
-
-
- Next Halving
-
-
-
-
- Difficulty
-
-
-
-
- Last Notarized Block
-
-
-
-
- Total Supply
-
-
-
-
- Current Server
-
-
-
-
- Sticky Server
-
-
-
-
- Longestchain
-
-
-
-
- <html><head/><body><p align="center"> </p></body></html>
-
-
-
-
- Import Private Key
-
-
-
- New Address
- 创建新地址
-
-
-
- View All Addresses
-
-
-
-
- Label
- 标签
-
-
-
- Update Label
- 更新标签
-
-
-
- Address balance
- 地址余额
-
-
-
- Optional
- 可选
-
-
-
-
- Export Private Key
- 导出私钥
-
-
-
- Transactions
- 交易
-
-
-
- Version drgxlightd
-
-
-
-
- BlockHeight
-
-
-
-
- Supply zAddr
-
-
-
-
- Supply tAddr
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
-
-
-
-
- Market Cap
-
-
-
-
- Volume on Exchanges
-
-
-
-
- HushChat
-
-
-
-
- Incoming contact request
-
-
-
-
- Add a new contact
-
-
-
-
- Get a new Address
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><br/></p></body></html>
-
-
-
-
- The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
-
-
-
-
- &Send DenioD Feedback
-
-
-
-
- &Export seed phrase
-
-
-
-
- Encrypt Wallet
-
-
-
-
- Remove Wallet Encryption
-
-
-
-
- Rescan
- 重新扫描
-
-
- hushd
- 节点
-
-
-
- &DragonX Telegram
-
-
-
-
- &DragonX Website
-
-
-
- This is a Lightwallet, you cant mine with it! not mining
- 您目前没有在挖矿
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading...
- 加载中...
-
-
- Blockheight
- 区块高度
-
-
- Version hushd light rate
- 全网算力
-
-
-
- Vendor
- 连接数
-
-
- |
- |
-
-
-
- &File
- &文件
-
-
-
- &Help
- &帮助
-
-
- &Apps
- &应用
-
-
-
- &Edit
- &编辑
-
-
-
- E&xit
- &退出
-
-
-
- &About
- &关于
-
-
-
- &Settings
- &设置
-
-
-
- Ctrl+P
- Ctrl+P
-
-
- &Donate
- &捐赠
-
-
-
- Check git for &updates
- 检查git获取和&更新
-
-
- Sapling &turnstile
- 树苗&十字旋转门
-
-
- Ctrl+A, Ctrl+T
- Ctrl+A, Ctrl+T
-
-
- &Import private key
- &导入私钥
-
-
-
- &Export all private keys
- &导出所有私钥
-
-
- &z-board.net
- &z-board.net
-
-
- Ctrl+A, Ctrl+Z
- Ctrl+A, Ctrl+Z
-
-
-
- Address &book
- &地址簿
-
-
-
- Ctrl+B
- Ctrl+B
-
-
- &Backup wallet.dat
- &备份 wallet.dat
-
-
-
-
- Export transactions
- 导出交易
-
-
-
- Pay drgx &URI...
- 支付hush &URI ...
-
-
- Connect mobile &app
- 连接移动&App
-
-
- Ctrl+M
- Ctrl+M
-
-
-
- &Recurring Payments
- &定期付款
-
-
-
- Request drgx...
- 请求 hush...
-
-
-
- File a bug...
- 提交错误...
-
-
- Not yet ready
- 尚未准备好
-
-
- hushd is not yet ready. Please wait for the UI to load
- hushd尚未准备好。 请等待UI加载
-
-
-
- View tx on block explorer
-
-
-
-
- Refresh
-
-
-
- Tor configuration is available only when running an embedded hushd.
- Tor配置仅在运行嵌入的hushd时可用。
-
-
- You're using an external hushd. Please restart hushd with -rescan
- 你正在使用外部hushd。 请使用-rescan参数重新启动hushd
-
-
- You're using an external hushd. Please restart hushd with -reindex
- 你正在使用外部hushd。 请使用-reindex重新启动hushd
-
-
- Enable Tor
- 启用Tor
-
-
- Connection over Tor has been enabled. To use this feature, you need to restart silentdragon.
- 已启用Tor上的连接。 要使用此功能,您需要重新启动silentdragon。
-
-
- Disable Tor
- 禁用Tor
-
-
- Connection over Tor has been disabled. To fully disconnect from Tor, you need to restart silentdragon.
- Tor上的连接已被禁用。 要完全断开与Tor的连接,您需要重新启动silentdragon。
-
-
- silentdragon needs to restart to rescan/reindex. silentdragon will now close, please restart silentdragon to continue
- silentdragon需要重新启动才能重新扫描/重新索引。 silentdragon现在关闭,请重启silentdragon以继续
-
-
- Restart silentdragon
- 重启silentdragon
-
-
- Thanks for supporting silentdragon!
- 感谢您支持silentdragon!
-
-
- Donate 0.01
- 捐赠0.01
-
-
- to support silentdragon
- 支持silentdragon
-
-
- You are on testnet, your post won't actually appear on z-board.net
- 你在testnet上,你的帖子实际上不会出现在z-board.net上
-
-
- You need a sapling address with available balance to post
- 您需要一个具有可用余额的sapling地址才能发布
-
-
- Computing Tx:
- 计算交易:
-
-
- Private key import rescan finished
- 私钥导入重新扫描完成
-
-
- Paste DRGX URI
- 粘贴hush URI
-
-
- Error paying DRGX URI
- 支付hush URI时出错
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI的格式应为 'hush:<addr>?amt=x&memo=y'
-
-
- Please paste your private keys (z-Addr or t-Addr) here, one per line
- 请在此粘贴您的私钥(z-Addr或t-Addr),每行一个
-
-
- The keys will be imported into your connected hushd node
- 密钥将导入已连接的hushd节点
-
-
-
-
- The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
- 钥匙是导入的。 重新扫描区块链可能需要几分钟时间。 在此之前,功能可能会受到限制
-
-
-
- Error
- 错误
-
-
-
- Error exporting transactions, file was not saved
- 导出交易时出错,文件未保存
-
-
- No wallet.dat
- 没有 wallet.dat
-
-
- Couldn't find the wallet.dat on this computer
- 在这台电脑上找不到wallet.dat
-
-
- You need to back it up from the machine hushd is running on
- 你需要从运行hushd的机器备份它
-
-
- Backup wallet.dat
- 备份 wallet.dat
-
-
- Couldn't backup
- 无法备份
-
-
- Couldn't backup the wallet.dat file.
- 无法备份wallet.dat文件。
-
-
- You need to back it up manually.
- 您需要手动备份它。
-
-
-
- These are all the private keys for all the addresses in your wallet
- 这些都是钱包中所有地址的私钥
-
-
-
- Private key for
- 私钥
-
-
-
-
- Save File
- 保存文件
-
-
-
- Passwords don't match
-
-
-
-
-
- Wallet Encryption Failed
-
-
-
-
- Wallet is not encrypted
-
-
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Out of memory!
-
-
-
-
-
- Copy block explorer link
-
-
-
-
- Currency Change
-
-
-
-
- Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
-
-
-
-
-
- Wrong Private key format
-
-
-
-
- That private key is too long. It should be 51 or 52 characters.
-
-
-
-
- That private key is too short. It should be 51 or 52 characters.
-
-
-
-
- Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
-
-
-
-
- Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
-
-
-
-
- Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
-
-
-
-
- This is your wallet seed. Please back it up carefully and safely.
-
-
-
-
-
- Unable to open file
- 无法打开文件
-
-
-
- Error getting private keys
-
-
-
-
- Error loading private keys:
-
-
-
-
-
- Copy address
- 复制成功
-
-
-
-
-
-
- Copied to clipboard
- 复制到剪贴板
-
-
-
- Wallet Encryption Success
-
-
-
-
- Your wallet is not encrypted with a passphrase.
-
-
-
-
- Wallet decryption Success
-
-
-
-
- Get private key
- 获取私钥
-
-
- Shield balance to Sapling
- 屏蔽余额到Sapling地址
-
-
-
-
- View on block explorer
- 从区块浏览器中查看
-
-
- Migrate to Sapling
- 迁移到Sapling地址
-
-
-
-
- Copy txid
- 复制交易ID
-
-
-
- This change can take a few seconds.
-
-
-
-
- Wrong Privatkey format
-
-
-
-
- Paste DRGX URI
-
-
-
-
- Error paying DRGX URI
-
-
-
-
- Please paste your private key(zs-Addr or R-addr) here, one per import
-
-
-
-
- The keys were imported without rescan option. The Address you imported will be visible without balance
-
-
-
-
- View Payment Request
- 查看付款申请
-
-
-
- View Memo
- 查看备注
-
-
-
- Reply to
- 回复给
-
-
-
- Copied Hyperlink to clipboard
-
-
-
-
- Copied message to clipboard
-
-
-
-
- Copied Txid to clipboard
-
-
-
- Created new t-Addr
- 创建了新的t-Addr
-
-
-
- Copy Address
-
-
-
-
- Address has been previously used
- 该地址以前使用过
-
-
-
- Address is unused
- 地址未使用
-
-
-
- Cannot support multiple addresses
- 不能支持多个地址
-
-
-
- Recurring payments doesn't currently support multiple addresses
- 定期付款目前不支持多个地址
-
-
-
- Recipient
- 接收者
-
-
-
- Only z-addresses can have memos
- 只有 z-addresses 才能有备注
-
-
- Memos can only be used with z-addresses
- 备注只能与z-addresses一起使用
-
-
- The memo field can only be used with a z-address.
-
- 备注字段只能与z-address一起使用。
-
-
-
-
-doesn't look like a z-address
-
-看起来不像是z-address
-
-
-
-
- Please wait...
-
-
-
-
- Computing your transaction
-
-
-
-
-
- Done!
-
-
-
- Change from
- 更改发送地址
-
-
- Current balance :
- 当前余额 :
-
-
- Balance after this Tx:
- 这次交易后余额:
-
-
-
- Transaction Error
- 交易错误
-
-
- From Address is Invalid
- 发送地址无效
-
-
-
-
- You have to select a contact and insert a Memo
-
-
-
-
-
- You have selected no Contact from Contactlist,
-
-
-
-
-
-
-
-or your Memo is empty
-
-
-
-
-
- Your Message is too long
-
-
-
-
- You can only write messages with 235 character maximum
-
-
-
-
-
-
-
- Please reduce your message to 235 character.
-
-
-
-
-
-
-
- Message Error
-
-
-
-
-
-
-
-
- Recipient Address
- 接收地址
-
-
-
-
-
-
-
- is Invalid
- 无效
-
-
-
-
-
-
-
- Amount for address '%1' is invalid!
-
-
-
-
-
-
-
-
- Not enough available funds to send this transaction
-
-Have: %1
-Need: %2
-
-Note: Funds need 1 confirmations before they can be spent
-
-
-
-
- You can only write messages with 512 character maximum
-
-
-
-
-
- Your contact request will be sent
-
-
-
- Amount '%1' is invalid!
- 转账金额 '%1' 无效!
-
-
-
- MemoDialog
-
-
-
- Memo
- 备注
-
-
-
- Include Reply Address
- 包含回复地址
-
-
-
- MemoEdit
-
-
- Reply to
- 回复
-
-
-
- MigrationDialog
-
- Migration Turnstile
- 迁移旋转门
-
-
- Migration History
- 迁移历史记录
-
-
- Migrated Amount
- 已迁移金额
-
-
- Unmigrated Amount
- 未迁移金额
-
-
- Sprout -> Sapling migration enabled
- Sprout ->Sapling 启用迁移
-
-
- If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
- 如果启用,hushd将慢慢将您的Sprout屏蔽资金迁移到您的Sapling地址。
-
-
-
- MigrationTxns
-
- Migration Txids
- 迁移交易ID
-
-
-
- MobileAppConnector
-
- Connect Mobile App
- 连接手机App
-
-
-
- Mobile Connector App
-
-
-
-
- Scan this QRCode from your silentdragon companion app to connect your phone
- 从您的silentdragon配套应用程序扫描此二维码以连接您的手机
-
-
-
- QR Code
- 二维码
-
-
-
- Connection String
- 连接字符串
-
-
-
- Allow connections over the internet via silentdragon wormhole
- 允许通过silentdragon虫洞连接互联网
-
-
-
- silentdragon Companion App
- silentdragon配套App
-
-
-
- Disconnect
- 断开连接
-
-
-
-
- TextLabel
- TextLabel
-
-
-
- Last seen:
- 上一次连接:
-
-
-
- Connection type:
- 连接类型:
-
-
-
- NewOrRestorePage
-
-
- Create or Restore wallet.
-
-
-
-
- Next
-
-
-
-
- Passphrase don't match or You have entered too few letters (16 minimum)
-
-
-
-
- NewSeedForm
-
-
- Form
-
-
-
-
- This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
-
-
-
-
- The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
-
-
-
-
- Birthday of the Seed :
-
-
-
-
- NewSeedPage
-
-
- Your new wallet
-
-
-
-
- Error creating a wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Wrong Seed
-
-
-
-
- Please try again
-
-
-
-
- PrivKey
-
- Private Key
- 私钥
-
-
-
- Private Keys
-
-
-
-
- Rescan Wallet
-
-
-
-
- QObject
-
-
- Pick
- 选择
-
-
-
-
-
- Address or Label Error
- 地址或标签错误
-
-
-
-
-
- Address or Label cannot be empty
- 地址或标签不能为空
-
-
-
-
-
- Address Format Error
- 地址格式错误
-
-
-
-
-
- %1 doesn't seem to be a valid dragonx address.
- %1 似乎不是有效的hush地址。
-
-
-
-
-
-
- Label Error
- 标签错误
-
-
-
-
-
-
- The label '%1' already exists. Please remove the existing label.
- 标签 '%1' 已存在。 请删除现有标签。
-
-
-
-
- Added Contact
-
-
-
-
-
- successfully added your new contact
-
-
-
-
- Import Address Book
- 导入地址簿
-
-
-
- Unable to open file
- 无法打开文件
-
-
-
- Address Book Import Done
- 地址簿导入完成
-
-
-
- Imported %1 new Address book entries
- 已导入 %1 个新地址簿条目
-
-
-
- Copy address
- 复制地址
-
-
-
- Copied to clipboard
- 复制到剪贴板
-
-
-
- Delete label
- 删除标签
-
-
- Attempting autoconnect
- 尝试自动连接
-
-
- Starting embedded hushd
- 启动内嵌的hushd
-
-
- hushd is set to run as daemon
- hushd设置为作为守护进程运行
-
-
- Waiting for hushd
- 等待hushd
-
-
- You have hushd set to start as a daemon, which can cause problems with silentdragon
-
-.Please remove the following line from your hush.conf and restart silentdragon
-daemon=1
- 你已经将hushd设置为守护进程启动,这可能会导致silentdragon出现问题
-
-。请从hush.conf中删除以下行并重新启动silentdragon
-daemon=1
-
-
- Couldn't start the embedded hushd.
-
-Please try restarting.
-
-If you previously started hushd with custom arguments, you might need to reset hush.conf.
-
-If all else fails, please run hushd manually.
- 无法启动内嵌的hushd。
-
-请尝试重新启动。
-
-如果您之前使用自定义参数启动了hushd,则可能需要重置hush.conf。
-
-如果所有其他方法都失败了,请手动运行hushd。
-
-
- The process returned
- 该进程返回
-
-
- Couldn't connect to hushd configured in hush.conf.
-
-Not starting embedded hushd because --no-embedded was passed
- 无法连接到hush.conf中配置的hushd。
-
-没有启动内嵌的hushd,因为已经传了--no-embedded参数
-
-
- Hide Advanced Config
- 隐藏高级配置
-
-
- Show Advanced Config
- 显示高级配置
-
-
- Choose data directory
- 选择数据目录
-
-
- All Downloads Finished Successfully!
- 所有下载成功完成!
-
-
- Couldn't download params. Please check the help site for more info.
- 无法下载params。 请查看帮助网站以获取更多信息。
-
-
- Downloading
- 下载
-
-
- more remaining )
- 剩余)
-
-
- MB of
- MB of
-
-
- MB at
- MB at
-
-
- failed. Please check the help site for more info
- 失败。 请查看帮助网站以获取更多信息
-
-
- hushd error
- hushd 出错
-
-
- A manual connection was requested, but the settings are not configured.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- 请求了手动连接,但未配置设置。
-
-请在编辑 - >设置菜单中设置主机/端口和用户/密码。
-
-
- Could not connect to hushd configured in settings.
-
-Please set the host/port and user/password in the Edit->Settings menu.
- 无法连接到设置中配置的hushd。
-
-请在编辑 - >设置菜单中设置主机/端口和用户/密码。
-
-
- Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
- 验证失败。 hushd不接受您指定的用户名/密码。 请在编辑 - >设置菜单中更改它
-
-
- Your hushd is starting up. Please wait.
- 你的hushd正在启动。 请耐心等待。
-
-
- This may take several hours
- 这可能需要几个小时
-
-
-
- Attempting to initialize library with
-
-
-
-
- Using existing wallet.
-
-
-
-
- Create/restore wallet.
-
-
-
-
-
- Connection Error
- 连接错误
-
-
-
-
-
-
-
-
-
- Transaction Error
- 交易错误
-
-
-
- There was an error sending the transaction. The error was:
- 发送交易时出错。 错误是:
-
-
-
-
-
-
-
-
-
- Tx
- 交易
-
-
-
-
-
-
-
-
-
- failed
- 失败
-
-
-
-
-
-
-
-
- The transaction with id
- 交易
-
-
-
-
-
-
-
-
- failed. The error was
- 失败。 错误是
-
-
-
-
- Please wait for SilentDragonXLite to exit
-
-
-
-
- No dragonx price was available to convert from USD
- hush的美元价格无法获取
-
-
- Computing Recurring Tx:
- 计算重复交易:
-
-
-
- View on block explorer
- 在区块浏览器查看
-
-
-
- View Error
- 查看错误
-
-
-
- Reported Error
- 报告错误
-
-
-
-
- Are you sure you want to delete the recurring payment?
- 您确定要删除定期付款吗?
-
-
-
- All future payments will be cancelled.
- 所有未来的付款都将被取消。
-
-
-
-
- No Connection
- 没有连接
-
-
- Downloading blocks
- 下载区块
-
-
- Blockheight
- 区块高度
-
-
- Syncing
- 同步中
-
-
- Connected
- 已连接
-
-
- testnet:
- testnet:
-
-
- Connected to hushd
- 连接到hushd
-
-
- hushd has no peer connections
- hushd没有节点可连接
-
-
- There was an error connecting to hushd. The error was
- 连接到hushd时出错。 错误是
-
-
- tx computing. This can take several minutes.
- 交易计算中。 这可能需要几分钟。
-
-
-
- There was an error connecting to the server. Please check your internet connection. The error was
-
-
-
-
- Update Available
- 可用更新
-
-
-
- A new release v%1 is available! You have v%2.
-
-Would you like to visit the releases page?
- 新版本 v%1.可用! 你有 v%2.
-
-您想访问发布页面吗?
-
-
-
- No updates available
- 没有可用的更新
-
-
-
- You already have the latest release v%1
- 您已拥有最新版本 v%1
-
-
-
-
- It may take several minutes
-
-
-
- Please wait for silentdragon to exit
- 请等待silentdragon退出
-
-
- Waiting for hushd to exit
- 等待hushd退出
-
-
-
- Tx submitted (right click to copy) txid:
- 交易提交(右键单击复制)交易ID:
-
-
- Locked funds
- 锁定资金
-
-
- Could not initiate migration.
-You either have unconfirmed funds or the balance is too low for an automatic migration.
- 无法启动迁移。
-您要么有未经证实的资金,要么余额太低,无法进行自动迁移。
-
-
- Computing Tx:
- 计算交易:
-
-
-
- Type
- 类型
-
-
-
- Address
- 地址
-
-
-
- Date/Time
- 日期/时间
-
-
-
- Amount
- 金额
-
-
-
- Confirmations
-
-
-
-
- Connected directly
- 直接连接
-
-
-
- Connected over the internet via silentdragon wormhole service
- 通过silentdragon虫洞服务连接互联网
-
-
-
-
- Node is still syncing.
- 节点仍在同步。
-
-
-
-
- No sapling or transparent addresses with enough balance to spend.
- 没有sapling或透明地址有足够的余额可以花费。
-
-
-
- RecurringDialog
-
- Dialog
- 对话框
-
-
-
- Recurring Dialog
-
-
-
-
- View
- 视图
-
-
-
- Delete
- 删除
-
-
-
- RecurringListViewModel
-
-
- Amount
-
-
-
-
- Schedule
-
-
-
-
- Payments Left
-
-
-
-
- Next Payment
-
-
-
-
- To
-
-
-
-
- Every
-
-
-
-
- None
-
-
-
-
- RecurringPayments
-
- Payments
- 支付
-
-
-
- Recurring Payments
-
-
-
-
- RecurringPaymentsListViewModel
-
-
- Date
- 日期
-
-
-
- Status
- 状态
-
-
-
- Txid
- 交易ID
-
-
-
- Not due yet
- 尚未到期
-
-
-
- Pending
- 等待中
-
-
-
- Skipped
- 跳过
-
-
-
- Paid
- 已支付
-
-
-
- Error
- 错误
-
-
-
-
- Unknown
- 未知状态
-
-
-
- RecurringPending
-
- Dialog
- 对话框
-
-
-
- Recurring Multiple Payments
-
-
-
-
- No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
- 没有付款将被处理。您可以从“定期付款”对话框手动支付
-
-
-
- Schedule
- 计划
-
-
-
- How should silentdragon proceed?
- silentdragon应该如何处理?
-
-
-
- Pay All in 1 Tx
- 在一个交易中支付全部
-
-
-
- Only the latest pending payment will be processed. All previous pending payments will be skipped
- 只会处理最新的待处理付款。 之前的所有待付款都将被跳过
-
-
-
- Pay Latest Only
- 仅支付最新费用
-
-
-
- Pay None
- 没有支付
-
-
-
- All pending payments collected, added up and paid in a single transaction
- 所有待处理的付款都在一次交易中收集,累计和支付
-
-
-
- Description
- 描述
-
-
-
- To
- 发送到
-
-
-
- The following recurring payment has multiple payments pending
- 以下定期付款有多笔待付款
-
-
-
- RequestDialog
-
-
- Payment Request
- 付款请求
-
-
-
- AddressBook
- 地址簿
-
-
-
- Request From
- 请求来自
-
-
-
- My Address
- 我的地址
-
-
-
- Amount in
- 金额
-
-
-
- z address
- z address
-
-
-
- Amount
- 金额
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- 支付者在付款时会在“接收者”字段中看到此地址。
-
-
-
- Amount USD
- 金额 美元
-
-
-
- Memo
- 备注
-
-
-
- TextLabel
- TextLabel
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- 要求从树苗地址付款。 您将使用hush支付URI将hush 0.0001交易发送到该地址。 当地址付款时,备注将包含在交易中。
-
-
-
- Error paying DRGX URI
- 支付hush URI时出错
-
-
-
- URI should be of the form 'drgx:<addr>?amt=x&memo=y
- URI的格式应为'hush:<addr>?amt=x&memo=y‘
-
-
-
- Pay To
- 支付给
-
-
-
- Pay
- 支付
-
-
-
- You are paying a payment request. Your address will not be visible to the person requesting this payment.
- 您正在支付一个付款申请。 请求此付款的人员无法看到您的地址。
-
-
-
- Can only request from Sapling addresses
- 只能从Sapling地址请求
-
-
-
- Restore
-
-
- Restore your Wallet
-
-
-
-
- Birthday :
-
-
-
-
- Quantity :
-
-
-
-
- 180000
- 180000
-
-
-
- 10
- 10
-
-
-
- Restore
-
-
-
-
- RestoreSeedForm
-
-
- Restore Wallet Seed
-
-
-
-
- 180000
- 180000
-
-
-
- Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
-
-
-
-
- Quantity
-
-
-
-
- 10
- 10
-
-
-
- The quantity of shielded addresses that gets recreated during the restore process
-
-
-
-
- Please enter your 24-word seed below
-
-
-
-
- Wallet Seed
-
-
-
-
- Wallet Birthday
-
-
-
- 0
- 0
-
-
-
- RestoreSeedPage
-
-
- Restore wallet from seed
-
-
-
-
-
- Failed to restore wallet
-
-
-
-
- SilentDragonXLite needs 24 words to restore wallet
-
-
-
-
- Failed to parse wallet birthday
-
-
-
-
- Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
-
-
-
-
- Couldn't restore the wallet
-
-
-
-
- Failed to save wallet
-
-
-
-
- Couldn't save the wallet
-
-
-
-
- Settings
-
-
- Settings
- 设置
-
-
- hushd connection
- hushd连接
-
-
- Host
- 主机
-
-
- Port
- 端口
-
-
- RPC Username
- RPC用户名
-
-
- RPC Password
- RPC密码
-
-
-
- Options
- 选项
-
-
- Connect via Tor
- 通过Tor连接
-
-
-
- Check git for updates at startup
- 启动时检查git更新
-
-
- Remember shielded transactions
- 记住隐蔽交易
-
-
- Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
- 通常,从t-Addresses发送到另一个t-Address。 选中此选项会将更改发送到屏蔽的树苗地址。 选中此选项可增加隐私。
-
-
- Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
- 允许在发送交易时覆盖默认费用。由于费用是透明的,因此启用此选项可能会损害您的隐私。
-
-
- Clear History
- 清空历史屏蔽交易
-
-
- Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
- 屏蔽交易在本地保存并显示在交易“选项”卡中。 如果取消选中此项,屏蔽的交易将不会显示在“交易”选项卡中。
-
-
- Allow custom fees
- 允许自定义费用
-
-
- Shield change from t-Addresses to your sapling address
- 屏蔽改变从t-Addresses到您的树苗地址
-
-
- Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.
- 通过运行在127.0.0.1:9050上的SOCKS代理连接到Tor网络。 请注意,您必须在外部安装和运行Tor服务。
-
-
-
- Connect to git on startup to check for updates
- 在启动时连接到git以检查更新
-
-
-
- Connect to the internet to Fetch dragonx prices
- 连接到互联网以获取hush价格
-
-
- Fetch hush / USD prices
- 获取 hush/USD 价格
-
-
-
- Theme
-
-
-
-
- Connection
-
-
-
-
- Lightwallet Server
-
-
-
-
- Dark
-
-
-
-
- Midnight
-
-
-
-
- Light
-
-
-
-
- Blue
-
-
-
-
- Default
-
-
-
-
- test
-
-
-
-
- Fetch dragonx prices
-
-
-
-
- Currency
-
-
-
-
- AUD
-
-
-
-
- BTC
-
-
-
-
- CAD
-
-
-
-
- CHF
-
-
-
-
- CNY
-
-
-
-
- EUR
-
-
-
-
- GBP
-
-
-
-
- INR
-
-
-
-
- RUB
-
-
-
-
- USD
-
-
-
- Troubleshooting
- 故障排除
-
-
- Reindex
- 重建索引
-
-
- Rescan the blockchain for any missing wallet transactions and to correct your wallet balance. This may take several hours. You need to restart silentdragon for this to take effect
- 重新扫描区块链以查找任何丢失的钱包交易并更正您的钱包余额。 这可能需要几个小时。 您需要重新启动silentdragon才能使其生效
-
-
- Rescan
- 重新扫描
-
-
- Rebuild the entire blockchain from the genesis block, by rescanning all the block files. This may take several hours to days, depending on your hardware. You need to restart silentdragon for this to take effect
- 通过重新扫描所有区块文件,从创世块重建整个区块链。 这可能需要几个小时到几天,具体取决于您的硬件环境。 您需要重新启动silentdragon才能使其生效
-
-
-
- Turnstile
-
- Turnstile Migration
- 十字转门迁移
-
-
- Migrate over
- 中间地址
-
-
- From
- 从
-
-
- <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
- <html><head/><body><p>来自Sprout z-Addresses(以“zc”开头)的资金需要被移动到升级的Sapling z-Addresses(以“zs”开头)。 资金不能直接转移,但需要以隐私保护的方式通过中间透明地址发送。</p><p>此迁移可以自动完成。</p></body></html>
-
-
- To
- 迁移到
-
-
- Balance
- 余额
-
-
- Miner Fees
- 矿工费
-
-
- Total Balance
- 总余额
-
-
-
- TurnstileProgress
-
- Turnstile Migration Progress
- 十字转门迁移进度
-
-
- From
- 从
-
-
- To
- 发送到
-
-
- Please ensure you have your wallet.dat backed up!
- 请确保你的wallet.dat已经备份!
-
-
- Next Transaction in 4 hours
- 4小时后的下一笔交易
-
-
- Migration Progress
- 迁移进度
-
-
-
- ValidateAddress
-
- TextLabel
- TextLabel
-
-
-
- ViewAddressesDialog
-
-
- All Addresses
-
-
-
-
- Export All Keys
-
-
-
-
- ViewAllAddressesModel
-
-
- Address
- 地址
-
-
-
- Balance (%1)
-
-
-
-
- about
-
-
- About
- 关于
-
-
-
- addressBook
-
-
- Address Book
- 地址簿
-
-
-
- Add New Address
- 添加新地址
-
-
-
- Address (z-Addr or t-Addr)
- 地址 (z-Addr or t-Addr)
-
-
-
- <html><head/><body><p>Nickname :</p></body></html>
-
-
-
-
- HushChat Address - give this Address only to your contact
-
-
-
-
- <html><head/><body><p>Conversation ID:</p></body></html>
-
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p>Avatar :</p></body></html>
-
-
-
-
- Create a new HushChat zaddr
-
-
-
- Label
- 标签
-
-
-
- Add to Address Book
- 添加到地址薄
-
-
-
- Import Address Book
- 导入地址簿
-
-
-
- confirm
-
-
- Confirm Transaction
- 确认交易
-
-
- From
- 从
-
-
-
- To
- 发送到
-
-
-
- Recurring Payment
- 重复付款
-
-
-
- TextLabel
- TextLabel
-
-
- hushd doesn't seem to have any peers. You might not be connected to the internet, so this transaction might not work.
- hushd似乎没有任何可连接的节点。 您可能没有连接到互联网,因此此交易可能无效。
-
-
-
- You are sending a transaction while your node is still syncing. This may not work.
- 您在节点仍在同步时发送交易, 这可能发送不成功。
-
-
- You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
- 您使用的是自定义费用。 由于费用是透明的,您放弃了一些隐私。 只有在你知道自己在做什么的情况下才能使用它!
-
-
-
- createhushConf
-
-
- Configure dragonx.conf
- 配置 hush.conf
-
-
-
- Your dragonx node will be configured for you automatically
- 您的hush节点将自动为您配置
-
-
- Enable Fast Sync
- 启用快速同步
-
-
-
- Show Advanced Configuration
- 显示高级配置
-
-
- Allow connections to the internet to check for updates, get hush/USD prices etc...
- 允许连接到互联网检查更新,获得hush/USD价格等…
-
-
-
- Allow connections to the internet to check for updates, get dragonx prices etc...
-
-
-
-
- Use custom datadir
- 使用自定义datadir
-
-
-
- Choose directory
- 选择目录
-
-
-
- Please note that you'll need to already have a Tor service configured on port 9050
- 请注意,您需要在端口9050上已经配置了Tor服务
-
-
-
- Connect to the internet for updates and price feeds
- 连接到internet获取更新和价格数据
-
-
-
- Please choose a directory to store your wallet.dat and blockchain
- 请选择一个目录来存储您的wallet.dat和区块链数据
-
-
-
- Connect over Tor
- 连接到Tor
-
-
- <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
- <html><head/><body><p>在初始块下载期间跳过了最费时的检查。 <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">了解更多</span></a></p></body></html>
-
-
-
- deposithush
-
-
- Deposit DragonX
-
-
-
-
- <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
-
-
-
-
- <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
-
-
-
-
- DragonX zaddr
-
-
-
-
- Copy Address
-
-
-
-
- emojiDialog
-
-
- Emoji
-
-
-
-
- encryptionDialog
-
-
- Encrypt Your Wallet
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- hushrequest
-
-
- Request Payment
-
-
-
-
- TextLabel
- TextLabel
-
-
-
- Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
- 要求从树苗地址付款。 您将使用hush支付URI将hush 0.0001交易发送到该地址。 当地址付款时,备注将包含在交易中。
-
-
-
- Request From
- 请求来自
-
-
-
- zaddr
-
-
-
-
- Amount in
- 金额
-
-
-
- Amount
- 金额
-
-
-
- Amount USD
- 金额 美元
-
-
-
- Memo
- 备注
-
-
-
- My Address
- 我的地址
-
-
-
- The recipient will see this address in the "to" field when they pay your request.
- 支付者在付款时会在“接收者”字段中看到此地址。
-
-
-
- newRecurringDialog
-
-
- Edit Schedule
- 编辑计划
-
-
-
- Payment Description
- 付款说明
-
-
-
- Schedule
- 计划
-
-
-
- Next Payment
- 下一次付款
-
-
-
- Amount
- 金额
-
-
-
- Memo
- 备注
-
-
-
- To
- 发送给
-
-
-
- From
- 从
-
-
-
- Number of payments
- 支付次数
-
-
-
- removeencryption
-
-
- Decrypt Your Wallet
-
-
-
-
- <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- Confirm Passphrase:
-
-
-
-
- <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
-
-
-
-
- requestDialog
-
-
- Incoming Contact Request
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
-
-
-
-
- Request from:
-
-
-
-
- Add New Contact
-
-
-
-
- <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
-
-
-
-
- My Zaddr:
-
-
-
-
- Cancel
- 取消
-
-
-
- Anonymous
-
-
-
-
- Duke
-
-
-
-
- onryo
-
-
-
-
- fekt
-
-
-
-
- jahway603
-
-
-
-
- Denio
-
-
-
-
- Sharpee
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
-
-
-
-
- <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
-
-
-
-
- Give a Nickname:
-
-
-
-
- startup
-
-
- Welcome Back
-
-
-
-
- <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
-
-
-
-
- Create new Wallet or Restore
-
-
-
-
- Encryption Passphrase:
-
-
-
-
- transactionHush
-
-
- Send or Request drgx
-
-
-
-
- To :
-
-
-
-
- Amount:
-
-
-
-
- Amount
- 金额
-
-
-
- DragonX
-
-
-
-
- Memo :
-
-
-
-
- Request drgx
-
-
-
-
- Send DragonX
-
-
-
-
- verifyseed
-
- Dialog
- 对话框
-
-
-
- Please verify, that you have backup your Seed and Birthday
-
-
-
-
- Please enter your Seed :
-
-
-
-
- Please enter the birthday of the Seed :
-
-
-
-
- zboard
-
- Post to z-board.net
- 发布到z-board.net
-
-
- Total Fee
- 总费用
-
-
- Memo
- 备注
-
-
- (optional)
- (可选)
-
-
- Send From
- 发送来自
-
-
- Post As:
- 发布为:
-
-
- <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
- <html><head/><body><p>ZBoard:基于hush区块链的完全匿名且无法追踪的聊天消息。 <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
-
-
- Warning
- 警告
-
-
- Posting to Board
- 发布到Board
-
-
-
+
+
+
+
+ AddressBookModel
+
+
+ Label
+ 标签
+
+
+
+ Address
+ 地址
+
+
+
+ Avatar
+
+
+
+
+ HushChatAddress
+
+
+
+
+ CID
+
+
+
+
+ BalancesTableModel
+
+
+ Address
+ 地址
+
+
+
+ Amount
+ 金额
+
+
+
+ ChatBubbleMe
+
+
+ Form
+
+
+
+
+ Speak And Transact Freely With Hush
+
+
+
+
+ 01/01/2021 12:34
+ 01/01/2021 12:34
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ChatBubblePartner
+
+
+ Form
+
+
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+
+ 12/03/2020 12:34
+ 12/03/2020 12:34
+
+
+
+ ConnectionDialog
+
+ silentdragon
+ hush钱包
+
+
+
+ SilentDragonXLite
+
+
+
+
+ The Dragon Awakens...
+
+
+
+ Starting Up
+ 启动中
+
+
+
+ Controller
+
+
+ Wallet Password
+
+
+
+
+ Your wallet is encrypted.
+Please enter your wallet password
+
+
+
+
+
+ Wallet Decryption Failed
+
+
+
+
+ Please enter a valid password
+
+
+
+
+ Failed to unlock wallet
+
+
+
+
+ CreateWalletForm
+
+
+ Create New SDL Wallet
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
+<h1 align="center" style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">DragonX + HushChat Terms of Service</span></h1>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">All users of this platform agree to not use it for initiating or threatening any forceful interference or violence on an individual or their property, aka, the <a href="https://en.wikipedia.org/wiki/Non-aggression_principle"><span style=" text-decoration: underline; color:#0000ff;">Non-Aggression Principle</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">THE SERVICE IS PROVIDED “AS IS” AND The Hush Developers DO NOT MAKE ANY SPECIFIC COMMITMENTS OR WARRANTIES ABOUT THE SERVICE.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">By clicking OK, you agree to use Hush, the SilentDragon family of wallets, HushChat, and any software developed by The Hush Developers in accordance with your local laws, that all liabilities related to using this service are your own, and The Hush Developers WILL NOT BE RESPONSIBLE FOR any losses related to using this software.</p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
+
+
+
+
+ I accept the Terms of Service
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ Restore wallet from seed
+
+
+
+
+ Create a new wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Dialog
+
+
+ Send Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a nickname for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Choose an avatar for your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert a memo for your request:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Your HushChat Address:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Insert the address of your contact:</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" color:#d3d7cf;">Generate your HushChat Address - please wait a second - </span></p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ 0/512
+ 0/512
+
+
+
+ Add a memo to your request
+
+
+
+
+ Cancel
+ 取消
+
+
+
+ Add Contact and Send Request
+
+
+
+
+ FirstTimeWizard
+
+
+ New wallet wizard
+
+
+
+
+ MainWindow
+
+ silentdragon
+ hush钱包
+
+
+
+ Balance
+ 余额
+
+
+
+ Summary
+ 概要
+
+
+
+ Shielded
+ 隐蔽余额
+
+
+
+ Notarized
+
+
+
+
+ Transparent
+ 非隐蔽余额
+
+
+
+ Spendable
+
+
+
+
+ Total
+ 所有余额
+
+
+
+ Your node is still syncing, balances may not be updated.
+
+
+
+
+ Some transactions are not yet confirmed. Balances may change.
+
+
+
+
+ Deposit DragonX
+
+
+
+
+ Total notarized funds available:
+
+
+
+
+ Next Address
+
+
+
+
+ Your node is still syncing, balances may not be updated
+ 您的节点仍在同步,余额可能没有更新
+
+
+ Some transactions are not yet confirmed
+ 部分交易尚未得到确认
+
+
+
+ Address Balances
+ 地址余额
+
+
+
+
+ Send
+ 发送
+
+
+ From
+ 从
+
+
+ Address Balance
+ 地址余额
+
+
+
+ SilentDragonXLite
+
+
+
+
+ Send To
+ 发送给
+
+
+
+ Recipient
+ 接收者
+
+
+
+
+
+
+
+ Address
+ 地址
+
+
+
+
+ Address Book
+ 地址薄
+
+
+
+
+
+
+ Amount
+ 金额
+
+
+
+ Max Available
+ 最大可发送金额
+
+
+
+
+
+
+ Memo
+ 备注
+
+
+
+ Add Recipient
+ 添加接收者
+
+
+ Recurring payment
+ 循环支付
+
+
+ Every month, starting 12-May-2012, for 6 payments
+ 从2012年5月12日开始,每月支付6次
+
+
+ Edit Schedule
+ 编辑计划
+
+
+
+
+ Miner Fee
+ 矿工费用
+
+
+
+ 0
+ 0
+
+
+
+ Cancel
+ 取消
+
+
+
+ Receive
+ 接收
+
+
+
+ Address Type
+ 地址类型
+
+
+
+ z-Addr
+ 隐蔽地址(z-Addr)
+
+
+ t-Addr
+ 非隐蔽地址(t-Addr)
+
+
+
+ Information about DragonX
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Blockchain Information</span></p></body></html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <html><head/><body><p align="center">|</p></body></html>
+
+
+
+
+ Next Halving
+
+
+
+
+ Difficulty
+
+
+
+
+ Last Notarized Block
+
+
+
+
+ Total Supply
+
+
+
+
+ Current Server
+
+
+
+
+ Sticky Server
+
+
+
+
+ Longestchain
+
+
+
+
+ <html><head/><body><p align="center"> </p></body></html>
+
+
+
+
+ Import Private Key
+
+
+
+ New Address
+ 创建新地址
+
+
+
+ View All Addresses
+
+
+
+
+ Label
+ 标签
+
+
+
+ Update Label
+ 更新标签
+
+
+
+ Address balance
+ 地址余额
+
+
+
+ Optional
+ 可选
+
+
+
+
+ Export Private Key
+ 导出私钥
+
+
+
+ Transactions
+ 交易
+
+
+
+ Version drgxlightd
+
+
+
+
+ BlockHeight
+
+
+
+
+ Supply zAddr
+
+
+
+
+ Supply tAddr
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">DragonX Market Information</span></p></body></html>
+
+
+
+
+ Market Cap
+
+
+
+
+ Volume on Exchanges
+
+
+
+
+ HushChat
+
+
+
+
+ Incoming contact request
+
+
+
+
+ Add a new contact
+
+
+
+
+ Get a new Address
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600; text-decoration: underline;">Contactlist</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" font-weight:600;">Contact Name :</span></p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><br/></p></body></html>
+
+
+
+
+ The locks shows you the status of the message. Red lock = unconfirmed, green lock = min. 1 confirmations, orange lock = message is notarized
+
+
+
+
+ &Send DenioD Feedback
+
+
+
+
+ &Export seed phrase
+
+
+
+
+ Encrypt Wallet
+
+
+
+
+ Remove Wallet Encryption
+
+
+
+
+ Rescan
+ 重新扫描
+
+
+ hushd
+ 节点
+
+
+
+ &DragonX Telegram
+
+
+
+
+ &DragonX Website
+
+
+
+ This is a Lightwallet, you cant mine with it! not mining
+ 您目前没有在挖矿
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading...
+ 加载中...
+
+
+ Blockheight
+ 区块高度
+
+
+ Version hushd light rate
+ 全网算力
+
+
+
+ Vendor
+ 连接数
+
+
+ |
+ |
+
+
+
+ &File
+ &文件
+
+
+
+ &Help
+ &帮助
+
+
+ &Apps
+ &应用
+
+
+
+ &Edit
+ &编辑
+
+
+
+ E&xit
+ &退出
+
+
+
+ &About
+ &关于
+
+
+
+ &Settings
+ &设置
+
+
+
+ Ctrl+P
+ Ctrl+P
+
+
+ &Donate
+ &捐赠
+
+
+
+ Check git for &updates
+ 检查git获取和&更新
+
+
+ Sapling &turnstile
+ 树苗&十字旋转门
+
+
+ Ctrl+A, Ctrl+T
+ Ctrl+A, Ctrl+T
+
+
+ &Import private key
+ &导入私钥
+
+
+
+ &Export all private keys
+ &导出所有私钥
+
+
+ &z-board.net
+ &z-board.net
+
+
+ Ctrl+A, Ctrl+Z
+ Ctrl+A, Ctrl+Z
+
+
+
+ Address &book
+ &地址簿
+
+
+
+ Ctrl+B
+ Ctrl+B
+
+
+ &Backup wallet.dat
+ &备份 wallet.dat
+
+
+
+
+ Export transactions
+ 导出交易
+
+
+
+ Pay drgx &URI...
+ 支付hush &URI ...
+
+
+ Connect mobile &app
+ 连接移动&App
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+ &Recurring Payments
+ &定期付款
+
+
+
+ Request drgx...
+ 请求 hush...
+
+
+
+ File a bug...
+ 提交错误...
+
+
+ Not yet ready
+ 尚未准备好
+
+
+ hushd is not yet ready. Please wait for the UI to load
+ hushd尚未准备好。 请等待UI加载
+
+
+
+ View tx on block explorer
+
+
+
+
+ Refresh
+
+
+
+ Tor configuration is available only when running an embedded hushd.
+ Tor配置仅在运行嵌入的hushd时可用。
+
+
+ You're using an external hushd. Please restart hushd with -rescan
+ 你正在使用外部hushd。 请使用-rescan参数重新启动hushd
+
+
+ You're using an external hushd. Please restart hushd with -reindex
+ 你正在使用外部hushd。 请使用-reindex重新启动hushd
+
+
+ Enable Tor
+ 启用Tor
+
+
+ Connection over Tor has been enabled. To use this feature, you need to restart silentdragon.
+ 已启用Tor上的连接。 要使用此功能,您需要重新启动silentdragon。
+
+
+ Disable Tor
+ 禁用Tor
+
+
+ Connection over Tor has been disabled. To fully disconnect from Tor, you need to restart silentdragon.
+ Tor上的连接已被禁用。 要完全断开与Tor的连接,您需要重新启动silentdragon。
+
+
+ silentdragon needs to restart to rescan/reindex. silentdragon will now close, please restart silentdragon to continue
+ silentdragon需要重新启动才能重新扫描/重新索引。 silentdragon现在关闭,请重启silentdragon以继续
+
+
+ Restart silentdragon
+ 重启silentdragon
+
+
+ Thanks for supporting silentdragon!
+ 感谢您支持silentdragon!
+
+
+ Donate 0.01
+ 捐赠0.01
+
+
+ to support silentdragon
+ 支持silentdragon
+
+
+ You are on testnet, your post won't actually appear on z-board.net
+ 你在testnet上,你的帖子实际上不会出现在z-board.net上
+
+
+ You need a sapling address with available balance to post
+ 您需要一个具有可用余额的sapling地址才能发布
+
+
+ Computing Tx:
+ 计算交易:
+
+
+ Private key import rescan finished
+ 私钥导入重新扫描完成
+
+
+ Paste DRGX URI
+ 粘贴hush URI
+
+
+ Error paying DRGX URI
+ 支付hush URI时出错
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI的格式应为 'hush:<addr>?amt=x&memo=y'
+
+
+ Please paste your private keys (z-Addr or t-Addr) here, one per line
+ 请在此粘贴您的私钥(z-Addr或t-Addr),每行一个
+
+
+ The keys will be imported into your connected hushd node
+ 密钥将导入已连接的hushd节点
+
+
+
+
+ The keys were imported. It may take several minutes to rescan the blockchain. Until then, functionality may be limited
+ 钥匙是导入的。 重新扫描区块链可能需要几分钟时间。 在此之前,功能可能会受到限制
+
+
+
+ Error
+ 错误
+
+
+
+ Error exporting transactions, file was not saved
+ 导出交易时出错,文件未保存
+
+
+ No wallet.dat
+ 没有 wallet.dat
+
+
+ Couldn't find the wallet.dat on this computer
+ 在这台电脑上找不到wallet.dat
+
+
+ You need to back it up from the machine hushd is running on
+ 你需要从运行hushd的机器备份它
+
+
+ Backup wallet.dat
+ 备份 wallet.dat
+
+
+ Couldn't backup
+ 无法备份
+
+
+ Couldn't backup the wallet.dat file.
+ 无法备份wallet.dat文件。
+
+
+ You need to back it up manually.
+ 您需要手动备份它。
+
+
+
+ These are all the private keys for all the addresses in your wallet
+ 这些都是钱包中所有地址的私钥
+
+
+
+ Private key for
+ 私钥
+
+
+
+
+ Save File
+ 保存文件
+
+
+
+ Passwords don't match
+
+
+
+
+
+ Wallet Encryption Failed
+
+
+
+
+ Wallet is not encrypted
+
+
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave it as '0' if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Out of memory!
+
+
+
+
+
+ Copy block explorer link
+
+
+
+
+ Currency Change
+
+
+
+
+ Private key import rescan in progress. Your funds will be shielded into this wallet and backed up by your seed phrase. This will take some time
+
+
+
+
+
+ Wrong Private key format
+
+
+
+
+ That private key is too long. It should be 51 or 52 characters.
+
+
+
+
+ That private key is too short. It should be 51 or 52 characters.
+
+
+
+
+ Privatkey should start with 5, K, L or U (for taddr) or secret- (for zaddr)
+
+
+
+
+ Caution: If this key is for a zaddr it will be NOT included in your Seed. Please send them direct to a Seed zaddr
+
+
+
+
+ Transparent address (R.. or t1..) keys will be automatically sent to a zaddr in your Seed
+
+
+
+
+ This is your wallet seed. Please back it up carefully and safely.
+
+
+
+
+
+ Unable to open file
+ 无法打开文件
+
+
+
+ Error getting private keys
+
+
+
+
+ Error loading private keys:
+
+
+
+
+
+ Copy address
+ 复制成功
+
+
+
+
+
+
+ Copied to clipboard
+ 复制到剪贴板
+
+
+
+ Wallet Encryption Success
+
+
+
+
+ Your wallet is not encrypted with a passphrase.
+
+
+
+
+ Wallet decryption Success
+
+
+
+
+ Get private key
+ 获取私钥
+
+
+ Shield balance to Sapling
+ 屏蔽余额到Sapling地址
+
+
+
+
+ View on block explorer
+ 从区块浏览器中查看
+
+
+ Migrate to Sapling
+ 迁移到Sapling地址
+
+
+
+
+ Copy txid
+ 复制交易ID
+
+
+
+ This change can take a few seconds.
+
+
+
+
+ Wrong Privatkey format
+
+
+
+
+ Paste DRGX URI
+
+
+
+
+ Error paying DRGX URI
+
+
+
+
+ Please paste your private key(zs-Addr or R-addr) here, one per import
+
+
+
+
+ The keys were imported without rescan option. The Address you imported will be visible without balance
+
+
+
+
+ View Payment Request
+ 查看付款申请
+
+
+
+ View Memo
+ 查看备注
+
+
+
+ Reply to
+ 回复给
+
+
+
+ Copied Hyperlink to clipboard
+
+
+
+
+ Copied message to clipboard
+
+
+
+
+ Copied Txid to clipboard
+
+
+
+ Created new t-Addr
+ 创建了新的t-Addr
+
+
+
+ Copy Address
+
+
+
+
+ Address has been previously used
+ 该地址以前使用过
+
+
+
+ Address is unused
+ 地址未使用
+
+
+
+ Cannot support multiple addresses
+ 不能支持多个地址
+
+
+
+ Recurring payments doesn't currently support multiple addresses
+ 定期付款目前不支持多个地址
+
+
+
+ Recipient
+ 接收者
+
+
+
+ Only z-addresses can have memos
+ 只有 z-addresses 才能有备注
+
+
+ Memos can only be used with z-addresses
+ 备注只能与z-addresses一起使用
+
+
+ The memo field can only be used with a z-address.
+
+ 备注字段只能与z-address一起使用。
+
+
+
+
+doesn't look like a z-address
+
+看起来不像是z-address
+
+
+
+
+ Please wait...
+
+
+
+
+ Computing your transaction
+
+
+
+
+
+ Done!
+
+
+
+ Change from
+ 更改发送地址
+
+
+ Current balance :
+ 当前余额 :
+
+
+ Balance after this Tx:
+ 这次交易后余额:
+
+
+
+ Transaction Error
+ 交易错误
+
+
+ From Address is Invalid
+ 发送地址无效
+
+
+
+
+ You have to select a contact and insert a Memo
+
+
+
+
+
+ You have selected no Contact from Contactlist,
+
+
+
+
+
+
+
+or your Memo is empty
+
+
+
+
+
+ Your Message is too long
+
+
+
+
+ You can only write messages with 235 character maximum
+
+
+
+
+
+
+
+ Please reduce your message to 235 character.
+
+
+
+
+
+
+
+ Message Error
+
+
+
+
+
+
+
+
+ Recipient Address
+ 接收地址
+
+
+
+
+
+
+
+ is Invalid
+ 无效
+
+
+
+
+
+
+
+ Amount for address '%1' is invalid!
+
+
+
+
+
+
+
+
+ Not enough available funds to send this transaction
+
+Have: %1
+Need: %2
+
+Note: Funds need 1 confirmations before they can be spent
+
+
+
+
+ You can only write messages with 512 character maximum
+
+
+
+
+
+ Your contact request will be sent
+
+
+
+ Amount '%1' is invalid!
+ 转账金额 '%1' 无效!
+
+
+
+ MemoDialog
+
+
+
+ Memo
+ 备注
+
+
+
+ Include Reply Address
+ 包含回复地址
+
+
+
+ MemoEdit
+
+
+ Reply to
+ 回复
+
+
+
+ MigrationDialog
+
+ Migration Turnstile
+ 迁移旋转门
+
+
+ Migration History
+ 迁移历史记录
+
+
+ Migrated Amount
+ 已迁移金额
+
+
+ Unmigrated Amount
+ 未迁移金额
+
+
+ Sprout -> Sapling migration enabled
+ Sprout ->Sapling 启用迁移
+
+
+ If enabled, hushd will slowly migrate your Sprout shielded funds to your Sapling address.
+ 如果启用,hushd将慢慢将您的Sprout屏蔽资金迁移到您的Sapling地址。
+
+
+
+ MigrationTxns
+
+ Migration Txids
+ 迁移交易ID
+
+
+
+ MobileAppConnector
+
+ Connect Mobile App
+ 连接手机App
+
+
+
+ Mobile Connector App
+
+
+
+
+ Scan this QRCode from your silentdragon companion app to connect your phone
+ 从您的silentdragon配套应用程序扫描此二维码以连接您的手机
+
+
+
+ QR Code
+ 二维码
+
+
+
+ Connection String
+ 连接字符串
+
+
+
+ Allow connections over the internet via silentdragon wormhole
+ 允许通过silentdragon虫洞连接互联网
+
+
+
+ silentdragon Companion App
+ silentdragon配套App
+
+
+
+ Disconnect
+ 断开连接
+
+
+
+
+ TextLabel
+ TextLabel
+
+
+
+ Last seen:
+ 上一次连接:
+
+
+
+ Connection type:
+ 连接类型:
+
+
+
+ NewOrRestorePage
+
+
+ Create or Restore wallet.
+
+
+
+
+ Next
+
+
+
+
+ Passphrase don't match or You have entered too few letters (16 minimum)
+
+
+
+
+ NewSeedForm
+
+
+ Form
+
+
+
+
+ This is your new wallet's seed phrase. PLEASE BACK IT UP SECURELY. Write it on paper. Do not store it anywhere others can access it.
+
+
+
+
+ The seed phrase is the only way to restore the wallet. If you forget the seed phrase, THERE IS NO WAY TO RESTORE YOUR WALLET AND THE FUNDS in it
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">This is the birthday of your Seed. Please back it up too</span></p></body></html>
+
+
+
+
+ Birthday of the Seed :
+
+
+
+
+ NewSeedPage
+
+
+ Your new wallet
+
+
+
+
+ Error creating a wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Wrong Seed
+
+
+
+
+ Please try again
+
+
+
+
+ PrivKey
+
+ Private Key
+ 私钥
+
+
+
+ Private Keys
+
+
+
+
+ Rescan Wallet
+
+
+
+
+ QObject
+
+
+ Pick
+ 选择
+
+
+
+
+
+ Address or Label Error
+ 地址或标签错误
+
+
+
+
+
+ Address or Label cannot be empty
+ 地址或标签不能为空
+
+
+
+
+
+ Address Format Error
+ 地址格式错误
+
+
+
+
+
+ %1 doesn't seem to be a valid dragonx address.
+ %1 似乎不是有效的hush地址。
+
+
+
+
+
+
+ Label Error
+ 标签错误
+
+
+
+
+
+
+ The label '%1' already exists. Please remove the existing label.
+ 标签 '%1' 已存在。 请删除现有标签。
+
+
+
+
+ Added Contact
+
+
+
+
+
+ successfully added your new contact
+
+
+
+
+ Import Address Book
+ 导入地址簿
+
+
+
+ Unable to open file
+ 无法打开文件
+
+
+
+ Address Book Import Done
+ 地址簿导入完成
+
+
+
+ Imported %1 new Address book entries
+ 已导入 %1 个新地址簿条目
+
+
+
+ Copy address
+ 复制地址
+
+
+
+ Copied to clipboard
+ 复制到剪贴板
+
+
+
+ Delete label
+ 删除标签
+
+
+ Attempting autoconnect
+ 尝试自动连接
+
+
+ Starting embedded hushd
+ 启动内嵌的hushd
+
+
+ hushd is set to run as daemon
+ hushd设置为作为守护进程运行
+
+
+ Waiting for hushd
+ 等待hushd
+
+
+ You have hushd set to start as a daemon, which can cause problems with silentdragon
+
+.Please remove the following line from your hush.conf and restart silentdragon
+daemon=1
+ 你已经将hushd设置为守护进程启动,这可能会导致silentdragon出现问题
+
+。请从hush.conf中删除以下行并重新启动silentdragon
+daemon=1
+
+
+ Couldn't start the embedded hushd.
+
+Please try restarting.
+
+If you previously started hushd with custom arguments, you might need to reset hush.conf.
+
+If all else fails, please run hushd manually.
+ 无法启动内嵌的hushd。
+
+请尝试重新启动。
+
+如果您之前使用自定义参数启动了hushd,则可能需要重置hush.conf。
+
+如果所有其他方法都失败了,请手动运行hushd。
+
+
+ The process returned
+ 该进程返回
+
+
+ Couldn't connect to hushd configured in hush.conf.
+
+Not starting embedded hushd because --no-embedded was passed
+ 无法连接到hush.conf中配置的hushd。
+
+没有启动内嵌的hushd,因为已经传了--no-embedded参数
+
+
+ Hide Advanced Config
+ 隐藏高级配置
+
+
+ Show Advanced Config
+ 显示高级配置
+
+
+ Choose data directory
+ 选择数据目录
+
+
+ All Downloads Finished Successfully!
+ 所有下载成功完成!
+
+
+ Couldn't download params. Please check the help site for more info.
+ 无法下载params。 请查看帮助网站以获取更多信息。
+
+
+ Downloading
+ 下载
+
+
+ more remaining )
+ 剩余)
+
+
+ MB of
+ MB of
+
+
+ MB at
+ MB at
+
+
+ failed. Please check the help site for more info
+ 失败。 请查看帮助网站以获取更多信息
+
+
+ hushd error
+ hushd 出错
+
+
+ A manual connection was requested, but the settings are not configured.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ 请求了手动连接,但未配置设置。
+
+请在编辑 - >设置菜单中设置主机/端口和用户/密码。
+
+
+ Could not connect to hushd configured in settings.
+
+Please set the host/port and user/password in the Edit->Settings menu.
+ 无法连接到设置中配置的hushd。
+
+请在编辑 - >设置菜单中设置主机/端口和用户/密码。
+
+
+ Authentication failed. The username / password you specified was not accepted by hushd. Try changing it in the Edit->Settings menu
+ 验证失败。 hushd不接受您指定的用户名/密码。 请在编辑 - >设置菜单中更改它
+
+
+ Your hushd is starting up. Please wait.
+ 你的hushd正在启动。 请耐心等待。
+
+
+ This may take several hours
+ 这可能需要几个小时
+
+
+
+ Attempting to initialize library with
+
+
+
+
+ Using existing wallet.
+
+
+
+
+ Create/restore wallet.
+
+
+
+
+
+ Connection Error
+ 连接错误
+
+
+
+
+
+
+
+
+
+ Transaction Error
+ 交易错误
+
+
+
+ There was an error sending the transaction. The error was:
+ 发送交易时出错。 错误是:
+
+
+
+
+
+
+
+
+
+ Tx
+ 交易
+
+
+
+
+
+
+
+
+
+ failed
+ 失败
+
+
+
+
+
+
+
+
+ The transaction with id
+ 交易
+
+
+
+
+
+
+
+
+ failed. The error was
+ 失败。 错误是
+
+
+
+
+ Please wait for SilentDragonXLite to exit
+
+
+
+
+ No dragonx price was available to convert from USD
+ hush的美元价格无法获取
+
+
+ Computing Recurring Tx:
+ 计算重复交易:
+
+
+
+ View on block explorer
+ 在区块浏览器查看
+
+
+
+ View Error
+ 查看错误
+
+
+
+ Reported Error
+ 报告错误
+
+
+
+
+ Are you sure you want to delete the recurring payment?
+ 您确定要删除定期付款吗?
+
+
+
+ All future payments will be cancelled.
+ 所有未来的付款都将被取消。
+
+
+
+
+ No Connection
+ 没有连接
+
+
+ Downloading blocks
+ 下载区块
+
+
+ Blockheight
+ 区块高度
+
+
+ Syncing
+ 同步中
+
+
+ Connected
+ 已连接
+
+
+ testnet:
+ testnet:
+
+
+ Connected to hushd
+ 连接到hushd
+
+
+ hushd has no peer connections
+ hushd没有节点可连接
+
+
+ There was an error connecting to hushd. The error was
+ 连接到hushd时出错。 错误是
+
+
+ tx computing. This can take several minutes.
+ 交易计算中。 这可能需要几分钟。
+
+
+
+ There was an error connecting to the server. Please check your internet connection. The error was
+
+
+
+
+ Update Available
+ 可用更新
+
+
+
+ A new release v%1 is available! You have v%2.
+
+Would you like to visit the releases page?
+ 新版本 v%1.可用! 你有 v%2.
+
+您想访问发布页面吗?
+
+
+
+ No updates available
+ 没有可用的更新
+
+
+
+ You already have the latest release v%1
+ 您已拥有最新版本 v%1
+
+
+
+
+ It may take several minutes
+
+
+
+ Please wait for silentdragon to exit
+ 请等待silentdragon退出
+
+
+ Waiting for hushd to exit
+ 等待hushd退出
+
+
+
+ Tx submitted (right click to copy) txid:
+ 交易提交(右键单击复制)交易ID:
+
+
+ Locked funds
+ 锁定资金
+
+
+ Could not initiate migration.
+You either have unconfirmed funds or the balance is too low for an automatic migration.
+ 无法启动迁移。
+您要么有未经证实的资金,要么余额太低,无法进行自动迁移。
+
+
+ Computing Tx:
+ 计算交易:
+
+
+
+ Type
+ 类型
+
+
+
+ Address
+ 地址
+
+
+
+ Date/Time
+ 日期/时间
+
+
+
+ Amount
+ 金额
+
+
+
+ Confirmations
+
+
+
+
+ Connected directly
+ 直接连接
+
+
+
+ Connected over the internet via silentdragon wormhole service
+ 通过silentdragon虫洞服务连接互联网
+
+
+
+
+ Node is still syncing.
+ 节点仍在同步。
+
+
+
+
+ No sapling or transparent addresses with enough balance to spend.
+ 没有sapling或透明地址有足够的余额可以花费。
+
+
+
+ RecurringDialog
+
+ Dialog
+ 对话框
+
+
+
+ Recurring Dialog
+
+
+
+
+ View
+ 视图
+
+
+
+ Delete
+ 删除
+
+
+
+ RecurringListViewModel
+
+
+ Amount
+
+
+
+
+ Schedule
+
+
+
+
+ Payments Left
+
+
+
+
+ Next Payment
+
+
+
+
+ To
+
+
+
+
+ Every
+
+
+
+
+ None
+
+
+
+
+ RecurringPayments
+
+ Payments
+ 支付
+
+
+
+ Recurring Payments
+
+
+
+
+ RecurringPaymentsListViewModel
+
+
+ Date
+ 日期
+
+
+
+ Status
+ 状态
+
+
+
+ Txid
+ 交易ID
+
+
+
+ Not due yet
+ 尚未到期
+
+
+
+ Pending
+ 等待中
+
+
+
+ Skipped
+ 跳过
+
+
+
+ Paid
+ 已支付
+
+
+
+ Error
+ 错误
+
+
+
+
+ Unknown
+ 未知状态
+
+
+
+ RecurringPending
+
+ Dialog
+ 对话框
+
+
+
+ Recurring Multiple Payments
+
+
+
+
+ No payments will be processed. You can manually pay them from the Recurring Payments Dialog box
+ 没有付款将被处理。您可以从“定期付款”对话框手动支付
+
+
+
+ Schedule
+ 计划
+
+
+
+ How should silentdragon proceed?
+ silentdragon应该如何处理?
+
+
+
+ Pay All in 1 Tx
+ 在一个交易中支付全部
+
+
+
+ Only the latest pending payment will be processed. All previous pending payments will be skipped
+ 只会处理最新的待处理付款。 之前的所有待付款都将被跳过
+
+
+
+ Pay Latest Only
+ 仅支付最新费用
+
+
+
+ Pay None
+ 没有支付
+
+
+
+ All pending payments collected, added up and paid in a single transaction
+ 所有待处理的付款都在一次交易中收集,累计和支付
+
+
+
+ Description
+ 描述
+
+
+
+ To
+ 发送到
+
+
+
+ The following recurring payment has multiple payments pending
+ 以下定期付款有多笔待付款
+
+
+
+ RequestDialog
+
+
+ Payment Request
+ 付款请求
+
+
+
+ AddressBook
+ 地址簿
+
+
+
+ Request From
+ 请求来自
+
+
+
+ My Address
+ 我的地址
+
+
+
+ Amount in
+ 金额
+
+
+
+ z address
+ z address
+
+
+
+ Amount
+ 金额
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ 支付者在付款时会在“接收者”字段中看到此地址。
+
+
+
+ Amount USD
+ 金额 美元
+
+
+
+ Memo
+ 备注
+
+
+
+ TextLabel
+ TextLabel
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ 要求从树苗地址付款。 您将使用hush支付URI将hush 0.0001交易发送到该地址。 当地址付款时,备注将包含在交易中。
+
+
+
+ Error paying DRGX URI
+ 支付hush URI时出错
+
+
+
+ URI should be of the form 'drgx:<addr>?amt=x&memo=y
+ URI的格式应为'hush:<addr>?amt=x&memo=y‘
+
+
+
+ Pay To
+ 支付给
+
+
+
+ Pay
+ 支付
+
+
+
+ You are paying a payment request. Your address will not be visible to the person requesting this payment.
+ 您正在支付一个付款申请。 请求此付款的人员无法看到您的地址。
+
+
+
+ Can only request from Sapling addresses
+ 只能从Sapling地址请求
+
+
+
+ Restore
+
+
+ Restore your Wallet
+
+
+
+
+ Birthday :
+
+
+
+
+ Quantity :
+
+
+
+
+ 180000
+ 180000
+
+
+
+ 10
+ 10
+
+
+
+ Restore
+
+
+
+
+ RestoreSeedForm
+
+
+ Restore Wallet Seed
+
+
+
+
+ 180000
+ 180000
+
+
+
+ Wallet birthday is the block height at which the wallet had the first transaction. If you don't know this, you can leave the default. (It'll take longer to rescan)
+
+
+
+
+ Quantity
+
+
+
+
+ 10
+ 10
+
+
+
+ The quantity of shielded addresses that gets recreated during the restore process
+
+
+
+
+ Please enter your 24-word seed below
+
+
+
+
+ Wallet Seed
+
+
+
+
+ Wallet Birthday
+
+
+
+ 0
+ 0
+
+
+
+ RestoreSeedPage
+
+
+ Restore wallet from seed
+
+
+
+
+
+ Failed to restore wallet
+
+
+
+
+ SilentDragonXLite needs 24 words to restore wallet
+
+
+
+
+ Failed to parse wallet birthday
+
+
+
+
+ Couldn't understand wallet birthday. This should be a block height from where to rescan the wallet. You can leave the default if you don't know what it should be.
+
+
+
+
+ Couldn't restore the wallet
+
+
+
+
+ Failed to save wallet
+
+
+
+
+ Couldn't save the wallet
+
+
+
+
+ Settings
+
+
+ Settings
+ 设置
+
+
+ hushd connection
+ hushd连接
+
+
+ Host
+ 主机
+
+
+ Port
+ 端口
+
+
+ RPC Username
+ RPC用户名
+
+
+ RPC Password
+ RPC密码
+
+
+
+ Options
+ 选项
+
+
+ Connect via Tor
+ 通过Tor连接
+
+
+
+ Check git for updates at startup
+ 启动时检查git更新
+
+
+ Remember shielded transactions
+ 记住隐蔽交易
+
+
+ Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.
+ 通常,从t-Addresses发送到另一个t-Address。 选中此选项会将更改发送到屏蔽的树苗地址。 选中此选项可增加隐私。
+
+
+ Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent.
+ 允许在发送交易时覆盖默认费用。由于费用是透明的,因此启用此选项可能会损害您的隐私。
+
+
+ Clear History
+ 清空历史屏蔽交易
+
+
+ Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.
+ 屏蔽交易在本地保存并显示在交易“选项”卡中。 如果取消选中此项,屏蔽的交易将不会显示在“交易”选项卡中。
+
+
+ Allow custom fees
+ 允许自定义费用
+
+
+ Shield change from t-Addresses to your sapling address
+ 屏蔽改变从t-Addresses到您的树苗地址
+
+
+ Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.
+ 通过运行在127.0.0.1:9050上的SOCKS代理连接到Tor网络。 请注意,您必须在外部安装和运行Tor服务。
+
+
+
+ Connect to git on startup to check for updates
+ 在启动时连接到git以检查更新
+
+
+
+ Connect to the internet to Fetch dragonx prices
+ 连接到互联网以获取hush价格
+
+
+ Fetch hush / USD prices
+ 获取 hush/USD 价格
+
+
+
+ Theme
+
+
+
+
+ Connection
+
+
+
+
+ Lightwallet Server
+
+
+
+
+ Dark
+
+
+
+
+ Midnight
+
+
+
+
+ Light
+
+
+
+
+ Blue
+
+
+
+
+ Default
+
+
+
+
+ test
+
+
+
+
+ Fetch dragonx prices
+
+
+
+
+ Currency
+
+
+
+
+ AUD
+
+
+
+
+ BTC
+
+
+
+
+ CAD
+
+
+
+
+ CHF
+
+
+
+
+ CNY
+
+
+
+
+ EUR
+
+
+
+
+ GBP
+
+
+
+
+ INR
+
+
+
+
+ RUB
+
+
+
+
+ USD
+
+
+
+ Troubleshooting
+ 故障排除
+
+
+ Reindex
+ 重建索引
+
+
+ Rescan the blockchain for any missing wallet transactions and to correct your wallet balance. This may take several hours. You need to restart silentdragon for this to take effect
+ 重新扫描区块链以查找任何丢失的钱包交易并更正您的钱包余额。 这可能需要几个小时。 您需要重新启动silentdragon才能使其生效
+
+
+ Rescan
+ 重新扫描
+
+
+ Rebuild the entire blockchain from the genesis block, by rescanning all the block files. This may take several hours to days, depending on your hardware. You need to restart silentdragon for this to take effect
+ 通过重新扫描所有区块文件,从创世块重建整个区块链。 这可能需要几个小时到几天,具体取决于您的硬件环境。 您需要重新启动silentdragon才能使其生效
+
+
+
+ Turnstile
+
+ Turnstile Migration
+ 十字转门迁移
+
+
+ Migrate over
+ 中间地址
+
+
+ From
+ 从
+
+
+ <html><head/><body><p>Funds from Sprout z-Addresses (which start with "zc") need to be moved to the upgraded Sapling z-Addresses (which start with "zs"). The funds cannot be moved directly, but need to be sent through intermediate "transparent" addresses in privacy-preserving way.</p><p>This migration can be done automatically for you.</p></body></html>
+ <html><head/><body><p>来自Sprout z-Addresses(以“zc”开头)的资金需要被移动到升级的Sapling z-Addresses(以“zs”开头)。 资金不能直接转移,但需要以隐私保护的方式通过中间透明地址发送。</p><p>此迁移可以自动完成。</p></body></html>
+
+
+ To
+ 迁移到
+
+
+ Balance
+ 余额
+
+
+ Miner Fees
+ 矿工费
+
+
+ Total Balance
+ 总余额
+
+
+
+ TurnstileProgress
+
+ Turnstile Migration Progress
+ 十字转门迁移进度
+
+
+ From
+ 从
+
+
+ To
+ 发送到
+
+
+ Please ensure you have your wallet.dat backed up!
+ 请确保你的wallet.dat已经备份!
+
+
+ Next Transaction in 4 hours
+ 4小时后的下一笔交易
+
+
+ Migration Progress
+ 迁移进度
+
+
+
+ ValidateAddress
+
+ TextLabel
+ TextLabel
+
+
+
+ ViewAddressesDialog
+
+
+ All Addresses
+
+
+
+
+ Export All Keys
+
+
+
+
+ ViewAllAddressesModel
+
+
+ Address
+ 地址
+
+
+
+ Balance (%1)
+
+
+
+
+ about
+
+
+ About
+ 关于
+
+
+
+ addressBook
+
+
+ Address Book
+ 地址簿
+
+
+
+ Add New Address
+ 添加新地址
+
+
+
+ Address (z-Addr or t-Addr)
+ 地址 (z-Addr or t-Addr)
+
+
+
+ <html><head/><body><p>Nickname :</p></body></html>
+
+
+
+
+ HushChat Address - give this Address only to your contact
+
+
+
+
+ <html><head/><body><p>Conversation ID:</p></body></html>
+
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p>Avatar :</p></body></html>
+
+
+
+
+ Create a new HushChat zaddr
+
+
+
+ Label
+ 标签
+
+
+
+ Add to Address Book
+ 添加到地址薄
+
+
+
+ Import Address Book
+ 导入地址簿
+
+
+
+ confirm
+
+
+ Confirm Transaction
+ 确认交易
+
+
+ From
+ 从
+
+
+
+ To
+ 发送到
+
+
+
+ Recurring Payment
+ 重复付款
+
+
+
+ TextLabel
+ TextLabel
+
+
+ hushd doesn't seem to have any peers. You might not be connected to the internet, so this transaction might not work.
+ hushd似乎没有任何可连接的节点。 您可能没有连接到互联网,因此此交易可能无效。
+
+
+
+ You are sending a transaction while your node is still syncing. This may not work.
+ 您在节点仍在同步时发送交易, 这可能发送不成功。
+
+
+ You are using a custom fee. Since fees are transparent, you are giving up some privacy. Please use this only if you know what you are doing!
+ 您使用的是自定义费用。 由于费用是透明的,您放弃了一些隐私。 只有在你知道自己在做什么的情况下才能使用它!
+
+
+
+ createhushConf
+
+
+ Configure dragonx.conf
+ 配置 hush.conf
+
+
+
+ Your dragonx node will be configured for you automatically
+ 您的hush节点将自动为您配置
+
+
+ Enable Fast Sync
+ 启用快速同步
+
+
+
+ Show Advanced Configuration
+ 显示高级配置
+
+
+ Allow connections to the internet to check for updates, get hush/USD prices etc...
+ 允许连接到互联网检查更新,获得hush/USD价格等…
+
+
+
+ Allow connections to the internet to check for updates, get dragonx prices etc...
+
+
+
+
+ Use custom datadir
+ 使用自定义datadir
+
+
+
+ Choose directory
+ 选择目录
+
+
+
+ Please note that you'll need to already have a Tor service configured on port 9050
+ 请注意,您需要在端口9050上已经配置了Tor服务
+
+
+
+ Connect to the internet for updates and price feeds
+ 连接到internet获取更新和价格数据
+
+
+
+ Please choose a directory to store your wallet.dat and blockchain
+ 请选择一个目录来存储您的wallet.dat和区块链数据
+
+
+
+ Connect over Tor
+ 连接到Tor
+
+
+ <html><head/><body><p>Skips the most expensive checks during the initial block download. <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">Learn More</span></a></p></body></html>
+ <html><head/><body><p>在初始块下载期间跳过了最费时的检查。 <a href="https://docs.silentdragon.co/using-silentdragon/#fastsync"><span style=" text-decoration: underline; color:#0000ff;">了解更多</span></a></p></body></html>
+
+
+
+ deposithush
+
+
+ Deposit DragonX
+
+
+
+
+ <html><head/><body><p align="center">QR Code of your DragonX Address</p></body></html>
+
+
+
+
+ <html><head/><body><p align="center"><span style=" text-decoration: underline;">Your DragonX Address </span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:16pt;">Please use the following dragonx address to transfer funds to SilentDragonXLite. You can either copy the address or use the QR Code. </span></p></body></html>
+
+
+
+
+ DragonX zaddr
+
+
+
+
+ Copy Address
+
+
+
+
+ emojiDialog
+
+
+ Emoji
+
+
+
+
+ encryptionDialog
+
+
+ Encrypt Your Wallet
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you forget your passphrase, the only way to recover the wallet is from the seed phrase. If you don't have a backup of your seed phrase, please do it now!</p></body></html>
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ hushrequest
+
+
+ Request Payment
+
+
+
+
+ TextLabel
+ TextLabel
+
+
+
+ Request payment from a Sapling address. You'll send a dragonx 0.0001 transaction to the address with a dragonx payment URI. The memo will be included in the transaction when the address pays you.
+ 要求从树苗地址付款。 您将使用hush支付URI将hush 0.0001交易发送到该地址。 当地址付款时,备注将包含在交易中。
+
+
+
+ Request From
+ 请求来自
+
+
+
+ zaddr
+
+
+
+
+ Amount in
+ 金额
+
+
+
+ Amount
+ 金额
+
+
+
+ Amount USD
+ 金额 美元
+
+
+
+ Memo
+ 备注
+
+
+
+ My Address
+ 我的地址
+
+
+
+ The recipient will see this address in the "to" field when they pay your request.
+ 支付者在付款时会在“接收者”字段中看到此地址。
+
+
+
+ newRecurringDialog
+
+
+ Edit Schedule
+ 编辑计划
+
+
+
+ Payment Description
+ 付款说明
+
+
+
+ Schedule
+ 计划
+
+
+
+ Next Payment
+ 下一次付款
+
+
+
+ Amount
+ 金额
+
+
+
+ Memo
+ 备注
+
+
+
+ To
+ 发送给
+
+
+
+ From
+ 从
+
+
+
+ Number of payments
+ 支付次数
+
+
+
+ removeencryption
+
+
+ Decrypt Your Wallet
+
+
+
+
+ <html><head/><body><p><span style=" font-size:14pt; color:#ef2929;">WARNING:</span> If you remove your wallet.dat encryption, all your transactions and contacts are plaintext on disk!<br/><br/>Messages sent and received are always encrypted.</p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">16 letters minimum</span></p></body></html>
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ Confirm Passphrase:
+
+
+
+
+ <html><head/><body><p><span style=" font-style:italic;">Passphrase don't match</span></p></body></html>
+
+
+
+
+ requestDialog
+
+
+ Incoming Contact Request
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Memo of the request</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Open requests from:</span></p></body></html>
+
+
+
+
+ Request from:
+
+
+
+
+ Add New Contact
+
+
+
+
+ <html><head/><body><p>Choose an avatar for your contact:</p></body></html>
+
+
+
+
+ My Zaddr:
+
+
+
+
+ Cancel
+ 取消
+
+
+
+ Anonymous
+
+
+
+
+ Duke
+
+
+
+
+ onryo
+
+
+
+
+ fekt
+
+
+
+
+ jahway603
+
+
+
+
+ Denio
+
+
+
+
+ Sharpee
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Recently closed requests</span></p></body></html>
+
+
+
+
+ <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Details of the request</span></p></body></html>
+
+
+
+
+ Give a Nickname:
+
+
+
+
+ startup
+
+
+ Welcome Back
+
+
+
+
+ <html><head/><body><p>If you have forgotten your passphrase, restore your wallet with your seed!</p></body></html>
+
+
+
+
+ Create new Wallet or Restore
+
+
+
+
+ Encryption Passphrase:
+
+
+
+
+ transactionHush
+
+
+ Send or Request drgx
+
+
+
+
+ To :
+
+
+
+
+ Amount:
+
+
+
+
+ Amount
+ 金额
+
+
+
+ DragonX
+
+
+
+
+ Memo :
+
+
+
+
+ Request drgx
+
+
+
+
+ Send DragonX
+
+
+
+
+ verifyseed
+
+ Dialog
+ 对话框
+
+
+
+ Please verify, that you have backup your Seed and Birthday
+
+
+
+
+ Please enter your Seed :
+
+
+
+
+ Please enter the birthday of the Seed :
+
+
+
+
+ zboard
+
+ Post to z-board.net
+ 发布到z-board.net
+
+
+ Total Fee
+ 总费用
+
+
+ Memo
+ 备注
+
+
+ (optional)
+ (可选)
+
+
+ Send From
+ 发送来自
+
+
+ Post As:
+ 发布为:
+
+
+ <html><head/><body><p>ZBoard: Fully anonymous and untraceable chat messages based on the DragonX Blockchain. <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+ <html><head/><body><p>ZBoard:基于hush区块链的完全匿名且无法追踪的聊天消息。 <a href="http://www.z-board.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.z-board.net/</span></a></p></body></html>
+
+
+ Warning
+ 警告
+
+
+ Posting to Board
+ 发布到Board
+
+
+
diff --git a/run-after-build.sh b/run-after-build.sh
index aa8ff29..53933a6 100755
--- a/run-after-build.sh
+++ b/run-after-build.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
-# Copyright 2019-2024 The Hush Developers
-
-./build.sh && ./SilentDragonXLite
+#!/bin/bash
+# Copyright 2019-2024 The Hush Developers
+
+./build.sh && ./SilentDragonXLite
diff --git a/silentdragonx-lite.pro b/silentdragonx-lite.pro
index 9acc74f..dd428ef 100644
--- a/silentdragonx-lite.pro
+++ b/silentdragonx-lite.pro
@@ -1,214 +1,214 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2018-10-05T09:54:45
-#
-#-------------------------------------------------
-# Copyright 2019-2024 The Hush Developers
-# Released under the GPLv3
-
-QT += core gui network
-
-CONFIG += precompile_header
-
-PRECOMPILED_HEADER = src/precompiled.h
-
-QT += widgets
-
-TARGET = SilentDragonXLite
-TEMPLATE = app
-
-# The following define makes your compiler emit warnings if you use
-# any feature of Qt which has been marked as deprecated (the exact warnings
-# depend on your compiler). Please consult the documentation of the
-# deprecated API in order to know how to port your code away from it.
-DEFINES += \
- QT_DEPRECATED_WARNINGS
-
-INCLUDEPATH += src/3rdparty/
-INCLUDEPATH += src/
-
-mac: LIBS+= -Wl,-dead_strip
-mac: LIBS+= -Wl,-dead_strip_dylibs
-mac: LIBS+= -Wl,-bind_at_load
-
-RESOURCES = application.qrc
-
-
-MOC_DIR = bin
-OBJECTS_DIR = bin
-UI_DIR = src
-
-CONFIG += c++14
-
-SOURCES += \
- src/firsttimewizard.cpp \
- src/main.cpp \
- src/mainwindow.cpp \
- src/balancestablemodel.cpp \
- src/3rdparty/qrcode/BitBuffer.cpp \
- src/3rdparty/qrcode/QrCode.cpp \
- src/3rdparty/qrcode/QrSegment.cpp \
- src/3rdparty/json/json.hpp \
- src/settings.cpp \
- src/sendtab.cpp \
- src/txtablemodel.cpp \
- src/qrcodelabel.cpp \
- src/connection.cpp \
- src/fillediconlabel.cpp \
- src/addressbook.cpp \
- src/logger.cpp \
- src/addresscombo.cpp \
- src/recurring.cpp \
- src/requestdialog.cpp \
- src/memoedit.cpp \
- src/viewalladdresses.cpp \
- src/datamodel.cpp \
- src/controller.cpp \
- src/liteinterface.cpp \
- src/camount.cpp \
- src/chatbubbleme.cpp \
- src/chatbubblepartner.cpp \
- src/chatmodel.cpp \
- src/contactmodel.cpp \
- src/DataStore/DataStore.cpp \
- src/DataStore/ChatDataStore.cpp \
- src/DataStore/SietchDataStore.cpp \
- src/DataStore/NoteCountDataStore.cpp \
- src/DataStore/ContactDataStore.cpp \
- src/Model/ChatItem.cpp \
- src/Model/ContactRequestChatItem.cpp \
- src/Model/ContactItem.cpp \
- src/Model/ContactRequest.cpp \
- src/Chat/Helper/ChatIDGenerator.cpp \
- src/Chat/Chat.cpp \
- src/FileSystem/FileSystem.cpp \
- src/Crypto/FileEncryption.cpp \
- src/Crypto/passwd.cpp
-
-HEADERS += \
- src/guiconstants.h \
- src/firsttimewizard.h \
- src/mainwindow.h \
- src/precompiled.h \
- src/balancestablemodel.h \
- src/3rdparty/qrcode/BitBuffer.hpp \
- src/3rdparty/qrcode/QrCode.hpp \
- src/3rdparty/qrcode/QrSegment.hpp \
- src/settings.h \
- src/txtablemodel.h \
- src/qrcodelabel.h \
- src/connection.h \
- src/fillediconlabel.h \
- src/addressbook.h \
- src/logger.h \
- src/addresscombo.h \
- src/recurring.h \
- src/requestdialog.h \
- src/memoedit.h \
- src/viewalladdresses.h \
- src/datamodel.h \
- src/controller.h \
- src/liteinterface.h \
- src/camount.h \
- lib/silentdragonxlitelib.h \
- src/chatbubbleme.h \
- src/chatbubblepartner.h \
- src/chatmodel.h \
- src/contactmodel.h
-
-FORMS += \
- src/contactrequest.ui \
- src/deposithush.ui \
- src/emoji.ui \
- src/encryption.ui \
- src/hushrequest.ui \
- src/mainwindow.ui \
- src/newseed.ui \
- src/newwallet.ui \
- src/recurringpayments.ui \
- src/restoreseed.ui \
- src/seedrestore.ui \
- src/sendHushTransactionChat.ui \
- src/settings.ui \
- src/about.ui \
- src/confirm.ui \
- src/privkey.ui \
- src/verifyseed.ui \
- src/startupencryption.ui \
- src/viewalladdresses.ui \
- src/connection.ui \
- src/addressbook.ui \
- src/memodialog.ui \
- src/createhushconfdialog.ui \
- src/recurringdialog.ui \
- src/requestContactDialog.ui \
- src/newrecurring.ui \
- src/requestdialog.ui \
- src/removeencryption.ui \
- src/recurringmultiple.ui \
- src/chatbubbleme.ui \
- src/chatbubblepartner.ui
-
-
-TRANSLATIONS = res/silentdragonxlite_ar.ts \
- res/silentdragonxlite_be.ts \
- res/silentdragonxlite_de.ts \
- res/silentdragonxlite_es.ts \
- res/silentdragonxlite_fa.ts \
- res/silentdragonxlite_fr.ts \
- res/silentdragonxlite_hr.ts \
- res/silentdragonxlite_id.ts \
- res/silentdragonxlite_it.ts \
- res/silentdragonxlite_nl.ts \
- res/silentdragonxlite_pt.ts \
- res/silentdragonxlite_pl.ts \
- res/silentdragonxlite_ro.ts \
- res/silentdragonxlite_ru.ts \
- res/silentdragonxlite_sr.ts \
- res/silentdragonxlite_tr.ts \
- res/silentdragonxlite_ud.ts \
- res/silentdragonxlite_zh.ts
-
-include(singleapplication/singleapplication.pri)
-DEFINES += QAPPLICATION_CLASS=QApplication _FORTIFY_SOURCE=2
-
-QMAKE_INFO_PLIST = res/Info.plist
-
-win32: RC_ICONS = res/icon.ico
-ICON = res/logo.icns
-
-# Default rules for deployment.
-qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
-!isEmpty(target.path): INSTALLS += target
-
-
-libsodium.target = $$PWD/res/libsodium.a
-libsodium.commands = res/libsodium/buildlibsodium.sh "$@"
-
-unix: librust.target = $$PWD/lib/target/release/libsilentdragonxlite.a
-else:win32: librust.target = $$PWD/lib/target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib
-
-unix: librust.commands = $(MAKE) -C $$PWD/lib
-else:win32: librust.commands = $(MAKE) -C $$PWD/lib winrelease
-
-librust.depends = lib/Cargo.toml lib/src/lib.rs
-
-librustclean.commands = "rm -rf $$PWD/lib/target"
-distclean.depends += librustclean
-
-
-QMAKE_EXTRA_TARGETS += librust libsodium librustclean distclean
-QMAKE_CLEAN += $$PWD/lib/target/release/libsilentdragonxlite.a res/libsodium.a
-
-win32: LIBS += -L$$PWD/lib/target/x86_64-pc-windows-gnu/release -lsilentdragonxlite -L$$PWD/res/ -llibsodium -lsecur32 -lcrypt32 -lncrypt
-else:macx: LIBS += -L$$PWD/lib/target/release -lsilentdragonxlite -framework Security -framework Foundation -L$$PWD/res/ -lsodium
-else:unix: LIBS += -L$$PWD/lib/target/release -lsilentdragonxlite -ldl -L$$PWD/res/ -lsodium
-
-win32: PRE_TARGETDEPS += $$PWD/lib/target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib $$PWD/res/libsodium.a
-else:unix::PRE_TARGETDEPS += $$PWD/lib/target/release/libsilentdragonxlite.a $$PWD/res/libsodium.a
-
-INCLUDEPATH += $$PWD/res
-DEPENDPATH += $$PWD/res
-
-DISTFILES +=
+#-------------------------------------------------
+#
+# Project created by QtCreator 2018-10-05T09:54:45
+#
+#-------------------------------------------------
+# Copyright 2019-2024 The Hush Developers
+# Released under the GPLv3
+
+QT += core gui network
+
+CONFIG += precompile_header
+
+PRECOMPILED_HEADER = src/precompiled.h
+
+QT += widgets
+
+TARGET = SilentDragonXLite
+TEMPLATE = app
+
+# The following define makes your compiler emit warnings if you use
+# any feature of Qt which has been marked as deprecated (the exact warnings
+# depend on your compiler). Please consult the documentation of the
+# deprecated API in order to know how to port your code away from it.
+DEFINES += \
+ QT_DEPRECATED_WARNINGS
+
+INCLUDEPATH += src/3rdparty/
+INCLUDEPATH += src/
+
+mac: LIBS+= -Wl,-dead_strip
+mac: LIBS+= -Wl,-dead_strip_dylibs
+mac: LIBS+= -Wl,-bind_at_load
+
+RESOURCES = application.qrc
+
+
+MOC_DIR = bin
+OBJECTS_DIR = bin
+UI_DIR = src
+
+CONFIG += c++14
+
+SOURCES += \
+ src/firsttimewizard.cpp \
+ src/main.cpp \
+ src/mainwindow.cpp \
+ src/balancestablemodel.cpp \
+ src/3rdparty/qrcode/BitBuffer.cpp \
+ src/3rdparty/qrcode/QrCode.cpp \
+ src/3rdparty/qrcode/QrSegment.cpp \
+ src/3rdparty/json/json.hpp \
+ src/settings.cpp \
+ src/sendtab.cpp \
+ src/txtablemodel.cpp \
+ src/qrcodelabel.cpp \
+ src/connection.cpp \
+ src/fillediconlabel.cpp \
+ src/addressbook.cpp \
+ src/logger.cpp \
+ src/addresscombo.cpp \
+ src/recurring.cpp \
+ src/requestdialog.cpp \
+ src/memoedit.cpp \
+ src/viewalladdresses.cpp \
+ src/datamodel.cpp \
+ src/controller.cpp \
+ src/liteinterface.cpp \
+ src/camount.cpp \
+ src/chatbubbleme.cpp \
+ src/chatbubblepartner.cpp \
+ src/chatmodel.cpp \
+ src/contactmodel.cpp \
+ src/DataStore/DataStore.cpp \
+ src/DataStore/ChatDataStore.cpp \
+ src/DataStore/SietchDataStore.cpp \
+ src/DataStore/NoteCountDataStore.cpp \
+ src/DataStore/ContactDataStore.cpp \
+ src/Model/ChatItem.cpp \
+ src/Model/ContactRequestChatItem.cpp \
+ src/Model/ContactItem.cpp \
+ src/Model/ContactRequest.cpp \
+ src/Chat/Helper/ChatIDGenerator.cpp \
+ src/Chat/Chat.cpp \
+ src/FileSystem/FileSystem.cpp \
+ src/Crypto/FileEncryption.cpp \
+ src/Crypto/passwd.cpp
+
+HEADERS += \
+ src/guiconstants.h \
+ src/firsttimewizard.h \
+ src/mainwindow.h \
+ src/precompiled.h \
+ src/balancestablemodel.h \
+ src/3rdparty/qrcode/BitBuffer.hpp \
+ src/3rdparty/qrcode/QrCode.hpp \
+ src/3rdparty/qrcode/QrSegment.hpp \
+ src/settings.h \
+ src/txtablemodel.h \
+ src/qrcodelabel.h \
+ src/connection.h \
+ src/fillediconlabel.h \
+ src/addressbook.h \
+ src/logger.h \
+ src/addresscombo.h \
+ src/recurring.h \
+ src/requestdialog.h \
+ src/memoedit.h \
+ src/viewalladdresses.h \
+ src/datamodel.h \
+ src/controller.h \
+ src/liteinterface.h \
+ src/camount.h \
+ lib/silentdragonxlitelib.h \
+ src/chatbubbleme.h \
+ src/chatbubblepartner.h \
+ src/chatmodel.h \
+ src/contactmodel.h
+
+FORMS += \
+ src/contactrequest.ui \
+ src/deposithush.ui \
+ src/emoji.ui \
+ src/encryption.ui \
+ src/hushrequest.ui \
+ src/mainwindow.ui \
+ src/newseed.ui \
+ src/newwallet.ui \
+ src/recurringpayments.ui \
+ src/restoreseed.ui \
+ src/seedrestore.ui \
+ src/sendHushTransactionChat.ui \
+ src/settings.ui \
+ src/about.ui \
+ src/confirm.ui \
+ src/privkey.ui \
+ src/verifyseed.ui \
+ src/startupencryption.ui \
+ src/viewalladdresses.ui \
+ src/connection.ui \
+ src/addressbook.ui \
+ src/memodialog.ui \
+ src/createhushconfdialog.ui \
+ src/recurringdialog.ui \
+ src/requestContactDialog.ui \
+ src/newrecurring.ui \
+ src/requestdialog.ui \
+ src/removeencryption.ui \
+ src/recurringmultiple.ui \
+ src/chatbubbleme.ui \
+ src/chatbubblepartner.ui
+
+
+TRANSLATIONS = res/silentdragonxlite_ar.ts \
+ res/silentdragonxlite_be.ts \
+ res/silentdragonxlite_de.ts \
+ res/silentdragonxlite_es.ts \
+ res/silentdragonxlite_fa.ts \
+ res/silentdragonxlite_fr.ts \
+ res/silentdragonxlite_hr.ts \
+ res/silentdragonxlite_id.ts \
+ res/silentdragonxlite_it.ts \
+ res/silentdragonxlite_nl.ts \
+ res/silentdragonxlite_pt.ts \
+ res/silentdragonxlite_pl.ts \
+ res/silentdragonxlite_ro.ts \
+ res/silentdragonxlite_ru.ts \
+ res/silentdragonxlite_sr.ts \
+ res/silentdragonxlite_tr.ts \
+ res/silentdragonxlite_ud.ts \
+ res/silentdragonxlite_zh.ts
+
+include(singleapplication/singleapplication.pri)
+DEFINES += QAPPLICATION_CLASS=QApplication _FORTIFY_SOURCE=2
+
+QMAKE_INFO_PLIST = res/Info.plist
+
+win32: RC_ICONS = res/icon.ico
+ICON = res/logo.icns
+
+# Default rules for deployment.
+qnx: target.path = /tmp/$${TARGET}/bin
+else: unix:!android: target.path = /opt/$${TARGET}/bin
+!isEmpty(target.path): INSTALLS += target
+
+
+libsodium.target = $$PWD/res/libsodium.a
+libsodium.commands = res/libsodium/buildlibsodium.sh "$@"
+
+unix: librust.target = $$PWD/lib/target/release/libsilentdragonxlite.a
+else:win32: librust.target = $$PWD/lib/target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib
+
+unix: librust.commands = $(MAKE) -C $$PWD/lib
+else:win32: librust.commands = $(MAKE) -C $$PWD/lib winrelease
+
+librust.depends = lib/Cargo.toml lib/src/lib.rs
+
+librustclean.commands = "rm -rf $$PWD/lib/target"
+distclean.depends += librustclean
+
+
+QMAKE_EXTRA_TARGETS += librust libsodium librustclean distclean
+QMAKE_CLEAN += $$PWD/lib/target/release/libsilentdragonxlite.a res/libsodium.a
+
+win32: LIBS += -L$$PWD/lib/target/x86_64-pc-windows-gnu/release -lsilentdragonxlite -L$$PWD/lib/libsodium-mingw/ -lsodium -lsecur32 -lcrypt32 -lncrypt
+else:macx: LIBS += -L$$PWD/lib/target/release -lsilentdragonxlite -framework Security -framework Foundation -L$$PWD/res/ -lsodium
+else:unix: LIBS += -L$$PWD/lib/target/release -lsilentdragonxlite -ldl -L$$PWD/res/ -lsodium
+
+win32: PRE_TARGETDEPS += $$PWD/lib/target/x86_64-pc-windows-gnu/release/silentdragonxlite.lib $$PWD/lib/libsodium-mingw/libsodium.a
+else:unix::PRE_TARGETDEPS += $$PWD/lib/target/release/libsilentdragonxlite.a $$PWD/res/libsodium.a
+
+INCLUDEPATH += $$PWD/res
+DEPENDPATH += $$PWD/res
+
+DISTFILES +=
diff --git a/silentdragonxlite_plugin_import.cpp b/silentdragonxlite_plugin_import.cpp
new file mode 100644
index 0000000..4d8d406
--- /dev/null
+++ b/silentdragonxlite_plugin_import.cpp
@@ -0,0 +1,16 @@
+// This file is autogenerated by qmake. It imports static plugin classes for
+// static plugins specified using QTPLUGIN and QT_PLUGIN_CLASS. variables.
+#include
+Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin)
+Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
+Q_IMPORT_PLUGIN(QGifPlugin)
+Q_IMPORT_PLUGIN(QICNSPlugin)
+Q_IMPORT_PLUGIN(QICOPlugin)
+Q_IMPORT_PLUGIN(QJp2Plugin)
+Q_IMPORT_PLUGIN(QJpegPlugin)
+Q_IMPORT_PLUGIN(QMngPlugin)
+Q_IMPORT_PLUGIN(QTgaPlugin)
+Q_IMPORT_PLUGIN(QTiffPlugin)
+Q_IMPORT_PLUGIN(QWbmpPlugin)
+Q_IMPORT_PLUGIN(QWebpPlugin)
+Q_IMPORT_PLUGIN(QGenericEnginePlugin)
diff --git a/singleapplication/CHANGELOG.md b/singleapplication/CHANGELOG.md
index 837c98b..36ee3c5 100644
--- a/singleapplication/CHANGELOG.md
+++ b/singleapplication/CHANGELOG.md
@@ -1,193 +1,193 @@
-Changelog
-=========
-
-__3.0.14__
-----------
-
-* Fixed uninitialised variables in the `SingleApplicationPrivate` constructor.
-
-__3.0.13a__
-----------
-
-* Process socket events asynchronously
-* Fix undefined variable error on Windows
-
- _Francis Giraldeau_
-
-__3.0.12a__
-----------
-
-* Removed signal handling.
-
-__3.0.11a__
-----------
-
-* Fixed bug where the message sent by the second process was not received
- correctly when the message is sent immediately following a connection.
-
- _Francis Giraldeau_
-
-* Refactored code and implemented shared memory block consistency checks
- via `qChecksum()` (CRC-16).
-* Explicit `qWarning` and `qCritical` when the library is unable to initialise
- correctly.
-
-__3.0.10__
-----------
-
-* Removed C style casts and eliminated all clang warnings. Fixed `instanceId`
- reading from only one byte in the message deserialization. Cleaned up
- serialization code using `QDataStream`. Changed connection type to use
- `quint8 enum` rather than `char`.
-* Renamed `SingleAppConnectionType` to `ConnectionType`. Added initialization
- values to all `ConnectionType` enum cases.
-
- _Jedidiah Buck McCready_
-
-__3.0.9__
----------
-
-* Added SingleApplicationPrivate::primaryPid() as a solution to allow
- bringing the primary window of an application to the foreground on
- Windows.
-
- _Eelco van Dam from Peacs BV_
-
-__3.0.8__
----------
-
-* Bug fix - changed QApplication::instance() to QCoreApplication::instance()
-
- _Evgeniy Bazhenov_
-
-__3.0.7a__
-----------
-
-* Fixed compilation error with Mingw32 in MXE thanks to Vitaly Tonkacheyev.
-* Removed QMutex used for thread safe behaviour. The implementation now uses
- QCoreApplication::instance() to get an instance to SingleApplication for
- memory deallocation.
-
-__3.0.6a__
-----------
-
-* Reverted GetUserName API usage on Windows. Fixed bug with missing library.
-* Fixed bug in the Calculator example, preventing it's window to be raised
- on Windows.
-
- Special thanks to Charles Gunawan.
-
-__3.0.5a__
-----------
-
-* Fixed a memory leak in the SingleApplicationPrivate destructor.
-
- _Sergei Moiseev_
-
-__3.0.4a__
-----------
-
-* Fixed shadow and uninitialised variable warnings.
-
- _Paul Walmsley_
-
-__3.0.3a__
-----------
-
-* Removed Microsoft Windows specific code for getting username due to
- multiple problems and compiler differences on Windows platforms. On
- Windows the shared memory block in User mode now includes the user's
- home path (which contains the user's username).
-
-* Explicitly getting absolute path of the user's home directory as on Unix
- a relative path (`~`) may be returned.
-
-__3.0.2a__
-----------
-
-* Fixed bug on Windows when username containing wide characters causes the
- library to crash.
-
- _Le Liu_
-
-__3.0.1a__
-----------
-
-* Allows the application path and version to be excluded from the server name
- hash. The following flags were added for this purpose:
- * `SingleApplication::Mode::ExcludeAppVersion`
- * `SingleApplication::Mode::ExcludeAppPath`
-* Allow a non elevated process to connect to a local server created by an
- elevated process run by the same user on Windows
-* Fixes a problem with upper case letters in paths on Windows
-
- _Le Liu_
-
-__v3.0a__
----------
-
-* Depricated secondary instances count.
-* Added a sendMessage() method to send a message to the primary instance.
-* Added a receivedMessage() signal, emitted when a message is received from a
- secondary instance.
-* The SingleApplication constructor's third parameter is now a bool
- specifying if the current instance should be allowed to run as a secondary
- instance if there is already a primary instance.
-* The SingleApplication constructor accept a fourth parameter specifying if
- the SingleApplication block should be User-wide or System-wide.
-* SingleApplication no longer relies on `applicationName` and
- `organizationName` to be set. It instead concatenates all of the following
- data and computes a `SHA256` hash which is used as the key of the
- `QSharedMemory` block and the `QLocalServer`. Since at least
- `applicationFilePath` is always present there is no need to explicitly set
- any of the following prior to initialising `SingleApplication`.
- * `QCoreApplication::applicationName`
- * `QCoreApplication::applicationVersion`
- * `QCoreApplication::applicationFilePath`
- * `QCoreApplication::organizationName`
- * `QCoreApplication::organizationDomain`
- * User name or home directory path if in User mode
-* The primary instance is no longer notified when a secondary instance had
- been started by default. A `Mode` flag for this feature exists.
-* Added `instanceNumber()` which represents a unique identifier for each
- secondary instance started. When called from the primary instance will
- return `0`.
-
-__v2.4__
---------
-
-* Stability improvements
-* Support for secondary instances.
-* The library now recovers safely after the primary process has crashed
-and the shared memory had not been deleted.
-
-__v2.3__
---------
-
-* Improved pimpl design and inheritance safety.
-
- _Vladislav Pyatnichenko_
-
-__v2.2__
---------
-
-* The `QAPPLICATION_CLASS` macro can now be defined in the file including the
-Single Application header or with a `DEFINES+=` statement in the project file.
-
-__v2.1__
---------
-
-* A race condition can no longer occur when starting two processes nearly
- simultaneously.
-
- Fix issue [#3](https://github.com/itay-grudev/SingleApplication/issues/3)
-
-__v2.0__
---------
-
-* SingleApplication is now being passed a reference to `argc` instead of a
- copy.
-
- Fix issue [#1](https://github.com/itay-grudev/SingleApplication/issues/1)
-
-* Improved documentation.
+Changelog
+=========
+
+__3.0.14__
+----------
+
+* Fixed uninitialised variables in the `SingleApplicationPrivate` constructor.
+
+__3.0.13a__
+----------
+
+* Process socket events asynchronously
+* Fix undefined variable error on Windows
+
+ _Francis Giraldeau_
+
+__3.0.12a__
+----------
+
+* Removed signal handling.
+
+__3.0.11a__
+----------
+
+* Fixed bug where the message sent by the second process was not received
+ correctly when the message is sent immediately following a connection.
+
+ _Francis Giraldeau_
+
+* Refactored code and implemented shared memory block consistency checks
+ via `qChecksum()` (CRC-16).
+* Explicit `qWarning` and `qCritical` when the library is unable to initialise
+ correctly.
+
+__3.0.10__
+----------
+
+* Removed C style casts and eliminated all clang warnings. Fixed `instanceId`
+ reading from only one byte in the message deserialization. Cleaned up
+ serialization code using `QDataStream`. Changed connection type to use
+ `quint8 enum` rather than `char`.
+* Renamed `SingleAppConnectionType` to `ConnectionType`. Added initialization
+ values to all `ConnectionType` enum cases.
+
+ _Jedidiah Buck McCready_
+
+__3.0.9__
+---------
+
+* Added SingleApplicationPrivate::primaryPid() as a solution to allow
+ bringing the primary window of an application to the foreground on
+ Windows.
+
+ _Eelco van Dam from Peacs BV_
+
+__3.0.8__
+---------
+
+* Bug fix - changed QApplication::instance() to QCoreApplication::instance()
+
+ _Evgeniy Bazhenov_
+
+__3.0.7a__
+----------
+
+* Fixed compilation error with Mingw32 in MXE thanks to Vitaly Tonkacheyev.
+* Removed QMutex used for thread safe behaviour. The implementation now uses
+ QCoreApplication::instance() to get an instance to SingleApplication for
+ memory deallocation.
+
+__3.0.6a__
+----------
+
+* Reverted GetUserName API usage on Windows. Fixed bug with missing library.
+* Fixed bug in the Calculator example, preventing it's window to be raised
+ on Windows.
+
+ Special thanks to Charles Gunawan.
+
+__3.0.5a__
+----------
+
+* Fixed a memory leak in the SingleApplicationPrivate destructor.
+
+ _Sergei Moiseev_
+
+__3.0.4a__
+----------
+
+* Fixed shadow and uninitialised variable warnings.
+
+ _Paul Walmsley_
+
+__3.0.3a__
+----------
+
+* Removed Microsoft Windows specific code for getting username due to
+ multiple problems and compiler differences on Windows platforms. On
+ Windows the shared memory block in User mode now includes the user's
+ home path (which contains the user's username).
+
+* Explicitly getting absolute path of the user's home directory as on Unix
+ a relative path (`~`) may be returned.
+
+__3.0.2a__
+----------
+
+* Fixed bug on Windows when username containing wide characters causes the
+ library to crash.
+
+ _Le Liu_
+
+__3.0.1a__
+----------
+
+* Allows the application path and version to be excluded from the server name
+ hash. The following flags were added for this purpose:
+ * `SingleApplication::Mode::ExcludeAppVersion`
+ * `SingleApplication::Mode::ExcludeAppPath`
+* Allow a non elevated process to connect to a local server created by an
+ elevated process run by the same user on Windows
+* Fixes a problem with upper case letters in paths on Windows
+
+ _Le Liu_
+
+__v3.0a__
+---------
+
+* Depricated secondary instances count.
+* Added a sendMessage() method to send a message to the primary instance.
+* Added a receivedMessage() signal, emitted when a message is received from a
+ secondary instance.
+* The SingleApplication constructor's third parameter is now a bool
+ specifying if the current instance should be allowed to run as a secondary
+ instance if there is already a primary instance.
+* The SingleApplication constructor accept a fourth parameter specifying if
+ the SingleApplication block should be User-wide or System-wide.
+* SingleApplication no longer relies on `applicationName` and
+ `organizationName` to be set. It instead concatenates all of the following
+ data and computes a `SHA256` hash which is used as the key of the
+ `QSharedMemory` block and the `QLocalServer`. Since at least
+ `applicationFilePath` is always present there is no need to explicitly set
+ any of the following prior to initialising `SingleApplication`.
+ * `QCoreApplication::applicationName`
+ * `QCoreApplication::applicationVersion`
+ * `QCoreApplication::applicationFilePath`
+ * `QCoreApplication::organizationName`
+ * `QCoreApplication::organizationDomain`
+ * User name or home directory path if in User mode
+* The primary instance is no longer notified when a secondary instance had
+ been started by default. A `Mode` flag for this feature exists.
+* Added `instanceNumber()` which represents a unique identifier for each
+ secondary instance started. When called from the primary instance will
+ return `0`.
+
+__v2.4__
+--------
+
+* Stability improvements
+* Support for secondary instances.
+* The library now recovers safely after the primary process has crashed
+and the shared memory had not been deleted.
+
+__v2.3__
+--------
+
+* Improved pimpl design and inheritance safety.
+
+ _Vladislav Pyatnichenko_
+
+__v2.2__
+--------
+
+* The `QAPPLICATION_CLASS` macro can now be defined in the file including the
+Single Application header or with a `DEFINES+=` statement in the project file.
+
+__v2.1__
+--------
+
+* A race condition can no longer occur when starting two processes nearly
+ simultaneously.
+
+ Fix issue [#3](https://github.com/itay-grudev/SingleApplication/issues/3)
+
+__v2.0__
+--------
+
+* SingleApplication is now being passed a reference to `argc` instead of a
+ copy.
+
+ Fix issue [#1](https://github.com/itay-grudev/SingleApplication/issues/1)
+
+* Improved documentation.
diff --git a/singleapplication/LICENSE b/singleapplication/LICENSE
index 85b2a14..2f234c5 100644
--- a/singleapplication/LICENSE
+++ b/singleapplication/LICENSE
@@ -1,24 +1,24 @@
-The MIT License (MIT)
-
-Copyright (c) Itay Grudev 2015 - 2016
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-Note: Some of the examples include code not distributed under the terms of the
-MIT License.
+The MIT License (MIT)
+
+Copyright (c) Itay Grudev 2015 - 2016
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Note: Some of the examples include code not distributed under the terms of the
+MIT License.
diff --git a/singleapplication/README.md b/singleapplication/README.md
index 0b1a355..25060df 100644
--- a/singleapplication/README.md
+++ b/singleapplication/README.md
@@ -1,265 +1,265 @@
-SingleApplication
-=================
-
-This is a replacement of the QtSingleApplication for `Qt5`.
-
-Keeps the Primary Instance of your Application and kills each subsequent
-instances. It can (if enabled) spawn secondary (non-related to the primary)
-instances and can send data to the primary instance from secondary instances.
-
-Usage
------
-
-The `SingleApplication` class inherits from whatever `Q[Core|Gui]Application`
-class you specify via the `QAPPLICATION_CLASS` macro (`QCoreApplication` is the
-default). Further usage is similar to the use of the `Q[Core|Gui]Application`
-classes.
-
-The library sets up a `QLocalServer` and a `QSharedMemory` block. The first
-instance of your Application is your Primary Instance. It would check if the
-shared memory block exists and if not it will start a `QLocalServer` and listen
-for connections. Each subsequent instance of your application would check if the
-shared memory block exists and if it does, it will connect to the QLocalServer
-to notify the primary instance that a new instance had been started, after which
-it would terminate with status code `0`. In the Primary Instance
-`SingleApplication` would emit the `instanceStarted()` signal upon detecting
-that a new instance had been started.
-
-The library uses `stdlib` to terminate the program with the `exit()` function.
-
-You can use the library as if you use any other `QCoreApplication` derived
-class:
-
-```cpp
-#include
-#include
-
-int main( int argc, char* argv[] )
-{
- SingleApplication app( argc, argv );
-
- return app.exec();
-}
-```
-
-To include the library files I would recommend that you add it as a git
-submodule to your project and include it's contents with a `.pri` file. Here is
-how:
-
-```bash
-git submodule add git@github.com:itay-grudev/SingleApplication.git singleapplication
-```
-
-Then include the `singleapplication.pri` file in your `.pro` project file. Also
-don't forget to specify which `QCoreApplication` class your app is using if it
-is not `QCoreApplication`.
-
-```qmake
-include(singleapplication/singleapplication.pri)
-DEFINES += QAPPLICATION_CLASS=QApplication
-```
-
-The `Instance Started` signal
-------------------------
-
-The SingleApplication class implements a `instanceStarted()` signal. You can
-bind to that signal to raise your application's window when a new instance had
-been started, for example.
-
-```cpp
-// window is a QWindow instance
-QObject::connect(
- &app,
- &SingleApplication::instanceStarted,
- &window,
- &QWindow::raise
-);
-```
-
-Using `SingleApplication::instance()` is a neat way to get the
-`SingleApplication` instance for binding to it's signals anywhere in your
-program.
-
-__Note:__ On Windows the ability to bring the application windows to the
-foreground is restricted. See [Windows specific implementations](Windows.md)
-for a workaround and an example implementation.
-
-
-Secondary Instances
--------------------
-
-If you want to be able to launch additional Secondary Instances (not related to
-your Primary Instance) you have to enable that with the third parameter of the
-`SingleApplication` constructor. The default is `false` meaning no Secondary
-Instances. Here is an example of how you would start a Secondary Instance send
-a message with the command line arguments to the primary instance and then shut
-down.
-
-```cpp
-int main(int argc, char *argv[])
-{
- SingleApplication app( argc, argv, true );
-
- if( app.isSecondary() ) {
- app.sendMessage( app.arguments().join(' ')).toUtf8() );
- app.exit( 0 );
- }
-
- return app.exec();
-}
-```
-
-*__Note:__ A secondary instance won't cause the emission of the
-`instanceStarted()` signal by default. See `SingleApplication::Mode` for more
-details.*
-
-You can check whether your instance is a primary or secondary with the following
-methods:
-
-```cpp
-app.isPrimary();
-// or
-app.isSecondary();
-```
-
-*__Note:__ If your Primary Instance is terminated a newly launched instance
-will replace the Primary one even if the Secondary flag has been set.*
-
-API
----
-
-### Members
-
-```cpp
-SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSecondary = false, Options options = Mode::User, int timeout = 100 )
-```
-
-Depending on whether `allowSecondary` is set, this constructor may terminate
-your app if there is already a primary instance running. Additional `Options`
-can be specified to set whether the SingleApplication block should work
-user-wide or system-wide. Additionally the `Mode::SecondaryNotification` may be
-used to notify the primary instance whenever a secondary instance had been
-started (disabled by default). `timeout` specifies the maximum time in
-milliseconds to wait for blocking operations.
-
-*__Note:__ `argc` and `argv` may be changed as Qt removes arguments that it
-recognizes.*
-
-*__Note:__ `Mode::SecondaryNotification` only works if set on both the primary
-and the secondary instance.*
-
-*__Note:__ Operating system can restrict the shared memory blocks to the same
-user, in which case the User/System modes will have no effect and the block will
-be user wide.*
-
----
-
-```cpp
-bool SingleApplication::sendMessage( QByteArray message, int timeout = 100 )
-```
-
-Sends `message` to the Primary Instance. Uses `timeout` as a the maximum timeout
-in milliseconds for blocking functions
-
----
-
-```cpp
-bool SingleApplication::isPrimary()
-```
-
-Returns if the instance is the primary instance.
-
----
-
-```cpp
-bool SingleApplication::isSecondary()
-```
-Returns if the instance is a secondary instance.
-
----
-
-```cpp
-quint32 SingleApplication::instanceId()
-```
-
-Returns a unique identifier for the current instance.
-
----
-
-```cpp
-qint64 SingleApplication::primaryPid()
-```
-
-Returns the process ID (PID) of the primary instance.
-
-### Signals
-
-```cpp
-void SingleApplication::instanceStarted()
-```
-
-Triggered whenever a new instance had been started, except for secondary
-instances if the `Mode::SecondaryNotification` flag is not specified.
-
----
-
-```cpp
-void SingleApplication::receivedMessage( quint32 instanceId, QByteArray message )
-```
-
-Triggered whenever there is a message received from a secondary instance.
-
----
-
-### Flags
-
-```cpp
-enum SingleApplication::Mode
-```
-
-* `Mode::User` - The SingleApplication block should apply user wide. This adds
- user specific data to the key used for the shared memory and server name.
- This is the default functionality.
-* `Mode::System` – The SingleApplication block applies system-wide.
-* `Mode::SecondaryNotification` – Whether to trigger `instanceStarted()` even
- whenever secondary instances are started.
-* `Mode::ExcludeAppPath` – Excludes the application path from the server name
- (and memory block) hash.
-* `Mode::ExcludeAppVersion` – Excludes the application version from the server
- name (and memory block) hash.
-
-*__Note:__ `Mode::SecondaryNotification` only works if set on both the primary
-and the secondary instance.*
-
-*__Note:__ Operating system can restrict the shared memory blocks to the same
-user, in which case the User/System modes will have no effect and the block will
-be user wide.*
-
----
-
-Versioning
-----------
-
-Each major version introduces either very significant changes or is not
-backwards compatible with the previous version. Minor versions only add
-additional features, bug fixes or performance improvements and are backwards
-compatible with the previous release. See [`CHANGELOG.md`](CHANGELOG.md) for
-more details.
-
-Implementation
---------------
-
-The library is implemented with a QSharedMemory block which is thread safe and
-guarantees a race condition will not occur. It also uses a QLocalSocket to
-notify the main process that a new instance had been spawned and thus invoke the
-`instanceStarted()` signal and for messaging the primary instance.
-
-Additionally the library can recover from being forcefully killed on *nix
-systems and will reset the memory block given that there are no other
-instances running.
-
-License
--------
-This library and it's supporting documentation are released under
-`The MIT License (MIT)` with the exception of the Qt calculator examples which
-is distributed under the BSD license.
+SingleApplication
+=================
+
+This is a replacement of the QtSingleApplication for `Qt5`.
+
+Keeps the Primary Instance of your Application and kills each subsequent
+instances. It can (if enabled) spawn secondary (non-related to the primary)
+instances and can send data to the primary instance from secondary instances.
+
+Usage
+-----
+
+The `SingleApplication` class inherits from whatever `Q[Core|Gui]Application`
+class you specify via the `QAPPLICATION_CLASS` macro (`QCoreApplication` is the
+default). Further usage is similar to the use of the `Q[Core|Gui]Application`
+classes.
+
+The library sets up a `QLocalServer` and a `QSharedMemory` block. The first
+instance of your Application is your Primary Instance. It would check if the
+shared memory block exists and if not it will start a `QLocalServer` and listen
+for connections. Each subsequent instance of your application would check if the
+shared memory block exists and if it does, it will connect to the QLocalServer
+to notify the primary instance that a new instance had been started, after which
+it would terminate with status code `0`. In the Primary Instance
+`SingleApplication` would emit the `instanceStarted()` signal upon detecting
+that a new instance had been started.
+
+The library uses `stdlib` to terminate the program with the `exit()` function.
+
+You can use the library as if you use any other `QCoreApplication` derived
+class:
+
+```cpp
+#include
+#include
+
+int main( int argc, char* argv[] )
+{
+ SingleApplication app( argc, argv );
+
+ return app.exec();
+}
+```
+
+To include the library files I would recommend that you add it as a git
+submodule to your project and include it's contents with a `.pri` file. Here is
+how:
+
+```bash
+git submodule add git@github.com:itay-grudev/SingleApplication.git singleapplication
+```
+
+Then include the `singleapplication.pri` file in your `.pro` project file. Also
+don't forget to specify which `QCoreApplication` class your app is using if it
+is not `QCoreApplication`.
+
+```qmake
+include(singleapplication/singleapplication.pri)
+DEFINES += QAPPLICATION_CLASS=QApplication
+```
+
+The `Instance Started` signal
+------------------------
+
+The SingleApplication class implements a `instanceStarted()` signal. You can
+bind to that signal to raise your application's window when a new instance had
+been started, for example.
+
+```cpp
+// window is a QWindow instance
+QObject::connect(
+ &app,
+ &SingleApplication::instanceStarted,
+ &window,
+ &QWindow::raise
+);
+```
+
+Using `SingleApplication::instance()` is a neat way to get the
+`SingleApplication` instance for binding to it's signals anywhere in your
+program.
+
+__Note:__ On Windows the ability to bring the application windows to the
+foreground is restricted. See [Windows specific implementations](Windows.md)
+for a workaround and an example implementation.
+
+
+Secondary Instances
+-------------------
+
+If you want to be able to launch additional Secondary Instances (not related to
+your Primary Instance) you have to enable that with the third parameter of the
+`SingleApplication` constructor. The default is `false` meaning no Secondary
+Instances. Here is an example of how you would start a Secondary Instance send
+a message with the command line arguments to the primary instance and then shut
+down.
+
+```cpp
+int main(int argc, char *argv[])
+{
+ SingleApplication app( argc, argv, true );
+
+ if( app.isSecondary() ) {
+ app.sendMessage( app.arguments().join(' ')).toUtf8() );
+ app.exit( 0 );
+ }
+
+ return app.exec();
+}
+```
+
+*__Note:__ A secondary instance won't cause the emission of the
+`instanceStarted()` signal by default. See `SingleApplication::Mode` for more
+details.*
+
+You can check whether your instance is a primary or secondary with the following
+methods:
+
+```cpp
+app.isPrimary();
+// or
+app.isSecondary();
+```
+
+*__Note:__ If your Primary Instance is terminated a newly launched instance
+will replace the Primary one even if the Secondary flag has been set.*
+
+API
+---
+
+### Members
+
+```cpp
+SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSecondary = false, Options options = Mode::User, int timeout = 100 )
+```
+
+Depending on whether `allowSecondary` is set, this constructor may terminate
+your app if there is already a primary instance running. Additional `Options`
+can be specified to set whether the SingleApplication block should work
+user-wide or system-wide. Additionally the `Mode::SecondaryNotification` may be
+used to notify the primary instance whenever a secondary instance had been
+started (disabled by default). `timeout` specifies the maximum time in
+milliseconds to wait for blocking operations.
+
+*__Note:__ `argc` and `argv` may be changed as Qt removes arguments that it
+recognizes.*
+
+*__Note:__ `Mode::SecondaryNotification` only works if set on both the primary
+and the secondary instance.*
+
+*__Note:__ Operating system can restrict the shared memory blocks to the same
+user, in which case the User/System modes will have no effect and the block will
+be user wide.*
+
+---
+
+```cpp
+bool SingleApplication::sendMessage( QByteArray message, int timeout = 100 )
+```
+
+Sends `message` to the Primary Instance. Uses `timeout` as a the maximum timeout
+in milliseconds for blocking functions
+
+---
+
+```cpp
+bool SingleApplication::isPrimary()
+```
+
+Returns if the instance is the primary instance.
+
+---
+
+```cpp
+bool SingleApplication::isSecondary()
+```
+Returns if the instance is a secondary instance.
+
+---
+
+```cpp
+quint32 SingleApplication::instanceId()
+```
+
+Returns a unique identifier for the current instance.
+
+---
+
+```cpp
+qint64 SingleApplication::primaryPid()
+```
+
+Returns the process ID (PID) of the primary instance.
+
+### Signals
+
+```cpp
+void SingleApplication::instanceStarted()
+```
+
+Triggered whenever a new instance had been started, except for secondary
+instances if the `Mode::SecondaryNotification` flag is not specified.
+
+---
+
+```cpp
+void SingleApplication::receivedMessage( quint32 instanceId, QByteArray message )
+```
+
+Triggered whenever there is a message received from a secondary instance.
+
+---
+
+### Flags
+
+```cpp
+enum SingleApplication::Mode
+```
+
+* `Mode::User` - The SingleApplication block should apply user wide. This adds
+ user specific data to the key used for the shared memory and server name.
+ This is the default functionality.
+* `Mode::System` – The SingleApplication block applies system-wide.
+* `Mode::SecondaryNotification` – Whether to trigger `instanceStarted()` even
+ whenever secondary instances are started.
+* `Mode::ExcludeAppPath` – Excludes the application path from the server name
+ (and memory block) hash.
+* `Mode::ExcludeAppVersion` – Excludes the application version from the server
+ name (and memory block) hash.
+
+*__Note:__ `Mode::SecondaryNotification` only works if set on both the primary
+and the secondary instance.*
+
+*__Note:__ Operating system can restrict the shared memory blocks to the same
+user, in which case the User/System modes will have no effect and the block will
+be user wide.*
+
+---
+
+Versioning
+----------
+
+Each major version introduces either very significant changes or is not
+backwards compatible with the previous version. Minor versions only add
+additional features, bug fixes or performance improvements and are backwards
+compatible with the previous release. See [`CHANGELOG.md`](CHANGELOG.md) for
+more details.
+
+Implementation
+--------------
+
+The library is implemented with a QSharedMemory block which is thread safe and
+guarantees a race condition will not occur. It also uses a QLocalSocket to
+notify the main process that a new instance had been spawned and thus invoke the
+`instanceStarted()` signal and for messaging the primary instance.
+
+Additionally the library can recover from being forcefully killed on *nix
+systems and will reset the memory block given that there are no other
+instances running.
+
+License
+-------
+This library and it's supporting documentation are released under
+`The MIT License (MIT)` with the exception of the Qt calculator examples which
+is distributed under the BSD license.
diff --git a/singleapplication/Windows.md b/singleapplication/Windows.md
index 13c52da..6f6ade3 100644
--- a/singleapplication/Windows.md
+++ b/singleapplication/Windows.md
@@ -1,46 +1,46 @@
-Windows Specific Implementations
-================================
-
-Setting the foreground window
------------------------------
-
-In the `instanceStarted()` example in the `README` we demonstrated how an
-application can bring it's primary instance window whenever a second copy
-of the application is started.
-
-On Windows the ability to bring the application windows to the foreground is
-restricted, see [`AllowSetForegroundWindow()`][AllowSetForegroundWindow] for more
-details.
-
-The background process (the primary instance) can bring its windows to the
-foreground if it is allowed by the current foreground process (the secondary
-instance). To bypass this `SingleApplication` must be initialized with the
-`allowSecondary` parameter set to `true` and the `options` parameter must
-include `Mode::SecondaryNotification`, See `SingleApplication::Mode` for more
-details.
-
-Here is an example:
-
-```cpp
-if( app.isSecondary() ) {
- // This API requires LIBS += User32.lib to be added to the project
- AllowSetForegroundWindow( DWORD( app.primaryPid() ) );
-}
-
-if( app.isPrimary() ) {
- QObject::connect(
- &app,
- &SingleApplication::instanceStarted,
- this,
- &App::instanceStarted
- );
-}
-```
-
-```cpp
-void App::instanceStarted() {
- QApplication::setActiveWindow( [window/widget to set to the foreground] );
-}
-```
-
-[AllowSetForegroundWindow]: https://msdn.microsoft.com/en-us/library/windows/desktop/ms632668.aspx
+Windows Specific Implementations
+================================
+
+Setting the foreground window
+-----------------------------
+
+In the `instanceStarted()` example in the `README` we demonstrated how an
+application can bring it's primary instance window whenever a second copy
+of the application is started.
+
+On Windows the ability to bring the application windows to the foreground is
+restricted, see [`AllowSetForegroundWindow()`][AllowSetForegroundWindow] for more
+details.
+
+The background process (the primary instance) can bring its windows to the
+foreground if it is allowed by the current foreground process (the secondary
+instance). To bypass this `SingleApplication` must be initialized with the
+`allowSecondary` parameter set to `true` and the `options` parameter must
+include `Mode::SecondaryNotification`, See `SingleApplication::Mode` for more
+details.
+
+Here is an example:
+
+```cpp
+if( app.isSecondary() ) {
+ // This API requires LIBS += User32.lib to be added to the project
+ AllowSetForegroundWindow( DWORD( app.primaryPid() ) );
+}
+
+if( app.isPrimary() ) {
+ QObject::connect(
+ &app,
+ &SingleApplication::instanceStarted,
+ this,
+ &App::instanceStarted
+ );
+}
+```
+
+```cpp
+void App::instanceStarted() {
+ QApplication::setActiveWindow( [window/widget to set to the foreground] );
+}
+```
+
+[AllowSetForegroundWindow]: https://msdn.microsoft.com/en-us/library/windows/desktop/ms632668.aspx
diff --git a/singleapplication/singleapplication.cpp b/singleapplication/singleapplication.cpp
index a797231..1b49fd4 100644
--- a/singleapplication/singleapplication.cpp
+++ b/singleapplication/singleapplication.cpp
@@ -1,174 +1,174 @@
-// The MIT License (MIT)
-//
-// Copyright (c) Itay Grudev 2015 - 2018
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
-
-#include
-#include
-#include
-#include
-#include
-
-#include "singleapplication.h"
-#include "singleapplication_p.h"
-
-/**
- * @brief Constructor. Checks and fires up LocalServer or closes the program
- * if another instance already exists
- * @param argc
- * @param argv
- * @param {bool} allowSecondaryInstances
- */
-SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSecondary, Options options, int timeout )
- : app_t( argc, argv ), d_ptr( new SingleApplicationPrivate( this ) )
-{
- Q_D(SingleApplication);
-
- // Store the current mode of the program
- d->options = options;
-
- // Generating an application ID used for identifying the shared memory
- // block and QLocalServer
- d->genBlockServerName();
-
-#ifdef Q_OS_UNIX
- // By explicitly attaching it and then deleting it we make sure that the
- // memory is deleted even after the process has crashed on Unix.
- d->memory = new QSharedMemory( d->blockServerName );
- d->memory->attach();
- delete d->memory;
-#endif
- // Guarantee thread safe behaviour with a shared memory block.
- d->memory = new QSharedMemory( d->blockServerName );
-
- // Create a shared memory block
- if( d->memory->create( sizeof( InstancesInfo ) ) ) {
- // Initialize the shared memory block
- d->memory->lock();
- d->initializeMemoryBlock();
- d->memory->unlock();
- } else {
- // Attempt to attach to the memory segment
- if( ! d->memory->attach() ) {
- qCritical() << "SingleApplication: Unable to attach to shared memory block.";
- qCritical() << d->memory->errorString();
- delete d;
- ::exit( EXIT_FAILURE );
- }
- }
-
- InstancesInfo* inst = static_cast( d->memory->data() );
- QTime time;
- time.start();
-
- // Make sure the shared memory block is initialised and in consistent state
- while( true ) {
- d->memory->lock();
-
- if( d->blockChecksum() == inst->checksum ) break;
-
- if( time.elapsed() > 5000 ) {
- qWarning() << "SingleApplication: Shared memory block has been in an inconsistent state from more than 5s. Assuming primary instance failure.";
- d->initializeMemoryBlock();
- }
-
- d->memory->unlock();
-
- // Random sleep here limits the probability of a collision between two racing apps
- qsrand( QDateTime::currentMSecsSinceEpoch() % std::numeric_limits::max() );
- QThread::sleep( 8 + static_cast ( static_cast ( qrand() ) / RAND_MAX * 10 ) );
- }
-
- if( inst->primary == false) {
- d->startPrimary();
- d->memory->unlock();
- return;
- }
-
- // Check if another instance can be started
- if( allowSecondary ) {
- inst->secondary += 1;
- inst->checksum = d->blockChecksum();
- d->instanceNumber = inst->secondary;
- d->startSecondary();
- if( d->options & Mode::SecondaryNotification ) {
- d->connectToPrimary( timeout, SingleApplicationPrivate::SecondaryInstance );
- }
- d->memory->unlock();
- return;
- }
-
- d->memory->unlock();
-
- d->connectToPrimary( timeout, SingleApplicationPrivate::NewInstance );
-
- delete d;
-
- ::exit( EXIT_SUCCESS );
-}
-
-/**
- * @brief Destructor
- */
-SingleApplication::~SingleApplication()
-{
- Q_D(SingleApplication);
- delete d;
-}
-
-bool SingleApplication::isPrimary()
-{
- Q_D(SingleApplication);
- return d->server != nullptr;
-}
-
-bool SingleApplication::isSecondary()
-{
- Q_D(SingleApplication);
- return d->server == nullptr;
-}
-
-quint32 SingleApplication::instanceId()
-{
- Q_D(SingleApplication);
- return d->instanceNumber;
-}
-
-qint64 SingleApplication::primaryPid()
-{
- Q_D(SingleApplication);
- return d->primaryPid();
-}
-
-bool SingleApplication::sendMessage( QByteArray message, int timeout )
-{
- Q_D(SingleApplication);
-
- // Nobody to connect to
- if( isPrimary() ) return false;
-
- // Make sure the socket is connected
- d->connectToPrimary( timeout, SingleApplicationPrivate::Reconnect );
-
- d->socket->write( message );
- bool dataWritten = d->socket->flush();
- d->socket->waitForBytesWritten( timeout );
- return dataWritten;
-}
+// The MIT License (MIT)
+//
+// Copyright (c) Itay Grudev 2015 - 2018
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+#include
+#include
+#include
+#include
+#include
+
+#include "singleapplication.h"
+#include "singleapplication_p.h"
+
+/**
+ * @brief Constructor. Checks and fires up LocalServer or closes the program
+ * if another instance already exists
+ * @param argc
+ * @param argv
+ * @param {bool} allowSecondaryInstances
+ */
+SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSecondary, Options options, int timeout )
+ : app_t( argc, argv ), d_ptr( new SingleApplicationPrivate( this ) )
+{
+ Q_D(SingleApplication);
+
+ // Store the current mode of the program
+ d->options = options;
+
+ // Generating an application ID used for identifying the shared memory
+ // block and QLocalServer
+ d->genBlockServerName();
+
+#ifdef Q_OS_UNIX
+ // By explicitly attaching it and then deleting it we make sure that the
+ // memory is deleted even after the process has crashed on Unix.
+ d->memory = new QSharedMemory( d->blockServerName );
+ d->memory->attach();
+ delete d->memory;
+#endif
+ // Guarantee thread safe behaviour with a shared memory block.
+ d->memory = new QSharedMemory( d->blockServerName );
+
+ // Create a shared memory block
+ if( d->memory->create( sizeof( InstancesInfo ) ) ) {
+ // Initialize the shared memory block
+ d->memory->lock();
+ d->initializeMemoryBlock();
+ d->memory->unlock();
+ } else {
+ // Attempt to attach to the memory segment
+ if( ! d->memory->attach() ) {
+ qCritical() << "SingleApplication: Unable to attach to shared memory block.";
+ qCritical() << d->memory->errorString();
+ delete d;
+ ::exit( EXIT_FAILURE );
+ }
+ }
+
+ InstancesInfo* inst = static_cast( d->memory->data() );
+ QTime time;
+ time.start();
+
+ // Make sure the shared memory block is initialised and in consistent state
+ while( true ) {
+ d->memory->lock();
+
+ if( d->blockChecksum() == inst->checksum ) break;
+
+ if( time.elapsed() > 5000 ) {
+ qWarning() << "SingleApplication: Shared memory block has been in an inconsistent state from more than 5s. Assuming primary instance failure.";
+ d->initializeMemoryBlock();
+ }
+
+ d->memory->unlock();
+
+ // Random sleep here limits the probability of a collision between two racing apps
+ qsrand( QDateTime::currentMSecsSinceEpoch() % std::numeric_limits::max() );
+ QThread::sleep( 8 + static_cast ( static_cast ( qrand() ) / RAND_MAX * 10 ) );
+ }
+
+ if( inst->primary == false) {
+ d->startPrimary();
+ d->memory->unlock();
+ return;
+ }
+
+ // Check if another instance can be started
+ if( allowSecondary ) {
+ inst->secondary += 1;
+ inst->checksum = d->blockChecksum();
+ d->instanceNumber = inst->secondary;
+ d->startSecondary();
+ if( d->options & Mode::SecondaryNotification ) {
+ d->connectToPrimary( timeout, SingleApplicationPrivate::SecondaryInstance );
+ }
+ d->memory->unlock();
+ return;
+ }
+
+ d->memory->unlock();
+
+ d->connectToPrimary( timeout, SingleApplicationPrivate::NewInstance );
+
+ delete d;
+
+ ::exit( EXIT_SUCCESS );
+}
+
+/**
+ * @brief Destructor
+ */
+SingleApplication::~SingleApplication()
+{
+ Q_D(SingleApplication);
+ delete d;
+}
+
+bool SingleApplication::isPrimary()
+{
+ Q_D(SingleApplication);
+ return d->server != nullptr;
+}
+
+bool SingleApplication::isSecondary()
+{
+ Q_D(SingleApplication);
+ return d->server == nullptr;
+}
+
+quint32 SingleApplication::instanceId()
+{
+ Q_D(SingleApplication);
+ return d->instanceNumber;
+}
+
+qint64 SingleApplication::primaryPid()
+{
+ Q_D(SingleApplication);
+ return d->primaryPid();
+}
+
+bool SingleApplication::sendMessage( QByteArray message, int timeout )
+{
+ Q_D(SingleApplication);
+
+ // Nobody to connect to
+ if( isPrimary() ) return false;
+
+ // Make sure the socket is connected
+ d->connectToPrimary( timeout, SingleApplicationPrivate::Reconnect );
+
+ d->socket->write( message );
+ bool dataWritten = d->socket->flush();
+ d->socket->waitForBytesWritten( timeout );
+ return dataWritten;
+}
diff --git a/singleapplication/singleapplication.h b/singleapplication/singleapplication.h
index f123abd..4bd201c 100644
--- a/singleapplication/singleapplication.h
+++ b/singleapplication/singleapplication.h
@@ -1,135 +1,135 @@
-// The MIT License (MIT)
-//
-// Copyright (c) Itay Grudev 2015 - 2018
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
-
-#ifndef SINGLE_APPLICATION_H
-#define SINGLE_APPLICATION_H
-
-#include
-#include
-
-#ifndef QAPPLICATION_CLASS
- #define QAPPLICATION_CLASS QCoreApplication
-#endif
-
-#include QT_STRINGIFY(QAPPLICATION_CLASS)
-
-class SingleApplicationPrivate;
-
-/**
- * @brief The SingleApplication class handles multipe instances of the same
- * Application
- * @see QCoreApplication
- */
-class SingleApplication : public QAPPLICATION_CLASS
-{
- Q_OBJECT
-
- typedef QAPPLICATION_CLASS app_t;
-
-public:
- /**
- * @brief Mode of operation of SingleApplication.
- * Whether the block should be user-wide or system-wide and whether the
- * primary instance should be notified when a secondary instance had been
- * started.
- * @note Operating system can restrict the shared memory blocks to the same
- * user, in which case the User/System modes will have no effect and the
- * block will be user wide.
- * @enum
- */
- enum Mode {
- User = 1 << 0,
- System = 1 << 1,
- SecondaryNotification = 1 << 2,
- ExcludeAppVersion = 1 << 3,
- ExcludeAppPath = 1 << 4
- };
- Q_DECLARE_FLAGS(Options, Mode)
-
- /**
- * @brief Intitializes a SingleApplication instance with argc command line
- * arguments in argv
- * @arg {int &} argc - Number of arguments in argv
- * @arg {const char *[]} argv - Supplied command line arguments
- * @arg {bool} allowSecondary - Whether to start the instance as secondary
- * if there is already a primary instance.
- * @arg {Mode} mode - Whether for the SingleApplication block to be applied
- * User wide or System wide.
- * @arg {int} timeout - Timeout to wait in miliseconds.
- * @note argc and argv may be changed as Qt removes arguments that it
- * recognizes
- * @note Mode::SecondaryNotification only works if set on both the primary
- * instance and the secondary instance.
- * @note The timeout is just a hint for the maximum time of blocking
- * operations. It does not guarantee that the SingleApplication
- * initialisation will be completed in given time, though is a good hint.
- * Usually 4*timeout would be the worst case (fail) scenario.
- * @see See the corresponding QAPPLICATION_CLASS constructor for reference
- */
- explicit SingleApplication( int &argc, char *argv[], bool allowSecondary = false, Options options = Mode::User, int timeout = 1000 );
- ~SingleApplication();
-
- /**
- * @brief Returns if the instance is the primary instance
- * @returns {bool}
- */
- bool isPrimary();
-
- /**
- * @brief Returns if the instance is a secondary instance
- * @returns {bool}
- */
- bool isSecondary();
-
- /**
- * @brief Returns a unique identifier for the current instance
- * @returns {qint32}
- */
- quint32 instanceId();
-
- /**
- * @brief Returns the process ID (PID) of the primary instance
- * @returns {qint64}
- */
- qint64 primaryPid();
-
- /**
- * @brief Sends a message to the primary instance. Returns true on success.
- * @param {int} timeout - Timeout for connecting
- * @returns {bool}
- * @note sendMessage() will return false if invoked from the primary
- * instance.
- */
- bool sendMessage( QByteArray message, int timeout = 100 );
-
-Q_SIGNALS:
- void instanceStarted();
- void receivedMessage( quint32 instanceId, QByteArray message );
-
-private:
- SingleApplicationPrivate *d_ptr;
- Q_DECLARE_PRIVATE(SingleApplication)
-};
-
-Q_DECLARE_OPERATORS_FOR_FLAGS(SingleApplication::Options)
-
-#endif // SINGLE_APPLICATION_H
+// The MIT License (MIT)
+//
+// Copyright (c) Itay Grudev 2015 - 2018
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+#ifndef SINGLE_APPLICATION_H
+#define SINGLE_APPLICATION_H
+
+#include
+#include
+
+#ifndef QAPPLICATION_CLASS
+ #define QAPPLICATION_CLASS QCoreApplication
+#endif
+
+#include QT_STRINGIFY(QAPPLICATION_CLASS)
+
+class SingleApplicationPrivate;
+
+/**
+ * @brief The SingleApplication class handles multipe instances of the same
+ * Application
+ * @see QCoreApplication
+ */
+class SingleApplication : public QAPPLICATION_CLASS
+{
+ Q_OBJECT
+
+ typedef QAPPLICATION_CLASS app_t;
+
+public:
+ /**
+ * @brief Mode of operation of SingleApplication.
+ * Whether the block should be user-wide or system-wide and whether the
+ * primary instance should be notified when a secondary instance had been
+ * started.
+ * @note Operating system can restrict the shared memory blocks to the same
+ * user, in which case the User/System modes will have no effect and the
+ * block will be user wide.
+ * @enum
+ */
+ enum Mode {
+ User = 1 << 0,
+ System = 1 << 1,
+ SecondaryNotification = 1 << 2,
+ ExcludeAppVersion = 1 << 3,
+ ExcludeAppPath = 1 << 4
+ };
+ Q_DECLARE_FLAGS(Options, Mode)
+
+ /**
+ * @brief Intitializes a SingleApplication instance with argc command line
+ * arguments in argv
+ * @arg {int &} argc - Number of arguments in argv
+ * @arg {const char *[]} argv - Supplied command line arguments
+ * @arg {bool} allowSecondary - Whether to start the instance as secondary
+ * if there is already a primary instance.
+ * @arg {Mode} mode - Whether for the SingleApplication block to be applied
+ * User wide or System wide.
+ * @arg {int} timeout - Timeout to wait in miliseconds.
+ * @note argc and argv may be changed as Qt removes arguments that it
+ * recognizes
+ * @note Mode::SecondaryNotification only works if set on both the primary
+ * instance and the secondary instance.
+ * @note The timeout is just a hint for the maximum time of blocking
+ * operations. It does not guarantee that the SingleApplication
+ * initialisation will be completed in given time, though is a good hint.
+ * Usually 4*timeout would be the worst case (fail) scenario.
+ * @see See the corresponding QAPPLICATION_CLASS constructor for reference
+ */
+ explicit SingleApplication( int &argc, char *argv[], bool allowSecondary = false, Options options = Mode::User, int timeout = 1000 );
+ ~SingleApplication();
+
+ /**
+ * @brief Returns if the instance is the primary instance
+ * @returns {bool}
+ */
+ bool isPrimary();
+
+ /**
+ * @brief Returns if the instance is a secondary instance
+ * @returns {bool}
+ */
+ bool isSecondary();
+
+ /**
+ * @brief Returns a unique identifier for the current instance
+ * @returns {qint32}
+ */
+ quint32 instanceId();
+
+ /**
+ * @brief Returns the process ID (PID) of the primary instance
+ * @returns {qint64}
+ */
+ qint64 primaryPid();
+
+ /**
+ * @brief Sends a message to the primary instance. Returns true on success.
+ * @param {int} timeout - Timeout for connecting
+ * @returns {bool}
+ * @note sendMessage() will return false if invoked from the primary
+ * instance.
+ */
+ bool sendMessage( QByteArray message, int timeout = 100 );
+
+Q_SIGNALS:
+ void instanceStarted();
+ void receivedMessage( quint32 instanceId, QByteArray message );
+
+private:
+ SingleApplicationPrivate *d_ptr;
+ Q_DECLARE_PRIVATE(SingleApplication)
+};
+
+Q_DECLARE_OPERATORS_FOR_FLAGS(SingleApplication::Options)
+
+#endif // SINGLE_APPLICATION_H
diff --git a/singleapplication/singleapplication.pri b/singleapplication/singleapplication.pri
index 26f5c9c..01f2b4e 100644
--- a/singleapplication/singleapplication.pri
+++ b/singleapplication/singleapplication.pri
@@ -1,19 +1,19 @@
-QT += core network
-CONFIG += c++11
-
-HEADERS += $$PWD/singleapplication.h \
- $$PWD/singleapplication_p.h
-SOURCES += $$PWD/singleapplication.cpp \
- $$PWD/singleapplication_p.cpp
-
-INCLUDEPATH += $$PWD
-
-win32 {
- msvc:LIBS += Advapi32.lib
- gcc:LIBS += -ladvapi32
-}
-
-DISTFILES += \
- $$PWD/README.md \
- $$PWD/CHANGELOG.md \
- $$PWD/Windows.md
+QT += core network
+CONFIG += c++11
+
+HEADERS += $$PWD/singleapplication.h \
+ $$PWD/singleapplication_p.h
+SOURCES += $$PWD/singleapplication.cpp \
+ $$PWD/singleapplication_p.cpp
+
+INCLUDEPATH += $$PWD
+
+win32 {
+ msvc:LIBS += Advapi32.lib
+ gcc:LIBS += -ladvapi32
+}
+
+DISTFILES += \
+ $$PWD/README.md \
+ $$PWD/CHANGELOG.md \
+ $$PWD/Windows.md
diff --git a/singleapplication/singleapplication_p.cpp b/singleapplication/singleapplication_p.cpp
index c2b5f6b..2a5ce5b 100644
--- a/singleapplication/singleapplication_p.cpp
+++ b/singleapplication/singleapplication_p.cpp
@@ -1,386 +1,386 @@
-// The MIT License (MIT)
-//
-// Copyright (c) Itay Grudev 2015 - 2018
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
-
-//
-// W A R N I N G !!!
-// -----------------
-//
-// This file is not part of the SingleApplication API. It is used purely as an
-// implementation detail. This header file may change from version to
-// version without notice, or may even be removed.
-//
-
-#include
-#include
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-#include "singleapplication.h"
-#include "singleapplication_p.h"
-
-
-SingleApplicationPrivate::SingleApplicationPrivate( SingleApplication *q_ptr )
- : q_ptr( q_ptr )
-{
- server = nullptr;
- socket = nullptr;
- memory = nullptr;
- instanceNumber = -1;
-}
-
-SingleApplicationPrivate::~SingleApplicationPrivate()
-{
- if( socket != nullptr ) {
- socket->close();
- delete socket;
- }
-
- memory->lock();
- InstancesInfo* inst = static_cast(memory->data());
- if( server != nullptr ) {
- server->close();
- delete server;
- inst->primary = false;
- inst->primaryPid = -1;
- inst->checksum = blockChecksum();
- }
- memory->unlock();
-
- delete memory;
-}
-
-void SingleApplicationPrivate::genBlockServerName()
-{
- QCryptographicHash appData( QCryptographicHash::Sha256 );
- appData.addData( "SingleApplication", 17 );
- appData.addData( SingleApplication::app_t::applicationName().toUtf8() );
- appData.addData( SingleApplication::app_t::organizationName().toUtf8() );
- appData.addData( SingleApplication::app_t::organizationDomain().toUtf8() );
-
- if( ! (options & SingleApplication::Mode::ExcludeAppVersion) ) {
- appData.addData( SingleApplication::app_t::applicationVersion().toUtf8() );
- }
-
- if( ! (options & SingleApplication::Mode::ExcludeAppPath) ) {
-#ifdef Q_OS_WIN
- appData.addData( SingleApplication::app_t::applicationFilePath().toLower().toUtf8() );
-#else
- appData.addData( SingleApplication::app_t::applicationFilePath().toUtf8() );
-#endif
- }
-
- // User level block requires a user specific data in the hash
- if( options & SingleApplication::Mode::User ) {
-#ifdef Q_OS_WIN
- appData.addData( QStandardPaths::standardLocations( QStandardPaths::HomeLocation ).join("").toUtf8() );
-#endif
-#ifdef Q_OS_UNIX
- appData.addData(
- QDir(
- QStandardPaths::standardLocations( QStandardPaths::HomeLocation ).first()
- ).absolutePath().toUtf8()
- );
-#endif
- }
-
- // Replace the backslash in RFC 2045 Base64 [a-zA-Z0-9+/=] to comply with
- // server naming requirements.
- blockServerName = appData.result().toBase64().replace("/", "_");
-}
-
-void SingleApplicationPrivate::initializeMemoryBlock()
-{
- InstancesInfo* inst = static_cast( memory->data() );
- inst->primary = false;
- inst->secondary = 0;
- inst->primaryPid = -1;
- inst->checksum = blockChecksum();
-}
-
-void SingleApplicationPrivate::startPrimary()
-{
- Q_Q(SingleApplication);
-
- // Successful creation means that no main process exists
- // So we start a QLocalServer to listen for connections
- QLocalServer::removeServer( blockServerName );
- server = new QLocalServer();
-
- // Restrict access to the socket according to the
- // SingleApplication::Mode::User flag on User level or no restrictions
- if( options & SingleApplication::Mode::User ) {
- server->setSocketOptions( QLocalServer::UserAccessOption );
- } else {
- server->setSocketOptions( QLocalServer::WorldAccessOption );
- }
-
- server->listen( blockServerName );
- QObject::connect(
- server,
- &QLocalServer::newConnection,
- this,
- &SingleApplicationPrivate::slotConnectionEstablished
- );
-
- // Reset the number of connections
- InstancesInfo* inst = static_cast ( memory->data() );
-
- inst->primary = true;
- inst->primaryPid = q->applicationPid();
- inst->checksum = blockChecksum();
-
- instanceNumber = 0;
-}
-
-void SingleApplicationPrivate::startSecondary()
-{
-}
-
-void SingleApplicationPrivate::connectToPrimary( int msecs, ConnectionType connectionType )
-{
- // Connect to the Local Server of the Primary Instance if not already
- // connected.
- if( socket == nullptr ) {
- socket = new QLocalSocket();
- }
-
- // If already connected - we are done;
- if( socket->state() == QLocalSocket::ConnectedState )
- return;
-
- // If not connect
- if( socket->state() == QLocalSocket::UnconnectedState ||
- socket->state() == QLocalSocket::ClosingState ) {
- socket->connectToServer( blockServerName );
- }
-
- // Wait for being connected
- if( socket->state() == QLocalSocket::ConnectingState ) {
- socket->waitForConnected( msecs );
- }
-
- // Initialisation message according to the SingleApplication protocol
- if( socket->state() == QLocalSocket::ConnectedState ) {
- // Notify the parent that a new instance had been started;
- QByteArray initMsg;
- QDataStream writeStream(&initMsg, QIODevice::WriteOnly);
-
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
- writeStream.setVersion(QDataStream::Qt_5_6);
-#endif
-
- writeStream << blockServerName.toLatin1();
- writeStream << static_cast(connectionType);
- writeStream << instanceNumber;
- quint16 checksum = qChecksum(initMsg.constData(), static_cast(initMsg.length()));
- writeStream << checksum;
-
- // The header indicates the message length that follows
- QByteArray header;
- QDataStream headerStream(&header, QIODevice::WriteOnly);
-
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
- headerStream.setVersion(QDataStream::Qt_5_6);
-#endif
- headerStream << static_cast ( initMsg.length() );
-
- socket->write( header );
- socket->write( initMsg );
- socket->flush();
- socket->waitForBytesWritten( msecs );
- }
-}
-
-quint16 SingleApplicationPrivate::blockChecksum()
-{
- return qChecksum(
- static_cast ( memory->data() ),
- offsetof( InstancesInfo, checksum )
- );
-}
-
-qint64 SingleApplicationPrivate::primaryPid()
-{
- qint64 pid;
-
- memory->lock();
- InstancesInfo* inst = static_cast( memory->data() );
- pid = inst->primaryPid;
- memory->unlock();
-
- return pid;
-}
-
-/**
- * @brief Executed when a connection has been made to the LocalServer
- */
-void SingleApplicationPrivate::slotConnectionEstablished()
-{
- QLocalSocket *nextConnSocket = server->nextPendingConnection();
- connectionMap.insert(nextConnSocket, ConnectionInfo());
-
- QObject::connect(nextConnSocket, &QLocalSocket::aboutToClose,
- [nextConnSocket, this]() {
- auto &info = connectionMap[nextConnSocket];
- Q_EMIT this->slotClientConnectionClosed( nextConnSocket, info.instanceId );
- }
- );
-
- QObject::connect(nextConnSocket, &QLocalSocket::disconnected,
- [nextConnSocket, this](){
- connectionMap.remove(nextConnSocket);
- nextConnSocket->deleteLater();
- }
- );
-
- QObject::connect(nextConnSocket, &QLocalSocket::readyRead,
- [nextConnSocket, this]() {
- auto &info = connectionMap[nextConnSocket];
- switch(info.stage) {
- case StageHeader:
- readInitMessageHeader(nextConnSocket);
- break;
- case StageBody:
- readInitMessageBody(nextConnSocket);
- break;
- case StageConnected:
- Q_EMIT this->slotDataAvailable( nextConnSocket, info.instanceId );
- break;
- default:
- break;
- };
- }
- );
-}
-
-void SingleApplicationPrivate::readInitMessageHeader( QLocalSocket *sock )
-{
- if (!connectionMap.contains( sock )) {
- return;
- }
-
- if( sock->bytesAvailable() < ( qint64 )sizeof( quint64 ) ) {
- return;
- }
-
- QDataStream headerStream( sock );
-
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
- headerStream.setVersion( QDataStream::Qt_5_6 );
-#endif
-
- // Read the header to know the message length
- quint64 msgLen = 0;
- headerStream >> msgLen;
- ConnectionInfo &info = connectionMap[sock];
- info.stage = StageBody;
- info.msgLen = msgLen;
-
- if ( sock->bytesAvailable() >= (qint64) msgLen ) {
- readInitMessageBody( sock );
- }
-}
-
-void SingleApplicationPrivate::readInitMessageBody( QLocalSocket *sock )
-{
- Q_Q(SingleApplication);
-
- if (!connectionMap.contains( sock )) {
- return;
- }
-
- ConnectionInfo &info = connectionMap[sock];
- if( sock->bytesAvailable() < ( qint64 )info.msgLen ) {
- return;
- }
-
- // Read the message body
- QByteArray msgBytes = sock->read(info.msgLen);
- QDataStream readStream(msgBytes);
-
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
- readStream.setVersion( QDataStream::Qt_5_6 );
-#endif
-
- // server name
- QByteArray latin1Name;
- readStream >> latin1Name;
-
- // connection type
- ConnectionType connectionType = InvalidConnection;
- quint8 connTypeVal = InvalidConnection;
- readStream >> connTypeVal;
- connectionType = static_cast ( connTypeVal );
-
- // instance id
- quint32 instanceId = 0;
- readStream >> instanceId;
-
- // checksum
- quint16 msgChecksum = 0;
- readStream >> msgChecksum;
-
- const quint16 actualChecksum = qChecksum( msgBytes.constData(), static_cast( msgBytes.length() - sizeof( quint16 ) ) );
-
- bool isValid = readStream.status() == QDataStream::Ok &&
- QLatin1String(latin1Name) == blockServerName &&
- msgChecksum == actualChecksum;
-
- if( !isValid ) {
- sock->close();
- return;
- }
-
- info.instanceId = instanceId;
- info.stage = StageConnected;
-
- if( connectionType == NewInstance ||
- ( connectionType == SecondaryInstance &&
- options & SingleApplication::Mode::SecondaryNotification ) )
- {
- Q_EMIT q->instanceStarted();
- }
-
- if (sock->bytesAvailable() > 0) {
- Q_EMIT this->slotDataAvailable( sock, instanceId );
- }
-}
-
-void SingleApplicationPrivate::slotDataAvailable( QLocalSocket *dataSocket, quint32 instanceId )
-{
- Q_Q(SingleApplication);
- Q_EMIT q->receivedMessage( instanceId, dataSocket->readAll() );
-}
-
-void SingleApplicationPrivate::slotClientConnectionClosed( QLocalSocket *closedSocket, quint32 instanceId )
-{
- if( closedSocket->bytesAvailable() > 0 )
- Q_EMIT slotDataAvailable( closedSocket, instanceId );
-}
+// The MIT License (MIT)
+//
+// Copyright (c) Itay Grudev 2015 - 2018
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+//
+// W A R N I N G !!!
+// -----------------
+//
+// This file is not part of the SingleApplication API. It is used purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or may even be removed.
+//
+
+#include
+#include
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+#include "singleapplication.h"
+#include "singleapplication_p.h"
+
+
+SingleApplicationPrivate::SingleApplicationPrivate( SingleApplication *q_ptr )
+ : q_ptr( q_ptr )
+{
+ server = nullptr;
+ socket = nullptr;
+ memory = nullptr;
+ instanceNumber = -1;
+}
+
+SingleApplicationPrivate::~SingleApplicationPrivate()
+{
+ if( socket != nullptr ) {
+ socket->close();
+ delete socket;
+ }
+
+ memory->lock();
+ InstancesInfo* inst = static_cast(memory->data());
+ if( server != nullptr ) {
+ server->close();
+ delete server;
+ inst->primary = false;
+ inst->primaryPid = -1;
+ inst->checksum = blockChecksum();
+ }
+ memory->unlock();
+
+ delete memory;
+}
+
+void SingleApplicationPrivate::genBlockServerName()
+{
+ QCryptographicHash appData( QCryptographicHash::Sha256 );
+ appData.addData( "SingleApplication", 17 );
+ appData.addData( SingleApplication::app_t::applicationName().toUtf8() );
+ appData.addData( SingleApplication::app_t::organizationName().toUtf8() );
+ appData.addData( SingleApplication::app_t::organizationDomain().toUtf8() );
+
+ if( ! (options & SingleApplication::Mode::ExcludeAppVersion) ) {
+ appData.addData( SingleApplication::app_t::applicationVersion().toUtf8() );
+ }
+
+ if( ! (options & SingleApplication::Mode::ExcludeAppPath) ) {
+#ifdef Q_OS_WIN
+ appData.addData( SingleApplication::app_t::applicationFilePath().toLower().toUtf8() );
+#else
+ appData.addData( SingleApplication::app_t::applicationFilePath().toUtf8() );
+#endif
+ }
+
+ // User level block requires a user specific data in the hash
+ if( options & SingleApplication::Mode::User ) {
+#ifdef Q_OS_WIN
+ appData.addData( QStandardPaths::standardLocations( QStandardPaths::HomeLocation ).join("").toUtf8() );
+#endif
+#ifdef Q_OS_UNIX
+ appData.addData(
+ QDir(
+ QStandardPaths::standardLocations( QStandardPaths::HomeLocation ).first()
+ ).absolutePath().toUtf8()
+ );
+#endif
+ }
+
+ // Replace the backslash in RFC 2045 Base64 [a-zA-Z0-9+/=] to comply with
+ // server naming requirements.
+ blockServerName = appData.result().toBase64().replace("/", "_");
+}
+
+void SingleApplicationPrivate::initializeMemoryBlock()
+{
+ InstancesInfo* inst = static_cast( memory->data() );
+ inst->primary = false;
+ inst->secondary = 0;
+ inst->primaryPid = -1;
+ inst->checksum = blockChecksum();
+}
+
+void SingleApplicationPrivate::startPrimary()
+{
+ Q_Q(SingleApplication);
+
+ // Successful creation means that no main process exists
+ // So we start a QLocalServer to listen for connections
+ QLocalServer::removeServer( blockServerName );
+ server = new QLocalServer();
+
+ // Restrict access to the socket according to the
+ // SingleApplication::Mode::User flag on User level or no restrictions
+ if( options & SingleApplication::Mode::User ) {
+ server->setSocketOptions( QLocalServer::UserAccessOption );
+ } else {
+ server->setSocketOptions( QLocalServer::WorldAccessOption );
+ }
+
+ server->listen( blockServerName );
+ QObject::connect(
+ server,
+ &QLocalServer::newConnection,
+ this,
+ &SingleApplicationPrivate::slotConnectionEstablished
+ );
+
+ // Reset the number of connections
+ InstancesInfo* inst = static_cast ( memory->data() );
+
+ inst->primary = true;
+ inst->primaryPid = q->applicationPid();
+ inst->checksum = blockChecksum();
+
+ instanceNumber = 0;
+}
+
+void SingleApplicationPrivate::startSecondary()
+{
+}
+
+void SingleApplicationPrivate::connectToPrimary( int msecs, ConnectionType connectionType )
+{
+ // Connect to the Local Server of the Primary Instance if not already
+ // connected.
+ if( socket == nullptr ) {
+ socket = new QLocalSocket();
+ }
+
+ // If already connected - we are done;
+ if( socket->state() == QLocalSocket::ConnectedState )
+ return;
+
+ // If not connect
+ if( socket->state() == QLocalSocket::UnconnectedState ||
+ socket->state() == QLocalSocket::ClosingState ) {
+ socket->connectToServer( blockServerName );
+ }
+
+ // Wait for being connected
+ if( socket->state() == QLocalSocket::ConnectingState ) {
+ socket->waitForConnected( msecs );
+ }
+
+ // Initialisation message according to the SingleApplication protocol
+ if( socket->state() == QLocalSocket::ConnectedState ) {
+ // Notify the parent that a new instance had been started;
+ QByteArray initMsg;
+ QDataStream writeStream(&initMsg, QIODevice::WriteOnly);
+
+#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
+ writeStream.setVersion(QDataStream::Qt_5_6);
+#endif
+
+ writeStream << blockServerName.toLatin1();
+ writeStream << static_cast(connectionType);
+ writeStream << instanceNumber;
+ quint16 checksum = qChecksum(initMsg.constData(), static_cast(initMsg.length()));
+ writeStream << checksum;
+
+ // The header indicates the message length that follows
+ QByteArray header;
+ QDataStream headerStream(&header, QIODevice::WriteOnly);
+
+#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
+ headerStream.setVersion(QDataStream::Qt_5_6);
+#endif
+ headerStream << static_cast ( initMsg.length() );
+
+ socket->write( header );
+ socket->write( initMsg );
+ socket->flush();
+ socket->waitForBytesWritten( msecs );
+ }
+}
+
+quint16 SingleApplicationPrivate::blockChecksum()
+{
+ return qChecksum(
+ static_cast ( memory->data() ),
+ offsetof( InstancesInfo, checksum )
+ );
+}
+
+qint64 SingleApplicationPrivate::primaryPid()
+{
+ qint64 pid;
+
+ memory->lock();
+ InstancesInfo* inst = static_cast( memory->data() );
+ pid = inst->primaryPid;
+ memory->unlock();
+
+ return pid;
+}
+
+/**
+ * @brief Executed when a connection has been made to the LocalServer
+ */
+void SingleApplicationPrivate::slotConnectionEstablished()
+{
+ QLocalSocket *nextConnSocket = server->nextPendingConnection();
+ connectionMap.insert(nextConnSocket, ConnectionInfo());
+
+ QObject::connect(nextConnSocket, &QLocalSocket::aboutToClose,
+ [nextConnSocket, this]() {
+ auto &info = connectionMap[nextConnSocket];
+ Q_EMIT this->slotClientConnectionClosed( nextConnSocket, info.instanceId );
+ }
+ );
+
+ QObject::connect(nextConnSocket, &QLocalSocket::disconnected,
+ [nextConnSocket, this](){
+ connectionMap.remove(nextConnSocket);
+ nextConnSocket->deleteLater();
+ }
+ );
+
+ QObject::connect(nextConnSocket, &QLocalSocket::readyRead,
+ [nextConnSocket, this]() {
+ auto &info = connectionMap[nextConnSocket];
+ switch(info.stage) {
+ case StageHeader:
+ readInitMessageHeader(nextConnSocket);
+ break;
+ case StageBody:
+ readInitMessageBody(nextConnSocket);
+ break;
+ case StageConnected:
+ Q_EMIT this->slotDataAvailable( nextConnSocket, info.instanceId );
+ break;
+ default:
+ break;
+ };
+ }
+ );
+}
+
+void SingleApplicationPrivate::readInitMessageHeader( QLocalSocket *sock )
+{
+ if (!connectionMap.contains( sock )) {
+ return;
+ }
+
+ if( sock->bytesAvailable() < ( qint64 )sizeof( quint64 ) ) {
+ return;
+ }
+
+ QDataStream headerStream( sock );
+
+#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
+ headerStream.setVersion( QDataStream::Qt_5_6 );
+#endif
+
+ // Read the header to know the message length
+ quint64 msgLen = 0;
+ headerStream >> msgLen;
+ ConnectionInfo &info = connectionMap[sock];
+ info.stage = StageBody;
+ info.msgLen = msgLen;
+
+ if ( sock->bytesAvailable() >= (qint64) msgLen ) {
+ readInitMessageBody( sock );
+ }
+}
+
+void SingleApplicationPrivate::readInitMessageBody( QLocalSocket *sock )
+{
+ Q_Q(SingleApplication);
+
+ if (!connectionMap.contains( sock )) {
+ return;
+ }
+
+ ConnectionInfo &info = connectionMap[sock];
+ if( sock->bytesAvailable() < ( qint64 )info.msgLen ) {
+ return;
+ }
+
+ // Read the message body
+ QByteArray msgBytes = sock->read(info.msgLen);
+ QDataStream readStream(msgBytes);
+
+#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
+ readStream.setVersion( QDataStream::Qt_5_6 );
+#endif
+
+ // server name
+ QByteArray latin1Name;
+ readStream >> latin1Name;
+
+ // connection type
+ ConnectionType connectionType = InvalidConnection;
+ quint8 connTypeVal = InvalidConnection;
+ readStream >> connTypeVal;
+ connectionType = static_cast ( connTypeVal );
+
+ // instance id
+ quint32 instanceId = 0;
+ readStream >> instanceId;
+
+ // checksum
+ quint16 msgChecksum = 0;
+ readStream >> msgChecksum;
+
+ const quint16 actualChecksum = qChecksum( msgBytes.constData(), static_cast( msgBytes.length() - sizeof( quint16 ) ) );
+
+ bool isValid = readStream.status() == QDataStream::Ok &&
+ QLatin1String(latin1Name) == blockServerName &&
+ msgChecksum == actualChecksum;
+
+ if( !isValid ) {
+ sock->close();
+ return;
+ }
+
+ info.instanceId = instanceId;
+ info.stage = StageConnected;
+
+ if( connectionType == NewInstance ||
+ ( connectionType == SecondaryInstance &&
+ options & SingleApplication::Mode::SecondaryNotification ) )
+ {
+ Q_EMIT q->instanceStarted();
+ }
+
+ if (sock->bytesAvailable() > 0) {
+ Q_EMIT this->slotDataAvailable( sock, instanceId );
+ }
+}
+
+void SingleApplicationPrivate::slotDataAvailable( QLocalSocket *dataSocket, quint32 instanceId )
+{
+ Q_Q(SingleApplication);
+ Q_EMIT q->receivedMessage( instanceId, dataSocket->readAll() );
+}
+
+void SingleApplicationPrivate::slotClientConnectionClosed( QLocalSocket *closedSocket, quint32 instanceId )
+{
+ if( closedSocket->bytesAvailable() > 0 )
+ Q_EMIT slotDataAvailable( closedSocket, instanceId );
+}
diff --git a/singleapplication/singleapplication_p.h b/singleapplication/singleapplication_p.h
index e2c361f..16bc661 100644
--- a/singleapplication/singleapplication_p.h
+++ b/singleapplication/singleapplication_p.h
@@ -1,99 +1,99 @@
-// The MIT License (MIT)
-//
-// Copyright (c) Itay Grudev 2015 - 2016
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
-
-//
-// W A R N I N G !!!
-// -----------------
-//
-// This file is not part of the SingleApplication API. It is used purely as an
-// implementation detail. This header file may change from version to
-// version without notice, or may even be removed.
-//
-
-#ifndef SINGLEAPPLICATION_P_H
-#define SINGLEAPPLICATION_P_H
-
-#include
-#include
-#include
-#include "singleapplication.h"
-
-struct InstancesInfo {
- bool primary;
- quint32 secondary;
- qint64 primaryPid;
- quint16 checksum;
-};
-
-struct ConnectionInfo {
- explicit ConnectionInfo() :
- msgLen(0), instanceId(0), stage(0) {}
- qint64 msgLen;
- quint32 instanceId;
- quint8 stage;
-};
-
-class SingleApplicationPrivate : public QObject {
-Q_OBJECT
-public:
- enum ConnectionType : quint8 {
- InvalidConnection = 0,
- NewInstance = 1,
- SecondaryInstance = 2,
- Reconnect = 3
- };
- enum ConnectionStage : quint8 {
- StageHeader = 0,
- StageBody = 1,
- StageConnected = 2,
- };
- Q_DECLARE_PUBLIC(SingleApplication)
-
- SingleApplicationPrivate( SingleApplication *q_ptr );
- ~SingleApplicationPrivate();
-
- void genBlockServerName();
- void initializeMemoryBlock();
- void startPrimary();
- void startSecondary();
- void connectToPrimary(int msecs, ConnectionType connectionType );
- quint16 blockChecksum();
- qint64 primaryPid();
- void readInitMessageHeader(QLocalSocket *socket);
- void readInitMessageBody(QLocalSocket *socket);
-
- SingleApplication *q_ptr;
- QSharedMemory *memory;
- QLocalSocket *socket;
- QLocalServer *server;
- quint32 instanceNumber;
- QString blockServerName;
- SingleApplication::Options options;
- QMap connectionMap;
-
-public Q_SLOTS:
- void slotConnectionEstablished();
- void slotDataAvailable( QLocalSocket*, quint32 );
- void slotClientConnectionClosed( QLocalSocket*, quint32 );
-};
-
-#endif // SINGLEAPPLICATION_P_H
+// The MIT License (MIT)
+//
+// Copyright (c) Itay Grudev 2015 - 2016
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+//
+// W A R N I N G !!!
+// -----------------
+//
+// This file is not part of the SingleApplication API. It is used purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or may even be removed.
+//
+
+#ifndef SINGLEAPPLICATION_P_H
+#define SINGLEAPPLICATION_P_H
+
+#include
+#include
+#include
+#include "singleapplication.h"
+
+struct InstancesInfo {
+ bool primary;
+ quint32 secondary;
+ qint64 primaryPid;
+ quint16 checksum;
+};
+
+struct ConnectionInfo {
+ explicit ConnectionInfo() :
+ msgLen(0), instanceId(0), stage(0) {}
+ qint64 msgLen;
+ quint32 instanceId;
+ quint8 stage;
+};
+
+class SingleApplicationPrivate : public QObject {
+Q_OBJECT
+public:
+ enum ConnectionType : quint8 {
+ InvalidConnection = 0,
+ NewInstance = 1,
+ SecondaryInstance = 2,
+ Reconnect = 3
+ };
+ enum ConnectionStage : quint8 {
+ StageHeader = 0,
+ StageBody = 1,
+ StageConnected = 2,
+ };
+ Q_DECLARE_PUBLIC(SingleApplication)
+
+ SingleApplicationPrivate( SingleApplication *q_ptr );
+ ~SingleApplicationPrivate();
+
+ void genBlockServerName();
+ void initializeMemoryBlock();
+ void startPrimary();
+ void startSecondary();
+ void connectToPrimary(int msecs, ConnectionType connectionType );
+ quint16 blockChecksum();
+ qint64 primaryPid();
+ void readInitMessageHeader(QLocalSocket *socket);
+ void readInitMessageBody(QLocalSocket *socket);
+
+ SingleApplication *q_ptr;
+ QSharedMemory *memory;
+ QLocalSocket *socket;
+ QLocalServer *server;
+ quint32 instanceNumber;
+ QString blockServerName;
+ SingleApplication::Options options;
+ QMap connectionMap;
+
+public Q_SLOTS:
+ void slotConnectionEstablished();
+ void slotDataAvailable( QLocalSocket*, quint32 );
+ void slotClientConnectionClosed( QLocalSocket*, quint32 );
+};
+
+#endif // SINGLEAPPLICATION_P_H
diff --git a/src/3rdparty/json/json.hpp b/src/3rdparty/json/json.hpp
index c40620a..ac8c176 100644
--- a/src/3rdparty/json/json.hpp
+++ b/src/3rdparty/json/json.hpp
@@ -1,18928 +1,18928 @@
-/*
- __ _____ _____ _____
- __| | __| | | | JSON for Modern C++
-| | |__ | | | | | | version 3.3.0
-|_____|_____|_____|_|___| https://github.com/nlohmann/json
-
-Licensed under the MIT License .
-SPDX-License-Identifier: MIT
-Copyright (c) 2013-2018 Niels Lohmann .
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-*/
-
-#ifndef NLOHMANN_JSON_HPP
-#define NLOHMANN_JSON_HPP
-
-#define NLOHMANN_JSON_VERSION_MAJOR 3
-#define NLOHMANN_JSON_VERSION_MINOR 3
-#define NLOHMANN_JSON_VERSION_PATCH 0
-
-#include // all_of, find, for_each
-#include // assert
-#include // and, not, or
-#include // nullptr_t, ptrdiff_t, size_t
-#include // hash, less
-#include // initializer_list
-#include // istream, ostream
-#include // iterator_traits, random_access_iterator_tag
-#include // accumulate
-#include // string, stoi, to_string
-#include // declval, forward, move, pair, swap
-
-// #include
-#ifndef NLOHMANN_JSON_FWD_HPP
-#define NLOHMANN_JSON_FWD_HPP
-
-#include // int64_t, uint64_t
-#include