Compare commits

...

62 Commits

Author SHA1 Message Date
MarcoFalke
d3a0382007 Merge #15602: 0.18: [p2p] Enable reject messages by default
a7563633d2 [docs] document BIP 61 deprecation (John Newbery)
da14d90984 [p2p] Enable BIP 61 REJECT messages by default (John Newbery)

Pull request description:

  This PR reverts #14054 following discussion on the bitcoin-dev mailing list.

  It also adds release notes to clearly document that the `enablebip61` option will be disabled by default in a future release before being removed entirely.

Tree-SHA512: 0c9162045a4fb95689a0cb2de19f98a83636c9a6fb7ffa6809773b593c6c00b14e0480683e4d1c48e9b7f90e89cf7c2dca18bff42f5d2da2a43c522039e9f1ee
2019-03-14 16:45:32 -04:00
John Newbery
a7563633d2 [docs] document BIP 61 deprecation 2019-03-14 15:45:46 -04:00
John Newbery
da14d90984 [p2p] Enable BIP 61 REJECT messages by default 2019-03-14 15:32:17 -04:00
Wladimir J. van der Laan
889af0eaac doc: Update manpages
Tree-SHA512: 97a6d7193da6f9d84e35e2511d949b08be990e035ffb38a149bf45df085ea41f4c84953ddd7a38b0165574f7168419fc2bd3ad6351f5012d89cf884d055693e7
2019-03-14 19:05:38 +01:00
Wladimir J. van der Laan
85f1755163 build: bump to rc2
Tree-SHA512: 8ce284bd20cfeee8bfb9f7144c9a4239b460f83ac18df840b417b43b11e8028b649fb056c9266d01ac39a926a8f4e931d0dc3ee302d0c84f5fcb2c7d18126322
2019-03-14 19:00:08 +01:00
João Barbosa
ef27a060ac wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree
Github-Pull: #15583
Rebased-From: 15c69b158d
Tree-SHA512: edef7cafc5a2cb8d3355591a7742ef61454a5dedbb1dc22f6cc6bae42329d887f3f4a054f2aeedf31180051f50b6478d09e204066205699dabc0cb67b0ce4a96
2019-03-14 18:59:26 +01:00
Wladimir J. van der Laan
a01925c150 doc: Pre-rc2 translations update
Tree-SHA512: a494a9039555b24a7a4f4ecebc2a1b7c47bf8937b2ec583659e4443b49919e6ddd0e276c273ce2f89955f433de300ea0c36216e288309a7fac5b2e3d2534a604
2019-03-14 15:05:04 +01:00
Pieter Wuille
232ef630ec Fix overflow bug in analyzepsbt fee: CAmount instead of int
Github-Pull: #15582
Rebased-From: c9963ae8b1
Tree-SHA512: ed1dcfafb7015de5405112938b04c4009bec3349a8d4e8aca641598ccab31a34c7f16b5045670909fd2e795fc40640a79658ef6b1771e9f21abd0ca759b239b5
2019-03-13 19:36:36 +01:00
fanquake
2edd0c40c3 rpc: return a number for estimated_feerate in analyzepsbt
Github-Pull: #15559
Rebased-From: 335931df4a
Tree-SHA512: ebe460e935e33fbbbe725db403654ee65c86a606401e8519e1180551e2ccd43661eb4ad20bf065f2c0c2a8026c3bb3bce796789f8d612e9e197ceb8d541a63a9
2019-03-13 12:20:05 +01:00
fanquake
20fd64fe10 doc: correct analysepsbt rpc doc
Github-Pull: #15559
Rebased-From: a4d0fd026b
Tree-SHA512: 43f985ccb1af22e416230b8f351396d1fa677ee4e60f6952962ed37e842f5746df8a58ae7c35d6a7518af4b5974ee753b17ec3578394122584ca10e9ed561268
2019-03-13 12:20:01 +01:00
MarcoFalke
021a9ad6f1 build: use full version string in setup.exe
Github-Pull: #15548
Rebased-From: fa55104cb8
Tree-SHA512: 195d9d459431ae879a27e26d01962f020ddbbf648da26e52121c4fa7eb3438330f1ce34de431757e5079bf248f7129539e1d1a83c9c795ab57dc8c51545384bb
2019-03-12 10:43:40 +01:00
Wladimir J. van der Laan
936ef73fab qt: periodic translations update
Tree-SHA512: a2c5818dd2fa261b86a177e846e5a58062f1ea3adf3d4fef5ac6f4a503e7f9f143189a0068847f405cc68f9900f983db5c3ab9799a4e29dd41ced09542f57175
2019-03-09 08:12:23 +01:00
Suhas Daftuar
b80dedb596 [addrman] Improve collision logging and address nits
Github-Pull: #15486
Rebased-From: 20e6ea259b
Tree-SHA512: 73b37a98cf4d9ede1d39c30d178d63a5a6865dba6cb7a9f33bd1e03445acb708b3007c7cde991b5de96a407262adda23279fe7a1d2ed31b0b5a33b2e97aaba9b
2019-03-09 07:13:30 +01:00
Suhas Daftuar
333be7aabf [addrman] Ensure collisions eventually get resolved
After 40 minutes, time out a test-before-evict entry and just evict without
testing. Otherwise, if we were unable to test an entry for some reason, we
might break using feelers altogether.

Github-Pull: #15486
Rebased-From: f71fdda3bc
Tree-SHA512: 66c61a9f030b1666e98e4fe66dd6cfc5f1d03b2a1ec01567b195903db6e4412ac778f4464ee9ef35ae6faa1ab7e4b18ef7ecb9a7ced29e6494046990aebf7b76
2019-03-09 07:13:26 +01:00
Suhas Daftuar
487f0c3dc9 [net] feeler connections can be made to outbound peers in same netgroup
Fixes a bug where feelers could be stuck trying to resolve a collision in the
tried table that is to an address in the same netgroup as an existing outbound peer.

Thanks to Muoi Tran for the original bug report and detailed debug logs to track
this down.

Github-Pull: #15486
Rebased-From: 4991e3c813
Tree-SHA512: 2752c9909d55ff63b9143168033d0d3952effba7f911181919eb62291edf822ec54fffbb20e35b5c5f8cb1092d75c496665da00139dbebe5ce402cbea3ad87c5
2019-03-09 07:13:21 +01:00
Suhas Daftuar
561b00a02b [addrman] Improve tried table collision logging
Github-Pull: #15486
Rebased-From: 4d834018e3
Tree-SHA512: c7843191c470d8b3298d4375632ddbcfd26358d21100bcbffa8d40498782f9dfef08cfb7b3c040525ef912b27ddd593322b60f8f21e16e2ae9bae66433ce807e
2019-03-09 07:13:19 +01:00
Wladimir J. van der Laan
f810f14cf6 gitian: Improve error handling
Github-Pull: #15549
Rebased-From: 32da92bdf6
Tree-SHA512: c79455ed3aa0e529821ed30c5d36244dcc9fbf9154b63dfcce4789143d8a737f83ea2aaea8993748babc4cec45ae0e88449d2a6ddc90dcf62a39cf8d6a2ace2e
2019-03-09 06:45:58 +01:00
Wladimir J. van der Laan
0fd3632868 Merge #15552: 0.18: Granular invalidateblock and RewindBlockIndex
519b0bc5dc Make last disconnected block BLOCK_FAILED_VALID, even when aborted (Pieter Wuille)
8d220417cd Optimization: don't add txn back to mempool after 10 invalidates (Pieter Wuille)
9ce9c37004 Prevent callback overruns in InvalidateBlock and RewindBlockIndex (Pieter Wuille)
9bb32eb571 Release cs_main during InvalidateBlock iterations (Pieter Wuille)
9b1ff5c742 Call InvalidateBlock without cs_main held (Pieter Wuille)
241b2c74ac Make RewindBlockIndex interruptible (Pieter Wuille)
880ce7d46b Call RewindBlockIndex without cs_main held (Pieter Wuille)
436f7d735f Release cs_main during RewindBlockIndex operation (Pieter Wuille)
1d342875c2 Merge the disconnection and erasing loops in RewindBlockIndex (Pieter Wuille)
32b2696ab4 Move erasure of non-active blocks to a separate loop in RewindBlockIndex (Pieter Wuille)
9d6dcc52c6 Abstract EraseBlockData out of RewindBlockIndex (Pieter Wuille)

Pull request description:

  Same repo and branch like  "Granular invalidateblock and RewindBlockIndex #15402 ", can be merged as is.

  This saves us all the cherry-picks and review of the backport cherry-picks.

Tree-SHA512: 20c27c5f807c3d85e0072f9e2cdefad4ad7d329d6b26658a00844d5fcf0ed729059daf765e04e6382db2b5915117b15949cd4989d864917ab105c92e2e5e9986
2019-03-07 17:41:45 +01:00
MarcoFalke
71ac4ebe48 doc: Remove pr release notes file in wrong dir
Github-Pull: #15527
Rebased-From: fad76e7a49
Tree-SHA512: 15b8af83029b095fbe9f7163e2b82247f590831165596b67ed9acae8c11715593c57702731cfe3320e3fa645137fd90314598d1bf91e81cea01889ecc6d05d3a
2019-03-05 12:52:19 +01:00
Wladimir J. van der Laan
6a178e5261 build: set RC1
Tree-SHA512: 26bd0cce9eaf906a921defd7e4abdbf1056f29c6327950d766753149dde19d6af39ee827f6e02ebfede488f5afb6b4048814061c45e611ffa43f8ef4598edcdb
2019-03-04 15:55:46 +01:00
Wladimir J. van der Laan
7630301c16 Merge #15524: [0.18] doc: Remove ppa from linux build instructions
fa3148aacb doc: Remove ppa from linux build instructions (MarcoFalke)

Pull request description:

  Same commit hash as #15518

Tree-SHA512: b6ab2f84ca8efc4e71604422b427793b8b17d8d50422177f4ce967421457eee8c2f1d1e0e4fa8cad05cf42ab4343a25e4ee0404cafee978456eefe0c72b11f2b
2019-03-04 15:27:52 +01:00
Wladimir J. van der Laan
b702e3757e doc: Merge release notes fragments
- Merge release notes fragments into release-notes.md

- Remove downgrading notes (as I understand this pertains to `<0.15`,
  this doesn't warrant mentioning anymore)

Tree-SHA512: 839e30807651ff53efa713f707ba0744c6c6c9bcb2c9c8afc0e299c93f772cc9a0ef294ba7e15f7049280556404d9b2e96b74f28e456aa36130af05bc7cfe035
2019-03-04 15:16:36 +01:00
MarcoFalke
fa3148aacb doc: Remove ppa from linux build instructions 2019-03-03 11:37:40 -05:00
Wladimir J. van der Laan
742f7dd972 build: Bump version to 0.18.0
Update version after branching off

Tree-SHA512: 48f2c2ecfc485f0c864d2b1748ffb382df444abdc8387886bee1be5e49bbcaa6baf0a52544abb7189d762a3f33c82a794413511580e6154c0f82e5e58bea0b0f
2019-03-02 14:23:51 +01:00
Wladimir J. van der Laan
37f236acc6 Merge #15510: [rpc] deriveaddresses: add range to CRPCConvertParam
9586157c0f [rpc] deriveaddresses: add range to CRPCConvertParam (Sjors Provoost)

Pull request description:

  Missing from #15497

Tree-SHA512: 469de3f896bcd3435a480685e5257c51ba895df0311329d5e5a3cb2e1894e5358324473d998ea45221776aefe8836a7af6c4f12198a36d2d10bf6761991cfd60
2019-03-02 10:11:35 +01:00
MarcoFalke
f9dbb319d2 Merge #15485: add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo
f13ad1cae0 modify test for memory locked in case locking pages failed at some point (Adam Jonas)
2fa85ebd1c add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo (Adam Jonas)

Pull request description:

  Creating the `rpc_misc.py` functional test file to add space for adding tests to a file that doesn't have a lot of coverage.
    - Removing the `getmemoryinfo()` smoke test from wallet basic rather than moving it to keep the wallet decoupled. Feel like testing for reasonable memory allocation values should suffice.
    - Adding coverage for `mallocinfo()`. Introduced standard lib XML parser since the function exports an XML string that describes the current state of the memory-allocation implementation in the caller.

Tree-SHA512: ced30115622916c88d1e729969ee331272ec9f2881eb36dee4bb7331bf633a6810a57fed63a0cfaf86de698edb5162e6a035efd07c89ece1df56b69d61288072
2019-03-01 13:54:20 -05:00
Adam Jonas
f13ad1cae0 modify test for memory locked in case locking pages failed at some point 2019-03-01 10:20:57 -05:00
MarcoFalke
dc251de6a5 Merge #15506: appveyor: fix cache issue and reduce dependencies build time
aeb7fbfd69 appveyor: Don't build debug libraries instead of "build and delete" (Chun Kuan Lee)

Pull request description:

  - fix  the filename typo on `appveyor.yml`. Maybe it's the reason that appveyor cache does not work properly.
  - Build release dependency libraries only. We build both release and debug on master. This could save ~5 mins.

Tree-SHA512: 68cdaeab98a658ebcb6159ee3f2d53376496d63b21c91291a95ad2495181de9bb12bd0fbf31672dbe72222b6368ce088b6a06592db365fc247c86bc5ba79905b
2019-03-01 09:47:56 -05:00
Sjors Provoost
9586157c0f [rpc] deriveaddresses: add range to CRPCConvertParam 2019-03-01 15:34:43 +01:00
MarcoFalke
a6d7026a45 Merge #15497: rpc: Consistent range arguments in scantxoutset/importmulti/deriveaddresses
ca253f6ebf Make deriveaddresses use stop/[start,stop] notation for ranges (Pieter Wuille)
1675b7ce55 Use stop/[start,stop] notation in importmulti desc range (Pieter Wuille)
4566011631 Add support for stop/[start,stop] ranges to scantxoutset (Pieter Wuille)
6b9f45e81b Support ranges arguments in RPC help (Pieter Wuille)
7aa6a8aefb Add ParseRange function to parse args of the form int/[int,int] (Pieter Wuille)

Pull request description:

  This introduces a consistent notation for RPC arguments in `scantxoutset`, `importmulti`, and `deriveaddresses`, either:
  * `"range" : int` to just specify the end of the range
  * `"range" : [int,int]` to specify both the begin and the end of the range.

  For `scantxoutset`, this is a backward compatible new feature. For the two other RPCs, it's an incompatible change, but neither of them has been in a release so far. Because of that non-released reason, this only makes sense in 0.18, in my opinion.

  I suggest this as an alternative to #15496, which only makes `deriveaddresses` compatible with `importmulti`, but not with the existing `scantxoutset` RPC. I also think `[int,int]` is more convenient than `{"start":int,"stop":int}`.

  I realize this is technically a feature added to `scantxoutset` after the feature freeze. If desired, I'll drop the `scantxoutset` changes.

Tree-SHA512: 1cbebb90cf34f106786dbcec7afbf3f43fb8b7e46cc7e6763faf1bc1babf12375a1b3c3cf86ee83c21ed2171d99b5a2f60331850bc613db25538c38b6a056676
2019-03-01 09:13:18 -05:00
MarcoFalke
e8612adc5d Merge #15507: test: Bump timeout on tests that timeout on windows
fa852f0e8d test: Bump timeout on tests that timeout on windows (MarcoFalke)

Pull request description:

  Those tests build a ton of blocks and time out for me on Windows with:

  ```
  test_framework.authproxy.JSONRPCException: 'generatetoaddress' RPC took longer than 60.000000 seconds. Consider using larger timeout for calls that take longer to return. (-344)

Tree-SHA512: a8fffeaddd02c051fbcc04bfac69f6ed826b8f16616e3b2e210a469d07c3e5706baab8121f1cd7ed265481de3a6197cf371513e2afbe506cf13b1dabfe3a0005
2019-03-01 09:04:36 -05:00
Pieter Wuille
ca253f6ebf Make deriveaddresses use stop/[start,stop] notation for ranges 2019-02-28 21:40:09 -08:00
MarcoFalke
fa852f0e8d test: Bump timeout on tests that timeout on windows 2019-02-28 18:35:09 -05:00
Chun Kuan Lee
aeb7fbfd69 appveyor: Don't build debug libraries instead of "build and delete" 2019-03-01 07:24:19 +08:00
Pieter Wuille
1675b7ce55 Use stop/[start,stop] notation in importmulti desc range 2019-02-28 13:05:10 -08:00
Pieter Wuille
4566011631 Add support for stop/[start,stop] ranges to scantxoutset 2019-02-28 13:01:44 -08:00
Pieter Wuille
6b9f45e81b Support ranges arguments in RPC help 2019-02-28 13:00:13 -08:00
Pieter Wuille
7aa6a8aefb Add ParseRange function to parse args of the form int/[int,int] 2019-02-28 13:00:09 -08:00
MarcoFalke
29c24b05fb Merge #15503: msvc: Use a single file to specify the include path
4a5e52cb51 msvc: Use a single file to specify the include path (Chun Kuan Lee)

Pull request description:

  Specify the include files in 1 line and 1 file instead of 64 lines and 16 files.

  Also, this could avoid MSVC and autoconf include path inconsistency.

Tree-SHA512: e2e283913d8118d70fd94b0fb42c3b629b0d9d94aa08a4f625945992fda830c94ecdde8dc7647e28c4f35f8466de3b38cfd7ed7ca78d611612b3b49784fa3745
2019-02-28 15:13:43 -05:00
Chun Kuan Lee
4a5e52cb51 msvc: Use a single file to specify the include path 2019-03-01 02:30:07 +08:00
Wladimir J. van der Laan
20268c6d76 Merge #15489: doc: Update release process for snap package
fa466cbc50 doc: Update release process for snap package (MarcoFalke)

Pull request description:

Tree-SHA512: 44c083a9de96b8f128e32597071c5101b1f90a0396170955f4d8b21e46ad7bfad1e0e43a955ae1dd2968aa266ff6b5d4c80115a4a1e13a4073549d48278c4c90
2019-02-28 15:39:01 +01:00
Wladimir J. van der Laan
a0d4e79b4d Merge #15477: doc: Remove misleading hint in getrawtransaction
9999879f56 refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction (MarcoFalke)
fa9ff8fe21 doc: Remove misleading hint in getrawtransaction (MarcoFalke)

Pull request description:

  For 0.18.0

  I asked this line to be added in #15159, which was wrong because getmempoolentry does not return the raw transaction hex.

Tree-SHA512: 7ac85500c8192314347b7283cd369196bb959c124863642b6c1ce73d5662b1cbe4f42ded9c374dac6657458ab70b01810caf1235dd1d2b404bf376ebf09efa69
2019-02-27 12:25:37 +01:00
Wladimir J. van der Laan
a4f9c024c6 Merge #15468: wallet: Use fsbridge::ifstream to fix Windows path issue
6ad79cbd56 wallet: Use fsbridge::ifstream to fix Windows path issue (Chun Kuan Lee)

Pull request description:

  Fix #15460

Tree-SHA512: 1dab04184608543d49c86cbcfb679d63d35cb7bf3bde2e2d9ddf25ec8977de42b7131db5e81a305f3452858079dbcf68f6ad4624c89575d3d7e5b550687fc6ad
2019-02-27 12:05:58 +01:00
Wladimir J. van der Laan
6f43ed4c5a Merge #15462: gui: Fix async open wallet call order
a720a98301 gui: Fix async open wallet call order (João Barbosa)

Pull request description:

  Fixes #15455. Must call `OpenWalletActivity::open` asynchronously only after all connections are made to the `OpenWalletActivity` instance, otherwise signals can be missed.

Tree-SHA512: 4e5fdbd09d2ca017ed07a1813c2707c09f96275f1498779804e322e0a4dbd7dcff0c2e9cd6ec18463cd427b88b192a8d02373de9edc2b03ba5e4b8484b264417
2019-02-27 12:00:19 +01:00
MarcoFalke
fa466cbc50 doc: Update release process for snap package 2019-02-26 19:52:44 -05:00
Adam Jonas
2fa85ebd1c add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo 2019-02-26 15:08:36 -05:00
MarcoFalke
d88f7f8764 Merge #15471: rpc/gui: Remove 'Unknown block versions being mined' warning
ef362f2773 rpc/gui: Remove 'Unknown block versions being mined' warning (Wladimir J. van der Laan)

Pull request description:

  Due to miners inserting garbage into the version numbers causing false positives, the current version signalling has become completely useless. This removes the "unknown block versions" warning which has the tendency to scare users unnecessarily (and might get them to "update" to something bad).

  It preserves the warning in the logs. Whether this is desirable can be a point of discussion.

Tree-SHA512: 51407ccd24a571462465d9c7180f0f28307c50b82a03284abe783e181d8ab7e0638dbb710698d883f28de8a609db70763e39be2470d956e67c833da0768e43e9
2019-02-26 09:20:39 -05:00
MarcoFalke
9999879f56 refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction 2019-02-25 23:47:36 -05:00
MarcoFalke
fa9ff8fe21 doc: Remove misleading hint in getrawtransaction 2019-02-25 23:45:48 -05:00
MarcoFalke
8f470ecc53 Merge #15419: qa: Always refresh cache to be out of ibd
fa2cdc9ac2 test: Simplify create_cache (MarcoFalke)
fa25210d62 qa: Fix wallet_txn_doublespend issue (MarcoFalke)
1111aecbb5 qa: Always refresh stale cache to be out of ibd (MarcoFalke)
fab0d85802 qa: Remove mocktime unless required (MarcoFalke)

Pull request description:

  When starting a test, we are always in IBD because the timestamps on cached blocks are in the past. Usually, we solve that by generating a block at the beginning of the test.

  That is clumsy and might even lead to other problems such as #15360 and https://github.com/bitcoin/bitcoin/issues/14446#issuecomment-461926598

  So fix that by getting rid of mocktime and always refreshing the last block of the cache when starting the test framework.

  Should fix #14446

Tree-SHA512: 6af09800f9c86131349a103af617a54551f5f3f3260d38e14e3f30fdd3d91a0feb0100c56cbb12eae4aeac5571ae4b530b16345cbb831d2670237b53351a22c1
2019-02-25 11:44:21 -05:00
MarcoFalke
fa2cdc9ac2 test: Simplify create_cache 2019-02-25 11:18:24 -05:00
Wladimir J. van der Laan
ef362f2773 rpc/gui: Remove 'Unknown block versions being mined' warning
Due to miners inserting garbage into the version numbers, the current
version signalling has become completely useless. This removes the
"unknown block versions" warning which has the tendency to scare
users unnecessarily (and might get them to "update" to something
bad).

It preserves the warning in the logs. Whether this is desirable can
be a point of discussion.
2019-02-25 15:59:02 +01:00
Wladimir J. van der Laan
b4fc5257b7 Merge #15456: Enable PID file creation on WIN
3f5ad622e5 Enable PID file creation on Windows - Add available WIN PID function - Consider WIN32 in each relevant case - Add new preprocessor definitions to suppress warning - Update error message for generic OS (riordant)

Pull request description:

  # Introduction

  As discussed with @laanwj on IRC:

  - PID file creation was never enabled for Windows, as the `pid_t` filetype is not available for it. However, the WIN32 API contains the header [`Processthreadsapi.h`](https://github.com/CodeShark/x86_64-w64-mingw32/blob/master/include/processthreadsapi.h) which in turn contains the function [`GetCurrentProcessId()`](https://docs.microsoft.com/en-gb/windows/desktop/api/processthreadsapi/nf-processthreadsapi-getcurrentprocessid). ~~This function is called at a higher level by [`_getpid()`](https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/getpid?view=vs-2017)~~ EDIT: `_getpid()` is not available to the MSVC compiler used in the AppVeyor build. As a result, I have changed the function call to`GetCurrentProcessId()`, which performs the same function and is available to both MinGW & MSVC.
  This allows one to capture the PID in Windows, without any additional includes - the above function is already available.

  - Within this PR, I have added a separate line that calls `GetCurrentProcessId()` in the case of a WIN compilation, and the usual `getpid()` otherwise. All code blocks processing PID file logic that avoid WIN32 have been changed to consider it. I have also updated the preprocessor definitions in `libbitcoin_server.vcxproj.in` to suppress a warning related to `std::strerror` for the MSVC build, that was causing the AppVeyor build to fail (see @fanquake comment below).

  # Rationale
  - Consistency between OS's running Bitcoin
      - Applications which build off of `bitcoind`, such as novel front-end clients, often need access to the PID in order to control the daemon. Instead of designing some alternate way of doing this for one system, it should be consistent between all of them.

  In collaboration with @joernroeder

Tree-SHA512: 22fcbf866e99115d12ed29716e68d200d4c118ae2f7b188b7705dc0cf5f0cd0ce5fb18f772744c6238eecd9e6d0922c615e2f0e12a7fe7c810062a79d97aa6a2
2019-02-25 13:20:01 +01:00
riordant
3f5ad622e5 Enable PID file creation on Windows
- Add available WIN PID function
- Consider WIN32 in each relevant case
- Add new preprocessor definitions to suppress warning
- Update error message for generic OS

Co-authored-by: Jörn Röder <kontakt@joernroeder.de>
2019-02-25 16:00:34 +07:00
Wladimir J. van der Laan
1a8a5ede9f Merge #15401: rpc: Actually throw help when passed invalid number of params
fa4ce7038d rpc: Actually throw help when passed invalid number of params (MarcoFalke)
fa05626ca7 rpc: Add RPCHelpMan::IsValidNumArgs() (MarcoFalke)

Pull request description:

  Can be tested by

  * running the included test against an old binary (compiled without this patch)
  * calling `setban 1 "add" 3 4 5 6 7 8 9 0` in the gui

Tree-SHA512: aa6a25bbe6f40722913ea292252a62a4012c964eed9f4035335a2e2d13be98eb60f368e8a3251a104a26a62c08b2cb926b06e5ab1418ef1cf4abdd71d87c2919
2019-02-25 09:31:08 +01:00
Chun Kuan Lee
6ad79cbd56 wallet: Use fsbridge::ifstream to fix Windows path issue 2019-02-23 23:44:28 +08:00
João Barbosa
a720a98301 gui: Fix async open wallet call order 2019-02-23 09:29:59 +00:00
MarcoFalke
fa4ce7038d rpc: Actually throw help when passed invalid number of params 2019-02-20 13:34:16 -05:00
MarcoFalke
fa05626ca7 rpc: Add RPCHelpMan::IsValidNumArgs() 2019-02-20 13:32:17 -05:00
MarcoFalke
fa25210d62 qa: Fix wallet_txn_doublespend issue 2019-02-19 14:22:15 -05:00
MarcoFalke
1111aecbb5 qa: Always refresh stale cache to be out of ibd 2019-02-19 14:22:13 -05:00
MarcoFalke
fab0d85802 qa: Remove mocktime unless required 2019-02-19 10:43:58 -05:00
173 changed files with 7604 additions and 4644 deletions

View File

@@ -11,15 +11,15 @@ environment:
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
PYTHONUTF8: 1
cache:
- C:\tools\vcpkg\installed -> appveyor.yml
- C:\Users\appveyor\clcache -> appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
- C:\tools\vcpkg\installed -> .appveyor.yml
- C:\Users\appveyor\clcache -> .appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
install:
- cmd: pip install --quiet git+https://github.com/frerich/clcache.git@v4.2.0
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
# - cmd: pip install zmq
- cmd: echo set(VCPKG_BUILD_TYPE release) >> C:\tools\vcpkg\triplets\%PLATFORM%-windows-static.cmake
- cmd: vcpkg remove --outdated --recurse
- cmd: vcpkg install --triplet %PLATFORM%-windows-static %PACKAGES% > NUL
- cmd: del /s /q C:\Tools\vcpkg\installed\%PLATFORM%-windows-static\debug # Remove unused debug library
before_build:
- ps: clcache -M 536870912
- cmd: python build_msvc\msvc-autogen.py

View File

@@ -146,7 +146,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NOMINMAX;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -164,7 +163,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>NOMINMAX;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -180,7 +178,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>NOMINMAX;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -198,7 +195,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NOMINMAX;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -113,7 +113,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -131,7 +130,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -147,7 +145,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -165,7 +162,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -116,7 +116,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -134,7 +133,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -150,7 +148,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -168,7 +165,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -134,7 +134,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -152,7 +151,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -168,7 +166,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -186,7 +183,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -79,7 +79,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -96,7 +95,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -115,7 +113,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -138,7 +135,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -24,6 +24,7 @@
<DisableSpecificWarnings>4018;4244;4267;4715;4805;</DisableSpecificWarnings>
<TreatWarningAsError>true</TreatWarningAsError>
<PreprocessorDefinitions>_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
</Project>

View File

@@ -99,7 +99,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -116,7 +115,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -131,7 +129,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -148,7 +145,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -91,7 +91,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;</AdditionalIncludeDirectories>
<SuppressStartupBanner>false</SuppressStartupBanner>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
@@ -109,7 +108,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;</AdditionalIncludeDirectories>
<SuppressStartupBanner>false</SuppressStartupBanner>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
@@ -129,7 +127,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;</AdditionalIncludeDirectories>
<SuppressStartupBanner>false</SuppressStartupBanner>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
@@ -151,7 +148,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;</AdditionalIncludeDirectories>
<SuppressStartupBanner>false</SuppressStartupBanner>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>

View File

@@ -89,7 +89,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -104,7 +103,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -121,7 +119,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -140,7 +137,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -89,9 +89,8 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -104,9 +103,8 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
@@ -122,9 +120,8 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -141,9 +138,8 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -92,7 +92,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -112,7 +111,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -134,7 +132,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -158,7 +155,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -97,7 +97,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\wallet;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
@@ -113,7 +112,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\wallet;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
@@ -131,7 +129,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\wallet;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
@@ -151,7 +148,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\wallet;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
</ClCompile>

View File

@@ -97,7 +97,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
@@ -113,7 +112,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
@@ -131,7 +129,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
@@ -151,7 +148,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>

View File

@@ -97,7 +97,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
@@ -113,7 +112,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
@@ -131,7 +129,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>
@@ -151,7 +148,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<SuppressStartupBanner>false</SuppressStartupBanner>
</ClCompile>

View File

@@ -126,7 +126,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>false</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\secp256k1\include;</AdditionalIncludeDirectories>
<ExceptionHandling>Sync</ExceptionHandling>
<SuppressStartupBanner>false</SuppressStartupBanner>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
@@ -143,7 +142,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>false</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\secp256k1\include;</AdditionalIncludeDirectories>
<ExceptionHandling>Sync</ExceptionHandling>
<SuppressStartupBanner>false</SuppressStartupBanner>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
@@ -162,7 +160,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>false</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\secp256k1\include;</AdditionalIncludeDirectories>
<ExceptionHandling>Sync</ExceptionHandling>
<SuppressStartupBanner>false</SuppressStartupBanner>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -183,7 +180,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>false</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\secp256k1\include;</AdditionalIncludeDirectories>
<ExceptionHandling>Sync</ExceptionHandling>
<SuppressStartupBanner>false</SuppressStartupBanner>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>

View File

@@ -135,7 +135,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\test;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -152,7 +151,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\test;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -170,7 +168,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\test;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -190,7 +187,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\test;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -95,7 +95,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src\;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -110,7 +109,6 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src\;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
@@ -129,7 +127,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src\;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
@@ -148,7 +145,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\src\;</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>

View File

@@ -1,11 +1,11 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 17)
define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_MINOR, 18)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_RC, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core]])

View File

@@ -1,5 +1,5 @@
#!/bin/sh
set -e
if [ $# -ne 3 ];
then echo "usage: $0 <input> <stripped-binary> <debug-binary>"
fi

View File

@@ -36,6 +36,7 @@ remotes:
"dir": "bitcoin"
files: []
script: |
set -e -o pipefail
WRAP_DIR=$HOME/wrapped
HOSTS="i686-pc-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu"
@@ -179,8 +180,8 @@ script: |
find . -name "lib*.la" -delete
find . -name "lib*.a" -delete
rm -rf ${DISTNAME}/lib/pkgconfig
find ${DISTNAME}/bin -type f -executable -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
find ${DISTNAME}/lib -type f -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
find ${DISTNAME}/bin -type f -executable -print0 | xargs -0 -n1 -I{} ../contrib/devtools/split-debug.sh {} {} {}.dbg
find ${DISTNAME}/lib -type f -print0 | xargs -0 -n1 -I{} ../contrib/devtools/split-debug.sh {} {} {}.dbg
cp ../doc/README.md ${DISTNAME}/
find ${DISTNAME} -not -name "*.dbg" | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}.tar.gz
find ${DISTNAME} -name "*.dbg" | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}-debug.tar.gz

View File

@@ -12,6 +12,8 @@ remotes:
files:
- "bitcoin-osx-unsigned.tar.gz"
script: |
set -e -o pipefail
WRAP_DIR=$HOME/wrapped
mkdir -p ${WRAP_DIR}
export PATH=`pwd`:$PATH

View File

@@ -33,6 +33,8 @@ remotes:
files:
- "MacOSX10.11.sdk.tar.gz"
script: |
set -e -o pipefail
WRAP_DIR=$HOME/wrapped
HOSTS="x86_64-apple-darwin14"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage"

View File

@@ -16,6 +16,8 @@ files:
- "osslsigncode-Backports-to-1.7.1.patch"
- "bitcoin-win-unsigned.tar.gz"
script: |
set -e -o pipefail
BUILD_DIR=`pwd`
SIGDIR=${BUILD_DIR}/signature/win
UNSIGNED_DIR=${BUILD_DIR}/unsigned

View File

@@ -27,6 +27,8 @@ remotes:
"dir": "bitcoin"
files: []
script: |
set -e -o pipefail
WRAP_DIR=$HOME/wrapped
HOSTS="i686-w64-mingw32 x86_64-w64-mingw32"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"

View File

@@ -78,19 +78,13 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in
BerkeleyDB is required for the wallet.
**For Ubuntu only:** db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin).
You can add the repository and install using the following commands:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
BerkeleyDB 5.1 or later. This will break binary wallet compatibility with the distributed executables, which
are based on BerkeleyDB 4.8. If you do not care about wallet compatibility,
pass `--with-incompatible-bdb` to configure.
Otherwise, you can build from self-compiled `depends` (see above).
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](/doc/build-unix.md#disable-wallet-mode)

View File

@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIN-CLI "1" "February 2019" "bitcoin-cli v0.17.99.0" "User Commands"
.TH BITCOIN-CLI "1" "March 2019" "bitcoin-cli v0.18.0.0" "User Commands"
.SH NAME
bitcoin-cli \- manual page for bitcoin-cli v0.17.99.0
bitcoin-cli \- manual page for bitcoin-cli v0.18.0.0
.SH SYNOPSIS
.B bitcoin-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Bitcoin Core\/\fR
@@ -15,7 +15,7 @@ bitcoin-cli \- manual page for bitcoin-cli v0.17.99.0
.B bitcoin-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Bitcoin Core RPC client version v0.17.99.0
Bitcoin Core RPC client version v0.18.0.0
.SH OPTIONS
.HP
\-?

View File

@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIN-QT "1" "February 2019" "bitcoin-qt v0.17.99.0" "User Commands"
.TH BITCOIN-QT "1" "March 2019" "bitcoin-qt v0.18.0.0" "User Commands"
.SH NAME
bitcoin-qt \- manual page for bitcoin-qt v0.17.99.0
bitcoin-qt \- manual page for bitcoin-qt v0.18.0.0
.SH SYNOPSIS
.B bitcoin-qt
[\fI\,command-line options\/\fR]
.SH DESCRIPTION
Bitcoin Core version v0.17.99.0 (64\-bit)
Bitcoin Core version v0.18.0.0 (64\-bit)
.SH OPTIONS
.HP
\-?
@@ -23,7 +23,7 @@ long fork (%s in cmd is replaced by message)
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8,
0000000000000000000f1c54590ee18d15ec70e68c8cd4cfbadb1b4f11697eee,
testnet:
0000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75)
.HP
@@ -56,7 +56,9 @@ Specify data directory
.HP
\fB\-dbcache=\fR<n>
.IP
Set database cache size in MiB (4 to 16384, default: 450)
Maximum database cache size <n> MiB (4 to 16384, default: 450). In
addition, unused mempool memory is shared for this cache (see
\fB\-maxmempool\fR).
.HP
\fB\-debuglogfile=\fR<file>
.IP
@@ -88,7 +90,7 @@ Do not keep transactions in the mempool longer than <n> hours (default:
.HP
\fB\-par=\fR<n>
.IP
Set the number of script verification threads (\fB\-8\fR to 16, 0 = auto, <0 =
Set the number of script verification threads (\fB\-6\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-persistmempool\fR
@@ -406,17 +408,35 @@ ZeroMQ notification options:
.IP
Enable publish hash block in <address>
.HP
\fB\-zmqpubhashblockhwm=\fR<n>
.IP
Set publish hash block outbound message high water mark (default: 1000)
.HP
\fB\-zmqpubhashtx=\fR<address>
.IP
Enable publish hash transaction in <address>
.HP
\fB\-zmqpubhashtxhwm=\fR<n>
.IP
Set publish hash transaction outbound message high water mark (default:
1000)
.HP
\fB\-zmqpubrawblock=\fR<address>
.IP
Enable publish raw block in <address>
.HP
\fB\-zmqpubrawblockhwm=\fR<n>
.IP
Set publish raw block outbound message high water mark (default: 1000)
.HP
\fB\-zmqpubrawtx=\fR<address>
.IP
Enable publish raw transaction in <address>
.HP
\fB\-zmqpubrawtxhwm=\fR<n>
.IP
Set publish raw transaction outbound message high water mark (default:
1000)
.PP
Debugging/Testing options:
.HP

View File

@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIN-TX "1" "February 2019" "bitcoin-tx v0.17.99.0" "User Commands"
.TH BITCOIN-TX "1" "March 2019" "bitcoin-tx v0.18.0.0" "User Commands"
.SH NAME
bitcoin-tx \- manual page for bitcoin-tx v0.17.99.0
bitcoin-tx \- manual page for bitcoin-tx v0.18.0.0
.SH SYNOPSIS
.B bitcoin-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded bitcoin transaction\/\fR
@@ -9,7 +9,7 @@ bitcoin-tx \- manual page for bitcoin-tx v0.17.99.0
.B bitcoin-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded bitcoin transaction\/\fR
.SH DESCRIPTION
Bitcoin Core bitcoin\-tx utility version v0.17.99.0
Bitcoin Core bitcoin\-tx utility version v0.18.0.0
.SH OPTIONS
.HP
\-?

View File

@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIN-WALLET "1" "February 2019" "bitcoin-wallet v0.17.99.0" "User Commands"
.TH BITCOIN-WALLET "1" "March 2019" "bitcoin-wallet v0.18.0.0" "User Commands"
.SH NAME
bitcoin-wallet \- manual page for bitcoin-wallet v0.17.99.0
bitcoin-wallet \- manual page for bitcoin-wallet v0.18.0.0
.SH DESCRIPTION
Bitcoin Core bitcoin\-wallet version v0.17.99.0
Bitcoin Core bitcoin\-wallet version v0.18.0.0
.PP
wallet\-tool is an offline tool for creating and interacting with Bitcoin Core wallet files.
By default wallet\-tool will act on wallets in the default mainnet wallet directory in the datadir.

View File

@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOIND "1" "February 2019" "bitcoind v0.17.99.0" "User Commands"
.TH BITCOIND "1" "March 2019" "bitcoind v0.18.0.0" "User Commands"
.SH NAME
bitcoind \- manual page for bitcoind v0.17.99.0
bitcoind \- manual page for bitcoind v0.18.0.0
.SH SYNOPSIS
.B bitcoind
[\fI\,options\/\fR] \fI\,Start Bitcoin Core Daemon\/\fR
.SH DESCRIPTION
Bitcoin Core Daemon version v0.17.99.0
Bitcoin Core Daemon version v0.18.0.0
.SH OPTIONS
.HP
\-?
@@ -23,7 +23,7 @@ long fork (%s in cmd is replaced by message)
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8,
0000000000000000000f1c54590ee18d15ec70e68c8cd4cfbadb1b4f11697eee,
testnet:
0000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75)
.HP
@@ -56,7 +56,9 @@ Specify data directory
.HP
\fB\-dbcache=\fR<n>
.IP
Set database cache size in MiB (4 to 16384, default: 450)
Maximum database cache size <n> MiB (4 to 16384, default: 450). In
addition, unused mempool memory is shared for this cache (see
\fB\-maxmempool\fR).
.HP
\fB\-debuglogfile=\fR<file>
.IP
@@ -88,7 +90,7 @@ Do not keep transactions in the mempool longer than <n> hours (default:
.HP
\fB\-par=\fR<n>
.IP
Set the number of script verification threads (\fB\-8\fR to 16, 0 = auto, <0 =
Set the number of script verification threads (\fB\-6\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-persistmempool\fR
@@ -406,17 +408,35 @@ ZeroMQ notification options:
.IP
Enable publish hash block in <address>
.HP
\fB\-zmqpubhashblockhwm=\fR<n>
.IP
Set publish hash block outbound message high water mark (default: 1000)
.HP
\fB\-zmqpubhashtx=\fR<address>
.IP
Enable publish hash transaction in <address>
.HP
\fB\-zmqpubhashtxhwm=\fR<n>
.IP
Set publish hash transaction outbound message high water mark (default:
1000)
.HP
\fB\-zmqpubrawblock=\fR<address>
.IP
Enable publish raw block in <address>
.HP
\fB\-zmqpubrawblockhwm=\fR<n>
.IP
Set publish raw block outbound message high water mark (default: 1000)
.HP
\fB\-zmqpubrawtx=\fR<address>
.IP
Enable publish raw transaction in <address>
.HP
\fB\-zmqpubrawtxhwm=\fR<n>
.IP
Set publish raw transaction outbound message high water mark (default:
1000)
.PP
Debugging/Testing options:
.HP

View File

@@ -1,11 +0,0 @@
Miscellaneous RPC Changes
-------------------------
- Descriptors with key origin information imported through `importmulti` will have their key origin information stored in the wallet for use with creating PSBTs.
- If `bip32derivs` of both `walletprocesspsbt` and `walletcreatefundedpsbt` is set to true but the key metadata for a public key has not been updated yet, then that key will have a derivation path as if it were just an independent key (i.e. no derivation path and its master fingerprint is itself)
Miscellaneous Wallet changes
----------------------------
- The key metadata will need to be upgraded the first time that the HD seed is available.
For unencrypted wallets this will occur on wallet loading.
For encrypted wallets this will occur the first time the wallet is unlocked.

View File

@@ -1,9 +0,0 @@
Low-level RPC changes
----------------------
The `listunspent` RPC has been modified so that it also returns `witnessScript`,
the witness script in the case of a P2WSH or P2SH-P2WSH output.
The `signrawtransactionwithkey` and `signrawtransactionwithwallet` RPCs have been
modified so that they also optionally accept a `witnessScript`, the witness script in the
case of a P2WSH or P2SH-P2WSH output. This is compatible with the change to `listunspent`.

View File

@@ -1,5 +0,0 @@
Descriptor import support
---------------------
The `importmulti` RPC now supports importing of addresses from descriptors. A "desc" parameter can be provided instead of the "scriptPubKey" in a request, as well as an optional range for ranged descriptors to specify the start and end of the range to import. More information about
descriptors can be found [here](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md).

View File

@@ -1,4 +0,0 @@
New RPC methods
------------
- `deriveaddresses` returns one or more addresses corresponding to an [output descriptor](/doc/descriptors.md).

View File

@@ -1,8 +0,0 @@
Miscellaneous RPC changes
------------
- The RPC `createwallet` now has an optional `blank` argument that can be used to create a blank wallet.
Blank wallets do not have any keys or HD seed.
They cannot be opened in software older than 0.18.
Once a blank wallet has a HD seed set (by using `sethdseed`) or private keys, scripts, addresses, and other watch only things have been imported, the wallet is no longer blank and can be opened in 0.17.x.
Encrypting a blank wallet will also set a HD seed for it.

View File

@@ -1,4 +0,0 @@
Dependencies
------------
- The minimum required version of QT has been increased from 5.2 to 5.5.1 (the [depends system](https://github.com/bitcoin/bitcoin/blob/master/depends/README.md) provides 5.9.7)

View File

@@ -24,39 +24,28 @@ shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
or `bitcoind`/`bitcoin-qt` (on Linux).
The first time you run version 0.15.0, your chainstate database will be converted to a
new format, which will take anywhere from a few minutes to half an hour,
depending on the speed of your machine.
The first time you run version 0.15.0 or newer, your chainstate database
will be converted to a new format, which will take anywhere from a few minutes
to half an hour, depending on the speed of your machine.
Note that the block database format also changed in version 0.8.0 and there is no
automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading
directly from 0.7.x and earlier without redownloading the blockchain is not supported.
However, as usual, old wallet versions are still supported.
Downgrading warning
-------------------
The chainstate database for this release is not compatible with previous
releases, so if you run 0.15 and then decide to switch back to any
older version, you will need to run the old release with the `-reindex-chainstate`
option to rebuild the chainstate data structures in the old format.
If your node has pruning enabled, this will entail re-downloading and
processing the entire blockchain.
Compatibility
==============
Bitcoin Core is supported and extensively tested on operating systems using
the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not recommended
the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not recommended
to use Bitcoin Core on unsupported systems.
Bitcoin Core should also work on most other Unix-like systems but is not
frequently tested on them.
as frequently tested on them.
From 0.17.0 onwards, macOS <10.10 is no longer supported. 0.17.0 is
From 0.17.0 onwards, macOS <10.10 is no longer supported. 0.17.0 is
built using Qt 5.9.x, which doesn't support versions of macOS older than
10.10. Additionally, Bitcoin Core does not yet change appearance when
10.10. Additionally, Bitcoin Core does not yet change appearance when
macOS "dark mode" is activated.
In addition to previously-supported CPU platforms, this release's
@@ -89,13 +78,6 @@ Configuration option changes
documentation](https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md#usage)
for details.
- The `enablebip61` option (introduced in Bitcoin Core 0.17.0) is
used to toggle sending of BIP 61 reject messages. Reject messages have no use
case on the P2P network and are only logged for debugging by most network
nodes. The option will now by default be off for improved privacy and security
as well as reduced upload usage. The option can explicitly be turned on for
local-network debugging purposes.
- The `rpcallowip` option can no longer be used to automatically listen
on all network interfaces. Instead, the `rpcbind` parameter must also
be used to specify the IP addresses to listen on. Listening for RPC
@@ -192,6 +174,16 @@ Deprecated or removed RPCs
continue using `generate` in this version, restart bitcoind with the
`-deprecatedrpc=generate` configuration option.
Deprecated P2P messages
-----------------------
- BIP 61 reject messages are now deprecated. Reject messages have no use
case on the P2P network and are only logged for debugging by most network
nodes. Furthermore, they increase bandwidth and can be harmful for privacy
and security. It has been possible to disable BIP 61 messages since v0.17
with the `-enablebip61=0` option. BIP 61 messages will be disabled by default
in a future version, before being removed entirely.
New RPCs
--------
@@ -207,6 +199,9 @@ New RPCs
moment, it returns an array of the currently active commands and how
long they've been running.
- `deriveaddresses` returns one or more addresses corresponding to an
[output descriptor](/doc/descriptors.md).
Updated RPCs
------------
@@ -275,6 +270,23 @@ in the Low-level Changes section below.
- The `unloadwallet` RPC is now synchronous, meaning it will not return
until the wallet is fully unloaded.
- The `importmulti` RPC now supports importing of addresses from descriptors. A
"desc" parameter can be provided instead of the "scriptPubKey" in a request, as
well as an optional range for ranged descriptors to specify the start and end
of the range to import. More information about descriptors can be found
[here](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md).
- The `listunspent` RPC has been modified so that it also returns `witnessScript`,
the witness script in the case of a P2WSH or P2SH-P2WSH output.
- The RPC `createwallet` now has an optional `blank` argument that can be used
to create a blank wallet. Blank wallets do not have any keys or HD seed.
They cannot be opened in software older than 0.18. Once a blank wallet has a
HD seed set (by using `sethdseed`) or private keys, scripts, addresses, and
other watch only things have been imported, the wallet is no longer blank and
can be opened in 0.17.x. Encrypting a blank wallet will also set a HD seed
for it.
REST changes
------------
@@ -305,7 +317,7 @@ Graphical User Interface (GUI)
sdk version)
Tools
----
-----
- A new `bitcoin-wallet` tool is now distributed alongside Bitcoin
Core's other executables. Without needing to use any RPCs, this tool
@@ -314,6 +326,14 @@ Tools
encrypted, whether it uses an HD seed, how many transactions it
contains, and how many address book entries it has.
Dependencies
------------
- The minimum required version of QT (when building the GUI) has been increased
from 5.2 to 5.5.1 (the [depends
system](https://github.com/bitcoin/bitcoin/blob/master/depends/README.md)
provides 5.9.7)
Low-level changes
=================
@@ -330,6 +350,19 @@ RPC
- A new `submitheader` RPC allows submitting block headers independently
from their block. This is likely only useful for testing.
- The `signrawtransactionwithkey` and `signrawtransactionwithwallet` RPCs have been
modified so that they also optionally accept a `witnessScript`, the witness script in the
case of a P2WSH or P2SH-P2WSH output. This is compatible with the change to `listunspent`.
- Descriptors with key origin information imported through `importmulti` will
have their key origin information stored in the wallet for use with creating
PSBTs.
- If `bip32derivs` of both `walletprocesspsbt` and `walletcreatefundedpsbt` is
set to true but the key metadata for a public key has not been updated yet,
then that key will have a derivation path as if it were just an independent
key (i.e. no derivation path and its master fingerprint is itself)
Configuration
-------------
@@ -354,6 +387,13 @@ Network
the `setban` RPC, all connections from that peer will still be
rejected.
Wallet
-------
- The key metadata will need to be upgraded the first time that the HD seed is
available. For unencrypted wallets this will occur on wallet loading. For
encrypted wallets this will occur the first time the wallet is unlocked.
Security
--------

View File

@@ -1,17 +0,0 @@
systemd init file
=========
The systemd init file (`contrib/init/bitcoind.service`) has been changed to use
`/var/lib/bitcoind` as the data directory instead of `~bitcoin/.bitcoin`. This
change makes Bitcoin Core more consistent with other services, and makes the
systemd init config more consistent with existing Upstart and OpenRC configs.
The configuration, PID, and data directories are now completely managed by
systemd, which will take care of their creation, permissions, etc. See
[`systemd.exec (5)`](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#RuntimeDirectory=)
for more details.
When using the provided init files under `contrib/init`, overriding the
`datadir` option in `/etc/bitcoin/bitcoin.conf` will have no effect. This is
because the command line arguments specified in the init files take precedence
over the options specified in `/etc/bitcoin/bitcoin.conf`.

View File

@@ -291,24 +291,48 @@ bitcoin.org (see below for bitcoin.org update instructions).
- After the pull request is merged, the website will automatically show the newest version within 15 minutes, as well
as update the OS download links. Ping @saivann/@harding (saivann/harding on Freenode) in case anything goes wrong
- Update other repositories and websites for new version
- bitcoincore.org blog post
- bitcoincore.org RPC documentation update
- Update packaging repo
- Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin)
- Create a new branch for the major release "0.xx" (used to build the snap package)
- Notify MarcoFalke so that he can start building the snap package
- https://code.launchpad.net/~bitcoin-core/bitcoin-core-snap/+git/packaging (Click "Import Now" to fetch the branch)
- https://code.launchpad.net/~bitcoin-core/bitcoin-core-snap/+git/packaging/+ref/0.xx (Click "Create snap package")
- Name it "bitcoin-core-snap-0.xx"
- Leave owner and series as-is
- Select architectures that are compiled via gitian
- Leave "automatically build when branch changes" unticked
- Tick "automatically upload to store"
- Put "bitcoin-core" in the registered store package name field
- Tick the "edge" box
- Put "0.xx" in the track field
- Click "create snap package"
- Click "Request builds" for every new release on this branch (after updating the snapcraft.yml in the branch to reflect the latest gitian results)
- Promote release on https://snapcraft.io/bitcoin-core/releases if it passes sanity checks
- This repo
- Archive release notes for the new version to `doc/release-notes/` (branch `master` and branch of the release)
- Create a [new GitHub release](https://github.com/bitcoin/bitcoin/releases/new) with a link to the archived release notes.
- Announce the release:
- bitcoin-dev and bitcoin-core-dev mailing list
- Bitcoin Core announcements list https://bitcoincore.org/en/list/announcements/join/
- bitcoincore.org blog post
- bitcoincore.org RPC documentation update
- Update title of #bitcoin on Freenode IRC
- Optionally twitter, reddit /r/Bitcoin, ... but this will usually sort out itself
- Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin)
- Archive release notes for the new version to `doc/release-notes/` (branch `master` and branch of the release)
- Create a [new GitHub release](https://github.com/bitcoin/bitcoin/releases/new) with a link to the archived release notes.
- Celebrate

View File

@@ -5,7 +5,6 @@ SetCompressor /SOLID lzma
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
!define COMPANY "@PACKAGE_NAME@ project"
!define URL @PACKAGE_URL@
@@ -49,7 +48,7 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English
# Installer attributes
OutFile @abs_top_srcdir@/@PACKAGE_TARNAME@-${VERSION}-win@WINDOWS_BITS@-setup.exe
OutFile @abs_top_srcdir@/@PACKAGE_TARNAME@-@PACKAGE_VERSION@-win@WINDOWS_BITS@-setup.exe
!if "@WINDOWS_BITS@" == "64"
InstallDir $PROGRAMFILES64\Bitcoin
!else
@@ -59,12 +58,12 @@ CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion ${VERSION}.@CLIENT_VERSION_BUILD@
VIProductVersion @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@
VIAddVersionKey ProductName "@PACKAGE_NAME@"
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
VIAddVersionKey CompanyName "${COMPANY}"
VIAddVersionKey CompanyWebsite "${URL}"
VIAddVersionKey FileVersion "${VERSION}"
VIAddVersionKey FileVersion "@PACKAGE_VERSION@"
VIAddVersionKey FileDescription ""
VIAddVersionKey LegalCopyright ""
InstallDirRegKey HKCU "${REGKEY}" Path
@@ -99,7 +98,7 @@ Section -post SEC0001
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" $INSTDIR\uninstall.exe
!insertmacro MUI_STARTMENU_WRITE_END
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "${VERSION}"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "@PACKAGE_VERSION@"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Publisher "${COMPANY}"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" URLInfoAbout "${URL}"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayIcon $INSTDIR\uninstall.exe

View File

@@ -239,7 +239,9 @@ void CAddrMan::Good_(const CService& addr, bool test_before_evict, int64_t nTime
// Will moving this address into tried evict another entry?
if (test_before_evict && (vvTried[tried_bucket][tried_bucket_pos] != -1)) {
LogPrint(BCLog::ADDRMAN, "Collision inserting element into tried table, moving %s to m_tried_collisions=%d\n", addr.ToString(), m_tried_collisions.size());
// Output the entry we'd be colliding with, for debugging purposes
auto colliding_entry = mapInfo.find(vvTried[tried_bucket][tried_bucket_pos]);
LogPrint(BCLog::ADDRMAN, "Collision inserting element into tried table (%s), moving %s to m_tried_collisions=%d\n", colliding_entry != mapInfo.end() ? colliding_entry->second.ToString() : "", addr.ToString(), m_tried_collisions.size());
if (m_tried_collisions.size() < ADDRMAN_SET_TRIED_COLLISION_SIZE) {
m_tried_collisions.insert(nId);
}
@@ -561,12 +563,19 @@ void CAddrMan::ResolveCollisions_()
// Give address at least 60 seconds to successfully connect
if (GetAdjustedTime() - info_old.nLastTry > 60) {
LogPrint(BCLog::ADDRMAN, "Swapping %s for %s in tried table\n", info_new.ToString(), info_old.ToString());
LogPrint(BCLog::ADDRMAN, "Replacing %s with %s in tried table\n", info_old.ToString(), info_new.ToString());
// Replaces an existing address already in the tried table with the new address
Good_(info_new, false, GetAdjustedTime());
erase_collision = true;
}
} else if (GetAdjustedTime() - info_new.nLastSuccess > ADDRMAN_TEST_WINDOW) {
// If the collision hasn't resolved in some reasonable amount of time,
// just evict the old entry -- we must not be able to
// connect to it for some reason.
LogPrint(BCLog::ADDRMAN, "Unable to test; replacing %s with %s in tried table anyway\n", info_old.ToString(), info_new.ToString());
Good_(info_new, false, GetAdjustedTime());
erase_collision = true;
}
} else { // Collision is not actually a collision anymore
Good_(info_new, false, GetAdjustedTime());

View File

@@ -166,6 +166,9 @@ public:
//! the maximum number of tried addr collisions to store
#define ADDRMAN_SET_TRIED_COLLISION_SIZE 10
//! the maximum time we'll spend trying to resolve a tried table collision, in seconds
static const int64_t ADDRMAN_TEST_WINDOW = 40*60; // 40 minutes
/**
* Stochastical (IP) address manager
*/

View File

@@ -160,6 +160,7 @@ static std::string openmodeToStr(std::ios_base::openmode mode)
void ifstream::open(const fs::path& p, std::ios_base::openmode mode)
{
close();
mode |= std::ios_base::in;
m_file = fsbridge::fopen(p, openmodeToStr(mode).c_str());
if (m_file == nullptr) {
return;
@@ -183,6 +184,7 @@ void ifstream::close()
void ofstream::open(const fs::path& p, std::ios_base::openmode mode)
{
close();
mode |= std::ios_base::out;
m_file = fsbridge::fopen(p, openmodeToStr(mode).c_str());
if (m_file == nullptr) {
return;

View File

@@ -97,7 +97,6 @@ static const char* FEE_ESTIMATES_FILENAME="fee_estimates.dat";
/**
* The PID file facilities.
*/
#ifndef WIN32
static const char* BITCOIN_PID_FILENAME = "bitcoind.pid";
static fs::path GetPidFile()
@@ -109,14 +108,17 @@ NODISCARD static bool CreatePidFile()
{
FILE* file = fsbridge::fopen(GetPidFile(), "w");
if (file) {
#ifdef WIN32
fprintf(file, "%d\n", GetCurrentProcessId());
#else
fprintf(file, "%d\n", getpid());
#endif
fclose(file);
return true;
} else {
return InitError(strprintf(_("Unable to create the PID file '%s': %s"), GetPidFile().string(), std::strerror(errno)));
}
}
#endif
//////////////////////////////////////////////////////////////////////////////
//
@@ -286,15 +288,13 @@ void Shutdown(InitInterfaces& interfaces)
}
#endif
#ifndef WIN32
try {
if (!fs::remove(GetPidFile())) {
LogPrintf("%s: Unable to remove PID file: File does not exist\n", __func__);
}
} catch (const fs::filesystem_error& e) {
LogPrintf("%s: Unable to remove PID file: %s\n", __func__, e.what());
LogPrintf("%s: Unable to remove PID file: %s\n", __func__, fsbridge::get_filesystem_error_message(e));
}
#endif
interfaces.chain_clients.clear();
UnregisterAllValidationInterfaces();
GetMainSignals().UnregisterBackgroundSignalScheduler();
@@ -392,11 +392,7 @@ void SetupServerArgs()
gArgs.AddArg("-par=<n>", strprintf("Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d)",
-GetNumCores(), MAX_SCRIPTCHECK_THREADS, DEFAULT_SCRIPTCHECK_THREADS), false, OptionsCategory::OPTIONS);
gArgs.AddArg("-persistmempool", strprintf("Whether to save the mempool on shutdown and load on restart (default: %u)", DEFAULT_PERSIST_MEMPOOL), false, OptionsCategory::OPTIONS);
#ifndef WIN32
gArgs.AddArg("-pid=<file>", strprintf("Specify pid file. Relative paths will be prefixed by a net-specific datadir location. (default: %s)", BITCOIN_PID_FILENAME), false, OptionsCategory::OPTIONS);
#else
hidden_args.emplace_back("-pid");
#endif
gArgs.AddArg("-prune=<n>", strprintf("Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. "
"Warning: Reverting this setting requires re-downloading the entire blockchain. "
"(default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >=%u = automatically prune block files to stay under the specified target size in MiB)", MIN_DISK_SPACE_FOR_BLOCK_FILES / 1024 / 1024), false, OptionsCategory::OPTIONS);
@@ -1228,12 +1224,10 @@ bool AppInitMain(InitInterfaces& interfaces)
{
const CChainParams& chainparams = Params();
// ********************************************************* Step 4a: application initialization
#ifndef WIN32
if (!CreatePidFile()) {
// Detailed error printed inside CreatePidFile().
return false;
}
#endif
if (LogInstance().m_print_to_file) {
if (gArgs.GetBoolArg("-shrinkdebugfile", LogInstance().DefaultShrinkDebugFile())) {
// Do this first since it both loads a bunch of debug.log into memory,

View File

@@ -1765,9 +1765,15 @@ void CConnman::ThreadOpenConnections(const std::vector<std::string> connect)
addr = addrman.Select(fFeeler);
}
// if we selected an invalid address, restart
if (!addr.IsValid() || setConnected.count(addr.GetGroup()) || IsLocal(addr))
// Require outbound connections, other than feelers, to be to distinct network groups
if (!fFeeler && setConnected.count(addr.GetGroup())) {
break;
}
// if we selected an invalid or local address, restart
if (!addr.IsValid() || IsLocal(addr)) {
break;
}
// If we didn't find an appropriate destination after trying 100 addresses fetched from addrman,
// stop this loop, and let the outer loop run again (which sleeps, adds seed nodes, recalculates

View File

@@ -18,7 +18,7 @@ static const unsigned int DEFAULT_MAX_ORPHAN_TRANSACTIONS = 100;
/** Default number of orphan+recently-replaced txn to keep around for block reconstruction */
static const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100;
/** Default for BIP61 (sending reject messages) */
static constexpr bool DEFAULT_ENABLE_BIP61{false};
static constexpr bool DEFAULT_ENABLE_BIP61{true};
class PeerLogicValidation final : public CValidationInterface, public NetEventsInterface {
private:

View File

@@ -396,6 +396,8 @@ void BitcoinGUI::createActions()
connect(activity, &OpenWalletActivity::opened, this, &BitcoinGUI::setCurrentWallet);
connect(activity, &OpenWalletActivity::finished, activity, &QObject::deleteLater);
connect(activity, &OpenWalletActivity::finished, dialog, &QObject::deleteLater);
bool invoked = QMetaObject::invokeMethod(activity, "open");
assert(invoked);
});
}
});

View File

@@ -15,8 +15,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"-maxtxfee is set very high! Fees this large could be paid on a single "
"transaction."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Can't generate a change-address key. Private keys are disabled for this "
"wallet."),
"Can't generate a change-address key. No keys in the internal keypool and "
"can't generate any keys."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Cannot obtain a lock on data directory %s. %s is probably already running."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -88,9 +88,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"Warning: The network does not appear to fully agree! Some miners appear to "
"be experiencing issues."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Warning: Unknown block versions being mined! It's possible unknown rules are "
"in effect"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
"if your balance or transactions are incorrect you should restore from a "
"backup."),
@@ -179,6 +176,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),

View File

@@ -245,10 +245,6 @@
<source>&amp;Overview</source>
<translation>&amp;Oorsig</translation>
</message>
<message>
<source>Node</source>
<translation>Node</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Vertoon 'n algemene oorsig van die beursie</translation>
@@ -305,14 +301,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Verander Wagwoord</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Versending adresse...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Ontvanger adresse</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Oop &amp; URI...</translation>
@@ -361,10 +349,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Beursie</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Stuur</translation>
@@ -465,6 +449,10 @@
<source>Up to date</source>
<translation>Op datum</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Venster</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 kliënt</translation>
@@ -833,11 +821,7 @@
<source>Hide</source>
<translation>Versteek</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Onbekend. Besig Met Sinchroniseer Van Hoofde (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -883,18 +867,10 @@
<source>Size of &amp;database cache</source>
<translation>Grootte van &amp;databasis kas</translation>
</message>
<message>
<source>MB</source>
<translation>MG</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Aantal skrip &amp;verifikasie drade</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Aktiewe opdrag lyn opsies wat die boonste opsies ignoreer:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Maak die %1 konfigurasie lêer oop van die werk gids.</translation>
@@ -1547,7 +1523,7 @@
<message>
<source>Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.</source>
<translation>Die verstekfooi kan veroorsaak dat 'n transaksie gestuur word wat
etlike ure of dae (of nooit) sal neem om te bevestig. Oorweeg om
etlike ure of dae (of nooit) sal neem om te bevestig. Oorweeg om
'n fooi met die hand te kies, of wag tot jy die hele ketting bevestig het.</translation>
</message>
<message>
@@ -1566,13 +1542,6 @@ etlike ure of dae (of nooit) sal neem om te bevestig. Oorweeg om
<source>Hide</source>
<translation>Versteek</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Om die minimumfooi te betaal is in die haak, mits daar minder transaksievolume
as ruimte in die blok is. Wees bewus dat de gevolg kan wees dat 'n transaksie nooit
bevestig nie indien daar meer aanvraag vir bitcoin transaksies is as wat die netwerk kan
verwerk.</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Aanbeveel:</translation>
@@ -1607,7 +1576,7 @@ verwerk.</translation>
</message>
<message>
<source>Enable Replace-By-Fee</source>
<translation>Bemontlik vervang-deur-fooi</translation>
<translation>Bemoontlik vervang-deur-fooi</translation>
</message>
<message>
<source>With Replace-By-Fee (BIP-125) you can increase a transaction's fee after it is sent. Without this, a higher fee may be recommended to compensate for increased transaction delay risk.</source>
@@ -1617,11 +1586,11 @@ transaksievertragingsrisiko.</translation>
</message>
<message>
<source>Clear &amp;All</source>
<translation>Maak skoon &amp;Alles</translation>
<translation>Vee &amp;Alles skoon</translation>
</message>
<message>
<source>Balance:</source>
<translation>Balans:</translation>
<translation>Saldo:</translation>
</message>
<message>
<source>Confirm the send action</source>
@@ -1727,10 +1696,6 @@ transaksievertragingsrisiko.</translation>
<source>Payment request expired.</source>
<translation>Betalings versoek verstryk.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Betaal slegs die verlangde fooi van %1</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>Waarskuwing: Ongeldige Bitcoinadres</translation>
@@ -1758,7 +1723,7 @@ Is u seker?</translation>
</message>
<message>
<source>Choose previously used address</source>
<translation>Kies voorhen gebruikte adres</translation>
<translation>Kies voorheen gebruikte adres</translation>
</message>
<message>
<source>This is a normal payment.</source>
@@ -1783,7 +1748,7 @@ Is u seker?</translation>
<message>
<source>The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.</source>
<translation>De fooi word afgetrek van die gestuurde bedrag.
Die ontvanger sal minder ontvang as wat u in die
Die ontvanger sal minder ontvang as wat u in die
bedrag opgee. As daar meer as een ontvanger is,
word die fooi eweredig verdeel.</translation>
</message>
@@ -1805,7 +1770,8 @@ word die fooi eweredig verdeel.</translation>
</message>
<message>
<source>This is an authenticated payment request.</source>
<translation>Hierdie is 'n gemagtigde uitbetalingsversoek</translation>
<translation>Hierdie is 'n gemagtigde uitbetalingsversoek
</translation>
</message>
<message>
<source>Pay To:</source>
@@ -1830,7 +1796,7 @@ word die fooi eweredig verdeel.</translation>
</message>
<message>
<source>Choose previously used address</source>
<translation>Kies voorhen gebruikte adres</translation>
<translation>Kies voorheen gebruikte adres</translation>
</message>
<message>
<source>Alt+A</source>
@@ -1846,7 +1812,7 @@ word die fooi eweredig verdeel.</translation>
</message>
<message>
<source>Clear &amp;All</source>
<translation>Maak skoon &amp;Alles</translation>
<translation>Vee &amp;Alles skoon</translation>
</message>
<message>
<source>&amp;Verify Message</source>
@@ -2042,6 +2008,9 @@ word die fooi eweredig verdeel.</translation>
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>
@@ -2170,4 +2139,4 @@ word die fooi eweredig verdeel.</translation>
<translation>Fout</translation>
</message>
</context>
</TS>
</TS>

View File

@@ -183,10 +183,6 @@
<source>Wallet encrypted</source>
<translation>Beursie enkriptasie voltooi</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 gaan nou toe maak om die enkripsie proses klaar te maak. Onthou dat jou bitcoins nie ten volle beskerm kan word deur die beursie te enkrip teen "malware" wat jou rekenaar besmet.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>BELANGRIK: Enige vorige rugsteune wat u gemaak het van u beursie-lêer moet vervang word met die nuut-gegenereerde, versleutelde beursie-lêer. Vir sekuriteitsredes sal vorige rugsteune van die onversleutelde beursie-lêer onbruikbaar word sodra u die nuwe, versleutelde beursie begin gebruik.</translation>
@@ -249,10 +245,6 @@
<source>&amp;Overview</source>
<translation>&amp;Oorsig</translation>
</message>
<message>
<source>Node</source>
<translation>Node</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Wys algemene oorsig van die beursie</translation>
@@ -309,14 +301,6 @@
<source>&amp;Change Passphrase...</source>
<translation>Verander wagwoord frase...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Uitstuur adresse...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Ontvang adresse...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Maak &amp;URI oop...</translation>
@@ -369,10 +353,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Beursie</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Stuur</translation>
@@ -455,7 +435,7 @@
</message>
<message>
<source>Transactions after this will not yet be visible.</source>
<translation>Opvolgende transaksies sal nog nie sigbaar wees nie.</translation>
<translation>Transaksies hierna sal nog nie sigbaar wees nie.</translation>
</message>
<message>
<source>Error</source>
@@ -477,6 +457,10 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Wys die %1 hulpboodskap om 'n lys met moontlike Bitcoin bevel-lyn opsies te verkry</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Venster</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 klient</translation>
@@ -521,7 +505,7 @@
</message>
<message>
<source>Sent transaction</source>
<translation>Gestuurde transaksie</translation>
<translation>Transaksie gestuur</translation>
</message>
<message>
<source>Incoming transaction</source>
@@ -1410,6 +1394,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -179,10 +179,6 @@
<source>Wallet encrypted</source>
<translation> </translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 :: ::</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>አስፈላጊ: . , ::</translation>
@@ -245,10 +241,6 @@
<source>&amp;Overview</source>
<translation>&amp; </translation>
</message>
<message>
<source>Node</source>
<translation></translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation> </translation>
@@ -428,6 +420,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>محفظة مشفرة</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>سيتم إغلاق %1 الآن لإنهاء عملية التشفير. تذكر أن تشفير محفظتك لا يمكن أن يحمي البتكوين الخاص بك بالكامل من السرقة عبر البرامج الضارة التي بامكانها أن تصيب جهاز الكمبيوتر الخاص بك.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>هام: أي نسخة إحتياطية سابقة قمت بها لمحفظتك يجب استبدالها بأخرى حديثة، مشفرة. لأسباب أمنية، النسخ الاحتياطية السابقة لملفات المحفظة الغير مشفرة تصبح عديمة الفائدة مع بداية استخدام المحفظة المشفرة الجديدة.</translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;نظرة عامة</translation>
</message>
<message>
<source>Node</source>
<translation>جهاز</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>إظهار نظرة عامة على المحفظة</translation>
@@ -313,18 +305,14 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;تغيير كلمة المرور</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;عناوين الإرسال...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;عناوين الاستقبال...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>افتح &amp;URI...</translation>
</message>
<message>
<source>Wallet:</source>
<translation>محفظة:</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>اضغط لإلغاء تفعيل الشبكه</translation>
@@ -373,10 +361,6 @@
<source>Bitcoin</source>
<translation>بتكوين</translation>
</message>
<message>
<source>Wallet</source>
<translation>محفظة</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;ارسل</translation>
@@ -477,10 +461,38 @@
<source>Up to date</source>
<translation>محدث</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>&amp;عناوين الإرسال</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>&amp;عناوين الإستقبال</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>بين اشارة المساعدة %1 للحصول على قائمة من خيارات اوامر البت كوين المحتملة </translation>
</message>
<message>
<source>&amp;Window</source>
<translation>نافذه</translation>
</message>
<message>
<source>Minimize</source>
<translation>تصغير</translation>
</message>
<message>
<source>Zoom</source>
<translation>تكبير</translation>
</message>
<message>
<source>Restore</source>
<translation>إرجاع</translation>
</message>
<message>
<source>Main Window</source>
<translation>النافذة الرئيسية</translation>
</message>
<message>
<source>%1 client</source>
<translation>الزبون %1</translation>
@@ -895,11 +907,7 @@
<source>Hide</source>
<translation>إخفاء</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>غير معروف. مزامنة الرؤوس (%1) ...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -945,10 +953,6 @@
<source>Size of &amp;database cache</source>
<translation>حجم ذاكرة التخزين المؤقت لقاعدة البيانات</translation>
</message>
<message>
<source>MB</source>
<translation>م ب</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>عدد مؤشرات التحقق من البرنامج النصي</translation>
@@ -973,10 +977,6 @@
<source>Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.</source>
<translation>التصغير بدلاً من الخروج من التطبيق عند إغلاق النافذة. عند تفعيل هذا الخيار، سيتم إغلاق التطبيق فقط بعد اختيار الخروج من القائمة.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>خيارات سطر الأوامر النشطة التي تتجاوز الخيارات أعلاه:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>فتح ملف الإعدادات %1 من الدليل العامل.</translation>
@@ -1974,14 +1974,6 @@
<source>Hide</source>
<translation>إخفاء</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>إن دفع الحد الأدنى فقط من الرسوم يجوز طالما أن حجم المعاملات أقل من المساحة الموجودة في الكتل. ولكن كن على علم بأن هذا يمكن أن ينتهي في معاملة غير مؤكدة أبداً عندما يكون هناك طلب أكبر على معاملات البتكوين مما تستطيع الشبكة معالجته.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(اقرأ تلميح الأدوات)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>موصى به:</translation>
@@ -2134,10 +2126,6 @@
<source>Payment request expired.</source>
<translation>انتهاء صلاحية طلب الدفع.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>دفع فقط الرسوم المطلوبة ل %1</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>تحذير: عنوان بتكوين غير صالح</translation>
@@ -2824,6 +2812,9 @@
<translation>الوحدة لإظهار المبالغ فيها. انقر لتحديد وحدة أخرى.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -2873,7 +2864,7 @@
<source>Could not commit transaction</source>
<translation>لا يمكن تنفيذ المعاملة</translation>
</message>
</context>
</context>
<context>
<name>WalletView</name>
<message>
@@ -2956,10 +2947,6 @@
<source>Do you want to rebuild the block database now?</source>
<translation>هل تريد إعادة بناء قاعدة بيانات الكتل الآن؟</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>خطأ في إنشاء %s: لا يمكنك إنشاء محافظ بلا خاصية الهرمية الحتمية non-HD باستخدام هذا الإصدار.</translation>
</message>
<message>
<source>Error loading %s</source>
<translation>خطأ في تحميل %s</translation>
@@ -3044,10 +3031,6 @@
<source>Unable to generate keys</source>
<translation> غير قادر على توليد مفاتيح.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>تم العثور على وسيطة غير مدعومة -tor ، استخدم -onion.</translation>
</message>
<message>
<source>Upgrading UTXO database</source>
<translation>ترقية قاعدة بيانات UTXO</translation>
@@ -3068,10 +3051,6 @@
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>تحتاج إلى إعادة إنشاء قاعدة البيانات باستخدام -reindex للعودة إلى الوضعية الغير مجردة. هذا سوف يعيد تحميل سلسلة الكتل بأكملها</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>خطأ أثناء تحميل %s: لا يمكنك تعطيل خاصية الهرمية الحتمية HD في محفظة مفعلة بخاصية الهرمية الحتمية HD مسبقاً</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>خطأ في القراءة من قاعدة البيانات ، والتوقف.</translation>
@@ -3128,10 +3107,6 @@
<source>Zapping all transactions from wallet...</source>
<translation>إزالة جميع المعاملات من المحفظة...</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>خطأ أثناء تحميل %s: لا يمكنك تفعيل خاصية الهرمية الحتمية HD في محفظة لا تملك خاصية الهرمية الحتمية non-HD مسبقاً</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>تحذير: ملف المحفظة فاسد ، تم انقاذ البيانات! تم حفظ %s الأصلي ك %s في %s؛ إذا كان رصيدك أو كانت معاملاتك غير صحيحة، فيجب عليك الإستعادة من نسخة احتياطية.</translation>

View File

@@ -237,10 +237,6 @@
<source>&amp;Overview</source>
<translation>Агляд</translation>
</message>
<message>
<source>Node</source>
<translation>Вузел</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Паказвае агульныя звесткі аб гаманцы</translation>
@@ -285,14 +281,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Change Passphrase...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Адрасы дасылання...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Адрасы прымання...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Адчыниць &amp;URI...</translation>
@@ -329,10 +317,6 @@
<source>Bitcoin</source>
<translation>Біткойн</translation>
</message>
<message>
<source>Wallet</source>
<translation>Гаманец</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>Даслаць</translation>
@@ -687,10 +671,6 @@
<source>Options</source>
<translation>Опцыі</translation>
</message>
<message>
<source>MB</source>
<translation>Мб</translation>
</message>
<message>
<source>W&amp;allet</source>
<translation>Гаманец</translation>
@@ -1202,6 +1182,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -249,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;Баланс</translation>
</message>
<message>
<source>Node</source>
<translation>Сървър</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Обобщена информация за портфейла</translation>
@@ -309,14 +305,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Смяна на паролата...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Изпращане на адресите...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Получаване на адресите...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Отвори &amp;URI...</translation>
@@ -325,10 +313,6 @@
<source>Wallet:</source>
<translation>Портфейл</translation>
</message>
<message>
<source>default wallet</source>
<translation>Портфейл по подразбиране</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Натиснете за деактивиране на мрежата</translation>
@@ -377,10 +361,6 @@
<source>Bitcoin</source>
<translation>Биткоин</translation>
</message>
<message>
<source>Wallet</source>
<translation>Портфейл</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Изпращане</translation>
@@ -485,6 +465,18 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Покажи %1 помощно съобщение за да получиш лист с възможни Биткойн команди</translation>
</message>
<message>
<source>default wallet</source>
<translation>Портфейл по подразбиране</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Прозорец</translation>
</message>
<message>
<source>Minimize</source>
<translation>Минимизирай</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 клиент</translation>
@@ -867,10 +859,6 @@
<source>Size of &amp;database cache</source>
<translation>Размер на кеша в &amp;базата данни</translation>
</message>
<message>
<source>MB</source>
<translation>Мегабайта</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Брой на скриптове и &amp;нишки за потвърждение</translation>
@@ -1384,10 +1372,6 @@
<source>Clear console</source>
<translation>Изчисти конзолата</translation>
</message>
<message>
<source>default wallet</source>
<translation>Портфейл по подразбиране</translation>
</message>
<message>
<source>via %1</source>
<translation>посредством %1</translation>
@@ -2286,6 +2270,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -2299,7 +2286,11 @@
<source>Send Coins</source>
<translation>Изпращане</translation>
</message>
</context>
<message>
<source>default wallet</source>
<translation>Портфейл по подразбиране</translation>
</message>
</context>
<context>
<name>WalletView</name>
<message>

View File

@@ -201,10 +201,6 @@
<source>&amp;Overview</source>
<translation>Преглед</translation>
</message>
<message>
<source>Node</source>
<translation>Възел</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Покажи общ преглед на портфейла</translation>
@@ -261,14 +257,6 @@
<source>&amp;Change Passphrase...</source>
<translation>Промени паролата...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Адреси за пращане...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Адреси за получаване...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Отвори URI</translation>
@@ -277,10 +265,6 @@
<source>Reindexing blocks on disk...</source>
<translation>Повторно индексиране на блоковете на диска...</translation>
</message>
<message>
<source>Wallet</source>
<translation>портфейл</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;изпращам</translation>
@@ -874,6 +858,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>Moneder encriptat</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Ara es tancarà el %1 per finalitzar el procés d'encriptació. Recordeu que encriptar el vostre moneder no garanteix que les vostres bitcoins no puguin ser robades per programari maliciós que infecti l'ordinador.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. Per motius de seguretat, les còpies de seguretat anteriors del fitxer de moneder no encriptat esdevindran inusables tan aviat com començar a utilitzar el nou moneder encriptat.</translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;Panorama general</translation>
</message>
<message>
<source>Node</source>
<translation>Node</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostra el panorama general del moneder</translation>
@@ -313,14 +305,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Canvia la contrasenya...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Adreces d'e&amp;nviament...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Adreces de &amp;recepció...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Obre un &amp;URI...</translation>
@@ -329,10 +313,6 @@
<source>Wallet:</source>
<translation>Moneder:</translation>
</message>
<message>
<source>default wallet</source>
<translation>moneder per defecte</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Feu clic per inhabilitar l'activitat de la xarxa.</translation>
@@ -385,10 +365,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Moneder</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Envia</translation>
@@ -453,10 +429,6 @@
<source>&amp;Command-line options</source>
<translation>Opcions de la &amp;línia d'ordres</translation>
</message>
<message numerus="yes">
<source>%n active connection(s) to Bitcoin network</source>
<translation><numerusform>%n connexió activa a la xarxa Bitcoin</numerusform><numerusform>%n connexions actives a la xarxa Bitcoin</numerusform></translation>
</message>
<message>
<source>Indexing blocks on disk...</source>
<translation>S'estan indexant els blocs al disc...</translation>
@@ -465,10 +437,6 @@
<source>Processing blocks on disk...</source>
<translation>S'estan processant els blocs al disc...</translation>
</message>
<message numerus="yes">
<source>Processed %n block(s) of transaction history.</source>
<translation><numerusform>Processat %n bloc de l'històric de transaccions.</numerusform><numerusform>Processats %n blocs de l'històric de transaccions.</numerusform></translation>
</message>
<message>
<source>%1 behind</source>
<translation>%1 darrere</translation>
@@ -501,6 +469,18 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Mostra el missatge d'ajuda del %1 per obtenir una llista amb les possibles opcions de línia d'ordres de Bitcoin</translation>
</message>
<message>
<source>default wallet</source>
<translation>moneder per defecte</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Finestra</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimitza</translation>
</message>
<message>
<source>%1 client</source>
<translation>Client de %1</translation>
@@ -888,15 +868,7 @@
<source>Error</source>
<translation>Error</translation>
</message>
<message numerus="yes">
<source>%n GB of free space available</source>
<translation><numerusform>%n GB d'espai lliure disponible</numerusform><numerusform>%n GB d'espai lliure disponibles</numerusform></translation>
</message>
<message numerus="yes">
<source>(of %n GB needed)</source>
<translation><numerusform>(de %n GB necessari)</numerusform><numerusform>(de %n GB necessaris)</numerusform></translation>
</message>
</context>
</context>
<context>
<name>ModalOverlay</name>
<message>
@@ -943,11 +915,7 @@
<source>Hide</source>
<translation>Amaga</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Desconegut. Sincronització de les capçaleres (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -993,10 +961,6 @@
<source>Size of &amp;database cache</source>
<translation>Mida de la memòria cau de la base de &amp;dades</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Nombre de fils de &amp;verificació d'scripts</translation>
@@ -1029,10 +993,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Opcions de línies d'ordre active que sobreescriuen les opcions de dalt:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Obriu el fitxer de configuració %1 des del directori de treball.</translation>
@@ -1481,34 +1441,10 @@
<source>%1 ms</source>
<translation>%1 ms</translation>
</message>
<message numerus="yes">
<source>%n second(s)</source>
<translation><numerusform>%n segon</numerusform><numerusform>%n segons</numerusform></translation>
</message>
<message numerus="yes">
<source>%n minute(s)</source>
<translation><numerusform>%n minut</numerusform><numerusform>%n minuts</numerusform></translation>
</message>
<message numerus="yes">
<source>%n hour(s)</source>
<translation><numerusform>%n hora</numerusform><numerusform>%n hores</numerusform></translation>
</message>
<message numerus="yes">
<source>%n day(s)</source>
<translation><numerusform>%n dia</numerusform><numerusform>%n dies</numerusform></translation>
</message>
<message numerus="yes">
<source>%n week(s)</source>
<translation><numerusform>%n setmana</numerusform><numerusform>%n setmanes</numerusform></translation>
</message>
<message>
<source>%1 and %2</source>
<translation>%1 i %2</translation>
</message>
<message numerus="yes">
<source>%n year(s)</source>
<translation><numerusform>%n any</numerusform><numerusform>%n anys</numerusform></translation>
</message>
<message>
<source>%1 B</source>
<translation>%1 B</translation>
@@ -1814,10 +1750,6 @@
<source>&amp;Unban</source>
<translation>Desbandeja per</translation>
</message>
<message>
<source>default wallet</source>
<translation>moneder per defecte</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Benvingut a la consola RPC de %1.</translation>
@@ -2150,14 +2082,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
<source>Hide</source>
<translation>Amaga</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>No hi ha cap problema en pagar només la comissió mínima sempre que hi hagi menys volum de transacció que espai en els blocs. Però tingueu present que això pot acabar en una transacció que mai es confirmi una vegada hi hagi més demanda de transaccions de bitcoins que la xarxa pugui processar.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(llegiu l'indicador de funció)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Recomanada:</translation>
@@ -2306,10 +2230,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
<source>Payment request expired.</source>
<translation>La sol·licitud de pagament ha vençut.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Paga només la comissió necessària de %1</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>Avís: adreça Bitcoin no vàlida</translation>
@@ -3016,6 +2936,9 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
<translation>Unitat en què mostrar els imports. Feu clic per seleccionar una altra unitat.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3065,6 +2988,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
<source>Could not commit transaction</source>
<translation>No s'ha pogut confirmar la transacció</translation>
</message>
<message>
<source>default wallet</source>
<translation>moneder per defecte</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3315,18 +3242,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
<source>Unable to bind to %s on this computer. %s is probably already running.</source>
<translation>No es pot enllaçar a %s en aquest ordinador. %s probablement ja s'estigui executant.</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>S'ha ignorat l'argument no admès -benchmark , feu servir -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>S'ha ignorat l'argument no admès -debugnet, feu servir -debug=net.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>S'ha trobat un argument -tor no acceptat. Feu servir -onion.</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Categoria de registre no admesa %s=%s.</translation>
@@ -3363,10 +3278,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>Cal que torneu a construir la base de dades fent servir -reindex per tornar al mode no podat. Això tornarà a baixar la cadena de blocs sencera</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>S'ha produït un error en carregar %s: no es pot desactivar HD en un moneder HD ja existent</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Error en llegir la base de dades, tancant.</translation>
@@ -3451,10 +3362,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee especificat molt alt! Comissions tan grans podrien pagar-se en una única transacció.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>S'ha produït un error en carregar %s: no es pot activar HD en un moneder existent que no sigui HD</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Aquesta és la tarifa de transacció que podeu pagar quan les estimacions de tarifes no estan disponibles.</translation>
@@ -3467,18 +3374,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>La longitud total de la cadena de la versió de xarxa (%i) supera la longitud màxima (%i). Redueix el nombre o la mida de uacomments.</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>S'ha trobat l'argument -socks no compatible. L'establiment de la versió SOCKS ja no és possible, només es permeten els servidors proxy SOCKS5.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>S'ha ignorat l'argument no acceptat -whitelistalways, utilitza -whitelistrelay i/o -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Advertència: s'està minant versions de blocs desconegudes. És possible que s'estiguin aplicant regles desconegudes</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Advertència: el moender està malmès, les dades es recuperen! Original %s guardat com a %s en %s; si el vostre saldo o transaccions són incorrectes, haureu de restaurar des d'una còpia de seguretat.</translation>

View File

@@ -237,10 +237,6 @@
<source>&amp;Overview</source>
<translation>&amp;Panorama general</translation>
</message>
<message>
<source>Node</source>
<translation>Node</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostra el panorama general del moneder</translation>
@@ -285,14 +281,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Canvia la contrasenya...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Adreces d'e&amp;nviament...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Adreces de &amp;recepció</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Obri un &amp;URI...</translation>
@@ -329,10 +317,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Moneder</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Envia</translation>
@@ -425,6 +409,10 @@
<source>Up to date</source>
<translation>Al dia</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Finestra</translation>
</message>
<message>
<source>Catching up...</source>
<translation>S'està posant al dia ...</translation>
@@ -791,10 +779,6 @@
<source>Size of &amp;database cache</source>
<translation>Mida de la memòria cau de la base de &amp;dades</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Nombre de fils de &amp;verificació d'scripts</translation>
@@ -811,10 +795,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Opcions de línies d'orde active que sobreescriuen les opcions de dalt:</translation>
</message>
<message>
<source>Reset all client options to default.</source>
<translation>Reestableix totes les opcions del client.</translation>
@@ -1632,14 +1612,6 @@
<source>Hide</source>
<translation>Amaga</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>No hi ha cap problema en pagar només la comissió mínima sempre que hi haja menys volum de transacció que espai en els blocs. Però tingueu present que això pot acabar en una transacció que mai es confirme una vegada hi haja més demanda de transaccions de bitcoins que la xarxa puga processar.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(llegiu l'indicador de funció)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Recomanada:</translation>
@@ -2406,6 +2378,9 @@
<translation>Unitat en què mostrar els imports. Feu clic per seleccionar una altra unitat.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>

View File

@@ -183,10 +183,6 @@
<source>Wallet encrypted</source>
<translation>Moneder encriptat</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Ara es tancarà el %1 per finalitzar el procés d'encriptació. Recordeu que encriptar el vostre moneder no garanteix que les vostres bitcoins no puguin ser robades per programari maliciós que infecti l'ordinador.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. Per motius de seguretat, les còpies de seguretat anteriors del fitxer de moneder no encriptat esdevindran inusables tan aviat com començar a utilitzar el nou moneder encriptat.</translation>
@@ -249,10 +245,6 @@
<source>&amp;Overview</source>
<translation>&amp;Panorama general</translation>
</message>
<message>
<source>Node</source>
<translation>Node</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostra el panorama general del moneder</translation>
@@ -309,14 +301,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Canvia la contrasenya...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Adreces d'e&amp;nviament...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Adreces de &amp;recepció...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Obre un &amp;URI...</translation>
@@ -369,10 +353,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Moneder</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Envia</translation>
@@ -477,6 +457,14 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Mostra el missatge d'ajuda del %1 per obtenir una llista amb les possibles opcions de línia d'ordres de Bitcoin</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Finestra</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimitza</translation>
</message>
<message>
<source>%1 client</source>
<translation>Client de %1</translation>
@@ -861,11 +849,7 @@
<source>Hide</source>
<translation>Amaga</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Desconegut. Sincronització de les capçaleres (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -911,10 +895,6 @@
<source>Size of &amp;database cache</source>
<translation>Mida de la memòria cau de la base de &amp;dades</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Nombre de fils de &amp;verificació d'scripts</translation>
@@ -931,10 +911,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Opcions de línies d'ordre active que sobreescriuen les opcions de dalt:</translation>
</message>
<message>
<source>Open Configuration File</source>
<translation>Obre el fitxer de configuració</translation>
@@ -1864,14 +1840,6 @@
<source>Hide</source>
<translation>Amaga</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>No hi ha cap problema en pagar només la comissió mínima sempre que hi hagi menys volum de transacció que espai en els blocs. Però tingueu present que això pot acabar en una transacció que mai es confirmi una vegada hi hagi més demanda de transaccions de bitcoins que la xarxa pugui processar.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(llegiu l'indicador de funció)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Recomanada:</translation>
@@ -2000,10 +1968,6 @@
<source>Payment request expired.</source>
<translation>La sol·licitud de pagament ha vençut.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Paga només la comissió necessària de %1</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>Avís: adreça Bitcoin no vàlida</translation>
@@ -2666,6 +2630,9 @@
<translation>Unitat en què mostrar els imports. Feu clic per seleccionar una altra unitat.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>

View File

@@ -188,8 +188,8 @@
<translation>Peněženka je zašifrována</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 se teď ukončí, aby dokončil zašifrová. Pamatuj však, že pouhé zašifrování peněženky nemůže zabránit krádeži tvých bitcoinů malwarem, kterým se může počítač nakazit.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Vaše peněženka je nyní zašifrovaná. Pamatujte, že zašifrování peněženky nemůže plně ochránit vaše bitcoiny před krádeží, pokud by byl váš počítač napadem malwarem.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Přehled</translation>
</message>
<message>
<source>Node</source>
<translation>Uzel</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Zobraz celkový přehled peněženky</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>Změň &amp;heslo...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Od&amp;esílací adresy...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;ijímací adresy...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Načíst &amp;URI...</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>Peněženka:</translation>
</message>
<message>
<source>default wallet</source>
<translation>výchozí peněženka</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Kliknutím zařízneš spojení se sítí.</translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Peněženka</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>P&amp;ošli</translation>
@@ -497,10 +477,34 @@
<source>Up to date</source>
<translation>Aktuální</translation>
</message>
<message>
<source>Close wallet</source>
<translation>Zavřít peněženku</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Seznam argumentů Bitcoinu pro příkazovou řádku získáš v nápovědě %1</translation>
</message>
<message>
<source>default wallet</source>
<translation>výchozí peněženka</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>O&amp;kno</translation>
</message>
<message>
<source>Minimize</source>
<translation>Skryj</translation>
</message>
<message>
<source>Restore</source>
<translation>Obnovit</translation>
</message>
<message>
<source>Main Window</source>
<translation>Hlavní okno</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 klient</translation>
@@ -842,7 +846,7 @@
</message>
<message>
<source>When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</source>
<translation>Jakmile stiskneš OK, %1 začne stahovat a zpracovávat celá %4ová bločenka (%2 GB), počínaje nejstaršími transakcemi z roku %3, kdy byl %4 spuštěn.</translation>
<translation>Jakmile stiskneš OK, %1 začne stahovat a zpracovávat celý %4ový blockchain (%2 GB), počínaje nejstaršími transakcemi z roku %3, kdy byl %4 spuštěn.</translation>
</message>
<message>
<source>This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.</source>
@@ -850,7 +854,7 @@
</message>
<message>
<source>If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.</source>
<translation>Pokud jsi omezil úložný prostor pro bločenku (tj. povolil je prořezávání), tak se historická data sice stáhnou a zpracují, ale následně zase smažou, aby nezabírala na disku místo.</translation>
<translation>Pokud jsi omezil úložný prostor pro blockchain (tj. povolil jeho prořezávání), tak se historická data sice stáhnou a zpracují, ale následně zase smažou, aby nezabírala na disku místo.</translation>
</message>
<message>
<source>Use the default data directory</source>
@@ -874,7 +878,7 @@
</message>
<message>
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
<translation>%1 bude stahovat kopii bločenky.</translation>
<translation>%1 bude stahovat kopii blockchainu.</translation>
</message>
<message>
<source>The wallet will also be stored in this directory.</source>
@@ -944,8 +948,8 @@
<translation>Skryj</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Neznámý. Synchronizuji záhlaví bloků (%1)…</translation>
<source>Unknown. Syncing Headers (%1, %2%)...</source>
<translation>Neznámé. Synchronizace hlaviček (%1, %2)...</translation>
</message>
</context>
<context>
@@ -993,10 +997,6 @@
<source>Size of &amp;database cache</source>
<translation>Velikost &amp;databázové cache</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Počet vláken pro &amp;verifikaci skriptů</translation>
@@ -1029,10 +1029,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URL třetích stran (např. block exploreru), která se zobrazí v kontextovém menu v záložce Transakce. %s v URL se nahradí hashem transakce. Více URL odděl svislítkem |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Aktivní argumenty z příkazové řádky, které přetloukly tato nastavení:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Otevře konfigurační soubor %1 z pracovního adresáře.</translation>
@@ -1069,6 +1065,10 @@
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>Obnovení tohoto nastavení vyžaduje opětovné převzetí celého blockchainu.</translation>
</message>
<message>
<source>MiB</source>
<translation>MiB</translation>
</message>
<message>
<source>(0 = auto, &lt;0 = leave that many cores free)</source>
<translation>(0 = automaticky, &lt;0 = nechat daný počet jader volný, výchozí: 0)</translation>
@@ -1339,10 +1339,18 @@
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin://' není platné URI. Místo toho použij 'bitcoin:'.</translation>
</message>
<message>
<source>You are using a BIP70 URL which will be unsupported in the future.</source>
<translation>Používáte BIP70 URL, která nebude v budoucnosti podporovaná.</translation>
</message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>Zdrojová URL platebního požadavku není platná: %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>Není možné zpracovat platební požadavek, protože podpora pro BIP70 platby nebyla přikompilována.</translation>
</message>
<message>
<source>Invalid payment address %1</source>
<translation>Neplatná platební adresa %1</translation>
@@ -1620,7 +1628,7 @@
</message>
<message>
<source>Block chain</source>
<translation>Bločenka</translation>
<translation>Blockchain</translation>
</message>
<message>
<source>Current number of blocks</source>
@@ -1814,10 +1822,6 @@
<source>&amp;Unban</source>
<translation>&amp;Odblokuj</translation>
</message>
<message>
<source>default wallet</source>
<translation>výchozí peněženka</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Vítej v RPC konzoli %1.</translation>
@@ -2124,7 +2128,7 @@
</message>
<message>
<source>Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.</source>
<translation>Použití nouzového poplatku („fallbackfee“) může vyústit v transakci, které bude trvat hodiny nebo dny (případně věčnost), než bude potvrzena. Zvaž proto ruční nastavení poplatku, případně počkej, až se ti kompletně zvaliduje bločenka.</translation>
<translation>Použití nouzového poplatku („fallbackfee“) může vyústit v transakci, které bude trvat hodiny nebo dny (případně věčnost), než bude potvrzena. Zvaž proto ruční nastavení poplatku, případně počkej, až se ti kompletně zvaliduje blockchain.</translation>
</message>
<message>
<source>Warning: Fee estimation is currently not possible.</source>
@@ -2150,14 +2154,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Hide</source>
<translation>Skryj</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Platit jen minimální poplatek je v pořádku, pokud je zrovna méně transakcí než místa v blocích. Ale počítej s tím, že to také může skončit transakcí, která nikdy nebude potvrzena, pokud je větší poptávka po bitcoinových transakcích, než síť zvládne zpracovat.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(viz bublina)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Doporučený:</translation>
@@ -2186,6 +2182,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Dust:</source>
<translation>Prach:</translation>
</message>
<message>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation>Příliš malý poplatek může způsobit, že transakce nebude nikdy potvrzena (přečtěte popis)</translation>
</message>
<message>
<source>Confirmation time target:</source>
<translation>Časové cílování potvrzení:</translation>
@@ -2322,10 +2322,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Payment request expired.</source>
<translation>Platební požadavek vypršel.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Zaplatit pouze vyžadovaný poplatek %1</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Potvrzování by podle odhadu mělo začít během %n bloku.</numerusform><numerusform>Potvrzování by podle odhadu mělo začít během %n bloků.</numerusform><numerusform>Potvrzování by podle odhadu mělo začít během %n bloků.</numerusform><numerusform>Potvrzování by podle odhadu mělo začít během %n bloků.</numerusform></translation>
@@ -2749,7 +2745,7 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
</message>
<message>
<source>Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.</source>
<translation>Vygenerované mince musí čekat %1 bloků, než mohou být utraceny. Když jsi vygeneroval tenhle blok, tak byl rozposlán do sítě, aby byl přidán do bločenky. Pokud se mu nepodaří dostat se do bločenky, změní se na „neakceptovaný“ a nepůjde utratit. To se občas může stát, pokud jiný uzel vygeneruje blok zhruba ve stejném okamžiku jako ty.</translation>
<translation>Vygenerované mince musí čekat %1 bloků, než mohou být utraceny. Když jsi vygeneroval tenhle blok, tak byl rozposlán do sítě, aby byl přidán do blockchainu. Pokud se mu nepodaří dostat se do blockchainu, změní se na „neakceptovaný“ a nepůjde utratit. To se občas může stát, pokud jiný uzel vygeneruje blok zhruba ve stejném okamžiku jako ty.</translation>
</message>
<message>
<source>Debug information</source>
@@ -3060,6 +3056,17 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<translation>Jednotka pro částky. Klikni pro výběr nějaké jiné.</translation>
</message>
</context>
<context>
<name>WalletController</name>
<message>
<source>Close wallet</source>
<translation>Zavřít peněženku</translation>
</message>
<message>
<source>Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.</source>
<translation>Zavření peněženky na příliš dlouhou dobu může vyústit v potřebu resynchronizace celého blockchainu pokud je zapnuté prořezávání.</translation>
</message>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3109,6 +3116,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Could not commit transaction</source>
<translation>Nemohl jsem uložit transakci do peněženky</translation>
</message>
<message>
<source>default wallet</source>
<translation>výchozí peněženka</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3161,11 +3172,11 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
</message>
<message>
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
<translation>Prořezávání: poslední synchronizace peněženky proběhla před prořezanými daty. Je třeba provést -reindex (tedy v případě prořezávacího režimu stáhnout znovu celou bločenku)</translation>
<translation>Prořezávání: poslední synchronizace peněženky proběhla před prořezanými daty. Je třeba provést -reindex (tedy v případě prořezávacího režimu stáhnout znovu celý blockchain)</translation>
</message>
<message>
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
<translation>V prořezávacím režimu není možné bločenku přeskenovávat. Musíš provést -reindex, což ji znovu celou stáhne.</translation>
<translation>V prořezávacím režimu není možné blockchain přeskenovávat. Musíš provést -reindex, což jej znovu celý stáhne.</translation>
</message>
<message>
<source>Error: A fatal internal error occurred, see debug.log for details</source>
@@ -3199,10 +3210,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>Nastala chyba při čtení souboru %s! Všechny klíče se přečetly správně, ale data o transakcích nebo záznamy v adresáři mohou chybět či být nesprávné.</translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>Seskupení výstupů podle adresy, při výběru všech nebo žádných, namísto výběru báze za výstup. Zvýšena ochrana soukromí, protože je adresa použita pouze jednou (pokud nikdo na tuto adresu již nic po minutě nepošle). Může být spojeno s vyššími poplatky, jelikož neoptimalizovaný výběr mincí může vyústit v přidané omezení (předvolené: %u)</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>Zkontroluj, že máš v počítači správně nastavený datum a čas! Pokud jsou nastaveny špatně, %s nebude fungovat správně.</translation>
@@ -3229,7 +3236,7 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
</message>
<message>
<source>Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain</source>
<translation>Nedaří se mi vrátit databázi do stavu před štěpem. Budeš muset znovu stáhnout celou bločenku</translation>
<translation>Nedaří se mi vrátit databázi do stavu před štěpem. Budeš muset znovu stáhnout celý blockchain</translation>
</message>
<message>
<source>Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.</source>
@@ -3271,10 +3278,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Do you want to rebuild the block database now?</source>
<translation>Chceš přestavět databázi bloků hned teď?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Chyba při vytváření %s: v této verzi nemůžeš vytvářeš ne-HD peněženky.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Chyba při zakládání databáze bloků</translation>
@@ -3395,18 +3398,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Unable to generate keys</source>
<translation>Nepodařilo se vygenerovat klíče</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Nepodporovaný argument -benchmark se ignoruje, použij -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Nepodporovaný argument -debugnet se ignoruje, použij -debug=net.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Argument -tor již není podporovaný, použij -onion.</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Nepodporovaná logovací kategorie %s=%s.</translation>
@@ -3441,11 +3432,7 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
</message>
<message>
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>K návratu k neprořezávacímu režimu je potřeba přestavět databázi použitím -reindex. Také se znovu stáhne celá bločenka</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Chyba při načítání %s: nemůžeš vypnout HD u existující HD peněženky</translation>
<translation>K návratu k neprořezávacímu režimu je potřeba přestavět databázi použitím -reindex. Také se znovu stáhne celý blockchain</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
@@ -3453,7 +3440,11 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
</message>
<message>
<source>Error upgrading chainstate database</source>
<translation>Chyba při aktualizaci stavové databáze bločenky</translation>
<translation>Chyba při aktualizaci stavové databáze blockchainu</translation>
</message>
<message>
<source>Error: Disk space is low for %s</source>
<translation>Chyba: Málo místa na disku pro %s</translation>
</message>
<message>
<source>Information</source>
@@ -3483,6 +3474,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Omezuji -maxconnections z %d na %d kvůli systémovým omezením.</translation>
</message>
<message>
<source>Section [%s] is not recognized.</source>
<translation>Sekce [%s] nebyla rozpoznána.</translation>
</message>
<message>
<source>Signing transaction failed</source>
<translation>Nepodařilo se podepsat transakci</translation>
@@ -3499,6 +3494,12 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Specified -walletdir "%s" is not a directory</source>
<translation>Uvedená -walletdir "%s" není složkou</translation>
</message>
<message>
<source>The specified config file %s does not exist
</source>
<translation>Uvedený konfigurační soubor %s neexistuje
</translation>
</message>
<message>
<source>The transaction amount is too small to pay the fee</source>
<translation>Částka v transakci je příliš malá na pokrytí poplatku</translation>
@@ -3551,10 +3552,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee je nastaveno velmi vysoko! Takto vysoký poplatek může být zaplacen v jednotlivé transakci.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Chyba při načítání %s: nemůžeš zapnout HD u existující ne-HD peněženky</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Toto je transakční poplatek, který se platí, pokud náhodou není k dispozici odhad poplatků.</translation>
@@ -3567,18 +3564,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>Celková délka síťového identifikačního řetězce (%i) překročila svůj horní limit (%i). Omez počet nebo velikost voleb uacomment.</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Byl použit nepodporovaný argument -socks. Nastavení verze SOCKS už není možné, podporovány jsou pouze SOCKS5 proxy.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Nepodporovaný argument -whitelistalwaysrelay se ignoruje, použij -whitelistrelay a/nebo -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Upozornění: Síť těží neznámé verze bloků! Je možné, že jsou v platnosti neznámá pravidla</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Upozornění: soubor s peněženkou je poškozený, data jsou však zachráněna! Původní soubor %s je uložený jako %s v %s. Pokud nejsou stav tvého účtu nebo transakce v pořádku, zřejmě bys měl obnovit zálohu.</translation>
@@ -3631,10 +3616,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
<source>Insufficient funds</source>
<translation>Nedostatek prostředků</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>Není možné vygenerovat klíč na změnu adresy. Soukromé klíče jsou pro tuto peněženku zakázané.</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>Není možné vylepšit peněženku bez HD bez aktualizace, která podporuje dělení keypoolu. Použijte prosím -upgradewallet=169900 nebo -upgradewallet bez specifikované verze.</translation>

View File

@@ -175,10 +175,6 @@
<source>Wallet encrypted</source>
<translation>Waled Wedi Amgryptio</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Bydd %1 nawr yn gorffen y broses amgryptio. Cofiwch nad ydy amgryptio eich waled yn llawn amddiffyn eich bitcoins rhag cael eu dwyn gan afiechyd yn heintio eich cyfrifiadur.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>PWYSIG: Mi ddylai unrhyw back ups blaenorol rydych wedi ei wneud o ffeil eich waled gael ei ddiweddaru efo'r ffeil amgryptiedig newydd ei chreu. Am resymau diogelwch, bydd back ups blaenorol o ffeil y walet heb amgryptio yn ddiwerth mor fuan ac yr ydych yn dechrau defnyddio'r waled amgryptiedig newydd.</translation>
@@ -241,10 +237,6 @@
<source>&amp;Overview</source>
<translation>&amp;Trosolwg</translation>
</message>
<message>
<source>Node</source>
<translation>Nod</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Dangos trosolwg cyffredinol y waled</translation>
@@ -301,14 +293,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Newid cyfrinymadrodd...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Cyfeiriadau anfon...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Cyfeiriadau derbyn...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Agor &amp;URI...</translation>
@@ -357,10 +341,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Waled</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Anfon</translation>
@@ -461,6 +441,10 @@
<source>Up to date</source>
<translation>Cyfamserol</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Ffenestr</translation>
</message>
<message>
<source>Connecting to peers...</source>
<translation>Cysylltu efo cyfoedion...</translation>
@@ -1006,6 +990,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -188,8 +188,8 @@
<translation>Tegnebog krypteret</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 vil nu lukke for at færdiggøre krypteringsprocessen. Husk at kryptering af din tegnebog kan ikke beskytte dine bitcoin fuldt ud mod at blive stjålet af eventuel malware, der måtte have inficeret din computer.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Din tegnebog er nu krypteret. Husk at kryptering af din tegnebog ikke kan fuldt ud beskytte dine bitcoins imod tyveri fra malware der inficerer din computer.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Oversigt</translation>
</message>
<message>
<source>Node</source>
<translation>Knude</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Vis generel oversigt over tegnebog</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Skift adgangskode</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Afsendelsesadresser</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Modtagelsesadresser</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>&amp;Åbn URI</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>Tegnebog:</translation>
</message>
<message>
<source>default wallet</source>
<translation>Standard tegnebog</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Klik for at deaktivere netværksaktivitet.</translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Tegnebog</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Send</translation>
@@ -497,10 +477,42 @@
<source>Up to date</source>
<translation>Opdateret</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>&amp;Afsenderadresser</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>&amp;Modtageradresser</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Vis %1 hjælpebesked for at få en liste over mulige tilvalg for Bitcoin kommandolinje</translation>
</message>
<message>
<source>default wallet</source>
<translation>Standard tegnebog</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Vindue</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimér</translation>
</message>
<message>
<source>Zoom</source>
<translation>Zoom</translation>
</message>
<message>
<source>Restore</source>
<translation>Gendan</translation>
</message>
<message>
<source>Main Window</source>
<translation>Hoved Vindue</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1-klient</translation>
@@ -565,6 +577,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Generering af HD-nøgler er &lt;b&gt;deaktiveret&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Private nøgle &lt;b&gt;deaktiveret&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Tegnebog er &lt;b&gt;krypteret&lt;/b&gt; og i øjeblikket &lt;b&gt;ulåst&lt;/b&gt;</translation>
@@ -943,11 +959,7 @@
<source>Hide</source>
<translation>Skjul</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Ukendt. Synkroniserer hoveder (%1)</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -993,10 +1005,6 @@
<source>Size of &amp;database cache</source>
<translation>Størrelsen &amp;databasens cache</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Antallet af script&amp;verificeringstråde</translation>
@@ -1029,10 +1037,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>Tredjeparts-URL'er (fx et blokhåndteringsværktøj), der vises i transaktionsfanen som genvejsmenupunkter. %s i URL'en erstattes med transaktionens hash. Flere URL'er separeres med en lodret streg |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Aktuelle tilvalg for kommandolinjen, der tilsidesætter ovenstående tilvalg:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Åbn konfigurationsfilen for %1 fra arbejdsmappen.</translation>
@@ -1069,6 +1073,10 @@
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>Tilbagevending af denne indstilling kræver afhentning af hele blokkæden igen.</translation>
</message>
<message>
<source>MiB</source>
<translation>MiB</translation>
</message>
<message>
<source>(0 = auto, &lt;0 = leave that many cores free)</source>
<translation>(0 = auto, &lt;0 = efterlad så mange kerner fri)</translation>
@@ -1193,6 +1201,10 @@
<source>&amp;Third party transaction URLs</source>
<translation>&amp;Tredjeparts-transaktions-URL'er</translation>
</message>
<message>
<source>Options set in this dialog are overridden by the command line or in the configuration file:</source>
<translation>Valgmuligheder sat i denne dialog er overskrevet af kommandolinjen eller i konfigurationsfilen:</translation>
</message>
<message>
<source>&amp;OK</source>
<translation>&amp;Ok</translation>
@@ -1339,10 +1351,18 @@
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin://' er ikke et gyldigt URI. Brug 'bitcoin:' istedet. </translation>
</message>
<message>
<source>You are using a BIP70 URL which will be unsupported in the future.</source>
<translation>Du anvender et BIP70 URL hvilket ikke vil være understøttet i fremtiden.</translation>
</message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>Hentnings-URL for betalingsanmodning er ugyldig: %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>Kan ikke behandle betalingsanmodningen, da BIP70-understøttelse ikke er medtaget under programkodeoversættelsen.</translation>
</message>
<message>
<source>Invalid payment address %1</source>
<translation>Ugyldig betalingsadresse %1</translation>
@@ -1602,6 +1622,18 @@
<source>Datadir</source>
<translation>Datamappe</translation>
</message>
<message>
<source>To specify a non-default location of the data directory use the '%1' option.</source>
<translation>For at angive en alternativ placering af mappen med data, skal du bruge tilvalget %1.</translation>
</message>
<message>
<source>Blocksdir</source>
<translation>Blokmappe</translation>
</message>
<message>
<source>To specify a non-default location of the blocks directory use the '%1' option.</source>
<translation>For at angive en alternativ placering af mappen med blokke, skal du bruge tilvalget %1.</translation>
</message>
<message>
<source>Startup time</source>
<translation>Opstartstidspunkt</translation>
@@ -1814,10 +1846,6 @@
<source>&amp;Unban</source>
<translation>&amp;Fjern bandlysning</translation>
</message>
<message>
<source>default wallet</source>
<translation>Standard tegnebog</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Velkommen til %1s RPC-konsol.</translation>
@@ -2150,14 +2178,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Hide</source>
<translation>Skjul</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Det er helt fint kun at betale det minimale gebyr, længe den totale transaktionsvolumen er mindre end den plads, der er tilgængelig i blokkene. Men vær opmærksom , at dette kan ende ud i transaktioner, der aldrig bliver bekræftet, når der bliver større forespørgsel efter bitcoin-transaktioner, end hvad netværket kan bearbejde.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(læs værktøjstippet)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Anbefalet:</translation>
@@ -2186,6 +2206,14 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Dust:</source>
<translation>Støv:</translation>
</message>
<message>
<source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation> tidspunkter, hvor der er færre transaktioner, end der er plads til i nye blokke, kan minere og videresendende knuder gennemtvinge et minimumsgebyr. Du kan vælge kun at betale dette minimumsgebyr, men vær opmærksom , at det kan resultere i en transaktion, der aldrig bliver bekræftet, hvis mængden af nye bitcoin-transaktioner stiger til mere, end hvad netværket kan behandle ad gangen.</translation>
</message>
<message>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation>Et for lavt gebyr kan resultere i en transaktion, der aldrig bekræftes (læs værktøjstippet)</translation>
</message>
<message>
<source>Confirmation time target:</source>
<translation>Mål for bekræftelsestid:</translation>
@@ -2322,10 +2350,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Payment request expired.</source>
<translation>Betalingsanmodning er udløbet.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Betal kun det påkrævede gebyr på %1</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Bekræftelse estimeret til at begynde om %n blok.</numerusform><numerusform>Bekræftelse estimeret til at begynde om %n blokke.</numerusform></translation>
@@ -3060,6 +3084,9 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<translation>Enhed, som beløb vises i. Klik for at vælge en anden enhed.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3109,6 +3136,10 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Could not commit transaction</source>
<translation>Kunne ikke gennemføre transaktionen</translation>
</message>
<message>
<source>default wallet</source>
<translation>Standard tegnebog</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3199,10 +3230,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>Fejl under læsning af %s! Alle nøgler blev læst korrekt, men transaktionsdata eller indgange i adressebogen kan mangle eller være ukorrekte.</translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>Gruppér output efter adresse og vælg alle eller ingen, i stedet for at vælge på per-output-basis. Højere sikring af privatliv, da en adresse kun bruges én gang (med mindre nogen sender til en adresse efter den er brugt), men kan resultere i en anelse højere gebyrer, da ikke-optimal valg af output-adresser kan forekomme på grund af den tilføjede begrænsning (standard: %u)</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>Undersøg venligst at din computers dato og klokkeslet er korrekt indstillet! Hvis der er fejl i disse, vil %s ikke fungere korrekt.</translation>
@@ -3259,6 +3286,10 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Change index out of range</source>
<translation>Ændr indeks uden for interval</translation>
</message>
<message>
<source>Config setting for %s only applied on %s network when in [%s] section.</source>
<translation>Opsætningen af %s bliver kun udført %s-netværk under [%s]-sektionen.</translation>
</message>
<message>
<source>Copyright (C) %i-%i</source>
<translation>Ophavsret © %i-%i</translation>
@@ -3271,10 +3302,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Do you want to rebuild the block database now?</source>
<translation>Ønsker du at genopbygge blokdatabasen nu?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Fejl under oprettelse af %s: Du kan ikke oprette ikke-HD-tegnebøger med denne version.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Klargøring af blokdatabase mislykkedes</translation>
@@ -3395,18 +3422,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Unable to generate keys</source>
<translation>U-istand til at generere nøgler</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Argument -benchmark understøttes ikke og ignoreres; brug -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Argument -debugnet understøttes ikke og ignoreres; brug -debug=net.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Argument -tor understøttes ikke; brug -onion.</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Ikke understøttet logningskategori %s=%s.</translation>
@@ -3443,10 +3458,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>Du er nødt til at genopbygge databasen ved hjælp af -reindex for at tilbage til ikke-beskåret tilstand. Dette vil downloade hele blokkæden igen</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Fejl under indlæsning af %s: Du kan ikke slå HD fra en allerede eksisterende HD-tegnebog</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Fejl under læsning fra database; lukker ned.</translation>
@@ -3455,6 +3466,10 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Error upgrading chainstate database</source>
<translation>Fejl under opgradering af kædetilstandsdatabase</translation>
</message>
<message>
<source>Error: Disk space is low for %s</source>
<translation>Fejl: Disk plads er lavt for %s</translation>
</message>
<message>
<source>Information</source>
<translation>Information</translation>
@@ -3483,10 +3498,20 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Reducerer -maxconnections fra %d til %d grund af systembegrænsninger.</translation>
</message>
<message>
<source>Section [%s] is not recognized.</source>
<translation>Sektion [%s] er ikke genkendt.</translation>
</message>
<message>
<source>Signing transaction failed</source>
<translation>Signering af transaktion mislykkedes</translation>
</message>
<message>
<source>The specified config file %s does not exist
</source>
<translation>Den specificerede konfigurationsfil %s eksisterer ikke.
</translation>
</message>
<message>
<source>The transaction amount is too small to pay the fee</source>
<translation>Transaktionsbeløbet er for lille til at betale gebyret</translation>
@@ -3539,10 +3564,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee er sat meget højt! Gebyrer store risikeres betalt en enkelt transaktion.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Fejl under indlæsning af %s: Du kan ikke aktivere HD på en allerede eksisterende ikke-HD-tegnebog</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Dette er transaktionsgebyret, du kan betale, når gebyrestimeringer ikke er tilgængelige.</translation>
@@ -3555,18 +3576,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>Den totale længde netværksversionsstrengen (%i) overstiger maksimallængden (%i). Reducér antaller af eller størrelsen uacomments.</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Argument -socks understøttes ikke. Det er ikke længere muligt at sætte SOCKS-version; kun SOCKS5-proxier understøttes.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Argument -whitelistalwaysrelay understøttes ikke og ignoreres; brug -whitelistrelay og/eller -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Advarsel: Ukendte blokversioner bliver minet! Det er muligt, at ukendte regler er i brug</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Advarsel: Tegnebogsfil ødelagt, data reddet! Oprindelig %s gemt som %s i %s; hvis din saldo eller dine transaktioner er forkert, bør du genskabe fra en sikkerhedskopi.</translation>
@@ -3619,10 +3628,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
<source>Insufficient funds</source>
<translation>Manglende dækning</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>Kan ikke generere en bytte-adresse nøgle. Private nøgler er deaktiveret for denne tegnebog.</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>Kan ikke opgradere en ikke HD dele tegnebog uden opgradering til at støtte før split nøglepool. Venligst brug -upgradewallet=169900 eller -upgradewallet med ingen version specificeret.</translation>

View File

@@ -188,8 +188,8 @@
<translation>Brieftasche verschlüsselt</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Brieftaschen-Verschlüsselung nicht vollständig vor Diebstahl Ihrer Bitcoins durch Schadprogramme schützt, die Ihren Computer befällt.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Ihre Brieftasche ist jetzt verschlüsselt. Denken Sie daran, dass auch eine Verschlüsselung ihre Bitcoins nicht vollkommen vor Diebstahl schützen kann, sollte ihr PC mit Malware infiziert sein. </translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Übersicht</translation>
</message>
<message>
<source>Node</source>
<translation>Knoten</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Allgemeine Wallet-Übersicht anzeigen</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>Passphrase &amp;ändern...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Zahlungsadressen...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Empfangsadressen...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>&amp;URI öffnen...</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>Brieftasche:</translation>
</message>
<message>
<source>default wallet</source>
<translation>Standard Brieftasche</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Klicken zum Deaktivieren der Netzwerkaktivität.</translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Wallet</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Überweisen</translation>
@@ -497,10 +477,42 @@
<source>Up to date</source>
<translation>Auf aktuellem Stand</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>&amp;Versandadressen</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>&amp;Empfangsadressen</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Zeige den "%1"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten</translation>
</message>
<message>
<source>default wallet</source>
<translation>Standard Brieftasche</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Programmfenster</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimieren</translation>
</message>
<message>
<source>Zoom</source>
<translation>Vergrößern</translation>
</message>
<message>
<source>Restore</source>
<translation>Wiederherstellen</translation>
</message>
<message>
<source>Main Window</source>
<translation>Hauptfenster</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 Client</translation>
@@ -565,6 +577,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>HD Schlüssel Generierung ist &lt;b&gt;deaktiviert&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Privater Schlüssel &lt;b&gt;deaktiviert&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Wallet ist &lt;b&gt;verschlüsselt&lt;/b&gt; und aktuell &lt;b&gt;entsperrt&lt;/b&gt;</translation>
@@ -943,11 +959,7 @@
<source>Hide</source>
<translation>Ausblenden</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Unbekannt. Synchronisiere Headers (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -993,10 +1005,6 @@
<source>Size of &amp;database cache</source>
<translation>Größe des &amp;Datenbankcaches</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Anzahl an Skript-&amp;Verifizierungs-Threads</translation>
@@ -1029,10 +1037,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>Externe URLs (z.B. ein Block-Explorer), die im Kontextmenü des Transaktionsverlaufs eingefügt werden. In der URL wird %s durch den Transaktionshash ersetzt. Bei Angabe mehrerer URLs müssen diese durch "|" voneinander getrennt werden.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Aktive Kommandozeilenoptionen, die obige Konfiguration überschreiben:</translation>
</message>
<message>
<source>Open Configuration File</source>
<translation>Konfigurationsdatei öffnen</translation>
@@ -1065,6 +1069,10 @@
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>Wenn diese Einstellung rückgängig gemacht wird, muss die komplette Blockkette erneut heruntergeladen werden.</translation>
</message>
<message>
<source>MiB</source>
<translation>MiB</translation>
</message>
<message>
<source>(0 = auto, &lt;0 = leave that many cores free)</source>
<translation>(0 = automatisch, &lt;0 = so viele Kerne frei lassen)</translation>
@@ -1189,6 +1197,10 @@
<source>&amp;Third party transaction URLs</source>
<translation>&amp;Externe Transaktions-URLs</translation>
</message>
<message>
<source>Options set in this dialog are overridden by the command line or in the configuration file:</source>
<translation>Einstellungen in diesem Dialog werden von der Kommandozeile oder in der Konfigurationsdatei überschrieben:</translation>
</message>
<message>
<source>&amp;OK</source>
<translation>&amp;OK</translation>
@@ -1335,10 +1347,18 @@
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin://' ist kein gültiger URL. Bitte 'bitcoin:' nutzen.</translation>
</message>
<message>
<source>You are using a BIP70 URL which will be unsupported in the future.</source>
<translation>Sie verwenden eine BIP70 URL, die in Zukunft nicht mehr untersützt wird.</translation>
</message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>Abruf-URL der Zahlungsanforderung ist ungültig: %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>Zahlungsanfrage kann nicht verarbeitet werden, da die Unterstützung für BIP70 nicht mitkompiliert wurde.</translation>
</message>
<message>
<source>Invalid payment address %1</source>
<translation>Ungültige Zahlungsadresse %1</translation>
@@ -1598,6 +1618,18 @@
<source>Datadir</source>
<translation>Datenverzeichnis</translation>
</message>
<message>
<source>To specify a non-default location of the data directory use the '%1' option.</source>
<translation>Verwenden Sie die Option '%1' um einen anderen, nicht standardmäßigen Speicherort für das Datenverzeichnis festzulegen.</translation>
</message>
<message>
<source>Blocksdir</source>
<translation>Blockverzeichnis</translation>
</message>
<message>
<source>To specify a non-default location of the blocks directory use the '%1' option.</source>
<translation>Verwenden Sie die Option '%1' um einen anderen, nicht standardmäßigen Speicherort für das Blöckeverzeichnis festzulegen.</translation>
</message>
<message>
<source>Startup time</source>
<translation>Startzeit</translation>
@@ -1810,10 +1842,6 @@
<source>&amp;Unban</source>
<translation>K&amp;noten entsperren</translation>
</message>
<message>
<source>default wallet</source>
<translation>Standard Brieftasche</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Willkommen in der %1 RPC Konsole.</translation>
@@ -2146,14 +2174,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Hide</source>
<translation>Ausblenden</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Nur die minimale Gebühr zu bezahlen ist so lange in Ordnung, wie weniger Transaktionsvolumen als Platz in den Blöcken vorhanden ist. Aber Vorsicht, diese Option kann dazu führen, dass Transaktionen nicht bestätigt werden, wenn mehr Bedarf an Bitcoin-Transaktionen besteht als das Netzwerk verarbeiten kann.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(den Hinweistext lesen)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Empfehlungen:</translation>
@@ -2182,6 +2202,14 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Dust:</source>
<translation>"Dust":</translation>
</message>
<message>
<source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Nur die minimale Gebühr zu bezahlen ist so lange in Ordnung, wie weniger Transaktionsvolumen als Platz in den Blöcken vorhanden ist. Aber Vorsicht, diese Option kann dazu führen, dass Transaktionen nicht bestätigt werden, wenn mehr Bedarf an Bitcoin-Transaktionen besteht als das Netzwerk verarbeiten kann.</translation>
</message>
<message>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation>Eine niedrige Gebühr kann dazu führen das eine Transaktion niemals bestätigt wird (Lesen sie die Anmerkung).</translation>
</message>
<message>
<source>Confirmation time target:</source>
<translation>Bestätigungsziel:</translation>
@@ -2318,10 +2346,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Payment request expired.</source>
<translation>Zahlungsanforderung abgelaufen.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Nur die notwendige Gebühr in Höhe von %1 zahlen</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Voraussichtlicher Beginn der Bestätigung innerhalb von %n Block</numerusform><numerusform>Voraussichtlicher Beginn der Bestätigung innerhalb von %n Blöcken.</numerusform></translation>
@@ -3056,6 +3080,9 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<translation>Die Einheit in der Beträge angezeigt werden. Klicken, um eine andere Einheit auszuwählen.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3105,6 +3132,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Could not commit transaction</source>
<translation>Konnte Transaktion nicht übergeben</translation>
</message>
<message>
<source>default wallet</source>
<translation>Standard Brieftasche</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3195,10 +3226,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>Lesen von %s fehlgeschlagen! Alle Schlüssel wurden korrekt gelesen, Transaktionsdaten bzw. Adressbucheinträge fehlen aber möglicherweise oder sind inkorrekt.</translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>Gruppiere Outputs mit der Auswahl von allen oder keinen Adressen, anstatt alle pro Output auszuwählen. Die Privatsphäre wurde verbessert, da eine Adresse nur einmal verwendet wird (ausser jemand sendet Coins nachdem von der Adresse ausgegeben wurde). Durch diese hinzugefügte Limitierung kann es allerdings zu leicht erhöhten Transaktionskosten kommen, da eine suboptimale Coinselektierung bei Transaktionen stattfinden kann. (Standardeinstellung: %u)</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da %s ansonsten nicht ordnungsgemäß funktionieren wird.</translation>
@@ -3255,6 +3282,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Change index out of range</source>
<translation>Position des Wechselgelds außerhalb des Bereichs</translation>
</message>
<message>
<source>Config setting for %s only applied on %s network when in [%s] section.</source>
<translation>Konfigurationseinstellungen für %s sind nur auf %s network gültig, wenn in Sektion [%s]</translation>
</message>
<message>
<source>Copyright (C) %i-%i</source>
<translation>Copyright (C) %i-%i</translation>
@@ -3267,10 +3298,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Do you want to rebuild the block database now?</source>
<translation>Möchten Sie die Blockdatenbank jetzt neu aufbauen?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Fehler beim Laden von %s: Sie können HD nicht aktivieren da sie derzeit eine nicht HD Brieftasche besitzen.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Fehler beim Initialisieren der Blockdatenbank</translation>
@@ -3392,18 +3419,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Unable to generate keys</source>
<translation>Schlüssel können nicht generiert werden</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Nicht unterstütztes Argument -benchmark wurde ignoriert, bitte -debug=bench verwenden.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Nicht unterstütztes Argument -debugnet wurde ignoriert, bitte -debug=net verwenden.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Nicht unterstütztes Argument -tor gefunden, bitte -onion verwenden.</translation>
</message>
<message>
<source>Upgrading UTXO database</source>
<translation>Aktualisierung der UTXO-Datenbank</translation>
@@ -3436,10 +3451,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>Sie müssen die Datenbank mit Hilfe von -reindex neu aufbauen, um zum ungekürzten Modus zurückzukehren. Dies erfordert, dass die gesamte Blockkette erneut heruntergeladen wird.</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Fehler beim Laden von %s: Sie können die hierarchisch deterministische Schlüsselgeneration (HD) für eine bereits existierende HD-Brieftasche nicht deaktivieren</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Fehler beim lesen der Datenbank, Ausführung wird beendet.</translation>
@@ -3448,6 +3459,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Error upgrading chainstate database</source>
<translation>Fehler bei der Aktualisierung einer Kettenstatus-Datenbank</translation>
</message>
<message>
<source>Error: Disk space is low for %s</source>
<translation>Fehler: Zu wenig Speicherplatz auf der Festplatte %s</translation>
</message>
<message>
<source>Information</source>
<translation>Hinweis</translation>
@@ -3476,6 +3491,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Reduziere -maxconnections von %d zu %d, aufgrund von Systemlimitierungen.</translation>
</message>
<message>
<source>Section [%s] is not recognized.</source>
<translation>Sektion [%s] ist nicht delegiert.</translation>
</message>
<message>
<source>Signing transaction failed</source>
<translation>Signierung der Transaktion fehlgeschlagen</translation>
@@ -3492,6 +3511,12 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Specified -walletdir "%s" is not a directory</source>
<translation>Angegebenes Verzeichniss "%s" ist kein Verzeichniss</translation>
</message>
<message>
<source>The specified config file %s does not exist
</source>
<translation>Die spezifische Konfigurationsdatei %s existiert nicht.
</translation>
</message>
<message>
<source>The transaction amount is too small to pay the fee</source>
<translation>Der Transaktionsbetrag ist zu niedrig, um die Gebühr zu bezahlen.</translation>
@@ -3544,10 +3569,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee ist auf einen sehr hohen Wert festgelegt! Gebühren dieser Höhe könnten für eine einzelne Transaktion bezahlt werden.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Fehler beim Herunterladen von %s: Sie können keine hierarchisch deterministische Schlüsselgeneration (HD) auf eine bereits existierende nicht-HD Brieftasche (Wallet) aktivieren.</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Das ist die Transaktionsgebühr, welche du zahlen müsstest, wenn die Gebührenschätzungen nicht verfügbar sind.</translation>
@@ -3560,18 +3581,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>Gesamtlänge des Netzwerkversionstrings (%i) erreicht die maximale Länge (%i). Reduzieren Sie die Nummer oder die Größe von uacomments.</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Nicht unterstützter Parameter -socks gefunden. Das Festlegen der SOCKS-Version ist nicht mehr möglich, nur noch SOCKS5-Proxies werden unterstützt.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Das Argument -whitelistalwaysrelay wird nicht unterstützt und deswegen ignoriert. Benutze -whitelistrelay und/oder -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Warnung: Unbekannte Blockversion wird durch Mining erzeugt! Es ist möglich, dass unbekannte Regeln in Kraft sind.</translation>
</message>
<message>
<source>%s is set very high!</source>
<translation>%s wurde sehr hoch eingestellt!</translation>
@@ -3620,10 +3629,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
<source>Insufficient funds</source>
<translation>Unzureichender Kontostand</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>Es kann keinen privater Schlüssel für eine Wechselgeldaddresse generiert werden. Private Schlüssel sind für diese Brieftasche deaktiviert.</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>Ein Wallet das kein geteiltes HD-Wallet ist, kann kein Upgrade erfahren, wenn nicht auch der Schlüsselpool vor der Teilung ein Upgrade erfahren hat. Bitte benutzen Sie upgradewallet=169900 oder -upgradewallet ohne Angabe einer Version.</translation>

View File

@@ -37,10 +37,6 @@
<source>Quit application</source>
<translation>Κλείσιμο εφαρμογής</translation>
</message>
<message>
<source>Wallet</source>
<translation>Πορτοφόλι</translation>
</message>
<message>
<source>Error</source>
<translation>Σφάλμα</translation>
@@ -192,6 +188,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>Πορτοφόλι κρυπτογραφήθηκε</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 θα κλείσει τώρα για να τελειώσει η διαδικασία κρυπτογράφησης. Να θυμάστε ότι κρυπτογραφόντας το πορτοφόλι σας δεν μπορείτε να προστατεύσετε πλήρως τα bitcoin σας απο κλοπή μέσω malware που μπορεί να προσβάλει τον υπολογιστή σας.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>ΣΗΜΑΝΤΙΚΟ: Τα προηγούμενα αντίγραφα ασφαλείας που έχετε κάνει από το αρχείο του πορτοφόλιου σας θα πρέπει να αντικατασταθουν με το νέο που δημιουργείται, κρυπτογραφημένο αρχείο πορτοφόλιου. Για λόγους ασφαλείας, τα προηγούμενα αντίγραφα ασφαλείας του μη κρυπτογραφημένου αρχείου πορτοφόλιου θα καταστουν άχρηστα μόλις αρχίσετε να χρησιμοποιείτε το νέο κρυπτογραφημένο πορτοφόλι. </translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;Επισκόπηση</translation>
</message>
<message>
<source>Node</source>
<translation>Κόμβος</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Εμφάνισε τη γενική εικόνα του πορτοφολιού</translation>
@@ -313,14 +305,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Άλλαξε Φράση Πρόσβασης</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Διευθύνσεις αποστολής</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Διευθύνσεις λήψης</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>'Ανοιγμα &amp;URI</translation>
@@ -329,10 +313,6 @@
<source>Wallet:</source>
<translation>Πορτοφόλι</translation>
</message>
<message>
<source>default wallet</source>
<translation>Προεπιλεγμένο πορτοφόλι</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Κάντε κλικ για να απενεργοποιήσετε το δίκτυο.</translation>
@@ -381,10 +361,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Πορτοφόλι</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Αποστολή</translation>
@@ -485,6 +461,18 @@
<source>Up to date</source>
<translation>Ενημερωμένο</translation>
</message>
<message>
<source>default wallet</source>
<translation>Προεπιλεγμένο πορτοφόλι</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Παράθυρο</translation>
</message>
<message>
<source>Minimize</source>
<translation>Ελαχιστοποίηση</translation>
</message>
<message>
<source>Catching up...</source>
<translation>Ενημέρωση...</translation>
@@ -837,10 +825,6 @@
<source>Size of &amp;database cache</source>
<translation>Μέγεθος κρυφής μνήμης βάσης δεδομένων.</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Αριθμός script και γραμμές επαλήθευσης </translation>
@@ -857,10 +841,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URLs από τρίτους (π.χ. ένας εξερευνητής μπλοκ) τα οποία εμφανίζονται στην καρτέλα συναλλαγών ως στοιχεία μενού. Το %s στα URL αντικαθίσταται από την τιμή της κατατεμαχισμένης συναλλαγής.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Ενεργές επιλογές γραμμής-εντολών που παρακάμπτουν τις παραπάνω επιλογές:</translation>
</message>
<message>
<source>Open Configuration File</source>
<translation>Άνοιγμα Αρχείου Ρυθμίσεων</translation>
@@ -1354,10 +1334,6 @@
<source>1 &amp;year</source>
<translation>1 &amp;χρόνος</translation>
</message>
<message>
<source>default wallet</source>
<translation>Προεπιλεγμένο πορτοφόλι</translation>
</message>
<message>
<source>via %1</source>
<translation>μέσω %1</translation>
@@ -1960,16 +1936,27 @@
<translation>Μονάδα μέτρησης προβολής ποσών. Κάντε κλικ για επιλογή άλλης μονάδας.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>
<context>
<name>WalletModel</name>
<message>
<source>Send Coins</source>
<translation>Αποστολή νομισμάτων</translation>
</message>
<message>
<source>Increase:</source>
<translation>Αύξηση:</translation>
</message>
</context>
<message>
<source>default wallet</source>
<translation>Προεπιλεγμένο πορτοφόλι</translation>
</message>
</context>
<context>
<name>WalletView</name>
<message>

View File

@@ -315,12 +315,12 @@
<translation>Sign &amp;message...</translation>
</message>
<message>
<location line="+574"/>
<location line="+621"/>
<source>Synchronizing with network...</source>
<translation>Synchronizing with network...</translation>
</message>
<message>
<location line="-652"/>
<location line="-699"/>
<source>&amp;Overview</source>
<translation>&amp;Overview</translation>
</message>
@@ -400,12 +400,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+157"/>
<location line="+203"/>
<source>Wallet:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+330"/>
<location line="+331"/>
<source>Click to disable network activity.</source>
<translation type="unfinished"></translation>
</message>
@@ -435,7 +435,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="-970"/>
<location line="-1017"/>
<source>Send coins to a Bitcoin address</source>
<translation>Send coins to a Bitcoin address</translation>
</message>
@@ -465,12 +465,12 @@
<translation>&amp;Verify message...</translation>
</message>
<message>
<location line="+660"/>
<location line="+707"/>
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<location line="-733"/>
<location line="-780"/>
<source>&amp;Send</source>
<translation>&amp;Send</translation>
</message>
@@ -505,12 +505,12 @@
<translation>Verify messages to ensure they were signed with specified Bitcoin addresses</translation>
</message>
<message>
<location line="+61"/>
<location line="+104"/>
<source>&amp;File</source>
<translation>&amp;File</translation>
</message>
<message>
<location line="+11"/>
<location line="+14"/>
<source>&amp;Settings</source>
<translation>&amp;Settings</translation>
</message>
@@ -525,7 +525,7 @@
<translation>Tabs toolbar</translation>
</message>
<message>
<location line="-211"/>
<location line="-257"/>
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
<translation type="unfinished"></translation>
</message>
@@ -545,12 +545,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<location line="+9"/>
<source>&amp;Command-line options</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
<location line="+484"/>
<location line="+524"/>
<source>%n active connection(s) to Bitcoin network</source>
<translation>
<numerusform>%n active connection to Bitcoin network</numerusform>
@@ -611,7 +611,7 @@
<translation>Up to date</translation>
</message>
<message>
<location line="-593"/>
<location line="-640"/>
<source>&amp;Sending addresses</source>
<translation type="unfinished"></translation>
</message>
@@ -621,12 +621,47 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+8"/>
<location line="+6"/>
<source>Open Wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<source>Open a wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<source>Close Wallet...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Close wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+4"/>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+63"/>
<location line="+28"/>
<source>default wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+6"/>
<source>Opening Wallet &lt;b&gt;%1&lt;/b&gt;...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+9"/>
<source>Open Wallet Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+59"/>
<source>&amp;Window</source>
<translation type="unfinished">&amp;Window</translation>
</message>
@@ -651,7 +686,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+228"/>
<location line="+229"/>
<source>%1 client</source>
<translation type="unfinished"></translation>
</message>
@@ -737,7 +772,7 @@
<translation>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;locked&lt;/b&gt;</translation>
</message>
<message>
<location filename="../bitcoin.cpp" line="+395"/>
<location filename="../bitcoin.cpp" line="+392"/>
<source>A fatal error occurred. Bitcoin can no longer continue safely and will quit.</source>
<translation type="unfinished"></translation>
</message>
@@ -1171,7 +1206,7 @@
<message>
<location line="+7"/>
<location line="+26"/>
<location filename="../modaloverlay.cpp" line="+140"/>
<location filename="../modaloverlay.cpp" line="+141"/>
<source>Unknown...</source>
<translation type="unfinished"></translation>
</message>
@@ -1207,8 +1242,8 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../modaloverlay.cpp" line="-1"/>
<source>Unknown. Syncing Headers (%1)...</source>
<location filename="../modaloverlay.cpp" line="+6"/>
<source>Unknown. Syncing Headers (%1, %2%)...</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -1689,7 +1724,7 @@
<name>PaymentServer</name>
<message>
<location filename="../paymentserver.cpp" line="+226"/>
<location line="+338"/>
<location line="+346"/>
<location line="+42"/>
<location line="+110"/>
<location line="+14"/>
@@ -1698,7 +1733,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="-521"/>
<location line="-529"/>
<source>Cannot start bitcoin: click-to-pay handler</source>
<translation type="unfinished"></translation>
</message>
@@ -1706,14 +1741,14 @@
<location line="+62"/>
<location line="+9"/>
<location line="+16"/>
<location line="+16"/>
<location line="+5"/>
<location line="+12"/>
<location line="+7"/>
<source>URI handling</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-49"/>
<location line="-53"/>
<source>&apos;bitcoin://&apos; is not a valid URI. Use &apos;bitcoin:&apos; instead.</source>
<translation type="unfinished"></translation>
</message>
@@ -1728,12 +1763,13 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+5"/>
<location line="+16"/>
<location line="+36"/>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+11"/>
<location line="-32"/>
<source>Invalid payment address %1</source>
<translation type="unfinished"></translation>
</message>
@@ -1744,16 +1780,17 @@
</message>
<message>
<location line="+14"/>
<location line="+9"/>
<source>Payment request file handling</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<location line="-8"/>
<source>Payment request file cannot be read! This can be caused by an invalid payment request file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+195"/>
<location line="+199"/>
<location line="+9"/>
<location line="+31"/>
<location line="+10"/>
@@ -1870,7 +1907,7 @@
<translation type="unfinished">Amount</translation>
</message>
<message>
<location filename="../guiutil.cpp" line="+111"/>
<location filename="../guiutil.cpp" line="+107"/>
<source>Enter a Bitcoin address (e.g. %1)</source>
<translation type="unfinished"></translation>
</message>
@@ -1990,7 +2027,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../modaloverlay.cpp" line="-29"/>
<location filename="../modaloverlay.cpp" line="-36"/>
<source>unknown</source>
<translation type="unfinished"></translation>
</message>
@@ -3980,6 +4017,24 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>WalletController</name>
<message>
<location filename="../walletcontroller.cpp" line="+68"/>
<source>Close wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Are you sure you wish to close wallet &lt;i&gt;%1&lt;/i&gt;?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -4043,7 +4098,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+35"/>
<location line="+30"/>
<source>default wallet</source>
<translation type="unfinished"></translation>
</message>
@@ -4119,7 +4174,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+74"/>
<location line="+71"/>
<source>Error: A fatal internal error occurred, see debug.log for details</source>
<translation type="unfinished"></translation>
</message>
@@ -4129,12 +4184,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+30"/>
<location line="+31"/>
<source>Unable to start HTTP server. See debug log for details.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-172"/>
<location line="-170"/>
<source>Bitcoin Core</source>
<translation type="unfinished">Bitcoin Core</translation>
</message>
@@ -4144,7 +4199,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+7"/>
<location line="+4"/>
<source>Can&apos;t generate a change-address key. No keys in the internal keypool and can&apos;t generate any keys.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Cannot obtain a lock on data directory %s. %s is probably already running.</source>
<translation type="unfinished"></translation>
</message>
@@ -4199,7 +4259,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+10"/>
<location line="+7"/>
<source>Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.</source>
<translation type="unfinished"></translation>
</message>
@@ -4339,12 +4399,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+24"/>
<location line="+18"/>
<source>Unable to create the PID file &apos;%s&apos;: %s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+7"/>
<source>Upgrading txindex database</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-42"/>
<location line="-43"/>
<source>Loading P2P addresses...</source>
<translation type="unfinished"></translation>
</message>
@@ -4394,7 +4459,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<location line="+3"/>
<source>Unable to generate keys</source>
<translation type="unfinished"></translation>
</message>
@@ -4424,7 +4489,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="-158"/>
<location line="-156"/>
<source>Error: Listening for incoming connections failed (listen returned error %s)</source>
<translation type="unfinished"></translation>
</message>
@@ -4439,7 +4504,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+38"/>
<location line="+35"/>
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation type="unfinished"></translation>
</message>
@@ -4555,7 +4620,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<location line="+3"/>
<source>Unable to generate initial keys</source>
<translation type="unfinished"></translation>
</message>
@@ -4585,7 +4650,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="-182"/>
<location line="-180"/>
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation type="unfinished"></translation>
</message>
@@ -4606,11 +4671,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
</message>
<message>
<location line="+14"/>
<source>Warning: Unknown block versions being mined! It&apos;s possible unknown rules are in effect</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation type="unfinished"></translation>
</message>
@@ -4665,22 +4725,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+8"/>
<location line="+9"/>
<source>Unknown network specified in -onlynet: &apos;%s&apos;</source>
<translation>Unknown network specified in -onlynet: &apos;%s&apos;</translation>
</message>
<message>
<location line="-48"/>
<location line="-49"/>
<source>Insufficient funds</source>
<translation>Insufficient funds</translation>
</message>
<message>
<location line="-120"/>
<source>Can&apos;t generate a change-address key. Private keys are disabled for this wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+8"/>
<location line="-109"/>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation type="unfinished"></translation>
</message>
@@ -4695,7 +4750,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation type="unfinished"></translation>
</message>
<message>
<location line="+24"/>
<location line="+21"/>
<source>Cannot write to data directory &apos;%s&apos;; check permissions.</source>
<translation type="unfinished"></translation>
</message>

View File

@@ -188,8 +188,8 @@
<translation>Wallet encrypted</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Overview</translation>
</message>
<message>
<source>Node</source>
<translation>Node</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Show general overview of wallet</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Change Passphrase...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Sending addresses...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Receiving addresses...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Open &amp;URI...</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>Wallet:</translation>
</message>
<message>
<source>default wallet</source>
<translation>default wallet</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Click to disable network activity.</translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Wallet</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Send</translation>
@@ -497,10 +477,42 @@
<source>Up to date</source>
<translation>Up to date</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>&amp;Sending addresses</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>&amp;Receiving addresses</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Show the %1 help message to get a list with possible Bitcoin command-line options</translation>
</message>
<message>
<source>default wallet</source>
<translation>default wallet</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Window</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimise</translation>
</message>
<message>
<source>Zoom</source>
<translation>Zoom</translation>
</message>
<message>
<source>Restore</source>
<translation>Restore</translation>
</message>
<message>
<source>Main Window</source>
<translation>Main Window</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 client</translation>
@@ -565,6 +577,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Private key &lt;b&gt;disabled&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</translation>
@@ -943,11 +959,7 @@
<source>Hide</source>
<translation>Hide</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Unknown. Syncing Headers (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -993,10 +1005,6 @@
<source>Size of &amp;database cache</source>
<translation>Size of &amp;database cache</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Number of script &amp;verification threads</translation>
@@ -1029,10 +1037,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Active command-line options that override above options:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Open the %1 configuration file from the working directory.</translation>
@@ -1069,6 +1073,10 @@
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>Reverting this setting requires re-downloading the entire blockchain.</translation>
</message>
<message>
<source>MiB</source>
<translation>MiB</translation>
</message>
<message>
<source>(0 = auto, &lt;0 = leave that many cores free)</source>
<translation>(0 = auto, &lt;0 = leave that many cores free)</translation>
@@ -1193,6 +1201,10 @@
<source>&amp;Third party transaction URLs</source>
<translation>&amp;Third party transaction URLs</translation>
</message>
<message>
<source>Options set in this dialog are overridden by the command line or in the configuration file:</source>
<translation>Options set in this dialog are overridden by the command line or in the configuration file:</translation>
</message>
<message>
<source>&amp;OK</source>
<translation>&amp;OK</translation>
@@ -1339,10 +1351,18 @@
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</translation>
</message>
<message>
<source>You are using a BIP70 URL which will be unsupported in the future.</source>
<translation>You are using a BIP70 URL which will be unsupported in the future.</translation>
</message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>Payment request fetch URL is invalid: %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>Cannot process payment request because BIP70 support was not compiled in.</translation>
</message>
<message>
<source>Invalid payment address %1</source>
<translation>Invalid payment address %1</translation>
@@ -1602,6 +1622,18 @@
<source>Datadir</source>
<translation>Datadir</translation>
</message>
<message>
<source>To specify a non-default location of the data directory use the '%1' option.</source>
<translation>To specify a non-default location of the data directory use the '%1' option.</translation>
</message>
<message>
<source>Blocksdir</source>
<translation>Blocksdir</translation>
</message>
<message>
<source>To specify a non-default location of the blocks directory use the '%1' option.</source>
<translation>To specify a non-default location of the blocks directory use the '%1' option.</translation>
</message>
<message>
<source>Startup time</source>
<translation>Start up time</translation>
@@ -1814,10 +1846,6 @@
<source>&amp;Unban</source>
<translation>&amp;Unban</translation>
</message>
<message>
<source>default wallet</source>
<translation>default wallet</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Welcome to the %1 RPC console.</translation>
@@ -2150,14 +2178,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Hide</source>
<translation>Hide</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(read the tooltip)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Recommended:</translation>
@@ -2186,6 +2206,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Dust:</source>
<translation>Dust:</translation>
</message>
<message>
<source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</translation>
</message>
<message>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation>A too low fee might result in a never-confirming transaction (read the tooltip)</translation>
</message>
<message>
<source>Confirmation time target:</source>
<translation>Confirmation time target:</translation>
@@ -2322,10 +2350,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Payment request expired.</source>
<translation>Payment request expired.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Pay only the required fee of %1</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Estimated to begin confirmation within %n block.</numerusform><numerusform>Estimated to begin confirmation within %n blocks.</numerusform></translation>
@@ -3060,6 +3084,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<translation>Unit to show amounts in. Click to select another unit.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3109,6 +3136,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Could not commit transaction</source>
<translation>Could not commit transaction.</translation>
</message>
<message>
<source>default wallet</source>
<translation>default wallet</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3199,10 +3230,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</translation>
@@ -3259,6 +3286,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Change index out of range</source>
<translation>Change index out of range</translation>
</message>
<message>
<source>Config setting for %s only applied on %s network when in [%s] section.</source>
<translation>Config setting for %s only applied on %s network when in [%s] section.</translation>
</message>
<message>
<source>Copyright (C) %i-%i</source>
<translation>Copyright (C) %i-%i</translation>
@@ -3271,10 +3302,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Do you want to rebuild the block database now?</source>
<translation>Do you want to rebuild the block database now?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Error creating %s: You can't create non-HD wallets with this version.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Error initialising block database</translation>
@@ -3395,18 +3422,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Unable to generate keys</source>
<translation>Unable to generate keys</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Unsupported argument -benchmark ignored, use -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Unsupported argument -debugnet ignored, use -debug=net.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Unsupported argument -tor found, use -onion.</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Unsupported logging category %s=%s.</translation>
@@ -3443,10 +3458,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Error loading %s: you can't disable HD on an already existing HD wallet.</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Error reading from database, shutting down.</translation>
@@ -3455,6 +3466,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Error upgrading chainstate database</source>
<translation>Error upgrading chainstate database.</translation>
</message>
<message>
<source>Error: Disk space is low for %s</source>
<translation>Error: Disk space is low for %s</translation>
</message>
<message>
<source>Information</source>
<translation>Information</translation>
@@ -3483,6 +3498,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Reducing -maxconnections from %d to %d, because of system limitations.</translation>
</message>
<message>
<source>Section [%s] is not recognized.</source>
<translation>Section [%s] is not recognized.</translation>
</message>
<message>
<source>Signing transaction failed</source>
<translation>Signing transaction failed</translation>
@@ -3499,6 +3518,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Specified -walletdir "%s" is not a directory</source>
<translation>Specified -walletdir "%s" is not a directory.</translation>
</message>
<message>
<source>The specified config file %s does not exist
</source>
<translation>The specified config file %s does not exist
</translation>
</message>
<message>
<source>The transaction amount is too small to pay the fee</source>
<translation>The transaction amount is too small to pay the fee</translation>
@@ -3551,10 +3576,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Error loading %s: you can't enable HD on an already existing non-HD wallet.</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>This is the transaction fee you may pay when fee estimates are not available.</translation>
@@ -3567,18 +3588,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Unsupported argument -socks found. Setting SOCKS version isn't possible any more, only SOCKS5 proxies are supported.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</translation>
@@ -3631,10 +3640,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Insufficient funds</source>
<translation>Insufficient funds</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>Can't generate a change-address key. Private keys are disabled for this wallet.</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</translation>

View File

@@ -179,10 +179,6 @@
<source>Wallet encrypted</source>
<translation>La monujo estas ĉifrita</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 nun fermiĝos por fini la ĉifradon. Memoru, ke eĉ ĉifrado ne protektas kontraŭ ĉiu atako, ekz. se viruso infektus vian komputilon.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>GRAVE: antaŭaj sekur-kopioj de via monujo-dosiero estas forigindaj kiam vi havas nove kreitan ĉifritan monujo-dosieron. Pro sekureco, antaŭaj kopioj de la neĉifrita dosiero ne plu funkcios tuj kiam vi ekuzos la novan ĉifritan dosieron.</translation>
@@ -209,10 +205,6 @@
<source>&amp;Overview</source>
<translation>&amp;Superrigardo</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Vidigi ĝeneralan superrigardon de la monujo</translation>
@@ -257,14 +249,6 @@
<source>&amp;Change Passphrase...</source>
<translation>Ŝanĝi &amp;Pasfrazon...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Sendaj adresoj...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Ricevaj adresoj...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Malfermi &amp;URI-on...</translation>
@@ -301,10 +285,6 @@
<source>Bitcoin</source>
<translation>Bitmono</translation>
</message>
<message>
<source>Wallet</source>
<translation>Monujo</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Sendi</translation>
@@ -397,6 +377,10 @@
<source>Up to date</source>
<translation>Ĝisdata</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Fenestro</translation>
</message>
<message>
<source>Catching up...</source>
<translation>Ĝisdatigante...</translation>
@@ -647,10 +631,6 @@
<source>Size of &amp;database cache</source>
<translation>Dosiergrando de &amp;datumbasa kaŝmemoro</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Reset all client options to default.</source>
<translation>Reagordi ĉion al defaŭlataj valoroj.</translation>
@@ -1802,6 +1782,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>Monedero cifrado</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 se cerrará ahora para terminar el proceso de cifrado. Recuerde que cifrar su monedero no puede proteger completamente su monedero de ser robado por malware que infecte su ordenador.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>IMPORTANTE: Cualquier copia de seguridad anterior que haya hecho en su archivo de monedero debería ser reemplazada con el archivo de monedero cifrado generado recientemente. Por razones de seguridad, las copias de seguridad anteriores del archivo de monedero descifrado serán inútiles en cuanto empiece a utilizar el nuevo monedero cifrado.</translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;Vista general</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostrar vista general del monedero</translation>
@@ -313,14 +305,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Cambiar la contraseña</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Direcciones de &amp;envío...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Direcciones de &amp;recepción...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Abrir &amp;URI...</translation>
@@ -329,10 +313,6 @@
<source>Wallet:</source>
<translation>Monedero</translation>
</message>
<message>
<source>default wallet</source>
<translation>monedero predeterminado</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Pulsar para deshabilitar la actividad de red.</translation>
@@ -385,10 +365,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Monedero</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Enviar</translation>
@@ -497,10 +473,62 @@
<source>Up to date</source>
<translation>Actualizado</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>Direcciones de &amp;envío</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>Direcciones de &amp;recepción</translation>
</message>
<message>
<source>Open Wallet</source>
<translation>Abrir Monedero</translation>
</message>
<message>
<source>Open a wallet</source>
<translation>Abrir un monedero</translation>
</message>
<message>
<source>Close Wallet...</source>
<translation>Cerrar Monedero...</translation>
</message>
<message>
<source>Close wallet</source>
<translation>Cerrar monedero</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Mostrar el mensaje de ayuda %1 para obtener una lista de los posibles comandos de linea de comandos de Bitcoin</translation>
</message>
<message>
<source>default wallet</source>
<translation>Monedero predeterminado</translation>
</message>
<message>
<source>Opening Wallet &lt;b&gt;%1&lt;/b&gt;...</source>
<translation>Abriendo monedero &lt;b&gt;%1&lt;/b&gt;...</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Ventana</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimizar</translation>
</message>
<message>
<source>Zoom</source>
<translation>Acercar</translation>
</message>
<message>
<source>Restore</source>
<translation>Restaurar</translation>
</message>
<message>
<source>Main Window</source>
<translation>Ventana principal</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 cliente</translation>
@@ -564,6 +592,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>La generación de clave HD está &lt;b&gt;deshabilitada&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Clave privada &lt;b&gt;deshabilitado&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>El monedero está &lt;b&gt;cifrado&lt;/b&gt; y actualmente &lt;b&gt;desbloqueado&lt;/b&gt;</translation>
@@ -942,11 +974,7 @@
<source>Hide</source>
<translation>Ocultar</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Desconocido. Sincronizando cabeceras (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -992,10 +1020,6 @@
<source>Size of &amp;database cache</source>
<translation>Tamaño del cache de la &amp;base de datos</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Número de hilos de &amp;verificación de scripts</translation>
@@ -1028,10 +1052,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>Identificadores URL de terceros (por ejemplo, un explorador de bloques) que aparecen en la pestaña de transacciones como elementos del menú contextual. El %s en la URL es reemplazado por el valor hash de la transacción. Se pueden separar URL múltiples por una barra vertical |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Opciones activas de consola de comandos que tienen preferencia sobre las opciones anteriores:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Abre el fichero de configuración %1 en el directorio de trabajo.</translation>
@@ -1338,10 +1358,18 @@
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin: //' no es un URI válido. Use 'bitcoin:' en su lugar.</translation>
</message>
<message>
<source>You are using a BIP70 URL which will be unsupported in the future.</source>
<translation>Está utilizando una URL BIP70 la cual dejará de tener soporte en el futuro.</translation>
</message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>La búsqueda de solicitud de pago URL es válida: %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>No se puede procesar la petición de pago debido a que no se ha incluido el soporte de BIP70.</translation>
</message>
<message>
<source>Invalid payment address %1</source>
<translation>Dirección de pago inválida %1</translation>
@@ -1813,10 +1841,6 @@
<source>&amp;Unban</source>
<translation>&amp;Unban</translation>
</message>
<message>
<source>default wallet</source>
<translation>Monedero predeterminado</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Bienvenido a la consola RPC %1.</translation>
@@ -2149,14 +2173,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Hide</source>
<translation>Ocultar</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Pagar solamente la comisión mínima es correcto, siempre y cuando haya menos volumen de transacciones que el espacio en los bloques. Pero tenga en cuenta que esto puede terminar en una transacción nunca confirmada, una vez que haya más demanda para transacciones Bitcoin que la red pueda procesar.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(leer la sugerencia)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Recomendada:</translation>
@@ -2321,10 +2337,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Payment request expired.</source>
<translation>Solicitud de pago caducada.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Pagar únicamente la comisión solicitada de %1</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Estimado para empezar la confirmación dentro de %n bloque.</numerusform><numerusform>Estimado para empezar la confirmación dentro de %n bloques.</numerusform></translation>
@@ -3059,6 +3071,17 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<translation>Unidad en la que se muestran las cantidades. Haga clic para seleccionar otra unidad.</translation>
</message>
</context>
<context>
<name>WalletController</name>
<message>
<source>Close wallet</source>
<translation>Cerrar monedero</translation>
</message>
<message>
<source>Are you sure you wish to close wallet &lt;i&gt;%1&lt;/i&gt;?</source>
<translation>¿Está seguro que desea cerra el monedero &lt;i&gt;%1&lt;/i&gt;?</translation>
</message>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3108,6 +3131,10 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Could not commit transaction</source>
<translation>No se pudo confirmar la transacción</translation>
</message>
<message>
<source>default wallet</source>
<translation>Monedero predeterminado</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3198,10 +3225,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>Error leyendo %s!. Todas las claves se han leido correctamente, pero los datos de transacciones o la libreta de direcciones pueden faltar o ser incorrectos.</translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>Grupo de salida por dirección, seleccionando todo o nada, en lugar de seleccionar en una base para salida. La privacidad se mejora como una dirección utilizada una sola vez (a menos que alguien lo envíe después de gastarlo), a menos que alguien envíe una solicitud, pero puede resultar en tarifas ligeramente más altas ya que la selección de la moneda puede ser inferior a la óptima debido a la limitación adicional después de gastarla. (por defecto, predeterminado %u)</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>Por favor, compruebe si la fecha y hora en su computadora son correctas! Si su reloj esta mal, %s no trabajara correctamente. </translation>
@@ -3270,10 +3293,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Do you want to rebuild the block database now?</source>
<translation>¿Quieres reconstruir la base de datos de bloques ahora?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Error generando %s: Con esta versin no puede crear monederos no-HD.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Error al inicializar la base de datos de bloques</translation>
@@ -3394,18 +3413,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Unable to generate keys</source>
<translation>Incapaz de generar claves</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>El argumento -benchmark no es soportado y ha sido ignorado, utiliza -debug=bench</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Parámetros no compatibles -debugnet ignorados , use -debug = red.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Parámetros no compatibles -tor encontrados, use -onion .</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Categoría de registro no soportada %s=%s.</translation>
@@ -3442,10 +3449,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>Necesitas reconstruir la base de datos utilizando -reindex para volver al modo sin recorte. Esto volverá a descargar toda la cadena de bloques</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Error cargando %s: No puedes deshabilitar HD en un monedero HD ya existente</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Error al leer la base de datos, cerrando.</translation>
@@ -3482,6 +3485,10 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Reduciendo -maxconnections de %d a %d, debido a limitaciones del sistema.</translation>
</message>
<message>
<source>Section [%s] is not recognized.</source>
<translation>La sección [%s] no se ha reconocido.</translation>
</message>
<message>
<source>Signing transaction failed</source>
<translation>Transacción falló</translation>
@@ -3550,10 +3557,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee tiene un ajuste muy elevado! Comisiones muy grandes podrían ser pagadas en una única transaccion.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Error cargando %s: No puedes habilitar HD en un monedero no HD ya existente</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Esta es la comisión de transacción que debe pagar cuando las estimaciones de comisión no estén disponibles.</translation>
@@ -3566,18 +3569,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>La longitud total de la cadena de versión de red ( %i ) supera la longitud máxima ( %i ) . Reducir el número o tamaño de uacomments .</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Error: argumento -socks encontrado. El ajuste de la versión SOCKS ya no es posible, sólo proxies SOCKS5 son compatibles.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>El argumento no soportado -whitelistalwaysrelay ha sido ignorado, utiliza -whitelistrelay y/o -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Advertencia: Se están minando versiones de bloques desconocidas! Es posible que normas desconocidas estén activas</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Aviso: fichero de monedero corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance de transacciones es incorrecto, debe restaurar desde una copia de seguridad.</translation>
@@ -3630,10 +3621,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
<source>Insufficient funds</source>
<translation>Fondos insuficientes</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>No se puede generar una clave de cambio de dirección. Las claves privadas están deshabilitadas para este monedero.</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>No se puede actualizar un monedero dividido sin HD sin actualizar para admitir el keypool pre dividido. Utilice -upgradewallet = 169900 o -upgradewallet sin una versión especificada.</translation>

View File

@@ -276,6 +276,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>Billetera codificada</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 se cerrará para finalizar el proceso de encriptación. Recuerda que encriptar tu billetera no protege completamente a tus bitcoins de ser robados por virus y malwares en tu computadora.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>IMPORTANTE: Cualquier respaldo anterior que hayas hecho del archivo de tu billetera debe ser reemplazado por el nuevo archivo encriptado que has generado. Por razones de seguridad, todos los respaldos realizados anteriormente serán inutilizables al momento de que utilices tu nueva billetera encriptada.</translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;Vista general</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Muestra una vista general de la billetera</translation>
@@ -313,14 +305,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Cambiar la contraseña...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Mandando direcciones</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Recibiendo direcciones</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Abrir y url...</translation>
@@ -373,10 +357,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Cartera</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Envía</translation>
@@ -489,6 +469,11 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Mostrar el mensaje de ayuda %1 para obtener una lista de los posibles comandos de Bitcoin</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>y windows
</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 cliente</translation>
@@ -914,11 +899,7 @@
<source>Hide</source>
<translation>Ocultar</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Desconocido. Sincronizando cabeceras (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -964,10 +945,6 @@
<source>Size of &amp;database cache</source>
<translation>Tamaño del caché de la base de &amp;datos</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Número de hilos de &amp;verificación de scripts</translation>
@@ -988,10 +965,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URLs de terceros (por ejemplo, un explorador de bloques) que aparecen en la pestaña de transacciones como elementos del menú contextual. El %s en la URL es reemplazado por el valor hash de la transacción. Se pueden separar múltiples URLs por una barra vertical |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Opciones activas de la terminal que tienen preferencia sobre las opciones anteriores:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Abrir el archivo de configuración %1 en el directorio de trabajo.</translation>
@@ -1928,10 +1901,6 @@
<source>Hide</source>
<translation>Ocultar</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(leer la sugerencia)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Recomendado:</translation>
@@ -2060,10 +2029,6 @@
<source>Payment request expired.</source>
<translation>Solicitud de pago expirada</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Pagar únicamente la comisión requerida de %1</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>Peligro: Dirección de Bitcoin inválida</translation>
@@ -2738,6 +2703,9 @@
<translation>Unidad en la que se muestran las cantidades. Haga clic para seleccionar otra unidad.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -2787,7 +2755,7 @@
<source>Could not commit transaction</source>
<translation>No se pudo confirmar la transacción</translation>
</message>
</context>
</context>
<context>
<name>WalletView</name>
<message>
@@ -2977,18 +2945,6 @@
<source>Transaction fee and change calculation failed</source>
<translation>El cálculo de la comisión de transacción y del cambio han fallado</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>El argumento -benchmark no es soportado y ha sido ignorado, usa -debug=bench</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>El argumento -debugnet no es soportado, usa -debug=ned.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>El argumento -tor no es soportado, usa -onion.</translation>
</message>
<message>
<source>Upgrading UTXO database</source>
<translation>Actualizando la base de datos UTXO</translation>
@@ -2997,10 +2953,6 @@
<source>Verifying blocks...</source>
<translation>Verificando bloques...</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Error cargando %s: No puedes deshabilitar HD en un monedero HD ya existente</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Error al leer la base de datos, cerrando aplicación.</translation>
@@ -3077,10 +3029,6 @@
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee tiene un valor muy elevado! Comisiones muy grandes podrían ser pagadas en una única transacción.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Error cargando %s: No puedes habilitar HD en un monedero no HD ya existente</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Impuesto por transacción que pagarás cuando la estimación de impuesto no esté disponible.</translation>
@@ -3089,18 +3037,6 @@
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>La longitud total de la cadena de versión de red ( %i ) supera la longitud máxima ( %i ) . Reducir el número o tamaño de uacomments .</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Argumento -socks no soportado. La configuración de la versión SOCKS ya no es posible, sólo los proxies SOCKS5 son compatibles.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Argumento -whitelistalwaysrelay no soportado ha sido ignorado, utiliza -whitelistrelay y/o -whitelistforcerelay</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Advertencia: Se están minando versiones de bloques desconocidas! Es posible que reglas desconocidas estén activas</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Advertencia: Archivo de monedero corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance de transacciones es incorrecto, debe restaurar desde una copia de seguridad.</translation>

View File

@@ -242,10 +242,6 @@ Exportar los datos en la pestaña actual a un archivo</translation>
<source>&amp;Overview</source>
<translation>&amp;Visión de conjunto</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostrar vista general de la billetera</translation>
@@ -290,14 +286,6 @@ Exportar los datos en la pestaña actual a un archivo</translation>
<source>&amp;Change Passphrase...</source>
<translation>&amp;Cambiar contraseña...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Enviando Direcciones...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Recibiendo Direcciones...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Abrir &amp;URL...</translation>
@@ -346,10 +334,6 @@ Exportar los datos en la pestaña actual a un archivo</translation>
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Billetera</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Enviar</translation>
@@ -442,6 +426,10 @@ Exportar los datos en la pestaña actual a un archivo</translation>
<source>Up to date</source>
<translation>A hoy</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>Ventana</translation>
</message>
<message>
<source>Connecting to peers...</source>
<translation>Conectando con sus pares ...</translation>
@@ -818,10 +806,6 @@ Exportar los datos en la pestaña actual a un archivo</translation>
<source>Size of &amp;database cache</source>
<translation>Tamaño de la memoria caché de la base de datos</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Cantidad de secuencias de comandos y verificación</translation>
@@ -850,10 +834,6 @@ Exportar los datos en la pestaña actual a un archivo</translation>
<source>Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.</source>
<translation>Minimice en lugar de salir de la aplicación cuando la ventana esté cerrada. Cuando esta opción está habilitada, la aplicación se cerrará solo después de seleccionar Salir en el menú.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Opciones de línea de comando activas que anulan las opciones anteriores:</translation>
</message>
<message>
<source>Open Configuration File</source>
<translation>Abrir archivo de configuración</translation>
@@ -1878,6 +1858,9 @@ Tarifa de copia</translation>
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -163,10 +163,6 @@
<source>Wallet encrypted</source>
<translation>Monedero cifrado</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger de manera completa su Bitcoin de robo por malware que esté infectando su sistema.</translation>
</message>
</context>
<context>
<name>BanTableModel</name>
@@ -185,10 +181,6 @@
<source>&amp;Overview</source>
<translation>&amp;Vista general</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostrar vista general del monedero</translation>
@@ -233,14 +225,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Cambiar la contraseña</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>$Enviando dirección...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Recibiendo dirección</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Abrir URI...</translation>
@@ -277,10 +261,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Monedero</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Enviar</translation>
@@ -373,6 +353,10 @@
<source>Up to date</source>
<translation>Actualizado</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Ventana</translation>
</message>
<message>
<source>Catching up...</source>
<translation>Actualizando...</translation>
@@ -569,10 +553,6 @@
<source>&amp;Main</source>
<translation>&amp;Principal</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</source>
<translation>Dirección IP del proxy (ej. IPv4: 127.0.0.1 / IPv6: ::1)</translation>
@@ -1216,6 +1196,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -135,6 +135,10 @@
<source>Repeat new passphrase</source>
<translation>Repita la nueva contraseña</translation>
</message>
<message>
<source>Show password</source>
<translation>Mostrar contraseña</translation>
</message>
<message>
<source>Enter the new passphrase to the wallet.&lt;br/&gt;Please use a passphrase of &lt;b&gt;ten or more random characters&lt;/b&gt;, or &lt;b&gt;eight or more words&lt;/b&gt;.</source>
<translation>Introduzca la nueva frase clave del monedero. &lt;br/&gt;Por favor utilice una frase clave de &lt;b&gt;diez o más carácteres aleatorios&lt;/b&gt;, o &lt;b&gt;ocho o más palabras&lt;/b&gt;.</translation>
@@ -183,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>Monedero encriptado</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 se cerrará ahora para terminar el proceso de encriptación. Recuerde que encriptar su monedero no puede proteger completamente su monedero de ser robado por malware que infecte su ordenador.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>IMPORTANTE: Cualquier copia de seguridad anterior que haya hecho en su archivo de monedero debería ser reemplazada con el archivo de monedero encriptado generado recientemente. Por razones de seguridad, las copias de seguridad anteriores del archivo de monedero desencriptado serán inútiles en cuanto empiece a utilizar el nuevo monedero encriptado.</translation>
@@ -249,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;Vista general</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostrar vista general del monedero</translation>
@@ -309,18 +305,14 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Cambiar la contraseña</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Direcciones de &amp;envío...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Direcciones de &amp;recepción...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Abrir &amp;URI...</translation>
</message>
<message>
<source>Wallet:</source>
<translation>Monedero</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Haz click para desactivar la actividad de red.</translation>
@@ -369,10 +361,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Monedero</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Enviar</translation>
@@ -485,6 +473,26 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Mostrar el mensaje de ayuda %1 para obtener una lista de los posibles comandos de linea de comandos de Bitcoin</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Ventana</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimizar</translation>
</message>
<message>
<source>Zoom</source>
<translation>Zoom</translation>
</message>
<message>
<source>Restore</source>
<translation>Restaurar</translation>
</message>
<message>
<source>Main Window</source>
<translation>Ventana Principal</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 cliente</translation>
@@ -507,6 +515,12 @@
<source>Amount: %1
</source>
<translation>Amount: %1
</translation>
</message>
<message>
<source>Wallet: %1
</source>
<translation>Monedero: %1
</translation>
</message>
<message>
@@ -543,6 +557,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>La generación de claves HD está &lt;b&gt;desactivada&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Clave privada &lt;b&gt;Deshabilitada&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>El monedero está &lt;b&gt;cifrado&lt;/b&gt; y actualmente &lt;b&gt;desbloqueado&lt;/b&gt;</translation>
@@ -745,6 +763,14 @@
<source>The entered address "%1" is not a valid Bitcoin address.</source>
<translation>La dirección introducida "%1" no es una dirección Bitcoin válida.</translation>
</message>
<message>
<source>Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.</source>
<translation>La dirección "%1" ya existe como dirección receptora con la etiqueta "%2" y no puede añadirse como dirección emisora.</translation>
</message>
<message>
<source>The entered address "%1" is already in the address book with label "%2".</source>
<translation>La dirección introducida "%1" ya existe en la agenda con la etiqueta "%2".</translation>
</message>
<message>
<source>Could not unlock wallet.</source>
<translation>Podría no desbloquear el monedero.</translation>
@@ -881,11 +907,7 @@
<source>Hide</source>
<translation>Ocultar</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Desconocido. Sincronizando cabeceras (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -931,10 +953,6 @@
<source>Size of &amp;database cache</source>
<translation>Tamaño de cache de la &amp;base de datos</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Número de hilos de &amp;verificación de scripts</translation>
@@ -951,10 +969,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>Identificadores URL de terceros (por ejemplo, un explorador de bloques) que aparecen en la pestaña de transacciones como elementos del menú contextual. El %s en la URL es reemplazado por el valor hash de la transacción. Se pueden separar URL múltiples por una barra vertical |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Opciones activas de consola de comandos que tienen preferencia sobre las opciones anteriores:</translation>
</message>
<message>
<source>Reset all client options to default.</source>
<translation>Restablecer todas las opciones predeterminadas del cliente.</translation>
@@ -1928,14 +1942,6 @@
<source>Hide</source>
<translation>Ocultar</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Pagando solamente la cuota mínima es correcto, siempre y cuando haya menos volumen de transacciones que el espacio en los bloques. Pero tenga en cuenta que esto puede terminar en una transacción nunca confirmada, una vez que haya más demanda para transacciones Bitcoin que la red pueda procesar.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(leer la sugerencia)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Recomendado:</translation>
@@ -2068,10 +2074,6 @@
<source>Payment request expired.</source>
<translation>Solicitud de pago caducada.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Pagar únicamente la cuota solicitada de %1</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>Alerta: dirección Bitcoin inválida</translation>
@@ -2774,6 +2776,9 @@
<translation>Unidad en la que se muestran las cantidades. Haga clic para seleccionar otra unidad.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -2993,18 +2998,6 @@
<source>Unable to bind to %s on this computer. %s is probably already running.</source>
<translation>No se ha podido conectar con %s en este equipo. %s es posible que este todavia en ejecución.</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>El argumento -benchmark no es soportado y ha sido ignorado, utiliza -debug=bench</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Parámetros no compatibles -debugnet ignorados , use -debug = red.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Parámetros no compatibles -tor encontrados, use -onion .</translation>
</message>
<message>
<source>User Agent comment (%s) contains unsafe characters.</source>
<translation>El comentario del Agente de Usuario (%s) contiene caracteres inseguros.</translation>
@@ -3109,18 +3102,6 @@
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>La longitud total de la cadena de versión de red ( %i ) supera la longitud máxima ( %i ) . Reducir el número o tamaño de uacomments .</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Error: argumento -socks encontrado. El ajuste de la versión SOCKS ya no es posible, sólo proxies SOCKS5 son compatibles.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>El argumento no soportado -whitelistalwaysrelay ha sido ignorado, utiliza -whitelistrelay y/o -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Advertencia: Se están minando versiones de bloques desconocidas! Es posible que normas desconocidas estén activas</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Aviso: fichero de monedero corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance de transacciones es incorrecto, debe restaurar desde una copia de seguridad.</translation>

View File

@@ -133,10 +133,6 @@
<source>&amp;Overview</source>
<translation>&amp;Vista previa</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostrar la vista previa general de la cartera</translation>
@@ -181,14 +177,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Cambiar contraseña...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Direcciones de &amp;envío...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Direcciones de &amp;recepción...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Abrir &amp;URL...</translation>
@@ -225,10 +213,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Cartera</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Enviar</translation>
@@ -401,10 +385,6 @@
<source>Options</source>
<translation>Opciones</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Activar las opciones de linea de comando que sobre escriben las siguientes opciones:</translation>
</message>
<message>
<source>W&amp;allet</source>
<translation>Cartera</translation>
@@ -636,6 +616,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -45,12 +45,84 @@
<source>&amp;Delete</source>
<translation>&amp;Borrar</translation>
</message>
</context>
<message>
<source>Choose the address to send coins to</source>
<translation>Elige la dirección a donde enviar monedas</translation>
</message>
<message>
<source>Choose the address to receive coins with</source>
<translation>Elige la dirección donde recibir monedas</translation>
</message>
<message>
<source>C&amp;hoose</source>
<translation>Elegir</translation>
</message>
<message>
<source>Sending addresses</source>
<translation>Direcciones de envío</translation>
</message>
<message>
<source>Receiving addresses</source>
<translation>Direcciones de recepción</translation>
</message>
<message>
<source>These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.</source>
<translation>Estás son tus direcciones de Bitcoin para enviar pagos. Verifica siempre el monto y la dirección de recepción antes de enviar monedas.</translation>
</message>
<message>
<source>These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction.</source>
<translation>Estas son tus direcciones de Bitcoin para recibir pagos. Es recomendable usar una nueva dirección de recepción para cada transacción.</translation>
</message>
<message>
<source>&amp;Copy Address</source>
<translation>&amp;Copiar Dirección</translation>
</message>
<message>
<source>Copy &amp;Label</source>
<translation>Copiar Etiqueta</translation>
</message>
<message>
<source>&amp;Edit</source>
<translation>&amp;Editar</translation>
</message>
<message>
<source>Export Address List</source>
<translation>Exportar Lista de Direcciones</translation>
</message>
<message>
<source>Comma separated file (*.csv)</source>
<translation>Archivo con valores separados por coma (*.csv)</translation>
</message>
<message>
<source>Exporting Failed</source>
<translation>La Exportación Falló</translation>
</message>
<message>
<source>There was an error trying to save the address list to %1. Please try again.</source>
<translation>Hubo un error al intentar guardar la lista de direcciones en %1. Por favor, intenta nuevamente.</translation>
</message>
</context>
<context>
<name>AddressTableModel</name>
</context>
<message>
<source>Label</source>
<translation>Etiqueta</translation>
</message>
<message>
<source>Address</source>
<translation>Dirección</translation>
</message>
<message>
<source>(no label)</source>
<translation>(sin etiqueta)</translation>
</message>
</context>
<context>
<name>AskPassphraseDialog</name>
<message>
<source>Passphrase Dialog</source>
<translation>Contraseña</translation>
</message>
<message>
<source>Enter passphrase</source>
<translation>Escriba la contraseña</translation>
@@ -63,6 +135,70 @@
<source>Repeat new passphrase</source>
<translation>Repetir nueva contraseña</translation>
</message>
<message>
<source>Show password</source>
<translation>Mostrar contraseña</translation>
</message>
<message>
<source>Enter the new passphrase to the wallet.&lt;br/&gt;Please use a passphrase of &lt;b&gt;ten or more random characters&lt;/b&gt;, or &lt;b&gt;eight or more words&lt;/b&gt;.</source>
<translation>Ingresa la nueva contraseña para la billetera.&lt;br/&gt;Por favor, usa una contraseña de &lt;b&gt;diez o más caracteres aleatorios&lt;/b&gt;, u &lt;b&gt;ocho o más palabras&lt;/b&gt;.</translation>
</message>
<message>
<source>Encrypt wallet</source>
<translation>Encriptar billetera</translation>
</message>
<message>
<source>This operation needs your wallet passphrase to unlock the wallet.</source>
<translation>Esta operación requiere la contraseña de tu billetera para desbloquear la billetera.</translation>
</message>
<message>
<source>Unlock wallet</source>
<translation>Desbloquear billetera</translation>
</message>
<message>
<source>This operation needs your wallet passphrase to decrypt the wallet.</source>
<translation>Esta operación requiere la contraseña de tu billetera para desencriptar la billetera.</translation>
</message>
<message>
<source>Decrypt wallet</source>
<translation>Desencriptar billetera</translation>
</message>
<message>
<source>Change passphrase</source>
<translation>Cambiar contraseña</translation>
</message>
<message>
<source>Enter the old passphrase and new passphrase to the wallet.</source>
<translation>Ingresa la antigua y la nueva contraseña de la billetera.</translation>
</message>
<message>
<source>Confirm wallet encryption</source>
<translation>Confirmar encriptación de billetera</translation>
</message>
<message>
<source>Warning: If you encrypt your wallet and lose your passphrase, you will &lt;b&gt;LOSE ALL OF YOUR BITCOINS&lt;/b&gt;!</source>
<translation>Atención: Si encriptas tu billetera y pierdes tu contraseña, vas a &lt;b&gt;PERDER TODOS TUS BITCOINS&lt;/b&gt;!</translation>
</message>
<message>
<source>Are you sure you wish to encrypt your wallet?</source>
<translation>¿Estás seguro que querés encriptar tu billetera?</translation>
</message>
<message>
<source>Wallet encrypted</source>
<translation>Billetera encriptada</translation>
</message>
<message>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Tu billetera quedó encriptada. Recuerda que encriptar tu billetera no protege totalmente tus bitcoins de ser robados por malware que infecte tu computadora.</translation>
</message>
<message>
<source>Wallet encryption failed</source>
<translation>La encriptación de la billetera falló</translation>
</message>
<message>
<source>Wallet unlock failed</source>
<translation>El desbloqueo de la billetera falló</translation>
</message>
</context>
<context>
<name>BanTableModel</name>
@@ -113,14 +249,6 @@
<source>&amp;Change Passphrase...</source>
<translation>Cambiar contraseña</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Enviando direcciones</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Recibiendo direcciones</translation>
</message>
<message>
<source>Send coins to a Bitcoin address</source>
<translation>Enviar monedas a una dirección Bitcoin</translation>
@@ -133,10 +261,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Billetera</translation>
</message>
<message>
<source>&amp;Show / Hide</source>
<translation>Mostrar / Ocultar</translation>
@@ -231,6 +355,10 @@
<source>Confirmed</source>
<translation>Confirmado</translation>
</message>
<message>
<source>(no label)</source>
<translation>(sin etiqueta)</translation>
</message>
</context>
<context>
<name>EditAddressDialog</name>
@@ -339,6 +467,14 @@
<source>Copy &amp;Address</source>
<translation>Copiar Dirección</translation>
</message>
<message>
<source>Address</source>
<translation>Dirección</translation>
</message>
<message>
<source>Label</source>
<translation>Etiqueta</translation>
</message>
<message>
<source>Wallet</source>
<translation>Billetera</translation>
@@ -346,6 +482,14 @@
</context>
<context>
<name>RecentRequestsTableModel</name>
<message>
<source>Label</source>
<translation>Etiqueta</translation>
</message>
<message>
<source>(no label)</source>
<translation>(sin etiqueta)</translation>
</message>
</context>
<context>
<name>SendCoinsDialog</name>
@@ -381,7 +525,11 @@
<source>Confirm the send action</source>
<translation>Confirmar el envío</translation>
</message>
</context>
<message>
<source>(no label)</source>
<translation>(sin etiqueta)</translation>
</message>
</context>
<context>
<name>SendCoinsEntry</name>
<message>
@@ -452,13 +600,40 @@
</context>
<context>
<name>TransactionTableModel</name>
<message>
<source>Label</source>
<translation>Etiqueta</translation>
</message>
<message>
<source>(no label)</source>
<translation>(sin etiqueta)</translation>
</message>
</context>
<context>
<name>TransactionView</name>
<message>
<source>Comma separated file (*.csv)</source>
<translation>Archivo con valores separados por coma (*.csv)</translation>
</message>
<message>
<source>Label</source>
<translation>Etiqueta</translation>
</message>
<message>
<source>Address</source>
<translation>Dirección</translation>
</message>
<message>
<source>Exporting Failed</source>
<translation>La Exportación Falló</translation>
</message>
</context>
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -179,10 +179,6 @@
<source>Synchronizing with network...</source>
<translation>Sincronizando con la red...</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostrar visión general de la billetera</translation>
@@ -207,10 +203,6 @@
<source>&amp;Options...</source>
<translation>&amp;Opciones...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Recepción de direcciones</translation>
</message>
<message>
<source>Reindexing blocks on disk...</source>
<translation>Reindexando bloques en el disco...</translation>
@@ -235,10 +227,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Billetera</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Enviar</translation>
@@ -774,6 +762,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -321,10 +321,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Rahakott</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Saada</translation>
@@ -425,6 +421,10 @@
<source>Up to date</source>
<translation>Ajakohane</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Aken</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 klient</translation>
@@ -715,10 +715,6 @@
<source>&amp;Main</source>
<translation>&amp;Peamine</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Reset all client options to default.</source>
<translation>Taasta kõik klientprogrammi seadete vaikeväärtused.</translation>
@@ -1878,6 +1874,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -133,10 +133,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Rahakott</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Saada</translation>
@@ -285,10 +281,6 @@
<source>Options</source>
<translation>Valikud</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>&amp;Network</source>
<translation>&amp;Võrk</translation>
@@ -736,6 +728,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -257,10 +257,6 @@
<source>&amp;Options...</source>
<translation>&amp;Aukerak...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Helbideak jasotzen...</translation>
</message>
<message>
<source>Change the passphrase used for wallet encryption</source>
<translation>Diruzorroa enkriptatzeko erabilitako pasahitza aldatu</translation>
@@ -804,6 +800,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -139,6 +139,10 @@
<source>Show password</source>
<translation>نمایش گذرواژه</translation>
</message>
<message>
<source>Enter the new passphrase to the wallet.&lt;br/&gt;Please use a passphrase of &lt;b&gt;ten or more random characters&lt;/b&gt;, or &lt;b&gt;eight or more words&lt;/b&gt;.</source>
<translation>کلمه رمز جدید را وارد کنید. &lt;br/&gt;لطفا کلمه رمزی که انتخاب میکنید &lt;b&gt;۱۰ یا بیشتر حرف تصادفی باشد &lt;b&gt; یا ۸ کلمه یا بیشتر باشد.</translation>
</message>
<message>
<source>Encrypt wallet</source>
<translation>رمزنگاری کیف پول</translation>
@@ -179,6 +183,10 @@
<source>Wallet encrypted</source>
<translation>کیف پول رمزنگاری شد</translation>
</message>
<message>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>کیف بیت کوین رمزنگاری شد. به یاد داشته باشید رمزنگار کردن کیف بیت کوین نمیتواند به صورت کامل بیت کوین شما را در مقابل سرقت آنها توسط بدافزارهایی که ممکن است بر روی کامپیوتر شما نصب شوند، محافظت نماید.</translation>
</message>
<message>
<source>Wallet encryption failed</source>
<translation>رمزنگاری کیف پول با شکست مواجه شد</translation>
@@ -229,10 +237,6 @@
<source>&amp;Overview</source>
<translation>&amp;بررسی اجمالی</translation>
</message>
<message>
<source>Node</source>
<translation>گره</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>نمایش بررسی اجمالی کیف پول</translation>
@@ -289,18 +293,14 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;تغییر گذرواژه...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;در حال ارسال آدرس ها...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;در حال دریافت آدرس ها...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>باز کردن &amp;آدرس</translation>
</message>
<message>
<source>Wallet:</source>
<translation>کیف:</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>برای غیر فعال کردن فعالیت شبکه کلیک کنید.</translation>
@@ -345,10 +345,6 @@
<source>Bitcoin</source>
<translation>بیتکوین</translation>
</message>
<message>
<source>Wallet</source>
<translation>کیف پول</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;ارسال</translation>
@@ -453,6 +449,14 @@
<source>Up to date</source>
<translation>وضعیت بهروز</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;پنجره</translation>
</message>
<message>
<source>Connecting to peers...</source>
<translation>در حال اتصال به همتایان</translation>
</message>
<message>
<source>Catching up...</source>
<translation>بهروز رسانی...</translation>
@@ -811,10 +815,6 @@
<source>Automatically start %1 after logging in to the system.</source>
<translation>اجرای خودکار %1 بعد زمان ورود به سیستم.</translation>
</message>
<message>
<source>MB</source>
<translation>مگابایت</translation>
</message>
<message>
<source>Reset all client options to default.</source>
<translation>بازنشانی تمام تنظیمات به پیشفرض.</translation>
@@ -1810,6 +1810,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>کیف پول رمزگذاری شده است</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 برای اتمام فرایند رمزگذاری بسته خواهد شد. به خاطر داشته باشید که رمزگذاری WALLET شما، کامپیوتر شما را از آلودگی به بدافزارها مصون نمی دارد.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>مهم: هر بکآپ قبلی که از کیفپول خود گرفتهاید، با نسخهی جدید رمزنگاریشده جایگزین خواهد شد. به دلایل امنیتی، پس از رمزنگاری کیفپول، بکآپهای قدیمی شما بلااستفاده خواهد شد.</translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>بازبینی</translation>
</message>
<message>
<source>Node</source>
<translation>گره</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>نمای کلی از wallet را نشان بده</translation>
@@ -313,14 +305,6 @@
<source>&amp;Change Passphrase...</source>
<translation>تغییر رمز/پَس فرِیز</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>درحال ارسال آدرسها</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>دریافت آدرس ها</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>بازکردن آدرس...</translation>
@@ -329,10 +313,6 @@
<source>Wallet:</source>
<translation>کیف پول:</translation>
</message>
<message>
<source>default wallet</source>
<translation>کیف پول پیشفرض</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>برای غیرفعالکردن فعالیت شبکه کلیک کنید.</translation>
@@ -381,10 +361,6 @@
<source>Bitcoin</source>
<translation>بیت کوین</translation>
</message>
<message>
<source>Wallet</source>
<translation>کیف پول</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>ارسال</translation>
@@ -489,6 +465,14 @@
<source>Up to date</source>
<translation>به روز</translation>
</message>
<message>
<source>default wallet</source>
<translation>کیف پول پیشفرض</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>پنجره</translation>
</message>
<message>
<source>Connecting to peers...</source>
<translation>در حال اتصال به همتاهای شبکه...</translation>
@@ -825,10 +809,6 @@
<source>Size of &amp;database cache</source>
<translation>اندازه کش پایگاه داده.</translation>
</message>
<message>
<source>MB</source>
<translation>مگابایت</translation>
</message>
<message>
<source>Open Configuration File</source>
<translation>بازکردن فایل پیکربندی</translation>
@@ -1306,10 +1286,6 @@
<source>&amp;Unban</source>
<translation>&amp;خارج کردن از بن</translation>
</message>
<message>
<source>default wallet</source>
<translation>کیف پول پیشفرض</translation>
</message>
<message>
<source>Network activity disabled</source>
<translation>فعالیت شبکه غیر فعال شد</translation>
@@ -2180,6 +2156,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>
@@ -2213,7 +2192,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Can't sign transaction.</source>
<translation>نمیتوان تراکنش را ثبت کرد</translation>
</message>
</context>
<message>
<source>default wallet</source>
<translation>کیف پول پیشفرض</translation>
</message>
</context>
<context>
<name>WalletView</name>
<message>
@@ -2351,10 +2334,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>این هزینه تراکنشی است که در صورت عدم وجود هزینه تخمینی، پرداخت می کنید.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>هشدار:یک بلاک از یک نسخه ناشناس در حال ماین شدن است.در این اتفاق ممکن است قوانین ناشناسی اثرات نامعلوم بگذارند.</translation>
</message>
<message>
<source>%s is set very high!</source>
<translation>%s بسیار بزرگ انتخاب شده است.</translation>
@@ -2383,10 +2362,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Insufficient funds</source>
<translation>وجوه ناکافی</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>نمیتوان تغییر-آدرس کلید را تولید کرد.کلید های خصوصی در این کیف پول غیر فعال شده اند.</translation>
</message>
<message>
<source>Loading block index...</source>
<translation>لود شدن نمایه بلاکها..</translation>

View File

@@ -188,8 +188,8 @@
<translation>Lompakko salattiin</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 sulkeutuu lopettaakseen salausprosessin. Muista, että salattukaan lompakko ei ysin suojaa sitä haittaohjelmien aiheuttamilta varkauksilta.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Lompakkosi on nyt salattu. Muistathan, että lompakon salaus ei rii suojaamaan bitcoinejasi viruksen tai muun haittaohjelman tekemältä varkaudelta.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Yleisnäkymä</translation>
</message>
<message>
<source>Node</source>
<translation>Solmu</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Lompakon tilanteen yleiskatsaus</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Vaihda Tunnuslause...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Lähetysosoitteet...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Vastaanotto-osoitteet...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Avaa &amp;URI...</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>Lompakko:</translation>
</message>
<message>
<source>default wallet</source>
<translation>oletuslompakko</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Paina poistaaksesi verkkoyhteysilmaisin käytöstä.</translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Lompakko</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Lähetä</translation>
@@ -501,6 +481,26 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Näytä %1 ohjeet saadaksesi listan mahdollisista Bitcoinin komentorivivalinnoista</translation>
</message>
<message>
<source>default wallet</source>
<translation>oletuslompakko</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Ikkuna</translation>
</message>
<message>
<source>Minimize</source>
<translation>Pienennä</translation>
</message>
<message>
<source>Restore</source>
<translation>Palauta</translation>
</message>
<message>
<source>Main Window</source>
<translation>Pääikkuna</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1-asiakas</translation>
@@ -523,6 +523,12 @@
<source>Amount: %1
</source>
<translation>Määrä: %1
</translation>
</message>
<message>
<source>Wallet: %1
</source>
<translation>Lompakko: %1
</translation>
</message>
<message>
@@ -559,6 +565,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>HD avaimen generointi on &lt;/b&gt;pois päältä&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Yksityisavain &lt;b&gt;ei käytössä&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Lompakko on &lt;b&gt;salattu&lt;/b&gt; ja tällä hetkellä &lt;b&gt;avoinna&lt;/b&gt;</translation>
@@ -937,11 +947,7 @@
<source>Hide</source>
<translation>Piilota</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Tuntematon. Synkronoidaan tunnisteita (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -987,10 +993,6 @@
<source>Size of &amp;database cache</source>
<translation>&amp;Tietokannan välimuistin koko</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Säikeiden määrä skriptien &amp;varmistuksessa</translation>
@@ -1023,10 +1025,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>Ulkopuoliset URL-osoitteet (esim. block explorer,) jotka esiintyvät siirrot-välilehdellä valikossa. %s URL-osoitteessa korvataan siirtotunnuksella. Useampi URL-osoite on eroteltu pystyviivalla |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Aktiiviset komentorivivalinnat jotka ohittavat ylläolevat valinnat:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Avaa %1 asetustiedosto työhakemistosta.</translation>
@@ -1055,6 +1053,10 @@
<source>Prune &amp;block storage to</source>
<translation>Karsi lohkovaraston kooksi</translation>
</message>
<message>
<source>GB</source>
<translation>Gt</translation>
</message>
<message>
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>Tämän asetuksen muuttaminen vaatii koko lohkoketjun uudelleenlataamista.</translation>
@@ -1471,10 +1473,34 @@
<source>%1 ms</source>
<translation>%1 ms</translation>
</message>
<message numerus="yes">
<source>%n second(s)</source>
<translation><numerusform>%n sekunti</numerusform><numerusform>%n sekuntia</numerusform></translation>
</message>
<message numerus="yes">
<source>%n minute(s)</source>
<translation><numerusform>%n minuutti</numerusform><numerusform>%n minuuttia</numerusform></translation>
</message>
<message numerus="yes">
<source>%n hour(s)</source>
<translation><numerusform>%n tunti</numerusform><numerusform>%n tuntia</numerusform></translation>
</message>
<message numerus="yes">
<source>%n day(s)</source>
<translation><numerusform>%n päivä</numerusform><numerusform>%n päivää</numerusform></translation>
</message>
<message numerus="yes">
<source>%n week(s)</source>
<translation><numerusform>%n viikko</numerusform><numerusform>%n viikkoa</numerusform></translation>
</message>
<message>
<source>%1 and %2</source>
<translation>%1 ja %2</translation>
</message>
<message numerus="yes">
<source>%n year(s)</source>
<translation><numerusform>%n vuosi</numerusform><numerusform>%n vuotta</numerusform></translation>
</message>
<message>
<source>%1 B</source>
<translation>%1 B</translation>
@@ -1604,6 +1630,10 @@
<source>Memory usage</source>
<translation>Muistin käyttö</translation>
</message>
<message>
<source>Wallet: </source>
<translation>Lompakko:</translation>
</message>
<message>
<source>&amp;Reset</source>
<translation>&amp;Nollaa</translation>
@@ -1772,10 +1802,6 @@
<source>&amp;Unban</source>
<translation>&amp;Poista esto</translation>
</message>
<message>
<source>default wallet</source>
<translation>oletuslompakko</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Tervetuloa %1 RPC-konsoliin.</translation>
@@ -1784,6 +1810,10 @@
<source>Use up and down arrows to navigate history, and %1 to clear screen.</source>
<translation>Käytä nuolia ylös ja alas selataksesi historiaa, sekä %1 tyhjentääkseksi ruudun.</translation>
</message>
<message>
<source>Type %1 for an overview of available commands.</source>
<translation>Kirjoita %1 nähdäksesi yleiskatsauksen käytettävissä olevista komennoista.</translation>
</message>
<message>
<source>For more information on using this console type %1.</source>
<translation>Lisätietoja konsolin käytöstä saat kirjoittamalla %1.</translation>
@@ -1867,6 +1897,10 @@
<source>Clear</source>
<translation>Tyhjennä</translation>
</message>
<message>
<source>Native segwit addresses (aka Bech32 or BIP-173) reduce your transaction fees later on and offer better protection against typos, but old wallets don't support them. When unchecked, an address compatible with older wallets will be created instead.</source>
<translation>Natiivi segwit osoite (nk. Bech32 tai BIP173) rajoittaa siirtomaksuja myöhemmin ja tarjoaa paremman suojan kirjoitusvihreitä vastaan, mutta vanhat lompakot eivät tue ominaisuutta. Jos tätä ei valita, luodaan vanhojen lompakoiden kanssa yhteensopivia osoitteita.</translation>
</message>
<message>
<source>Generate native segwit (Bech32) address</source>
<translation>Luo natiivi segwit (Bech32) -osoite</translation>
@@ -2084,14 +2118,6 @@
<source>Hide</source>
<translation>Piilota</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Vähimmäispalkkion maksaminen käy hyvin, kunhan verkossa on vähemmän siirtotapahtumia kuin lohkoissa on tilaa. Huomaa, että tämä saattaa johtaa ei-koskaan-vahvistuvaan siirtoon, jos verkon käsittelykyky ylittyy.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(lue työkaluvinkki)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Suositeltu:</translation>
@@ -2204,6 +2230,10 @@
<source>Transaction fee</source>
<translation>Siirtokulu</translation>
</message>
<message>
<source>Total Amount</source>
<translation>Yhteensä</translation>
</message>
<message>
<source>Confirm send coins</source>
<translation>Vahvista kolikoiden lähetys</translation>
@@ -2244,10 +2274,6 @@
<source>Payment request expired.</source>
<translation>Maksupyyntö vanhentui.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Maksa vain vaadittu kulu %1 </translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Vahvistuminen alkaa arviolta %n lohkon sisällä.</numerusform><numerusform>Vahvistuminen alkaa arviolta %n lohkon sisällä.</numerusform></translation>
@@ -2613,6 +2639,10 @@
<source>Credit</source>
<translation>Krediitti</translation>
</message>
<message numerus="yes">
<source>matures in %n more block(s)</source>
<translation><numerusform>kypsyy %n lohkon kuluttua</numerusform><numerusform>kypsyy %n lohkon kuluttua</numerusform></translation>
</message>
<message>
<source>not accepted</source>
<translation>ei hyväksytty</translation>
@@ -2970,6 +3000,9 @@
<translation>Yksikkö jossa määrät näytetään. Klikkaa valitaksesi toisen yksikön.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3019,6 +3052,10 @@
<source>Could not commit transaction</source>
<translation>Siirtoa ei voitu tehdä</translation>
</message>
<message>
<source>default wallet</source>
<translation>oletuslompakko</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3165,10 +3202,6 @@
<source>Do you want to rebuild the block database now?</source>
<translation>Haluatko uudelleenrakentaa lohkotietokannan nyt?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Virhe luodessa %s: Et voi luoda ei-HD lompakkoja tällä versiolla.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Virhe alustaessa lohkotietokantaa</translation>
@@ -3281,18 +3314,6 @@
<source>Unable to generate keys</source>
<translation>Avaimia ei voitu luoda</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Argumenttia -benchmark ei tueta, käytä -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Argumenttia -debugnet ei tueta, käytä -debug=net.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Argumenttia -tor ei tueta, käytä -onion.</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Lokikategoriaa %s=%s ei tueta.</translation>
@@ -3321,10 +3342,6 @@
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>Palataksesi karsimattomaan tilaan joudut uudelleenrakentamaan tietokannan -reindex -valinnalla. Tämä lataa koko lohkoketjun uudestaan.</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Virhe ladattaessa %s: Et voi poistaa HD-ominaisuutta jo olemassa olevasta HD-lompakosta.</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Virheitä tietokantaa luettaessa, ohjelma pysäytetään.</translation>
@@ -3421,26 +3438,10 @@
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee on asetettu erittäin suureksi! Tämänkokoisia kuluja saatetaan maksaa yhdessä rahansiirrossa.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Virhe ladattaessa %s: Et voi ottaa HD:ta käyttöön jo olemassa olevalle ei-HD -lompakolle.</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Tämän siirtomaksun maksat, kun siirtomaksun arviointi ei ole käytettävissä.</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Ei tuettu argumentti -socks löytynyt. SOCKS -version asetusta ei enää tueta, ainoastaan SOCKS5 -välityspalvelimet on tuettu.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Argumenttia -whitelistalwaysrelay ei tueta ja se ohitettiin. Käytä -whitelistrelay ja/tai -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Varoitus: Tuntemattomia lohkoversioita louhitaan! Tuntemattomia sääntöjä saattaa olla voimassa</translation>
</message>
<message>
<source>%s is set very high!</source>
<translation>%s on asetettu todella korkeaksi!</translation>
@@ -3489,14 +3490,14 @@
<source>Insufficient funds</source>
<translation>Lompakon saldo ei riitä</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>Vaihtorahaosoitetteen avainta ei voitu luoda. Yksityisavaimet on poistettu käytöstä tässä lompakossa.</translation>
</message>
<message>
<source>Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.</source>
<translation>Siirtomaksun arviointi epäonnistui. Odota muutama lohko tai käytä -fallbackfee -valintaa..</translation>
</message>
<message>
<source>Cannot write to data directory '%s'; check permissions.</source>
<translation>Hakemistoon '%s' ei voida kirjoittaa. Tarkista käyttöoikeudet.</translation>
</message>
<message>
<source>Loading block index...</source>
<translation>Ladataan lohkoindeksiä...</translation>

View File

@@ -177,7 +177,7 @@
</message>
<message>
<source>Warning: If you encrypt your wallet and lose your passphrase, you will &lt;b&gt;LOSE ALL OF YOUR BITCOINS&lt;/b&gt;!</source>
<translation>Avertissement : si vous chiffrez votre porte-monnaie et perdez votre phrase de passe, vous &lt;b&gt;PERDREZ TOUS VOS BITCOINS&lt;/b&gt;!</translation>
<translation>Avertissement : Si vous chiffrez votre porte-monnaie et perdez votre phrase de passe, vous &lt;b&gt;PERDREZ TOUS VOS BITCOINS&lt;/b&gt;!</translation>
</message>
<message>
<source>Are you sure you wish to encrypt your wallet?</source>
@@ -188,12 +188,12 @@
<translation>Le porte-monnaie est chiffré</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 va maintenant se fermer pour terminer le processus de chiffrement. Souvenez-vous que le chiffrement de votre porte-monnaie ne peut pas protéger entièrement vos bitcoins contre le vol par des logiciels malveillants qui infecteraient votre ordinateur.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Votre porte-monnaie est désormais chiffré. Noubliez pas que le chiffrement de votre porte-monnaie ne peut pas protéger entièrement vos bitcoins contre le vol par des programmes malveillants qui infecteraient votre ordinateur.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>IMPORTANT : toutes les sauvegardes précédentes du fichier de votre porte-monnaie devraient être remplacées par le fichier du porte-monnaie chiffré nouvellement généré. Pour des raisons de sécurité, les sauvegardes précédentes de votre fichier de porte-monnaie non chiffré deviendront inutilisables dès que vous commencerez à utiliser le nouveau porte-monnaie chiffré.</translation>
<translation>IMPORTANT : Toutes les sauvegardes précédentes du fichier de votre porte-monnaie devraient être remplacées par le fichier du porte-monnaie chiffré nouvellement généré. Pour des raisons de sécurité, les sauvegardes précédentes de votre fichier de porte-monnaie non chiffré deviendront inutilisables dès que vous commencerez à utiliser le nouveau porte-monnaie chiffré.</translation>
</message>
<message>
<source>Wallet encryption failed</source>
@@ -225,7 +225,7 @@
</message>
<message>
<source>Warning: The Caps Lock key is on!</source>
<translation>Avertissement : la touche Verr. Maj. est activée!</translation>
<translation>Avertissement : La touche Verr. Maj. est activée!</translation>
</message>
</context>
<context>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Vue densemble</translation>
</message>
<message>
<source>Node</source>
<translation>Nœud</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Afficher une vue densemble du porte-monnaie</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Changer la phrase de passe...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Adresses d&amp;envoi...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Adresses de &amp;réception...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Ouvrir une &amp;URI...</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>Porte-monnaie :</translation>
</message>
<message>
<source>default wallet</source>
<translation>porte-monnaie par défaut</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Cliquer pour désactiver lactivité réseau.</translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Porte-monnaie</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Envoyer</translation>
@@ -491,16 +471,72 @@
</message>
<message>
<source>Information</source>
<translation>Information</translation>
<translation>Informations</translation>
</message>
<message>
<source>Up to date</source>
<translation>À jour</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>&amp;Adresses denvoi</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>&amp;Adresses de réception</translation>
</message>
<message>
<source>Open Wallet</source>
<translation>Ouvrir le porte-monnaie</translation>
</message>
<message>
<source>Open a wallet</source>
<translation>Ouvrir un porte-monnaie</translation>
</message>
<message>
<source>Close Wallet...</source>
<translation>Fermer le porte-monnaie</translation>
</message>
<message>
<source>Close wallet</source>
<translation>Fermer le porte-monnaie</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Afficher le message daide de %1 pour obtenir la liste des options de ligne de commande Bitcoin possibles.</translation>
</message>
<message>
<source>default wallet</source>
<translation>porte-monnaie par défaut</translation>
</message>
<message>
<source>Opening Wallet &lt;b&gt;%1&lt;/b&gt;...</source>
<translation>Ouverture du porte-monnaie &lt;b&gt;%1&lt;/b&gt;</translation>
</message>
<message>
<source>Open Wallet Failed</source>
<translation>Échec douverture du porte-monnaie</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Fenêtre</translation>
</message>
<message>
<source>Minimize</source>
<translation>Réduire</translation>
</message>
<message>
<source>Zoom</source>
<translation>Zoomer</translation>
</message>
<message>
<source>Restore</source>
<translation>Restaurer</translation>
</message>
<message>
<source>Main Window</source>
<translation>Fenêtre principale</translation>
</message>
<message>
<source>%1 client</source>
<translation>Client %1</translation>
@@ -516,13 +552,13 @@
<message>
<source>Date: %1
</source>
<translation>Date : %1
<translation>Date : %1
</translation>
</message>
<message>
<source>Amount: %1
</source>
<translation>Montant : %1
<translation>Montant : %1
</translation>
</message>
<message>
@@ -534,19 +570,19 @@
<message>
<source>Type: %1
</source>
<translation>Type : %1
<translation>Type  : %1
</translation>
</message>
<message>
<source>Label: %1
</source>
<translation>Étiquette : %1
<translation>Étiquette : %1
</translation>
</message>
<message>
<source>Address: %1
</source>
<translation>Adresse : %1
<translation>Adresse : %1
</translation>
</message>
<message>
@@ -565,6 +601,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>La génération de clé HD est &lt;b&gt;désactivée&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>La clé privée est &lt;b&gt;désactivée&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Le porte-monnaie est &lt;b&gt;chiffré&lt;/b&gt; et est actuellement &lt;b&gt;déverrouillé&lt;/b&gt;</translation>
@@ -586,11 +626,11 @@
</message>
<message>
<source>Quantity:</source>
<translation>Quantité :</translation>
<translation>Quantité :</translation>
</message>
<message>
<source>Bytes:</source>
<translation>Octets :</translation>
<translation>Octets :</translation>
</message>
<message>
<source>Amount:</source>
@@ -598,19 +638,19 @@
</message>
<message>
<source>Fee:</source>
<translation>Frais :</translation>
<translation>Frais :</translation>
</message>
<message>
<source>Dust:</source>
<translation>Poussière :</translation>
<translation>Poussière :</translation>
</message>
<message>
<source>After Fee:</source>
<translation>Après les frais :</translation>
<translation>Après les frais :</translation>
</message>
<message>
<source>Change:</source>
<translation>Monnaie :</translation>
<translation>Monnaie :</translation>
</message>
<message>
<source>(un)select all</source>
@@ -858,7 +898,7 @@
</message>
<message>
<source>Use a custom data directory:</source>
<translation>Utiliser un répertoire de données personnalisé :</translation>
<translation>Utiliser un répertoire de données personnalisé :</translation>
</message>
<message>
<source>Bitcoin</source>
@@ -905,7 +945,7 @@
</message>
<message>
<source>Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.</source>
<translation>Les transactions récentes ne sont peut-être pas encore visibles et par conséquent le solde de votre porte-monnaie est peut-être erroné. Cette information sera juste quand votre porte-monnaie aura fini de se synchroniser avec le réseau Bitcoin, comme décrit ci-dessous.</translation>
<translation>Les transactions récentes ne sont peut-être pas encore visibles et par conséquent le solde de votre porte-monnaie est peut-être erroné. Ces informations seront justes quand votre porte-monnaie aura fini de se synchroniser avec le réseau Bitcoin, comme décrit ci-dessous.</translation>
</message>
<message>
<source>Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.</source>
@@ -944,8 +984,8 @@
<translation>Cacher</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Inconnu. Synchronisation des en-têtes (%1)...</translation>
<source>Unknown. Syncing Headers (%1, %2%)...</source>
<translation>Inconnu. Synchronisation des en-têtes (%1, %2)…</translation>
</message>
</context>
<context>
@@ -960,7 +1000,7 @@
</message>
<message>
<source>URI:</source>
<translation>URI :</translation>
<translation>URI :</translation>
</message>
<message>
<source>Select payment request file</source>
@@ -979,7 +1019,7 @@
</message>
<message>
<source>&amp;Main</source>
<translation>&amp;Principaux</translation>
<translation>&amp;Principales</translation>
</message>
<message>
<source>Automatically start %1 after logging in to the system.</source>
@@ -993,17 +1033,13 @@
<source>Size of &amp;database cache</source>
<translation>Taille du cache de la base de &amp;données</translation>
</message>
<message>
<source>MB</source>
<translation>Mo</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Nombre de fils de &amp;vérification de script</translation>
</message>
<message>
<source>IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</source>
<translation>Adresse IP du mandataire (p. ex. IPv4 : 127.0.0.1 / IPv6 : ::1)</translation>
<translation>Adresse IP du mandataire (p. ex. IPv4 : 127.0.0.1 / IPv6 : ::1)</translation>
</message>
<message>
<source>Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.</source>
@@ -1023,15 +1059,11 @@
</message>
<message>
<source>Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.</source>
<translation>Quand la fenêtre est fermée, réduire au lieu de quitter lapplication. Si cette option est activée, lapplication ne sera fermée quen sélectionnant Quitter dans le menu.</translation>
<translation>Quand la fenêtre est fermée, la réduire au lieu de quitter lapplication. Si cette option est activée, lapplication ne sera fermée quen sélectionnant Quitter dans le menu.</translation>
</message>
<message>
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URL de tiers (p. ex. un explorateur de blocs) apparaissant dans longlet des transactions comme éléments du menu contextuel. %s dans lURL est remplacé par le hachage de la transaction. Les URL multiples sont séparées par une barre verticale |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Options de ligne de commande actives qui remplacent les options ci-dessus :</translation>
<translation>URL tierces (p. ex. un explorateur de blocs) qui apparaissant dans longlet des transactions comme des éléments du menu contextuel. %s dans lURL est remplacé par le hachage de la transaction. Les URL multiples sont séparées par une barre verticale |.</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
@@ -1069,6 +1101,10 @@
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>Changer ce paramètre à sa valeur antérieure exige de retélécharger la chaîne de blocs dans son intégralité.</translation>
</message>
<message>
<source>MiB</source>
<translation>Mio</translation>
</message>
<message>
<source>(0 = auto, &lt;0 = leave that many cores free)</source>
<translation>(0 = auto, &lt; 0 = laisser ce nombre de cœurs inutilisés)</translation>
@@ -1115,7 +1151,7 @@
</message>
<message>
<source>&amp;Connect through SOCKS5 proxy (default proxy):</source>
<translation>Se &amp;connecter par un mandataire SOCKS5 (mandataire par défaut) :</translation>
<translation>Se &amp;connecter par un mandataire SOCKS5 (mandataire par défaut) :</translation>
</message>
<message>
<source>Proxy &amp;IP:</source>
@@ -1131,7 +1167,7 @@
</message>
<message>
<source>Used for reaching peers via:</source>
<translation>Utilisé pour rejoindre les pairs par :</translation>
<translation>Utilisé pour rejoindre les pairs par :</translation>
</message>
<message>
<source>IPv4</source>
@@ -1191,7 +1227,11 @@
</message>
<message>
<source>&amp;Third party transaction URLs</source>
<translation>URL de transaction de &amp;tiers</translation>
<translation>URL de transaction &amp;tierces</translation>
</message>
<message>
<source>Options set in this dialog are overridden by the command line or in the configuration file:</source>
<translation>Les options définies dans cette boîte de dialogue sont remplacées par la ligne de commande ou par le fichier de configuration :</translation>
</message>
<message>
<source>&amp;OK</source>
@@ -1227,7 +1267,7 @@
</message>
<message>
<source>The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.</source>
<translation>Le fichier de configuration est utilisé pour indiquer aux utilisateurs experts quelles options remplacent les paramètres de lIUG. De plus, toute option de ligne de commande modifiera ce fichier de configuration.</translation>
<translation>Le fichier de configuration est utilisé pour indiquer aux utilisateurs experts quelles options remplacent les paramètres de lIUG. De plus, toute option de ligne de commande remplacera ce fichier de configuration.</translation>
</message>
<message>
<source>Error</source>
@@ -1258,11 +1298,11 @@
</message>
<message>
<source>Watch-only:</source>
<translation>Juste-regarder :</translation>
<translation>Juste-regarder :</translation>
</message>
<message>
<source>Available:</source>
<translation>Disponible :</translation>
<translation>Disponible :</translation>
</message>
<message>
<source>Your current spendable balance</source>
@@ -1270,7 +1310,7 @@
</message>
<message>
<source>Pending:</source>
<translation>En attente :</translation>
<translation>En attente :</translation>
</message>
<message>
<source>Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance</source>
@@ -1278,7 +1318,7 @@
</message>
<message>
<source>Immature:</source>
<translation>Immature :</translation>
<translation>Immature :</translation>
</message>
<message>
<source>Mined balance that has not yet matured</source>
@@ -1290,7 +1330,7 @@
</message>
<message>
<source>Total:</source>
<translation>Total :</translation>
<translation>Total :</translation>
</message>
<message>
<source>Your current total balance</source>
@@ -1302,7 +1342,7 @@
</message>
<message>
<source>Spendable:</source>
<translation>Disponible :</translation>
<translation>Disponible :</translation>
</message>
<message>
<source>Recent transactions</source>
@@ -1339,9 +1379,17 @@
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin://' nest pas une URI valide. Utilisez plutôt 'bitcoin:'.</translation>
</message>
<message>
<source>You are using a BIP70 URL which will be unsupported in the future.</source>
<translation>Vous utilisez une URL BIP70 qui ne sera plus prise en charge à lavenir </translation>
</message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>LURL de récupération de la demande de paiement est invalide : %1</translation>
<translation>LURL de récupération de la demande de paiement est invalide : %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>Il est impossible de traiter la demande de paiement, car la prise en charge de BIP70 na pas é compilée dans le logiciel.</translation>
</message>
<message>
<source>Invalid payment address %1</source>
@@ -1592,7 +1640,7 @@
</message>
<message>
<source>General</source>
<translation>Général</translation>
<translation>Générales</translation>
</message>
<message>
<source>Using BerkeleyDB version</source>
@@ -1600,7 +1648,19 @@
</message>
<message>
<source>Datadir</source>
<translation>Datadir</translation>
<translation>Répertoire des données</translation>
</message>
<message>
<source>To specify a non-default location of the data directory use the '%1' option.</source>
<translation>Pour indiquer un emplacement du répertoire des données différent de celui par défaut, utiliser loption %1.</translation>
</message>
<message>
<source>Blocksdir</source>
<translation>Répertoire des blocs</translation>
</message>
<message>
<source>To specify a non-default location of the blocks directory use the '%1' option.</source>
<translation>Pour indiquer un emplacement du répertoire des blocs différent de celui par défaut, utiliser loption %1.</translation>
</message>
<message>
<source>Startup time</source>
@@ -1652,11 +1712,11 @@
</message>
<message>
<source>Received</source>
<translation>Reçu</translation>
<translation>Reçus</translation>
</message>
<message>
<source>Sent</source>
<translation>Envoyé</translation>
<translation>Envoyés</translation>
</message>
<message>
<source>&amp;Peers</source>
@@ -1668,7 +1728,7 @@
</message>
<message>
<source>Select a peer to view detailed information.</source>
<translation>Choisir un pair pour voir linformation détaillée.</translation>
<translation>Choisir un pair pour voir des informations détaillées.</translation>
</message>
<message>
<source>Whitelisted</source>
@@ -1814,29 +1874,25 @@
<source>&amp;Unban</source>
<translation>&amp;Réhabiliter</translation>
</message>
<message>
<source>default wallet</source>
<translation>porte-monnaie par défaut</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Bienvenue sur la console RPC de %1.</translation>
</message>
<message>
<source>Use up and down arrows to navigate history, and %1 to clear screen.</source>
<translation>Utiliser les touches de déplacement pour naviguer dans lhistorique et %1 pour effacer lécran.</translation>
<translation>Utilisez les touches de déplacement pour naviguer dans lhistorique et %1 pour effacer lécran.</translation>
</message>
<message>
<source>Type %1 for an overview of available commands.</source>
<translation>Taper %1 pour afficher un aperçu des commandes proposées.</translation>
<translation>Tapez %1 pour afficher un aperçu des commandes proposées.</translation>
</message>
<message>
<source>For more information on using this console type %1.</source>
<translation>Pour plus dinformations sur lutilisation de cette console, taper %1.</translation>
<translation>Pour de plus amples renseignements sur lutilisation de cette console, tapez %1.</translation>
</message>
<message>
<source>WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.</source>
<translation>AVERTISSEMENT : des fraudeurs sont réputés être à loeuvre, demandant aux utilisateurs de taper des commandes ici, dérobant ainsi le contenu de leurs porte-monnaie. Ne pas utiliser cette console sans une compréhension parfaite des conséquences dune commande.</translation>
<translation>AVERTISSEMENT : Des fraudeurs se sont montrés actifs, demandant aux utilisateurs de taper des commandes ici, dérobant ainsi le contenu de leurs porte-monnaie. Nutilisez pas cette console sans une compréhension parfaite des conséquences dune commande.</translation>
</message>
<message>
<source>Network activity disabled</source>
@@ -1899,7 +1955,7 @@
</message>
<message>
<source>An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network.</source>
<translation>Un message facultatif à joindre à la demande de paiement et qui sera affiché à louverture de celle-ci. Note : le message ne sera pas envoyé avec le paiement par le réseau Bitcoin.</translation>
<translation>Un message facultatif à joindre à la demande de paiement et qui sera affiché à louverture de celle-ci. Note : Le message ne sera pas envoyé avec le paiement par le réseau Bitcoin.</translation>
</message>
<message>
<source>An optional label to associate with the new receiving address.</source>
@@ -2080,7 +2136,7 @@
</message>
<message>
<source>Insufficient funds!</source>
<translation>Fonds insuffisants!</translation>
<translation>Les fonds sont insuffisants!</translation>
</message>
<message>
<source>Quantity:</source>
@@ -2128,7 +2184,7 @@
</message>
<message>
<source>Warning: Fee estimation is currently not possible.</source>
<translation>Avertissement : lestimation des frais nest actuellement pas possible.</translation>
<translation>Avertissement : Lestimation des frais nest actuellement pas possible.</translation>
</message>
<message>
<source>collapse fee-settings</source>
@@ -2150,14 +2206,6 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Hide</source>
<translation>Cacher</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Il est correct de payer les frais minimum tant que le volume transactionnel est inférieur à lespace dans les blocs. Mais soyez conscient que cela pourrait résulter en une transaction nétant jamais confirmée une fois quil y aura plus de transactions que le réseau ne pourra en traiter.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(lire linfobulle)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Recommandés :</translation>
@@ -2186,6 +2234,14 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Dust:</source>
<translation>Poussière :</translation>
</message>
<message>
<source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Quand le volume des transactions est inférieur à lespace dans les blocs, les mineurs et les nœuds de relais peuvent imposer des frais minimaux. Il est correct de payer ces frais minimaux, mais soyez conscient que cette transaction pourrait nêtre jamais confirmée si la demande en transactions de bitcoins dépassait la capacité de traitement du réseau.</translation>
</message>
<message>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation>Si les frais sont trop bas, cette transaction pourrait nêtre jamais confirmée (lire linfobulle)</translation>
</message>
<message>
<source>Confirmation time target:</source>
<translation>Estimation du délai de confirmation :</translation>
@@ -2322,21 +2378,17 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Payment request expired.</source>
<translation>La demande de paiement a expiré</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Payer seulement les frais exigés de %1</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Il est estimé que la confirmation commencera dans %n bloc.</numerusform><numerusform>Il est estimé que la confirmation commencera dans %n blocs.</numerusform></translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>Avertissement : adresse Bitcoin invalide</translation>
<translation>Avertissement : Ladresse Bitcoin est invalide</translation>
</message>
<message>
<source>Warning: Unknown change address</source>
<translation>Avertissement : adresse de monnaie inconnue</translation>
<translation>Avertissement : Ladresse de monnaie est inconnue</translation>
</message>
<message>
<source>Confirm custom change address</source>
@@ -2423,7 +2475,7 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
</message>
<message>
<source>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.</source>
<translation>Un message qui était joint à lURI bitcoin: et qui sera stocké avec la transaction pour référence. Note : ce message ne sera pas envoyé par le réseau Bitcoin.</translation>
<translation>Un message qui était joint à lURI bitcoin: et qui sera stocké avec la transaction pour référence. Note : Ce message ne sera pas envoyé par le réseau Bitcoin.</translation>
</message>
<message>
<source>Pay To:</source>
@@ -3060,6 +3112,21 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<translation>Unité daffichage des montants. Cliquer pour choisir une autre unité.</translation>
</message>
</context>
<context>
<name>WalletController</name>
<message>
<source>Close wallet</source>
<translation>Fermer le porte-monnaie</translation>
</message>
<message>
<source>Are you sure you wish to close wallet &lt;i&gt;%1&lt;/i&gt;?</source>
<translation>Voulez-vous vraiment fermer le porte-monnaie &lt;i&gt;%1&lt;/i&gt;?</translation>
</message>
<message>
<source>Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.</source>
<translation>Fermer le porte-monnaie trop longtemps peut impliquer de devoir resynchroniser la chaîne entière si lélagage est activé.</translation>
</message>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3109,6 +3176,10 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Could not commit transaction</source>
<translation>Impossible de valider la transaction</translation>
</message>
<message>
<source>default wallet</source>
<translation>porte-monnaie par défaut</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3165,7 +3236,7 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
</message>
<message>
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
<translation>Les rebalayages sont impossibles en mode élagage. Vous devrez utiliser -reindex, ce qui téléchargera de nouveau la chaîne de blocs en entier.</translation>
<translation>Les réanalyses sont impossibles en mode élag. Vous devrez utiliser -reindex, ce qui téléchargera de nouveau la chaîne de blocs en entier.</translation>
</message>
<message>
<source>Error: A fatal internal error occurred, see debug.log for details</source>
@@ -3187,6 +3258,10 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>The %s developers</source>
<translation>Les développeurs de %s</translation>
</message>
<message>
<source>Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.</source>
<translation>Impossible de générer une clé dadresse de monnaie. Il ny a pas de clés dans la réserve de clés et il est impossible den générer.</translation>
</message>
<message>
<source>Cannot obtain a lock on data directory %s. %s is probably already running.</source>
<translation>Impossible dobtenir un verrou sur le répertoire de données %s. %s fonctionne probablement déjà.</translation>
@@ -3197,11 +3272,7 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
</message>
<message>
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>Erreur de lecture de %s ! Toutes les clés ont é lues correctement, mais les données transactionnelles ou les entrées du carnet dadresses sont peut-être manquantes ou incorrectes.</translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>Grouper les sorties par adresse, les sélectionnant toutes ou nen sélectionnant aucune, au lieu dune sélection par sortie. La confidentialité est améliorée dans la mesure une adresse nest utilisée quune fois (à moins que quelquun envoie à adresse après lavoir utilisée pour une dépense). Cela pourrait entraîner des frais légèrement plus élevés, car une sélection sous-optimale des pièces pourrait en résulter en raison de la restriction supplémentaire (par défaut : %u)</translation>
<translation>Erreur de lecture de %s! Toutes les clés ont é lues correctement, mais les données transactionnelles ou les entrées du carnet dadresses sont peut-être manquantes ou incorrectes.</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
@@ -3209,7 +3280,7 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
</message>
<message>
<source>Please contribute if you find %s useful. Visit %s for further information about the software.</source>
<translation>Si vous trouvez %s utile, vous pouvez y contribuer. Vous trouverez davantage dinformations à propos du logiciel sur %s.</translation>
<translation>Si vous trouvez %s utile, vous pouvez y contribuer. Vous trouverez plus de renseignements au sujet du logiciel sur %s.</translation>
</message>
<message>
<source>The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct</source>
@@ -3233,11 +3304,11 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
</message>
<message>
<source>Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.</source>
<translation>Avertissement : le réseau ne semble pas totalement daccord! Certains mineurs semblent éprouver des problèmes.</translation>
<translation>Avertissement : Le réseau ne semble pas totalement daccord! Certains mineurs semblent éprouver des problèmes.</translation>
</message>
<message>
<source>Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.</source>
<translation>Avertissement : nous ne semblons pas être en accord complet avec nos pairs! Une mise à niveau pourrait être nécessaire pour vous ou pour dautres nœuds du réseau.</translation>
<translation>Avertissement : Nous ne semblons pas être en accord complet avec nos pairs! Une mise à niveau pourrait être nécessaire pour vous ou pour dautres nœuds du réseau.</translation>
</message>
<message>
<source>%d of last 100 blocks have unexpected version</source>
@@ -3259,6 +3330,10 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Change index out of range</source>
<translation>Lindex de changement est hors échelle</translation>
</message>
<message>
<source>Config setting for %s only applied on %s network when in [%s] section.</source>
<translation>Paramètre de configuration pour %s qui est seulement appliqué sur le réseau %s si situé dans la section [%s].</translation>
</message>
<message>
<source>Copyright (C) %i-%i</source>
<translation>Tous droits réservés (C) %i-%i</translation>
@@ -3271,17 +3346,13 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Do you want to rebuild the block database now?</source>
<translation>Voulez-vous reconstruire la base de données de blocs maintenant?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Erreur de création de %s : vous ne pouvez pas créer de porte-monnaie non HD avec cette version.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Erreur dinitialisation de la base de données de blocs</translation>
</message>
<message>
<source>Error initializing wallet database environment %s!</source>
<translation>Erreur dinitialisation de lenvironnement de la base de données du porte-monnaie %s !</translation>
<translation>Erreur dinitialisation de lenvironnement de la base de données du porte-monnaie %s!</translation>
</message>
<message>
<source>Error loading %s</source>
@@ -3347,6 +3418,10 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Specified blocks directory "%s" does not exist.</source>
<translation>Le répertoire des blocs indiqué « %s » nexiste pas.</translation>
</message>
<message>
<source>Unable to create the PID file '%s': %s</source>
<translation>Impossible de créer le fichier PID '%s' : %s</translation>
</message>
<message>
<source>Upgrading txindex database</source>
<translation>Mise à niveau de la base de données txindex</translation>
@@ -3395,18 +3470,6 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Unable to generate keys</source>
<translation>Impossible de générer les clés</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Argument non pris en charge -benchmark ignoré, utiliser -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Argument non pris en charge -debugnet ignoré, utiliser -debug=net.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Argument non pris en charge -tor trouvé, utiliser -onion</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Catégorie de journalisation non prise en charge %s=%s.</translation>
@@ -3443,10 +3506,6 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>Vous devez reconstruire la base de données en utilisant -reindex afin de revenir au mode sans élagage. Cela retéléchargera complètement la chaîne de blocs.</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Erreur de chargement de %s : vous ne pouvez pas désactiver HD sur un porte-monnaie HD existant</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Erreur de lecture de la base de données, fermeture en cours.</translation>
@@ -3455,6 +3514,10 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Error upgrading chainstate database</source>
<translation>Erreur de mise à niveau de la base de données détat de la chaîne</translation>
</message>
<message>
<source>Error: Disk space is low for %s</source>
<translation>Erreur : Il reste peu despace disquesur %s</translation>
</message>
<message>
<source>Information</source>
<translation>Informations</translation>
@@ -3483,17 +3546,27 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Réduction de -maxconnections de %d à %d, due aux restrictions du système</translation>
</message>
<message>
<source>Section [%s] is not recognized.</source>
<translation>La section [%s] nest pas reconnue.</translation>
</message>
<message>
<source>Signing transaction failed</source>
<translation>Échec de signature de la transaction</translation>
</message>
<message>
<source>The specified config file %s does not exist
</source>
<translation>Le fichier de configuration indiqué %s nexiste pas
</translation>
</message>
<message>
<source>The transaction amount is too small to pay the fee</source>
<translation>Le montant de la transaction est trop bas pour que les frais soient payés</translation>
</message>
<message>
<source>This is experimental software.</source>
<translation>Ceci est un logiciel expérimental.</translation>
<translation>Ce logiciel est expérimental.</translation>
</message>
<message>
<source>Transaction amount too small</source>
@@ -3529,7 +3602,7 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
</message>
<message>
<source>Warning: unknown new rules activated (versionbit %i)</source>
<translation>Avertissement : nouvelles règles inconnues activées (bit de version %i)</translation>
<translation>Avertissement : De nouvelles règles inconnues ont été activées (bit de version %i).</translation>
</message>
<message>
<source>Zapping all transactions from wallet...</source>
@@ -3539,37 +3612,21 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>La valeur -maxtxfee est très élevée! Des frais aussi élevés pourraient être payés en une seule transaction.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Erreur de chargement de %s : vous ne pouvez pas activer HD sur un porte-monnaie non HD existant</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Il sagit des frais de transaction que vous pourriez payer si aucune estimation de frais nest proposée.</translation>
</message>
<message>
<source>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.</source>
<translation>Ce produit comprend des logiciels développés par le Projet OpenSSL pour être utilisés dans la boîte à outils OpenSSL %s, et un logiciel cryptographique écrit par Eric Young, ainsi quun logiciel UPnP écrit par Thomas Bernard.</translation>
<translation>Ce produit comprend des programmes développés par le Projet OpenSSL pour être utilisés dans la boîte à outils OpenSSL %s, et un programme cryptographique écrit par Eric Young, ainsi quun programme UPnP écrit par Thomas Bernard.</translation>
</message>
<message>
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>La taille totale de la chaîne de version de réseau (%i) dépasse la longueur maximale (%i). Réduire le nombre ou la taille des commentaires uacomments.</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Largument non pris en charge -socks a été trouvé. Il nest plus possible de définir la version de SOCKS, seuls les mandataires SOCKS5 sont pris en charge.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Argument non pris charge -whitelistalwaysrelay ignoré, utiliser -whitelistrelay et/ou -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Avertissement : des versions de blocs inconnues sont minées! Il est possible que des règles inconnues soient en vigueur</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Avertissement : le fichier du porte-monnaie est corrompu, les données ont é récupérées! Le fichier %s original a é enregistré en tant que %s dans %s ; si votre solde ou vos transactions sont incorrects, vous devriez restaurer une sauvegarde.</translation>
<translation>Avertissement : Le fichier du porte-monnaie est corrompu, les données ont été récupérées! Le fichier %s original a été enregistré en tant que %s dans %s ; si votre solde ou vos transactions sont incorrects, vous devriez restaurer une sauvegarde.</translation>
</message>
<message>
<source>%s is set very high!</source>
@@ -3619,10 +3676,6 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
<source>Insufficient funds</source>
<translation>Fonds insuffisants</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>Impossible de générer une clé dadresse de monnaie. Les clés privées sont désactivées pour ce porte-monnaie.</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>Impossible de mettre à niveau un porte-monnaie divisé non-HD sans mettre à niveau pour prendre en charge la réserve de clés antérieure à la division. Veuillez utiliser -upgradewallet=169900 ou -upgradewallet sans indiquer de version.</translation>
@@ -3653,7 +3706,7 @@ Note : Les frais étant calculés par octet, des frais de «100 satoshis par
</message>
<message>
<source>Rescanning...</source>
<translation>Nouvelle analyse</translation>
<translation>analyse</translation>
</message>
<message>
<source>Done loading</source>

View File

@@ -168,6 +168,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -3,7 +3,7 @@
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Faîtes un clique droit afin de modifier l'adresse ou l'étiquette</translation>
<translation>Faîtes un clic droit afin de modifier l'adresse ou l'étiquette</translation>
</message>
<message>
<source>Create a new address</source>
@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>Portefeuille chiffré</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 va à présent se fermer pour terminer la procédure de cryptage. N'oubliez pas que le chiffrement de votre porte-monnaie ne peut pas fournir une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>IMPORTANT: Toute sauvegarde préalable de votre porte-monnais devrait être emplacée par le fichier nouvellement généré et encrypté.</translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;Vue d'ensemble</translation>
</message>
<message>
<source>Node</source>
<translation>Nœud</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Affiche une vue d'ensemble du porte-monnaie</translation>
@@ -313,18 +305,14 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Modifier le mot de passe</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Adresses d'envoi</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Adresses de réception</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Ouvrir &amp;URI</translation>
</message>
<message>
<source>Wallet:</source>
<translation>Portefeuille :</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Cliquez pour désactiver l'activité du réseau.</translation>
@@ -345,6 +333,10 @@
<source>Reindexing blocks on disk...</source>
<translation>Réindexer les blocs sur le disque...</translation>
</message>
<message>
<source>Proxy is &lt;b&gt;enabled&lt;/b&gt;: %1</source>
<translation>Le proxy est &lt;b&gt;activé&lt;/b&gt; : %1</translation>
</message>
<message>
<source>Send coins to a Bitcoin address</source>
<translation>Envoyer des pièces à une adresse Bitcoin</translation>
@@ -373,10 +365,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Portefeuille</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Envoyer</translation>
@@ -485,6 +473,14 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Afficher le %1 message d'aide pour récupérer une liste des options de ligne de commande Bitcoin</translation>
</message>
<message>
<source>default wallet</source>
<translation>portefeuille par défaut</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Fenêtre</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 client</translation>
@@ -507,6 +503,12 @@
<source>Amount: %1
</source>
<translation>Montant:%1
</translation>
</message>
<message>
<source>Wallet: %1
</source>
<translation>Portefeuille : %1
</translation>
</message>
<message>
@@ -887,10 +889,6 @@
<source>Size of &amp;database cache</source>
<translation>Taille du cache de la base de données.</translation>
</message>
<message>
<source>MB</source>
<translation>MO</translation>
</message>
<message>
<source>IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</source>
<translation>Adresse IP du proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</translation>
@@ -1672,10 +1670,6 @@
<source>Payment request expired.</source>
<translation>Demande de paiement expirée.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Payer seulement les frais obligatoire de %1</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>Attention: Adresse Bitcoin Invalide</translation>
@@ -2186,6 +2180,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -2199,7 +2196,11 @@
<source>Send Coins</source>
<translation>Envoyer des pièces</translation>
</message>
</context>
<message>
<source>default wallet</source>
<translation>portefeuille par défaut</translation>
</message>
</context>
<context>
<name>WalletView</name>
<message>
@@ -2242,6 +2243,10 @@
<translation>
Importation ...</translation>
</message>
<message>
<source>Upgrading UTXO database</source>
<translation>Mise à jour de la base de données des UTXO</translation>
</message>
<message>
<source>Verifying blocks...</source>
<translation>Vérifications des blocs...</translation>
@@ -2278,6 +2283,10 @@ Importation ...</translation>
<source>Transaction too large</source>
<translation>Transaction trop grande</translation>
</message>
<message>
<source>Unable to generate initial keys</source>
<translation>Impossible de générer la clé initiale</translation>
</message>
<message>
<source>Warning</source>
<translation>Attention</translation>

View File

@@ -125,10 +125,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Cambiar contrasinal...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Direccións para recibir</translation>
</message>
<message>
<source>Reindexing blocks on disk...</source>
<translation>Reindexando bloques no disco...</translation>
@@ -161,10 +157,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Moedeiro</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Enviar</translation>
@@ -257,6 +249,10 @@
<source>Up to date</source>
<translation>Actualizado</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Xanela</translation>
</message>
<message>
<source>Catching up...</source>
<translation>Poñendo ao día...</translation>
@@ -988,6 +984,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>הארנק מוצפן</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 ייסגר כעת כדי לסיים את תהליך ההצפנה. נא לשים לב כי הצפנת הארנק שלך לא יכול להגן על הביטקוינים שלך מפני גניבה או נוזקה שתוקפת את מחשבך.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>חשוב: כל הגיבויים הקודמים שערכת לארנק שלך אמורים להתחלף עם קובץ הארנק המוצפן שנוצר כרגע. מטעמי אבטחה, הגיבויים הקודמים של קובץ הארנק שאינו מוגן הופכים לחסרי תועלת ברגע התחלת השימוש בארנק החדש והמוצפן.</translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;סקירה</translation>
</message>
<message>
<source>Node</source>
<translation>מפרק</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>הצגת סקירה כללית של הארנק</translation>
@@ -313,14 +305,6 @@
<source>&amp;Change Passphrase...</source>
<translation>ה&amp;חלפת מילת הצופן</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>כתובת ה&amp;שליחה</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>כתובות ה&amp;קבלה</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>פתיחת &amp;כתובת משאב</translation>
@@ -329,10 +313,6 @@
<source>Wallet:</source>
<translation>ארנק:</translation>
</message>
<message>
<source>default wallet</source>
<translation>ארנק בררת מחדל</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>יש ללחוץ כדי לנטרל פעילות רשת.</translation>
@@ -385,10 +365,6 @@
<source>Bitcoin</source>
<translation>ביטקוין</translation>
</message>
<message>
<source>Wallet</source>
<translation>ארנק</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;שליחה</translation>
@@ -497,6 +473,14 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>יש להציג את הודעת העזרה של %1 כדי להציג רשימה עם אפשרויות שורת פקודה לביטקוין</translation>
</message>
<message>
<source>default wallet</source>
<translation>ארנק בררת מחדל</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;חלון</translation>
</message>
<message>
<source>%1 client</source>
<translation>לקוח %1</translation>
@@ -939,11 +923,7 @@
<source>Hide</source>
<translation>הסתר</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>לא ידוע. הכותרות מתעדכנות (%1)…</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -989,10 +969,6 @@
<source>Size of &amp;database cache</source>
<translation>גודל מ&amp;טמון מסד הנתונים</translation>
</message>
<message>
<source>MB</source>
<translation>מ״ב</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>מספר תהליכי ה&amp;אימות של הסקריפט</translation>
@@ -1021,10 +997,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>כתובות צד־שלישי (כגון: סייר מקטעים) שמופיעים בלשונית ההעברות בתור פריטים בתפריט ההקשר. %s בכתובת מוחלף בגיבוב ההעברה. מספר כתובות יופרדו בפס אנכי |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>אפשרויות פעילות בשורת הפקודה שדורסות את האפשרויות שלהלן:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>פתיחת קובץ התצורה של %1 מתיקיית העבודה.</translation>
@@ -1794,10 +1766,6 @@
<source>&amp;Unban</source>
<translation>&amp;שחרור חסימה</translation>
</message>
<message>
<source>default wallet</source>
<translation>ארנק בררת מחדל</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>ברוך בואך למסוף ה־RPC של %1.</translation>
@@ -2126,10 +2094,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Hide</source>
<translation>הסתר</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>זה בסדר לשלם את העמלה המינימלית כל עוד נפח הטרנזקציות קטן מנפח הבלוקים. אבל יש להיזהר כיוון שבמידה והעומס ברשת גדל, העיסקה עלולה לא להיות מאושרת לעולם.</translation>
</message>
<message>
<source>Recommended:</source>
<translation>מומלץ:</translation>
@@ -2282,10 +2246,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Payment request expired.</source>
<translation>בקשת התשלום פגה.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>תשלום של העמלה הנדרשת בלבד על סך %1</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>אזהרה: כתובת ביטקיון שגויה</translation>
@@ -2996,6 +2956,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<translation>יחידת המידה להצגת הסכומים. יש ללחוץ כדי לבחור ביחידת מידה אחרת.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3037,7 +3000,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Can't sign transaction.</source>
<translation>אי אפשר לחתום על ההעברה.</translation>
</message>
</context>
<message>
<source>default wallet</source>
<translation>ארנק בררת מחדל</translation>
</message>
</context>
<context>
<name>WalletView</name>
<message>
@@ -3143,10 +3110,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Do you want to rebuild the block database now?</source>
<translation>האם לבנות מחדש את מסד נתוני המקטעים?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>שגיאה ביצירת %s: אין אפשרות ליצור ארנקים שאינם HD בגרסה זו.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>שגיאה באתחול מסד נתוני המקטעים</translation>
@@ -3287,10 +3250,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Warning</source>
<translation>אזהרה</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>המשתנה -socks נמצא אך אין בו תמיכה עוד. הגדרת גרסת SOCKS אינה אפשרית עוד, קיימת תמיכה רק ב־SOCKS5.</translation>
</message>
<message>
<source>Starting network threads...</source>
<translation>תהליכי הרשת מופעלים</translation>

View File

@@ -186,10 +186,6 @@
<source>Bitcoin</source>
<translation></translation>
</message>
<message>
<source>Wallet</source>
<translation></translation>
</message>
<message>
<source>&amp;File</source>
<translation>&amp;</translation>
@@ -559,6 +555,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation>Novčanik šifriran</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 će se sada zatvoriti kako bi dovršio postupak šifriranja. Zapamtite da šifriranje vašeg novčanika ne može u potpunosti zaštititi vaše bitcoine od krađe preko zloćudnog softvera koji bi bio na vašem računalu.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>VAŽNO: Sve prethodne pričuve vašeg novčanika trebale bi biti zamijenjene novo stvorenom, šifriranom datotekom novčanika. Zbog sigurnosnih razloga, prethodne pričuve nešifriranog novčanika će postati beskorisne čim počnete koristiti novi, šifrirani novčanik.</translation>
@@ -253,10 +249,6 @@
<source>&amp;Overview</source>
<translation>&amp;Pregled</translation>
</message>
<message>
<source>Node</source>
<translation>Čvor</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Prikaži opći pregled novčanika</translation>
@@ -313,14 +305,6 @@
<source>&amp;Change Passphrase...</source>
<translation>Promijenite &amp;lozinku...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Adrese za &amp;slanje</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Adrese za &amp;primanje</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Otvorite &amp;URI...</translation>
@@ -329,10 +313,6 @@
<source>Wallet:</source>
<translation>Novčanik:</translation>
</message>
<message>
<source>default wallet</source>
<translation>uobičajeni novčanik</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Kliknite da isključite mrežnu aktivnost.</translation>
@@ -385,10 +365,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Novčanik</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Pošaljite</translation>
@@ -501,6 +477,14 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Prikažite pomoć programa %1 kako biste ispisali moguće opcije preko terminala</translation>
</message>
<message>
<source>default wallet</source>
<translation>uobičajeni novčanik</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Prozor</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 klijent</translation>
@@ -938,11 +922,7 @@
<source>Hide</source>
<translation>Sakrijte</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Nepoznato. Sinkroniziraju se zaglavlja (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -988,10 +968,6 @@
<source>Size of &amp;database cache</source>
<translation>Veličina predmemorije baze podataka</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Broj CPU niti za verifikaciju transakcija</translation>
@@ -1024,10 +1000,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URL-ovi treće stranke (npr. preglednik blokova) koji se javljaju u kartici transakcija kao elementi kontekstnog izbornika. %s u URL-u zamijenjen je hashom transakcije. Višestruki URL-ovi su odvojeni vertikalnom crtom |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Aktivne terminalne opcije koje poništavaju navedene opcije:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Otvorite konfiguracijsku datoteku programa %1 s radne mape.</translation>
@@ -1805,10 +1777,6 @@
<source>&amp;Unban</source>
<translation>&amp;Ukinite zabranu</translation>
</message>
<message>
<source>default wallet</source>
<translation>uobičajeni novčanik</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Dobrodošli u %1 RPC konzolu.</translation>
@@ -2141,14 +2109,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>Hide</source>
<translation>Sakrijte</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Plaćanje minimalnu naknadu je dovoljno ukoliko je volumen transakcija manja od prostora u blokovima. Budite svjesni da ovo može završiti tako da se transakcija nikad ne potvrdi ako je potražnja za Bitcoin transakcijama veća nego što mreža može procesirati.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(pročitajte opis alata)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Preporučeno:</translation>
@@ -2313,10 +2273,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>Payment request expired.</source>
<translation>Zahtjev za plaćanje istekao.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Platite samo potrebnu naknadu u iznosu od %1</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Procijenjeno je da će početi potvrđivanje unutar %n bloka.</numerusform><numerusform>Procijenjeno je da će početi potvrđivanje unutar %n bloka.</numerusform><numerusform>Procijenjeno je da će početi potvrđivanje unutar %n blokova.</numerusform></translation>
@@ -3051,6 +3007,9 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<translation>Jedinica u kojoj ćete prikazati iznose. Kliknite da izabrate drugu jedinicu.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3100,6 +3059,10 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>Could not commit transaction</source>
<translation>Transakcija ne može biti izvršena.</translation>
</message>
<message>
<source>default wallet</source>
<translation>uobičajeni novčanik</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3190,10 +3153,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>Greška kod iščitanja %s! Svi ključevi su ispravno učitani, ali transakcijski podaci ili zapisi u adresaru mogu biti nepotpuni ili netočni.</translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>Grupirajte outpute po adresi, birajući sve ili ništa umjesto biranja po outputu. Privatnost je povećana jer je adresa korištena samo jedanput (osim ako netko šalje na tu adresu nakon trošenja iz nje), ali može rezultirati neznatno većim naknadama jer suboptimalno biranje novčića može nastati zbog dodanog ograničenja (uobičajeno: %u)</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>Molimo provjerite jesu li datum i vrijeme na vašem računalu točni. Ako je vaš sat krivo namješten, %s neće raditi ispravno.</translation>
@@ -3262,10 +3221,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>Do you want to rebuild the block database now?</source>
<translation>Želite li sada obnoviti bazu blokova?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Greška kod stvaranja %s. S ovom verzijom ne možete stvoriti novčanike koji nisu HD.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Greška kod inicijaliziranja baze blokova</translation>
@@ -3386,18 +3341,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>Unable to generate keys</source>
<translation>Ne mogu se generirati ključevi</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Nepodržan argument -benchmark ignoriran. Koristite -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Nepodržan argument -debugnet ignoriran. Koristite -debug=net.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Nepodržan argument -tor pronađen. Koristite -onion.</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Nepodržana kategorija zapisa %s=%s.</translation>
@@ -3434,10 +3377,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>Morat ćete ponovno složiti bazu koristeći -reindex kako biste se vratili na neobrezivan način (unpruned mode). Ovo će ponovno preuzeti cijeli lanac blokova.</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Greška kod učitavanja %s: Ne možete isključiti HD na već postojećem HD novčaniku</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Greška kod iščitanja baze. Zatvara se klijent.</translation>
@@ -3542,10 +3481,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee je postavljen preveliko. Naknade ove veličine će biti plaćene na individualnoj transakciji.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Greška kod učitavanja %s: Ne možete uključiti HD na već postojećem novčaniku koji nije HD</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Ovo je transakcijska naknada koju ćete možda platiti kada su nedostupne procjene naknada.</translation>
@@ -3558,18 +3493,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>Ukupna duljina stringa verzije mreže (%i) prelazi maksimalnu duljinu (%i). Smanjite broj ili veličinu komentara o korisničkom agentu (uacomments).</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Nepodržan argument -socks pronađen. Postavljanje verziju SOCKS-a nije više moguće. Samo su SOCKS5 proxyji podržani.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Nepodržan argument -whitelistalwaysrelay ignoriran. Koristite -whitelistelay i/ili -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Upozorenje: Zbiva se rudarenje blokova nepoznatih verzija! Moguće je da su nepoznata pravila na snazi</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Upozorenje: Datoteka novčanika je pokvarena, ali su podaci spašeni! Original %s snimljen je kao %s u %s; ako su transakcije ili stanje neispravni, onda biste trebali restorirati sa sigurnosne kopije (backupa).</translation>
@@ -3622,10 +3545,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
<source>Insufficient funds</source>
<translation>Nedovoljna sredstva</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>Ne može se generirati ključ adrese na koju će se poslati ostatak. Privatni ključevi su isključeni kod ovog novčanika.</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>Ne može se ažurirati novčanik koji nije HD bez ažuriranja radi podrške za bazen ključeva prije raskola. Molim koristite -upgradewallet=169900 ili -upgradewallet bez zadane verzije.</translation>

View File

@@ -184,10 +184,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Wallet encrypted</source>
<translation>Tárca titkosítva</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>A %1 most bezár, hogy befejezze a titkosítást. Ne feledje, hogy a tárca titkosítása nem nyújt teljes védelmet azzal szemben, hogy kártékony programok megfertőzzék a számítógépét és ellopják a bitcoinjait.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>FONTOS: A tárca-fájl minden korábbi biztonsági mentését cserélje le ezzel az újonnan generált, titkosított tárca-fájllal. Biztonsági okokból a tárca-fájl korábbi, titkosítás nélküli mentései használhatatlanná válnak, amint elkezdi használni az új, titkosított tárcát.</translation>
@@ -250,10 +246,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>&amp;Overview</source>
<translation>&amp;Áttekintés</translation>
</message>
<message>
<source>Node</source>
<translation>Csomópont</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Tárca általános áttekintése</translation>
@@ -310,14 +302,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>&amp;Change Passphrase...</source>
<translation>Jelszó &amp;megváltoztatása...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Küldési címek...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Fogadó címek...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>&amp;URI azonosító megnyitása...</translation>
@@ -370,10 +354,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Tárca</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Küldés</translation>
@@ -486,6 +466,14 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>A %1 súgó megjelenítése a Bitcoin lehetséges parancssori kapcsolóinak listájával</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Ablak</translation>
</message>
<message>
<source>Minimize</source>
<translation>Kicsinyítés</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 kliens</translation>
@@ -906,11 +894,7 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Hide</source>
<translation>Elrejtés</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Ismeretlen. Fejlécek szinkronizálása (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -956,10 +940,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Size of &amp;database cache</source>
<translation>A&amp;datbázis gyorsítótár mérete</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>A szkript &amp;igazolási szálak száma</translation>
@@ -984,10 +964,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>Harmadik féltől származó URL-ek (pl. egy blokk felfedező) amelyek a tranzakciós fülön jelennek meg mint a környezetérzékeny menü tételei. %s az URL-ben helyettesítve a tranzakciós hash-el. Több URL esetén, függőleges vonal választja el őket.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Aktív parancssori beállítások, melyek felülírják a fenti beállításokat:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>A %1 konfigurációs fájl megnyitása a munkakönyvtárból.</translation>
@@ -2033,14 +2009,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Hide</source>
<translation>Elrejtés</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Alacsony díj is megfelelő, ha nincs több tranzakció mint amennyi hely a blokkokban. Figyelem! Ha a hálózat túlterhelt, lehetséges, hogy a tranzakció nem lesz megerősítve.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(olvasd el a gyorstippet)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Ajánlott:</translation>
@@ -2173,10 +2141,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Payment request expired.</source>
<translation>A fizetési kérelem lejárt.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Csak a szükséges %1 díj fizetése</translation>
</message>
<message>
<source>Warning: Invalid Bitcoin address</source>
<translation>Figyelmeztetés: Érvénytelen Bitcoin cím</translation>
@@ -2815,6 +2779,9 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -2856,7 +2823,7 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Could not commit transaction</source>
<translation>A tranzakciót nem lehet elküldeni</translation>
</message>
</context>
</context>
<context>
<name>WalletView</name>
<message>
@@ -3058,10 +3025,6 @@ Kérem a kulcsmondatban használjon &lt;b&gt; tíz vagy több véletlenszerű ka
<source>Warning</source>
<translation>Figyelem</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Figyelem: Ismeretlen blokkokat bányásznak! Lehetséges, hogy ismeretlen szabályok érvényesek.</translation>
</message>
<message>
<source>%s is set very high!</source>
<translation>%s étéke nagyon magas!</translation>

View File

@@ -188,8 +188,8 @@
<translation>Wallet terenkripsi</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 akan ditutup sekarang untuk menyelesaikan proses enkripsi. Ingat bahwa mengenkripsi dompet Anda tidak dapat sepenuhnya melindungi bitcoin Anda dari pencurian oleh malware yang menginfeksi komputer Anda.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Wallet anda sekarang sudah terenkripsi. Perlu diingat bahwa enkripsi wallet anda tidak dapat sepenuhnya melindungi bitcoin dari pencurian melalui malware yang menginfeksi komputer anda. </translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Overview</translation>
</message>
<message>
<source>Node</source>
<translation>Node</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Tampilkan gambaran umum dompet</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Ganti Passphrase...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Mengirim alamat</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Menerima alamat...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Buka &amp;URI...</translation>
@@ -341,6 +329,18 @@
<source>Click to enable network activity again.</source>
<translation>Klik untuk mengaktifkan kembali network</translation>
</message>
<message>
<source>Syncing Headers (%1%)...</source>
<translation>Singkronisasi Header (%1%)...</translation>
</message>
<message>
<source>Reindexing blocks on disk...</source>
<translation>Reindex block pada disk...</translation>
</message>
<message>
<source>Proxy is &lt;b&gt;enabled&lt;/b&gt;: %1</source>
<translation>Proxy &lt;b&gt;aktif&lt;/b&gt;: %1</translation>
</message>
<message>
<source>Send coins to a Bitcoin address</source>
<translation>Kirim koin ke alamat Bitcoin</translation>
@@ -369,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Wallet</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Kirim</translation>
@@ -417,10 +413,54 @@
<source>Tabs toolbar</source>
<translation>Toolbar Tabs</translation>
</message>
<message>
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
<translation>Meminta pembayaran (generate kode QR dan bitcoin: URIs)</translation>
</message>
<message>
<source>Show the list of used sending addresses and labels</source>
<translation>Tampilkan daftar alamat kirim yg telah digunakan dan label</translation>
</message>
<message>
<source>Show the list of used receiving addresses and labels</source>
<translation>Perlihatkan daftar address penerima dan labelnya</translation>
</message>
<message>
<source>Open a bitcoin: URI or payment request</source>
<translation>Buka bitcoin: URI atau permintaan pembayaran</translation>
</message>
<message>
<source>&amp;Command-line options</source>
<translation>opsi &amp;Command-line</translation>
</message>
<message numerus="yes">
<source>%n active connection(s) to Bitcoin network</source>
<translation><numerusform>%n koneksi aktif pada jaringan Bitcoin</numerusform></translation>
</message>
<message>
<source>Indexing blocks on disk...</source>
<translation>Proses index block pada disk...</translation>
</message>
<message>
<source>Processing blocks on disk...</source>
<translation>Memproses block pada disk...</translation>
</message>
<message numerus="yes">
<source>Processed %n block(s) of transaction history.</source>
<translation><numerusform>Memproses %n block dari riwayat transaksi.</numerusform></translation>
</message>
<message>
<source>%1 behind</source>
<translation>%1 kebelakang</translation>
</message>
<message>
<source>Last received block was generated %1 ago.</source>
<translation>Block terakhir yang diterima telah digenerate %1 lalu.</translation>
</message>
<message>
<source>Transactions after this will not yet be visible.</source>
<translation>Transaksi setelah ini msih belum terlihat.</translation>
</message>
<message>
<source>Error</source>
<translation>Error</translation>
@@ -437,6 +477,38 @@
<source>Up to date</source>
<translation>Terkini</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>Address &amp;Pengirim</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>Address &amp;Penerima</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Perlihatkan %1 pesan yang didapat dari daftar dengan opsi command-line Bitcoin yang memungkinkan</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Jendela</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimalkan</translation>
</message>
<message>
<source>Zoom</source>
<translation>Zoom</translation>
</message>
<message>
<source>Restore</source>
<translation>Pulihkan</translation>
</message>
<message>
<source>Main Window</source>
<translation>Jendela Utama</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 client</translation>
@@ -459,6 +531,12 @@
<source>Amount: %1
</source>
<translation>Jumlah: %1
</translation>
</message>
<message>
<source>Wallet: %1
</source>
<translation>Wallet: %1
</translation>
</message>
<message>
@@ -495,6 +573,14 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Pembuatan kunci HD &lt;b&gt;dinonaktifkan&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Private key &lt;b&gt;non aktif&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Wallet &lt;b&gt;terenkripsi&lt;/b&gt; dan saat ini &lt;b&gt;tidak terkunci&lt;/b&gt;</translation>
</message>
</context>
<context>
<name>CoinControlDialog</name>
@@ -701,19 +787,39 @@
</context>
<context>
<name>ModalOverlay</name>
<message>
<source>Form</source>
<translation>Formulir</translation>
</message>
</context>
<context>
<name>OpenURIDialog</name>
</context>
<context>
<name>OptionsDialog</name>
<message>
<source>&amp;Window</source>
<translation>&amp;Jendela</translation>
</message>
<message>
<source>Configuration options</source>
<translation>opsi konfigurasi</translation>
</message>
<message>
<source>Error</source>
<translation>Error</translation>
</message>
<message>
<source>The configuration file could not be opened.</source>
<translation>file konfigurasi tidak dapan dibuka</translation>
</message>
</context>
<context>
<name>OverviewPage</name>
<message>
<source>Form</source>
<translation>Formulir</translation>
</message>
</context>
<context>
<name>PaymentServer</name>
@@ -843,6 +949,14 @@
</context>
<context>
<name>SendCoinsEntry</name>
<message>
<source>Alt+A</source>
<translation>Alt+A</translation>
</message>
<message>
<source>Alt+P</source>
<translation>Alt+P</translation>
</message>
</context>
<context>
<name>SendConfirmationDialog</name>
@@ -852,6 +966,18 @@
</context>
<context>
<name>SignVerifyMessageDialog</name>
<message>
<source>Alt+A</source>
<translation>Alt+A</translation>
</message>
<message>
<source>Alt+P</source>
<translation>Alt+P</translation>
</message>
<message>
<source>Signature</source>
<translation>Tanda Tangan</translation>
</message>
</context>
<context>
<name>SplashScreen</name>
@@ -934,6 +1060,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -19,7 +19,7 @@
</message>
<message>
<source>&amp;Copy</source>
<translation>&amp;Menyalin</translation>
<translation>&amp;Salin</translation>
</message>
<message>
<source>C&amp;lose</source>
@@ -188,8 +188,8 @@
<translation>Dompet terenkripsi</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 sekarang akan ditutup untuk menyelesaikan proses enkripsi. Ingatlah bahwa mengenkripsi dompet Anda tidak dapat sepenuhnya melindungi komputer Anda dari pencurian malware yang menginfeksi komputer Anda.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Wallet anda sekarang telah terenkripsi. Ingat bahwa enkripsi wallet anda tersebut tidak dapat sepenuhnya melindungi dari pencurian atau malware yang menyerang komputer anda. </translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Kilasan</translation>
</message>
<message>
<source>Node</source>
<translation>Node</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Tampilkan gambaran umum dompet Anda</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Ubah Kata Kunci...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Alamat-alamat untuk mengirim...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Alamat-alamat untuk menerima...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Buka &amp;URI</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>Wallet:</translation>
</message>
<message>
<source>default wallet</source>
<translation>wallet default</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Klik untuk menonaktifkan aktivitas jaringan.</translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Dompet</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Kirim</translation>
@@ -497,10 +477,42 @@
<source>Up to date</source>
<translation>Terbaru</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>&amp;Address pengiriman</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>&amp;Address penerima</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Tampilkan %1 pesan bantuan untuk mendapatkan daftar opsi baris perintah Bitcoin yang memungkinkan</translation>
</message>
<message>
<source>default wallet</source>
<translation>wallet default</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Jendela</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimalkan</translation>
</message>
<message>
<source>Zoom</source>
<translation>Zoom</translation>
</message>
<message>
<source>Restore</source>
<translation>Pulihkan</translation>
</message>
<message>
<source>Main Window</source>
<translation>Jendela Utama</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 klien</translation>
@@ -565,6 +577,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Pembuatan kunci HD &lt;b&gt;dinonaktifkan&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Private key &lt;b&gt;non aktif&lt;/b&gt;</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Dompet saat ini &lt;b&gt;terenkripsi&lt;/b&gt; dan &lt;b&gt;terbuka&lt;/b&gt;</translation>
@@ -939,11 +955,7 @@
<source>Hide</source>
<translation>Sembunyikan</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Tidak diketahui. Menyinkronisasikan Headers (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -989,10 +1001,6 @@
<source>Size of &amp;database cache</source>
<translation>Ukuran cache &amp;database</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Jumlah script &amp;verification threads</translation>
@@ -1025,10 +1033,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>URL pihak ketika (misalnya sebuah block explorer) yang mumcul dalam tab transaksi sebagai konteks menu. %s dalam URL diganti dengan kode transaksi. URL dipisahkan dengan tanda vertikal |.</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Pilihan command-line yang aktif menimpa diatas opsi: </translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Buka file konfigurasi %1 dari direktori kerja.</translation>
@@ -1053,6 +1057,10 @@
<source>Disables some advanced features but all blocks will still be fully validated. Reverting this setting requires re-downloading the entire blockchain. Actual disk usage may be somewhat higher.</source>
<translation>Menonaktifkan beberapa fitur canggih akan tetapi semua block akan tetap divalidasi seutuhnya. Mengembalikan pengaturan ini memerlukan untuk mengunduh seluruh blockchain. Penggunaan disk mungkin akan lebih tinggi.</translation>
</message>
<message>
<source>Prune &amp;block storage to</source>
<translation>Prune &amp;ruang penyimpan block ke</translation>
</message>
<message>
<source>GB</source>
<translation>GB</translation>
@@ -1061,6 +1069,10 @@
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>Mengembalikan pengaturan ini membutuhkan pengunduhan seluruh blockchain lagi. </translation>
</message>
<message>
<source>MiB</source>
<translation>MiB</translation>
</message>
<message>
<source>(0 = auto, &lt;0 = leave that many cores free)</source>
<translation>(0 = auto, &lt;0 = leave that many cores free)</translation>
@@ -1540,10 +1552,6 @@
<source>1 &amp;year</source>
<translation>1 &amp;tahun</translation>
</message>
<message>
<source>default wallet</source>
<translation>wallet default</translation>
</message>
<message>
<source>Yes</source>
<translation>Ya</translation>
@@ -2018,12 +2026,19 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>
<context>
<name>WalletModel</name>
</context>
<message>
<source>default wallet</source>
<translation>wallet default</translation>
</message>
</context>
<context>
<name>WalletView</name>
</context>

View File

@@ -179,10 +179,6 @@
<source>Wallet encrypted</source>
<translation>Veski dulkóðað</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 lokast núna til dulkóðun klárist. Mundu dulkóðun veskis kemur ekki fullu í veg fyrir mynt verði stolið úr tölvunni þinni með aðstoð smitforrita. </translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>MIKILVÆGT: Nýja dulkóðaða veskisskráin þarf koma í staðinn fyrir öll fyrri afrit sem þú hefur gert af upprunalegu veskisskránni. Af öryggisástæðum munu öll fyrri afrit af ódulkóðaða veskinu verða óvirk um leið og þú byrjar nota nýja, dulkóðaða veskið.</translation>
@@ -245,10 +241,6 @@
<source>&amp;Overview</source>
<translation>&amp;Yfirlit</translation>
</message>
<message>
<source>Node</source>
<translation>Hnútur</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Sýna almennt yfirlit af veski</translation>
@@ -305,14 +297,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Breyta lykilsetningu</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Sendi færslugildi...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp;Tek við færslugildum...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Opna &amp;URL...</translation>
@@ -365,10 +349,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Veski</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Senda</translation>
@@ -848,10 +828,6 @@
<source>Change:</source>
<translation>Skiptimynt:</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Þ er í lagi greiða einungis lágmarksupphæðina svo framarlega sem færslurúmtakið er minna en plássið í blokkunum. En gætið þess þegar þ er meiri eftirspurn eftir bitcoin færslum en netið getur unnið úr þá gæti svo farið færslurnar verða aldrei samþykktar.</translation>
</message>
<message>
<source>(Smart fee not initialized yet. This usually takes a few blocks...)</source>
<translation>(Smart gjald er ekki gangsett ennþá. Þetta tekur venjulega nokkrar blokkir...)</translation>
@@ -950,6 +926,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>
@@ -985,10 +964,6 @@
<source>Warning</source>
<translation>Viðvörun</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Viðvörun: Óþekkt blokkarútgáfa í námavinnslu! Þ er mögulegt óþekktum reglum fylgt</translation>
</message>
<message>
<source>Error</source>
<translation>Villa</translation>

View File

@@ -188,8 +188,8 @@
<translation>Portafoglio cifrato</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 verrà chiuso per completare il processo di cifratura. Ricorda che cifrare il tuo portafoglio non può proteggerlo contro potenziali furti di malware che potrebbero aver infettato il tuo computer.</translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>Adesso il tuo portafoglio è criptato. Ricorda che un portafoglio criptato non protegge pienamente contro il furto di bitcoin se il tuo computer viene infetto da malware.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>&amp;Sintesi</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostra lo stato generale del portamonete</translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp;Cambia passphrase...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp;Indirizzi di invio...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Indirizzi di &amp;ricezione...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Apri &amp;URI...</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>Portafoglio:</translation>
</message>
<message>
<source>default wallet</source>
<translation>Portafoglio predefinito:</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Clicca per disattivare la rete.</translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Portafoglio</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;Invia</translation>
@@ -497,10 +477,42 @@
<source>Up to date</source>
<translation>Aggiornato</translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>Indirizzi di &amp;spedizione</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>Indirizzi di &amp;ricezione</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Mostra il messaggio di aiuto di %1 per ottenere una lista di opzioni di comando per Bitcoin </translation>
</message>
<message>
<source>default wallet</source>
<translation>Portafoglio predefinito:</translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;Finestra</translation>
</message>
<message>
<source>Minimize</source>
<translation>Minimizza</translation>
</message>
<message>
<source>Zoom</source>
<translation>Zoom</translation>
</message>
<message>
<source>Restore</source>
<translation>Ripristina</translation>
</message>
<message>
<source>Main Window</source>
<translation>Finestra principale</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 client</translation>
@@ -565,6 +577,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>La creazione della chiave HD è &lt;b&gt;disabilitata&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Chiava privata (1 disabilitata 1)</translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>Il portamonete è &lt;b&gt;cifrato&lt;/b&gt; ed attualmente &lt;b&gt;sbloccato&lt;/b&gt;</translation>
@@ -935,11 +951,7 @@
<source>Hide</source>
<translation>Nascondi</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>Sconosciuto. Sincronizzazione Headers (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -985,10 +997,6 @@
<source>Size of &amp;database cache</source>
<translation>Dimensione della cache del &amp;database.</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>Numero di thread di &amp;verifica degli script </translation>
@@ -1022,10 +1030,6 @@
<translation>URL di terze parti (ad es. un block explorer) che appaiono nella tabella delle transazioni come voci nel menu contestuale. "%s" nell'URL è sostituito dall'hash della transazione.
Per specificare più URL separarli con una barra verticale "|".</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>Opzioni della riga di comando attive che sostituiscono i settaggi sopra elencati:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>Apri il %1 file di configurazione dalla cartella attiva.</translation>
@@ -1062,6 +1066,10 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>Per ripristinare questa impostazione è necessario rieseguire il download dell'intera blockchain.</translation>
</message>
<message>
<source>MiB</source>
<translation>MiB</translation>
</message>
<message>
<source>(0 = auto, &lt;0 = leave that many cores free)</source>
<translation>(0 = automatico, &lt;0 = lascia questo numero di core liberi)</translation>
@@ -1186,6 +1194,10 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>&amp;Third party transaction URLs</source>
<translation>&amp;URLs per transazioni terzi </translation>
</message>
<message>
<source>Options set in this dialog are overridden by the command line or in the configuration file:</source>
<translation>Le impostazioni sulla riga di comando o nell'archivio di configurazione hanno priecedenza su quelle impostate in questo pannello:</translation>
</message>
<message>
<source>&amp;OK</source>
<translation>&amp;OK</translation>
@@ -1332,10 +1344,18 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin: //' non è un URI valido. Usa invece "bitcoin:".</translation>
</message>
<message>
<source>You are using a BIP70 URL which will be unsupported in the future.</source>
<translation>Sta usando un'URL BIP70 che, in futuro, sarà obsoleto</translation>
</message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>URL di recupero della Richiesta di pagamento non valido: %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>Non posso completare il pagamento perché non è stato incluso in fase di compilazione del supporto per BIP70.</translation>
</message>
<message>
<source>Invalid payment address %1</source>
<translation>Indirizzo di pagamento non valido %1</translation>
@@ -1587,6 +1607,18 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>Datadir</source>
<translation>Datadir</translation>
</message>
<message>
<source>To specify a non-default location of the data directory use the '%1' option.</source>
<translation>Per specificare una posizione non di default della directory dei dati, usa l'opzione '%1'</translation>
</message>
<message>
<source>Blocksdir</source>
<translation>Blocksdir</translation>
</message>
<message>
<source>To specify a non-default location of the blocks directory use the '%1' option.</source>
<translation>Per specificare una posizione non di default della directory dei blocchi, usa l'opzione '%1'</translation>
</message>
<message>
<source>Startup time</source>
<translation>Ora di avvio</translation>
@@ -1799,10 +1831,6 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>&amp;Unban</source>
<translation>&amp;Elimina Ban</translation>
</message>
<message>
<source>default wallet</source>
<translation>Portafoglio predefinito:</translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>Benvenuto nella console RPC di %1.</translation>
@@ -2131,14 +2159,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Hide</source>
<translation>Nascondi</translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Non vi è alcuna controindicazione a pagare la commissione minima, a patto che il volume delle transazioni sia inferiore allo spazio disponibile nei blocchi. Occorre comunque essere consapevoli che ciò potrebbe impedire la conferma delle transazioni nel caso in cui la rete risultasse satura.</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation>(leggi il suggerimento)</translation>
</message>
<message>
<source>Recommended:</source>
<translation>Raccomandata:</translation>
@@ -2167,6 +2187,14 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Dust:</source>
<translation>Trascurabile:</translation>
</message>
<message>
<source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>Quando il volume delle transazioni è minore dello spazio nei blocchi, i minatori e in nidi di relay potrebbero imporre una commissione minima. Va benissimo pagare solo questa commissione minima, ma tieni presente che questo potrebbe risultare in una transazione che non si confermano mai se la richiesta di transazioni bitcoin dovesse superare la velocità con cui la rete riesce ad elaborarle.</translation>
</message>
<message>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation>Una commissione troppo bassa potrebbe risultare in una transazione che non si conferma mai (vedi il tooltip)</translation>
</message>
<message>
<source>Confirmation time target:</source>
<translation>Obiettivo del tempo di conferma:</translation>
@@ -2299,10 +2327,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Payment request expired.</source>
<translation>Richiesta di pagamento scaduta.</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation> Paga solamente la commissione richiesta di %1</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Inizio delle conferme stimato entro %n blocchi.</numerusform><numerusform>Inizio delle conferme stimato entro %n blocchi.</numerusform></translation>
@@ -3029,6 +3053,9 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<translation>Unità con cui visualizzare gli importi. Clicca per selezionare un'altra unità.</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3078,6 +3105,10 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Could not commit transaction</source>
<translation>Non è stato possibile completare la transazione</translation>
</message>
<message>
<source>default wallet</source>
<translation>Portafoglio predefinito:</translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3168,10 +3199,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>Errore lettura %s! Tutte le chiavi sono state lette correttamente, ma i dati delle transazioni o della rubrica potrebbero essere mancanti o non corretti.</translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>Raggruppa gli output per indirizzo, selezionando tutti o nessuno, invece di selezionarli in base all'output. La privacy è migliorata in quanto un indirizzo viene usato una sola volta (a meno che qualcuno vi invii denaro dopo che avevate già speso da quell'indirizzo), ma può comportare commissioni leggermente più alte visto che le limitazioni aggiunte possono condurre a una selezione subottimale degli input da spendere (default: %u)</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>Per favore controllate che la data del computer e l'ora siano corrette! Se il vostro orologio è sbagliato %s non funzionerà correttamente.</translation>
@@ -3228,6 +3255,10 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Change index out of range</source>
<translation>Cambio indice fuori paramentro</translation>
</message>
<message>
<source>Config setting for %s only applied on %s network when in [%s] section.</source>
<translation>La configurazione di %s si applica alla rete %s soltanto nella sezione [%s]</translation>
</message>
<message>
<source>Copyright (C) %i-%i</source>
<translation>Copyright (C) %i-%i</translation>
@@ -3240,10 +3271,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Do you want to rebuild the block database now?</source>
<translation>Vuoi ricostruire ora il database dei blocchi?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>Errore durante la creazione %s: non e' possibile creare portafogli non-HD con questa versione.</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>Errore durante l'inizializzazione del database dei blocchi</translation>
@@ -3360,18 +3387,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Unable to generate keys</source>
<translation>Impossibile generare le chiavi</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Ignorata opzione -benchmark non supportata, utilizzare -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Argomento -debugnet ignorato in quanto non supportato, usare -debug=net.</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Rilevato argomento -tor non supportato, utilizzare -onion.</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>Categoria di registrazione non supportata %s=%s.</translation>
@@ -3408,10 +3423,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>Per ritornare alla modalità unpruned sarà necessario ricostruire il database utilizzando l'opzione -reindex. L'intera blockchain sarà riscaricata.</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>Errore caricamento %s: Non puoi disabilitare HD in un portafoglio HD già esistente</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>Errore durante lalettura del database. Arresto in corso.</translation>
@@ -3420,6 +3431,10 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Error upgrading chainstate database</source>
<translation>Errore durante l'aggiornamento del database chainstate</translation>
</message>
<message>
<source>Error: Disk space is low for %s</source>
<translation>Errore; Lo spazio sul disco è troppo basso per %s</translation>
</message>
<message>
<source>Information</source>
<translation>Informazioni</translation>
@@ -3448,6 +3463,10 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Riduzione -maxconnections da %d a %d a causa di limitazioni di sistema.</translation>
</message>
<message>
<source>Section [%s] is not recognized.</source>
<translation>La sezione [%s] non è riconosciuta</translation>
</message>
<message>
<source>Signing transaction failed</source>
<translation>Firma transazione fallita</translation>
@@ -3464,6 +3483,11 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Specified -walletdir "%s" is not a directory</source>
<translation>-walletdir "%s" specificata non e' una directory</translation>
</message>
<message>
<source>The specified config file %s does not exist
</source>
<translation>Lo specificato archivio di configurazione %s non esiste</translation>
</message>
<message>
<source>The transaction amount is too small to pay the fee</source>
<translation>L'importo della transazione è troppo basso per pagare la commissione</translation>
@@ -3516,10 +3540,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee è impostato molto alto! Commissioni così alte possono venir pagate anche su una singola transazione.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>Errore caricamento %s: Non puoi abilitare HD in un portafoglio non-HD già esistente</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>Questo è il costo di transazione che potresti pagare quando le stime della tariffa non sono disponibili.</translation>
@@ -3532,18 +3552,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>La lunghezza totale della stringa di network version (%i) eccede la lunghezza massima (%i). Ridurre il numero o la dimensione di uacomments.</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>Argomento -socks non supportato. Non è più possibile impostare la versione SOCKS, solamente i proxy SOCKS5 sono supportati.</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>Argomento non supportato -whitelistalwaysrelay è stato ignorato, utilizzare -whitelistrelay e/o -whitelistforcerelay.</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>Attenzione: si stanno minando versioni sconocsiute di blocchi! E' possibile che siano attive regole sconosciute</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Attenzione: file del Portafoglio corrotto, dati recuperati! %s originale salvato come %s in %s; se il saldo o le transazioni non sono corrette effettua un ripristino da un backup.</translation>
@@ -3596,10 +3604,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
<source>Insufficient funds</source>
<translation>Fondi insufficienti</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>Impossibile generare una chiave di indirizzo di modifica. Le chiavi private sono disabilitate per questo portafoglio.</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>Impossibile aggiornare un portafoglio diviso non HD senza aggiornamento per supportare il keypool pre-split. Si prega di utilizzare -upgradewallet = 169900 o -upgradewallet senza specificare la versione.</translation>

View File

@@ -183,10 +183,6 @@
<source>Wallet encrypted</source>
<translation>Portafoglio criptato</translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 ora si chiuderà per concludere il processo di criptaggio. Ricorda che criptare il tuo portafoglio non può definitivamente proteggere i tuoi bitcoin da furti tramite malware che infetta il tuo computer.</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>IMPORTANTE: Qualsiasi backup precedentemente effettuato del tuo portafoglio dovrebbe essere sostituito con il nuovo file criptato generato. Per questioni di sicurezza, backup precedenti del portafoglio non criptati diverranno inutili non appena inizi ad usare il nuovo portafoglio criptato.</translation>
@@ -249,10 +245,6 @@
<source>&amp;Overview</source>
<translation>&amp;Panoramica</translation>
</message>
<message>
<source>Node</source>
<translation>Nodo</translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation>Mostra panoramica generale del portafoglio</translation>
@@ -309,14 +301,6 @@
<source>&amp;Change Passphrase...</source>
<translation>Cambia Password...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>Indirizzi di invio...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>Indirizzi di ricezione...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>Apri &amp;URI...</translation>
@@ -325,10 +309,6 @@
<source>Wallet:</source>
<translation>Portafoglio</translation>
</message>
<message>
<source>default wallet</source>
<translation>Portafoglio predefinito</translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation>Clicca per disabilitare attività di rete.</translation>
@@ -377,10 +357,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation>Portafoglio</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>Invia</translation>
@@ -485,6 +461,10 @@
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation>Mostra il %1 messaggio d'aiuto per ottenere una lista con le possibili opzioni per la riga di comando di Bitcoin</translation>
</message>
<message>
<source>default wallet</source>
<translation>Portafoglio predefinito</translation>
</message>
<message>
<source>Date: %1
</source>
@@ -523,6 +503,14 @@
<source>Incoming transaction</source>
<translation>Transazione in arrivo</translation>
</message>
<message>
<source>HD key generation is &lt;b&gt;enabled&lt;/b&gt;</source>
<translation>Generazione di chiavi HD &lt;b&gt;abilitata&lt;/b&gt;</translation>
</message>
<message>
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>Generazione di chiavi HD &lt;b&gt;disabilitata&lt;/b&gt;</translation>
</message>
<message>
<source>A fatal error occurred. Bitcoin can no longer continue safely and will quit.</source>
<translation>Si è verificato un errore fatale. Bitcoin non può continuare in maniera sicura e sarà chiuso.</translation>
@@ -814,21 +802,61 @@
<source>Your current spendable balance</source>
<translation>Saldo disponibile</translation>
</message>
<message>
<source>Total:</source>
<translation>Totale:</translation>
</message>
<message>
<source>Your current total balance</source>
<translation>Bilancio totale attuale</translation>
</message>
<message>
<source>Spendable:</source>
<translation>Spendibile:</translation>
</message>
<message>
<source>Recent transactions</source>
<translation>Transazioni recenti</translation>
</message>
</context>
<message>
<source>Current total balance in watch-only addresses</source>
<translation>Bilancio totale attuale su indirizzi watch-only</translation>
</message>
</context>
<context>
<name>PaymentServer</name>
<message>
<source>URI handling</source>
<translation>Gestione URI</translation>
</message>
<message>
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin://' non è un URI valido. Usa invece 'bitcoin:'.</translation>
</message>
<message>
<source>Invalid payment address %1</source>
<translation>Indirizzo di pagamento non valido %1</translation>
</message>
<message>
<source>Payment request rejected</source>
<translation>Richiesta di pagamento rifiutata</translation>
</message>
<message>
<source>Payment request expired.</source>
<translation>Richiesta di pagamento scaduta.</translation>
</message>
<message>
<source>Invalid payment request.</source>
<translation>Richiesta di pagamento non valida.</translation>
</message>
<message>
<source>Refund from %1</source>
<translation>Rimborso da %1</translation>
</message>
<message>
<source>Error communicating with %1: %2</source>
<translation>Errore nella comunicazione con %1: %2</translation>
</message>
</context>
<context>
<name>PeerTableModel</name>
@@ -856,10 +884,6 @@
<source>Sent</source>
<translation>Inviato</translation>
</message>
<message>
<source>default wallet</source>
<translation>Portafoglio predefinito</translation>
</message>
</context>
<context>
<name>ReceiveCoinsDialog</name>
@@ -956,6 +980,10 @@
<source>Copy change</source>
<translation>Copia cambio</translation>
</message>
<message>
<source>Payment request expired.</source>
<translation>Richiesta di pagamento scaduta.</translation>
</message>
<message>
<source>(no label)</source>
<translation>(nessuna etichetta)</translation>
@@ -1054,12 +1082,19 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>
<context>
<name>WalletModel</name>
</context>
<message>
<source>default wallet</source>
<translation>Portafoglio predefinito</translation>
</message>
</context>
<context>
<name>WalletView</name>
</context>

View File

@@ -188,8 +188,8 @@
<translation></translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation> %1 Bitcoin </translation>
<source>Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation> Bitcoin </translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
@@ -253,10 +253,6 @@
<source>&amp;Overview</source>
<translation>(&amp;O)</translation>
</message>
<message>
<source>Node</source>
<translation></translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation></translation>
@@ -313,14 +309,6 @@
<source>&amp;Change Passphrase...</source>
<translation>... (&amp;C)</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation> (&amp;S)...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation> (&amp;R)...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>URI (&amp;U)...</translation>
@@ -329,10 +317,6 @@
<source>Wallet:</source>
<translation>:</translation>
</message>
<message>
<source>default wallet</source>
<translation></translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation></translation>
@@ -385,10 +369,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation></translation>
</message>
<message>
<source>&amp;Send</source>
<translation> (&amp;S)</translation>
@@ -497,10 +477,42 @@
<source>Up to date</source>
<translation></translation>
</message>
<message>
<source>&amp;Sending addresses</source>
<translation>(&amp;S)</translation>
</message>
<message>
<source>&amp;Receiving addresses</source>
<translation>(&amp;R)</translation>
</message>
<message>
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
<translation> Bitcoin %1 </translation>
</message>
<message>
<source>default wallet</source>
<translation></translation>
</message>
<message>
<source>&amp;Window</source>
<translation> (&amp;W)</translation>
</message>
<message>
<source>Minimize</source>
<translation></translation>
</message>
<message>
<source>Zoom</source>
<translation></translation>
</message>
<message>
<source>Restore</source>
<translation></translation>
</message>
<message>
<source>Main Window</source>
<translation></translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 </translation>
@@ -565,6 +577,10 @@
<source>HD key generation is &lt;b&gt;disabled&lt;/b&gt;</source>
<translation>HD鍵生成は&lt;b&gt;&lt;/b&gt;</translation>
</message>
<message>
<source>Private key &lt;b&gt;disabled&lt;/b&gt;</source>
<translation> &lt;b&gt;&lt;/b&gt; </translation>
</message>
<message>
<source>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;unlocked&lt;/b&gt;</source>
<translation>&lt;b&gt;&lt;/b&gt;</translation>
@@ -943,11 +959,7 @@
<source>Hide</source>
<translation>隠す</translation>
</message>
<message>
<source>Unknown. Syncing Headers (%1)...</source>
<translation>未知。ヘッダを同期しています (%1)...</translation>
</message>
</context>
</context>
<context>
<name>OpenURIDialog</name>
<message>
@@ -993,10 +1005,6 @@
<source>Size of &amp;database cache</source>
<translation>データベースキャッシュのサイズ (&amp;D)</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation>スクリプト検証用スレッド数 (&amp;V)</translation>
@@ -1029,10 +1037,6 @@
<source>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</source>
<translation>トランザクションタブのコンテキストメニュー項目に表示する、サードパーティURL (例えばブロックエクスプローラ)。URL中の%sはトランザクションのハッシュ値に置き換えられます。垂直バー | で区切ることで、複数のURLを指定できます。</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation>上のオプションを置き換えることのできる、有効なコマンドラインオプションの一覧:</translation>
</message>
<message>
<source>Open the %1 configuration file from the working directory.</source>
<translation>%1の設定ファイルをワーキングディレクトリから開く。</translation>
@@ -1069,6 +1073,10 @@
<source>Reverting this setting requires re-downloading the entire blockchain.</source>
<translation>この設定を元に戻すには、ブロック チェーン全体を再ダウンロードする必要があります。</translation>
</message>
<message>
<source>MiB</source>
<translation>MiB</translation>
</message>
<message>
<source>(0 = auto, &lt;0 = leave that many cores free)</source>
<translation>(0 = 自動、0以上 = 指定した数のコアをフリーにする)</translation>
@@ -1193,6 +1201,10 @@
<source>&amp;Third party transaction URLs</source>
<translation>サードパーティのトランザクションURL (&amp;T)</translation>
</message>
<message>
<source>Options set in this dialog are overridden by the command line or in the configuration file:</source>
<translation>このダイアログで指定したオプションは、コマンドラインや設定ファイルの内容でオーバーライドされます:</translation>
</message>
<message>
<source>&amp;OK</source>
<translation>&amp;OK</translation>
@@ -1339,10 +1351,18 @@
<source>'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<translation>'bitcoin://' URIではありません 'bitcoin:'</translation>
</message>
<message>
<source>You are using a BIP70 URL which will be unsupported in the future.</source>
<translation>BIP70形式のURLをお使いです</translation>
</message>
<message>
<source>Payment request fetch URL is invalid: %1</source>
<translation>URLが無効です: %1</translation>
</message>
<message>
<source>Cannot process payment request because BIP70 support was not compiled in.</source>
<translation>BIP70のサポートが組み込まれていないため</translation>
</message>
<message>
<source>Invalid payment address %1</source>
<translation>%1</translation>
@@ -1602,6 +1622,18 @@
<source>Datadir</source>
<translation></translation>
</message>
<message>
<source>To specify a non-default location of the data directory use the '%1' option.</source>
<translation> '%1' 使</translation>
</message>
<message>
<source>Blocksdir</source>
<translation></translation>
</message>
<message>
<source>To specify a non-default location of the blocks directory use the '%1' option.</source>
<translation> '%1' 使</translation>
</message>
<message>
<source>Startup time</source>
<translation></translation>
@@ -1814,10 +1846,6 @@
<source>&amp;Unban</source>
<translation>Banを解除する (&amp;U)</translation>
</message>
<message>
<source>default wallet</source>
<translation></translation>
</message>
<message>
<source>Welcome to the %1 RPC console.</source>
<translation>%1 RPCコンソールへようこそ</translation>
@@ -2150,14 +2178,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Hide</source>
<translation></translation>
</message>
<message>
<source>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation>bitcoinトランザクションの需要がひとたび生まれてしまった場合には</translation>
</message>
<message>
<source>(read the tooltip)</source>
<translation></translation>
</message>
<message>
<source>Recommended:</source>
<translation></translation>
@@ -2186,6 +2206,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Dust:</source>
<translation></translation>
</message>
<message>
<source>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</source>
<translation></translation>
</message>
<message>
<source>A too low fee might result in a never confirming transaction (read the tooltip)</source>
<translation> ()</translation>
</message>
<message>
<source>Confirmation time target:</source>
<translation>:</translation>
@@ -2322,10 +2350,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Payment request expired.</source>
<translation>支払いリクエストの期限が切れました。</translation>
</message>
<message>
<source>Pay only the required fee of %1</source>
<translation>要求手数料 %1 のみを支払う</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>%n ブロック以内に検証が開始されると予想されます。</numerusform></translation>
@@ -3060,6 +3084,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<translation>金額を表示する際の単位。クリックすることで他の単位を選択します。</translation>
</message>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
<message>
@@ -3109,6 +3136,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Could not commit transaction</source>
<translation></translation>
</message>
<message>
<source>default wallet</source>
<translation></translation>
</message>
</context>
<context>
<name>WalletView</name>
@@ -3199,10 +3230,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>%s ! </translation>
</message>
<message>
<source>Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)</source>
<translation>()使(: %u)</translation>
</message>
<message>
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>あなたのPCの日付と時刻が正しいことを確認して下さい もしあなたの時計が正しくなければ %s が正確に動作しません。</translation>
@@ -3259,6 +3286,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Change index out of range</source>
<translation>おつりのインデックスが範囲外です</translation>
</message>
<message>
<source>Config setting for %s only applied on %s network when in [%s] section.</source>
<translation>%s の設定は、%sネットワークへは [%s] セクションに書かれた場合のみ適用されます。</translation>
</message>
<message>
<source>Copyright (C) %i-%i</source>
<translation>Copyright (C) %i-%i</translation>
@@ -3272,10 +3303,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Do you want to rebuild the block database now?</source>
<translation>ブロック データベースを今すぐ再構築しますか?</translation>
</message>
<message>
<source>Error creating %s: You can't create non-HD wallets with this version.</source>
<translation>%sの作成に失敗しましたHDウォレット以外を作成することはできません</translation>
</message>
<message>
<source>Error initializing block database</source>
<translation>ブロック データベースの初期化中にエラー</translation>
@@ -3396,18 +3423,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Unable to generate keys</source>
<translation>鍵を生成できません</translation>
</message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation> -benchmark -debug=bench 使</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation> -debugnet -debug=net 使</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation> -tor -onion 使</translation>
</message>
<message>
<source>Unsupported logging category %s=%s.</source>
<translation>サポートされていないログカテゴリ %s=%s.</translation>
@@ -3444,10 +3459,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
<translation>非剪定モードに戻るためには-reindexオプションを使用してデータベースを再構築する必要があります。これによりブロックチェイン全体の再ダウンロードが行われます。</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on an already existing HD wallet</source>
<translation>%s の読み込みエラー: HDウォレットが既に存在するため、HDウォレットを無効化できません</translation>
</message>
<message>
<source>Error reading from database, shutting down.</source>
<translation>データベースの読み込みエラー。シャットダウンします。</translation>
@@ -3456,6 +3467,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Error upgrading chainstate database</source>
<translation>チェインステートデータベースの更新エラー</translation>
</message>
<message>
<source>Error: Disk space is low for %s</source>
<translation>エラー: %s 用のディスク容量が不足しています</translation>
</message>
<message>
<source>Information</source>
<translation>情報</translation>
@@ -3484,10 +3499,20 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>システム上の制約から、-maxconnections を %d から %d に削減しました。</translation>
</message>
<message>
<source>Section [%s] is not recognized.</source>
<translation>セクション名 [%s] は認識されません。</translation>
</message>
<message>
<source>Signing transaction failed</source>
<translation>取引の署名に失敗しました</translation>
</message>
<message>
<source>The specified config file %s does not exist
</source>
<translation>指定の設定ファイル %s が存在しません。
</translation>
</message>
<message>
<source>The transaction amount is too small to pay the fee</source>
<translation>トランザクションの金額が小さすぎて手数料を支払えません</translation>
@@ -3540,34 +3565,18 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>-maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>-maxtxfee が非常に高く設定されています!ひとつのトランザクションでこの量の手数料が支払われてしまうことがあります。</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on an already existing non-HD wallet</source>
<translation>%s の読み込みエラー: 非HDウォレットが既に存在するためHDウォレットを有効化できません</translation>
</message>
<message>
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
<translation>これは手数料の推定機能が利用できない場合に支払うトランザクション手数料です。</translation>
</message>
<message>
<source>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.</source>
<translation>OpenSSLプロジェクトにより開発されたソフトウェアをOpenSSLツールキット %s &lt;https://www.openssl.org/&gt;。また、Eric Young氏により開発された暗号ソフトウェア、Thomas Bernard氏により書かれたUPnPソフトウェアを用いています。</translation>
<translation>この製品はOpenSSLプロジェクトにより開発されたソフトウェアをOpenSSLツールキット %s として利用しています。また、Eric Young氏により開発された暗号ソフトウェア、Thomas Bernard氏により書かれたUPnPソフトウェアを用いています。</translation>
</message>
<message>
<source>Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.</source>
<translation>ネットワークバージョン文字 (%i) の長さが最大の長さ (%i) を超えています。UAコメントの数や長さを削減してください。</translation>
</message>
<message>
<source>Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>サポートされていない引数 -socks が見つかりました。SOCKSバージョンの設定はできないようになりました。SOCKS5プロキシのみがサポートされています。</translation>
</message>
<message>
<source>Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.</source>
<translation>サポートされていない引数 -whitelistalwaysrelay は無視されました。-whitelistrelay または -whitelistforcerelay を利用してください</translation>
</message>
<message>
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
<translation>警告: 未知のバージョンのブロックが採掘されました</translation>
</message>
<message>
<source>Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>警告: ウォレットファイルが破損していましたのでデータを復旧しました!元の %s は %s として %s に保存されました; 残高やトランザクションが正しくない場合にはバックアップから復元してください。</translation>
@@ -3620,10 +3629,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
<source>Insufficient funds</source>
<translation>残高不足</translation>
</message>
<message>
<source>Can't generate a change-address key. Private keys are disabled for this wallet.</source>
<translation>おつりアドレスの鍵を生成することができません。このウォレットでは秘密鍵が無効です。</translation>
</message>
<message>
<source>Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.</source>
<translation>事前分割キープールをサポートするようにアップグレードせずに、非HD分割ウォレットをアップグレードすることはできません。 -upgradewallet=169900 または、バージョンを指定しない -upgradewallet を使用してください。</translation>

View File

@@ -187,10 +187,6 @@
<source>Wallet encrypted</source>
<translation> </translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 . , .</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>მნიშვნელოვანი: ნებისმიერი , , , . , , , .</translation>
@@ -237,10 +233,6 @@
<source>&amp;Overview</source>
<translation>&amp;</translation>
</message>
<message>
<source>Node</source>
<translation></translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation> </translation>
@@ -297,14 +289,6 @@
<source>&amp;Change Passphrase...</source>
<translation>- &amp;</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation> &amp;</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation> &amp;</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>&amp;URI- ...</translation>
@@ -313,10 +297,6 @@
<source>Wallet:</source>
<translation>:</translation>
</message>
<message>
<source>default wallet</source>
<translation> </translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation> .</translation>
@@ -357,10 +337,6 @@
<source>Bitcoin</source>
<translation>Bitcoin</translation>
</message>
<message>
<source>Wallet</source>
<translation></translation>
</message>
<message>
<source>&amp;Send</source>
<translation>&amp;</translation>
@@ -453,6 +429,14 @@
<source>Up to date</source>
<translation></translation>
</message>
<message>
<source>default wallet</source>
<translation> </translation>
</message>
<message>
<source>&amp;Window</source>
<translation>&amp;</translation>
</message>
<message>
<source>%1 client</source>
<translation>%1 </translation>
@@ -761,10 +745,6 @@
<source>Size of &amp;database cache</source>
<translation> &amp;</translation>
</message>
<message>
<source>MB</source>
<translation>MB</translation>
</message>
<message>
<source>Number of script &amp;verification threads</source>
<translation> &amp; </translation>
@@ -773,10 +753,6 @@
<source>IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</source>
<translation> IP- (მაგ.: IPv4: 127.0.0.1 / IPv6: ::1)</translation>
</message>
<message>
<source>Active command-line options that override above options:</source>
<translation> , :</translation>
</message>
<message>
<source>Reset all client options to default.</source>
<translation> .</translation>
@@ -1086,10 +1062,6 @@
<source>Clear console</source>
<translation> </translation>
</message>
<message>
<source>default wallet</source>
<translation> </translation>
</message>
</context>
<context>
<name>ReceiveCoinsDialog</name>
@@ -1520,12 +1492,19 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>
<context>
<name>WalletModel</name>
</context>
<message>
<source>default wallet</source>
<translation> </translation>
</message>
</context>
<context>
<name>WalletView</name>
</context>

View File

@@ -73,10 +73,6 @@
<source>Bitcoin</source>
<translation>Биткоин</translation>
</message>
<message>
<source>Wallet</source>
<translation>Әмиян</translation>
</message>
<message>
<source>&amp;Send</source>
<translation>Жіберу</translation>
@@ -300,6 +296,9 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>

View File

@@ -167,10 +167,6 @@
<source>Wallet encrypted</source>
<translation> </translation>
</message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation>%1 () . .</translation>
</message>
<message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.</source>
<translation>중요: 예전에 . . </translation>
@@ -233,10 +229,6 @@
<source>&amp;Overview</source>
<translation>&amp;</translation>
</message>
<message>
<source>Node</source>
<translation></translation>
</message>
<message>
<source>Show general overview of wallet</source>
<translation> </translation>
@@ -293,14 +285,6 @@
<source>&amp;Change Passphrase...</source>
<translation>&amp; ...</translation>
</message>
<message>
<source>&amp;Sending addresses...</source>
<translation>&amp; ...</translation>
</message>
<message>
<source>&amp;Receiving addresses...</source>
<translation>&amp; ...</translation>
</message>
<message>
<source>Open &amp;URI...</source>
<translation>&amp;URL </translation>
@@ -309,10 +293,6 @@
<source>Wallet:</source>
<translation>:</translation>
</message>
<message>
<source>default wallet</source>
<translation> </translation>
</message>
<message>
<source>Click to disable network activity.</source>
<translation> </translation>
@@ -345,6 +325,10 @@
<source>Change the passphrase used for wallet encryption</source>
<translation> </translation>
</message>
<message>
<source>default wallet</source>
<translation> </translation>
</message>
</context>
<context>
<name>CoinControlDialog</name>
@@ -390,10 +374,6 @@
</context>
<context>
<name>RPCConsole</name>
<message>
<source>default wallet</source>
<translation> </translation>
</message>
</context>
<context>
<name>ReceiveCoinsDialog</name>
@@ -444,12 +424,19 @@
<context>
<name>UnitDisplayStatusBarControl</name>
</context>
<context>
<name>WalletController</name>
</context>
<context>
<name>WalletFrame</name>
</context>
<context>
<name>WalletModel</name>
</context>
<message>
<source>default wallet</source>
<translation> </translation>
</message>
</context>
<context>
<name>WalletView</name>
<message>

Some files were not shown because too many files have changed in this diff Show More