qt: Periodic translations update

This commit is contained in:
Wladimir J. van der Laan 2015-11-19 12:58:09 +01:00
parent a1907772f0
commit 52c563710d
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
52 changed files with 686 additions and 1273 deletions

View File

@ -188,7 +188,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Activating best chain..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"), QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"), QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
QT_TRANSLATE_NOOP("bitcoin-core", "Always query for peer addresses via DNS lookup (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Always query for peer addresses via DNS lookup (default: %u)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Always relay transactions received from whitelisted peers (default: %d)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat on startup"), QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat on startup"),
QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (default: %d)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"),
@ -295,6 +297,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay th
QT_TRANSLATE_NOOP("bitcoin-core", "This help message"), QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."), QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: %u)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Tor control port password (default: empty)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Tor control port to use if onion listening enabled (default: %s)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must be positive"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must be positive"),
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
@ -317,6 +321,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoi
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete; upgrade required!"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete; upgrade required!"),
QT_TRANSLATE_NOOP("bitcoin-core", "Whether to operate in a blocks only mode (default: %u)"),
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"), QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."), QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"), QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"),

View File

@ -1689,10 +1689,6 @@
<source>Warning</source> <source>Warning</source>
<translation>تحذير</translation> <translation>تحذير</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>تحديث المحفظة للنسخة الاخيرة</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>رسالة المساعدة هذه</translation> <translation>رسالة المساعدة هذه</translation>

View File

@ -1423,10 +1423,6 @@
<source>Wallet options:</source> <source>Wallet options:</source>
<translation>Опцыі гаманца:</translation> <translation>Опцыі гаманца:</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Імпартаванне блокаў з вонкавага blk000??.dat файла</translation>
</message>
<message> <message>
<source>Activating best chain...</source> <source>Activating best chain...</source>
<translation>Актывацыя лепшага ланцуга...</translation> <translation>Актывацыя лепшага ланцуга...</translation>
@ -1479,14 +1475,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Выканаць каманду калі лепшы блок зменіцца (%s замяняецца на хэш блока)</translation> <translation>Выканаць каманду калі лепшы блок зменіцца (%s замяняецца на хэш блока)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Абнавіць гаманец на новы фармат</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Перасканаваць ланцуг блокаў дзеля пошуку адсутных транзакцый</translation>
</message>
<message> <message>
<source>Loading addresses...</source> <source>Loading addresses...</source>
<translation>Загружаем адрасы...</translation> <translation>Загружаем адрасы...</translation>

View File

@ -167,6 +167,10 @@
<source>Are you sure you wish to encrypt your wallet?</source> <source>Are you sure you wish to encrypt your wallet?</source>
<translation>Наистина ли желаете да шифрирате портфейла си?</translation> <translation>Наистина ли желаете да шифрирате портфейла си?</translation>
</message> </message>
<message>
<source>Bitcoin Core 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>Биткоин сега ще се затоври за да завърши процеса на криптиране. Запомнете, че криптирането на вашия портефейл не може напълно да предпази вашите монети от кражба чрез зловреден софтуер, инфектирал вашия компютър</translation>
</message>
<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> <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> <translation>ВАЖНО: Всички стари запазвания, които сте направили на Вашият портфейл трябва да замените с запазване на новополучения, шифриран портфейл. От съображения за сигурност, предишните запазвания на нешифрирани портфейли ще станат неизползваеми веднага, щом започнете да използвате новият, шифриран портфейл.</translation>
@ -413,6 +417,10 @@
<source>%1 behind</source> <source>%1 behind</source>
<translation>%1 зад</translation> <translation>%1 зад</translation>
</message> </message>
<message>
<source>Last received block was generated %1 ago.</source>
<translation>Последния получен блок е генериран преди %1.</translation>
</message>
<message> <message>
<source>Transactions after this will not yet be visible.</source> <source>Transactions after this will not yet be visible.</source>
<translation>Транзакции след това няма все още да бъдат видими.</translation> <translation>Транзакции след това няма все още да бъдат видими.</translation>
@ -635,6 +643,10 @@
<source>none</source> <source>none</source>
<translation>нищо</translation> <translation>нищо</translation>
</message> </message>
<message>
<source>This label turns red if the transaction size is greater than 1000 bytes.</source>
<translation>Този етикет става червен, когато размера на транзакцията е по-голяма от 1000 бита.</translation>
</message>
<message> <message>
<source>yes</source> <source>yes</source>
<translation>да</translation> <translation>да</translation>
@ -849,6 +861,10 @@
<source>&amp;Network</source> <source>&amp;Network</source>
<translation>&amp;Мрежа</translation> <translation>&amp;Мрежа</translation>
</message> </message>
<message>
<source>Automatically start Bitcoin Core after logging in to the system.</source>
<translation>Автоматично стартиране на Bitcoin Core след влизане в системата.</translation>
</message>
<message> <message>
<source>W&amp;allet</source> <source>W&amp;allet</source>
<translation>По&amp;ртфейл</translation> <translation>По&amp;ртфейл</translation>
@ -1047,10 +1063,22 @@
<source>Payment request file handling</source> <source>Payment request file handling</source>
<translation>Файл за справяне със заявки</translation> <translation>Файл за справяне със заявки</translation>
</message> </message>
<message>
<source>Payment request expired.</source>
<translation>Заявката за плащане е изтекла.</translation>
</message>
<message>
<source>Invalid payment request.</source>
<translation>Невалидна заявка за плащане.</translation>
</message>
<message> <message>
<source>Refund from %1</source> <source>Refund from %1</source>
<translation>Възстановяване на сума от %1</translation> <translation>Възстановяване на сума от %1</translation>
</message> </message>
<message>
<source>Payment request %1 is too large (%2 bytes, allowed %3 bytes).</source>
<translation>Заявката за плащане %1 е твърде голям (%2 байта, позволени %3 байта).</translation>
</message>
<message> <message>
<source>Error communicating with %1: %2</source> <source>Error communicating with %1: %2</source>
<translation>Грешка при комуникацията с %1: %2</translation> <translation>Грешка при комуникацията с %1: %2</translation>
@ -1235,14 +1263,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Получени за последно</translation> <translation>Получени за последно</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Изпратени байтове</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Получени байтове</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Време за отговор</translation> <translation>Време за отговор</translation>
@ -1331,6 +1351,14 @@
<source>Outbound</source> <source>Outbound</source>
<translation>Изходящи</translation> <translation>Изходящи</translation>
</message> </message>
<message>
<source>Yes</source>
<translation>Да</translation>
</message>
<message>
<source>No</source>
<translation>Не</translation>
</message>
<message> <message>
<source>Unknown</source> <source>Unknown</source>
<translation>Неизвестен</translation> <translation>Неизвестен</translation>
@ -1535,6 +1563,10 @@
<source>per kilobyte</source> <source>per kilobyte</source>
<translation>за килобайт</translation> <translation>за килобайт</translation>
</message> </message>
<message>
<source>Hide</source>
<translation>Скрий</translation>
</message>
<message> <message>
<source>total at least</source> <source>total at least</source>
<translation>Крайна сума поне</translation> <translation>Крайна сума поне</translation>
@ -1644,8 +1676,8 @@
<translation>Грешка при създаването на транзакция!</translation> <translation>Грешка при създаването на транзакция!</translation>
</message> </message>
<message> <message>
<source>Pay only the minimum fee of %1</source> <source>Payment request expired.</source>
<translation>Платете минималната такса от %1</translation> <translation>Заявката за плащане е изтекла.</translation>
</message> </message>
<message> <message>
<source>Warning: Invalid Bitcoin address</source> <source>Warning: Invalid Bitcoin address</source>
@ -1925,6 +1957,10 @@
<source>own address</source> <source>own address</source>
<translation>собствен адрес</translation> <translation>собствен адрес</translation>
</message> </message>
<message>
<source>watch-only</source>
<translation>само гледане</translation>
</message>
<message> <message>
<source>label</source> <source>label</source>
<translation>име</translation> <translation>име</translation>
@ -2087,6 +2123,10 @@
<source>Mined</source> <source>Mined</source>
<translation>Емитирани</translation> <translation>Емитирани</translation>
</message> </message>
<message>
<source>watch-only</source>
<translation>само гледане</translation>
</message>
<message> <message>
<source>(n/a)</source> <source>(n/a)</source>
<translation>(n/a)</translation> <translation>(n/a)</translation>
@ -2429,22 +2469,10 @@
<source>Warning</source> <source>Warning</source>
<translation>Предупреждение</translation> <translation>Предупреждение</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>по време на стартирането</translation>
</message>
<message> <message>
<source>Password for JSON-RPC connections</source> <source>Password for JSON-RPC connections</source>
<translation>Парола за JSON-RPC връзките</translation> <translation>Парола за JSON-RPC връзките</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Обновяване на портфейла до най-новия формат</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Повторно сканиране на блок-връзка за липсващи портфейлни транзакции</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Това помощно съобщение</translation> <translation>Това помощно съобщение</translation>

View File

@ -1493,14 +1493,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Darrera recepció</translation> <translation>Darrera recepció</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bytes enviats</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bytes rebuts</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Temps de ping</translation> <translation>Temps de ping</translation>
@ -2009,10 +2001,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Estimat per començar la confirmació en %n bloc.</numerusform><numerusform>Estimat per començar la confirmació en %n blocs.</numerusform></translation> <translation><numerusform>Estimat per començar la confirmació en %n bloc.</numerusform><numerusform>Estimat per començar la confirmació en %n blocs.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Paga només la comissió mínima de %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>L'adreça de destinatari no és vàlida. Torneu-la a comprovar.</translation> <translation>L'adreça de destinatari no és vàlida. Torneu-la a comprovar.</translation>
@ -2859,10 +2847,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; pot ser:</translation> <translation>&lt;category&gt; pot ser:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Intenta recuperar les claus privades d'un fitxer wallet.dat corrupte</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opcions de la creació de blocs:</translation> <translation>Opcions de la creació de blocs:</translation>
@ -2983,10 +2967,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex</translation> <translation>Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importa blocs de un fitxer blk000??.dat extern</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permet les connexions JSON-RPC d'una font específica. Vàlid per a &lt;ip&gt; són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar aquesta opció moltes vegades</translation> <translation>Permet les connexions JSON-RPC d'una font específica. Vàlid per a &lt;ip&gt; són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar aquesta opció moltes vegades</translation>
@ -3235,10 +3215,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Se suprimeixen totes les transaccions del moneder...</translation> <translation>Se suprimeixen totes les transaccions del moneder...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>a l'inici de l'aplicació</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>El fitxer wallet.data és corrupte. El rescat de les dades ha fallat</translation> <translation>El fitxer wallet.data és corrupte. El rescat de les dades ha fallat</translation>
@ -3251,14 +3227,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Executa l'ordre quan el millor bloc canviï (%s en cmd es reemplaça per un resum de bloc)</translation> <translation>Executa l'ordre quan el millor bloc canviï (%s en cmd es reemplaça per un resum de bloc)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Actualitza el moneder a l'últim format</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Reescaneja la cadena de blocs en les transaccions de moneder perdudes</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Aquest misatge d'ajuda</translation> <translation>Aquest misatge d'ajuda</translation>

View File

@ -1489,14 +1489,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Darrera recepció</translation> <translation>Darrera recepció</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bytes enviats</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bytes rebuts</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Temps de ping</translation> <translation>Temps de ping</translation>
@ -2005,10 +1997,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Estimat per començar la confirmació en %n bloc.</numerusform><numerusform>Estimat per començar la confirmació en %n blocs.</numerusform></translation> <translation><numerusform>Estimat per començar la confirmació en %n bloc.</numerusform><numerusform>Estimat per començar la confirmació en %n blocs.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Paga només la comissió mínima de %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>L'adreça de destinatari no és vàlida. Torneu-la a comprovar.</translation> <translation>L'adreça de destinatari no és vàlida. Torneu-la a comprovar.</translation>
@ -2855,10 +2843,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; pot ser:</translation> <translation>&lt;category&gt; pot ser:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Intenta recuperar les claus privades d'un fitxer wallet.dat corrupte</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opcions de la creació de blocs:</translation> <translation>Opcions de la creació de blocs:</translation>
@ -2979,10 +2963,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex</translation> <translation>Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importa blocs d'un fitxer blk000??.dat extern</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permet les connexions JSON-RPC d'una font específica. Vàlid per a &lt;ip&gt; són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar esta opció moltes vegades</translation> <translation>Permet les connexions JSON-RPC d'una font específica. Vàlid per a &lt;ip&gt; són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar esta opció moltes vegades</translation>
@ -3231,10 +3211,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Se suprimeixen totes les transaccions del moneder...</translation> <translation>Se suprimeixen totes les transaccions del moneder...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>a l'inici de l'aplicació</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>El fitxer wallet.data és corrupte. El rescat de les dades ha fallat</translation> <translation>El fitxer wallet.data és corrupte. El rescat de les dades ha fallat</translation>
@ -3247,14 +3223,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Executa l'orde quan el millor bloc canvie (%s en cmd es reemplaça per un resum de bloc)</translation> <translation>Executa l'orde quan el millor bloc canvie (%s en cmd es reemplaça per un resum de bloc)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Actualitza el moneder a l'últim format</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Reescaneja la cadena de blocs en les transaccions de moneder perdudes</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Este misatge d'ajuda</translation> <translation>Este misatge d'ajuda</translation>

View File

@ -1493,14 +1493,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Darrera recepció</translation> <translation>Darrera recepció</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bytes enviats</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bytes rebuts</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Temps de ping</translation> <translation>Temps de ping</translation>
@ -2009,10 +2001,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Estimat per començar la confirmació en %n bloc.</numerusform><numerusform>Estimat per començar la confirmació en %n blocs.</numerusform></translation> <translation><numerusform>Estimat per començar la confirmació en %n bloc.</numerusform><numerusform>Estimat per començar la confirmació en %n blocs.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Paga només la comissió mínima de %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>L'adreça de destinatari no és vàlida. Torneu-la a comprovar.</translation> <translation>L'adreça de destinatari no és vàlida. Torneu-la a comprovar.</translation>
@ -2859,10 +2847,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; pot ser:</translation> <translation>&lt;category&gt; pot ser:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Intenta recuperar les claus privades d'un fitxer wallet.dat corrupte</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opcions de la creació de blocs:</translation> <translation>Opcions de la creació de blocs:</translation>
@ -2983,10 +2967,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex</translation> <translation>Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importa blocs de un fitxer blk000??.dat extern</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permet les connexions JSON-RPC d'una font específica. Vàlid per a &lt;ip&gt; són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar aquesta opció moltes vegades</translation> <translation>Permet les connexions JSON-RPC d'una font específica. Vàlid per a &lt;ip&gt; són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar aquesta opció moltes vegades</translation>
@ -3235,10 +3215,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Se suprimeixen totes les transaccions del moneder...</translation> <translation>Se suprimeixen totes les transaccions del moneder...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>a l'inici de l'aplicació</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>El fitxer wallet.data és corrupte. El rescat de les dades ha fallat</translation> <translation>El fitxer wallet.data és corrupte. El rescat de les dades ha fallat</translation>
@ -3251,14 +3227,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Executa l'ordre quan el millor bloc canviï (%s en cmd es reemplaça per un resum de bloc)</translation> <translation>Executa l'ordre quan el millor bloc canviï (%s en cmd es reemplaça per un resum de bloc)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Actualitza el moneder a l'últim format</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Reescaneja la cadena de blocs en les transaccions de moneder perdudes</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Aquest misatge d'ajuda</translation> <translation>Aquest misatge d'ajuda</translation>

View File

@ -1493,14 +1493,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Poslední příjem</translation> <translation>Poslední příjem</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bajtů odesláno</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bajtů přijato</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Odezva</translation> <translation>Odezva</translation>
@ -2009,10 +2001,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <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></translation> <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></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Zaplatit pouze minimální poplatek %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Adresa příjemce je neplatná překontroluj ji prosím.</translation> <translation>Adresa příjemce je neplatná překontroluj ji prosím.</translation>
@ -2859,10 +2847,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; může být:</translation> <translation>&lt;category&gt; může být:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Pokusit se zachránit soukromé klíče z poškozeného souboru wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Možnosti vytváření bloku:</translation> <translation>Možnosti vytváření bloku:</translation>
@ -2983,10 +2967,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Je třeba přestavět databázi použitím -reindex, aby bylo možné změnit -txindex</translation> <translation>Je třeba přestavět databázi použitím -reindex, aby bylo možné změnit -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importovat bloky z externího souboru blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Povolit JSON-RPC spojení ze specifikovaného zdroje. Platnou hodnotou &lt;ip&gt; je jednotlivá IP adresa (např. 1.2.3.4), síť/maska (např. 1.2.3.4/255.255.255.0) nebo síť/CIDR (např. 1.2.3.4/24). Tuto volbu lze použít i vícekrát</translation> <translation>Povolit JSON-RPC spojení ze specifikovaného zdroje. Platnou hodnotou &lt;ip&gt; je jednotlivá IP adresa (např. 1.2.3.4), síť/maska (např. 1.2.3.4/255.255.255.0) nebo síť/CIDR (např. 1.2.3.4/24). Tuto volbu lze použít i vícekrát</translation>
@ -3235,10 +3215,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Vymazat všechny transakce z peněženky...</translation> <translation>Vymazat všechny transakce z peněženky...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>při startu</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>Soubor wallet.dat je poškozen, jeho záchrana se nezdařila</translation> <translation>Soubor wallet.dat je poškozen, jeho záchrana se nezdařila</translation>
@ -3251,14 +3227,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Spustit příkaz, když se změní nejlepší blok (%s se v příkazu nahradí hashem bloku)</translation> <translation>Spustit příkaz, když se změní nejlepší blok (%s se v příkazu nahradí hashem bloku)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Převést peněženku na nejnovější formát</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Přeskenovat řetězec bloků na chybějící transakce tvé pěněženky</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Tato nápověda</translation> <translation>Tato nápověda</translation>

View File

@ -1129,7 +1129,7 @@
</message> </message>
<message> <message>
<source>&amp;Unit to show amounts in:</source> <source>&amp;Unit to show amounts in:</source>
<translation>&amp;Enhed at vise beløb i:</translation> <translation>&amp;Enhed, som beløb vises i:</translation>
</message> </message>
<message> <message>
<source>Choose the default subdivision unit to show in the interface and when sending coins.</source> <source>Choose the default subdivision unit to show in the interface and when sending coins.</source>
@ -1141,7 +1141,7 @@
</message> </message>
<message> <message>
<source>&amp;OK</source> <source>&amp;OK</source>
<translation>&amp;O.k.</translation> <translation>&amp;Ok</translation>
</message> </message>
<message> <message>
<source>&amp;Cancel</source> <source>&amp;Cancel</source>
@ -1200,7 +1200,7 @@
</message> </message>
<message> <message>
<source>Pending:</source> <source>Pending:</source>
<translation>Uafgjort:</translation> <translation>Afventende:</translation>
</message> </message>
<message> <message>
<source>Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance</source> <source>Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance</source>
@ -1545,14 +1545,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Seneste modtagelse</translation> <translation>Seneste modtagelse</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Byte sendt</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Byte modtaget</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping-tid</translation> <translation>Ping-tid</translation>
@ -2065,6 +2057,10 @@
<source>Copy change</source> <source>Copy change</source>
<translation>Kopiér byttepenge</translation> <translation>Kopiér byttepenge</translation>
</message> </message>
<message>
<source>Total Amount %1</source>
<translation>Totalbeløb %1</translation>
</message>
<message> <message>
<source>or</source> <source>or</source>
<translation>eller</translation> <translation>eller</translation>
@ -2097,18 +2093,14 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Betalingsanmodning er udløbet.</translation> <translation>Betalingsanmodning er udløbet.</translation>
</message> </message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Betal kun det påkrævede gebyr %1</translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Bekræftelse estimeres til at begynde inden for %n blok.</numerusform><numerusform>Bekræftelse estimeres til at begynde inden for %n blokke.</numerusform></translation> <translation><numerusform>Bekræftelse estimeres til at begynde inden for %n blok.</numerusform><numerusform>Bekræftelse estimeres til at begynde inden for %n blokke.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Betal kun det minimale gebyr %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Totalbeløb %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Modtageradressen er ikke gyldig. Tjek venligst igen.</translation> <translation>Modtageradressen er ikke gyldig. Tjek venligst igen.</translation>
@ -2887,10 +2879,6 @@
<source>Accept command line and JSON-RPC commands</source> <source>Accept command line and JSON-RPC commands</source>
<translation>Acceptér kommandolinje- og JSON-RPC-kommandoer</translation> <translation>Acceptér kommandolinje- og JSON-RPC-kommandoer</translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying (default: %s)</source>
<translation>Gebyrer (i %s/kB) mindre end dette opfattes som nul-gebyr under videresendelse (standard: %s)</translation>
</message>
<message> <message>
<source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source> <source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source>
<translation>Hvis &lt;category&gt; ikke angives eller hvis &lt;category&gt; = 1, udskriv al fejlretningsinformation.</translation> <translation>Hvis &lt;category&gt; ikke angives eller hvis &lt;category&gt; = 1, udskriv al fejlretningsinformation.</translation>
@ -3015,10 +3003,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;kategori&gt; kan være:</translation> <translation>&lt;kategori&gt; kan være:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Forsøg at genskabe private nøgler fra ødelagt wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Blokoprettelsestilvalg:</translation> <translation>Blokoprettelsestilvalg:</translation>
@ -3175,10 +3159,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Du er nødt til at genopbygge databasen ved hjælp af -reindex for at ændre -txindex</translation> <translation>Du er nødt til at genopbygge databasen ved hjælp af -reindex for at ændre -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importerer blokke fra ekstern blk000??.dat fil</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Tillad JSON-RPC-forbindelser fra angivet kilde. Gyldig for &lt;ip&gt; er en enkelt IP (fx 1.2.3.4), et netværk/netmaske (fx 1.2.3.4/255.255.255.0) eller et netværk/CIDR (fx 1.2.3.4/24). Dette tilvalg kan angives flere gange</translation> <translation>Tillad JSON-RPC-forbindelser fra angivet kilde. Gyldig for &lt;ip&gt; er en enkelt IP (fx 1.2.3.4), et netværk/netmaske (fx 1.2.3.4/255.255.255.0) eller et netværk/CIDR (fx 1.2.3.4/24). Dette tilvalg kan angives flere gange</translation>
@ -3211,6 +3191,10 @@
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>Udfør kommando, når en relevant alarm modtages eller vi ser en virkelig lang udsplitning (%s i cmd erstattes af besked)</translation> <translation>Udfør kommando, når en relevant alarm modtages eller vi ser en virkelig lang udsplitning (%s i cmd erstattes af besked)</translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s)</source>
<translation>Gebyrer (i %s/kB) mindre end dette opfattes som intet gebyr for videresendelse, mining og oprettelse af transaktioner (standard: %s)</translation>
</message>
<message> <message>
<source>If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u)</source> <source>If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u)</source>
<translation>Hvis paytxfee ikke er sat, inkluderes nok gebyr til at transaktioner begynder at blive bekræftet ingen for gennemsnitligt n blokke (standard: %u)</translation> <translation>Hvis paytxfee ikke er sat, inkluderes nok gebyr til at transaktioner begynder at blive bekræftet ingen for gennemsnitligt n blokke (standard: %u)</translation>
@ -3267,6 +3251,10 @@
<source>Activating best chain...</source> <source>Activating best chain...</source>
<translation>Aktiverer bedste kæde</translation> <translation>Aktiverer bedste kæde</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat on startup</source>
<translation>Forsøg at genskabe private nøgler fra en ødelagt wallet.dat under opstart</translation>
</message>
<message> <message>
<source>Cannot resolve -whitebind address: '%s'</source> <source>Cannot resolve -whitebind address: '%s'</source>
<translation>Kan ikke løse -whitebind adresse: "%s"</translation> <translation>Kan ikke løse -whitebind adresse: "%s"</translation>
@ -3291,6 +3279,10 @@
<source>Error reading from database, shutting down.</source> <source>Error reading from database, shutting down.</source>
<translation>Fejl under læsning fra database; lukker ned.</translation> <translation>Fejl under læsning fra database; lukker ned.</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file on startup</source>
<translation>Importerer blokeringer fra ekstern blk000??.dat-fil under opstart</translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Information</translation> <translation>Information</translation>
@ -3347,6 +3339,10 @@
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source> <source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Reducerer -maxconnections fra %d til %d grund af systembegrænsninger.</translation> <translation>Reducerer -maxconnections fra %d til %d grund af systembegrænsninger.</translation>
</message> </message>
<message>
<source>Rescan the block chain for missing wallet transactions on startup</source>
<translation>Genindlæs blokkæden efter manglende tegnebogstransaktioner under opstart</translation>
</message>
<message> <message>
<source>Send trace/debug info to console instead of debug.log file</source> <source>Send trace/debug info to console instead of debug.log file</source>
<translation>Send sporings-/fejlsøgningsinformation til konsollen i stedet for debug.log filen</translation> <translation>Send sporings-/fejlsøgningsinformation til konsollen i stedet for debug.log filen</translation>
@ -3415,6 +3411,10 @@
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation>Ikke i stand til at tildele til %s denne computer (bind returnerede fejl %s)</translation> <translation>Ikke i stand til at tildele til %s denne computer (bind returnerede fejl %s)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format on startup</source>
<translation>Opgradér tegnebog til seneste format under opstart</translation>
</message>
<message> <message>
<source>Username for JSON-RPC connections</source> <source>Username for JSON-RPC connections</source>
<translation>Brugernavn til JSON-RPC-forbindelser</translation> <translation>Brugernavn til JSON-RPC-forbindelser</translation>
@ -3435,10 +3435,6 @@
<source>ZeroMQ notification options:</source> <source>ZeroMQ notification options:</source>
<translation>ZeroMQ-notifikationsindstillinger:</translation> <translation>ZeroMQ-notifikationsindstillinger:</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>under opstart</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat ødelagt, redning af data mislykkedes</translation> <translation>wallet.dat ødelagt, redning af data mislykkedes</translation>
@ -3451,14 +3447,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Udfør kommando, når den bedste blok ændres (%s i kommandoen erstattes med blokhash)</translation> <translation>Udfør kommando, når den bedste blok ændres (%s i kommandoen erstattes med blokhash)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Opgrader tegnebog til seneste format</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Gennemsøg blokkæden for manglende tegnebogstransaktioner</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Denne hjælpebesked</translation> <translation>Denne hjælpebesked</translation>

View File

@ -1517,14 +1517,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Letzter Empfang</translation> <translation>Letzter Empfang</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Übertragene Byte</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Empfangene Byte</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Pingzeit</translation> <translation>Pingzeit</translation>
@ -2021,6 +2013,10 @@
<source>Copy change</source> <source>Copy change</source>
<translation>Wechselgeld kopieren</translation> <translation>Wechselgeld kopieren</translation>
</message> </message>
<message>
<source>Total Amount %1</source>
<translation>Gesamtbetrag %1</translation>
</message>
<message> <message>
<source>or</source> <source>or</source>
<translation>oder</translation> <translation>oder</translation>
@ -2057,14 +2053,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <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> <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>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Nur die minimale Gebühr in Höhe von %1 zahlen</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Gesamtbetrag %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Die Zahlungsadresse ist ungültig, bitte nochmals überprüfen.</translation> <translation>Die Zahlungsadresse ist ungültig, bitte nochmals überprüfen.</translation>
@ -2923,10 +2911,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; kann sein:</translation> <translation>&lt;category&gt; kann sein:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Versuchen, private Schlüssel aus einer beschädigten wallet.dat wiederherzustellen</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Blockerzeugungsoptionen:</translation> <translation>Blockerzeugungsoptionen:</translation>
@ -3047,10 +3031,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Sie müssen die Datenbank mit Hilfe von -reindex neu aufbauen, um -txindex zu verändern</translation> <translation>Sie müssen die Datenbank mit Hilfe von -reindex neu aufbauen, um -txindex zu verändern</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Blöcke aus externer Datei blk000??.dat importieren</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>JSON-RPC-Verbindungen von der angegeben Quelle erlauben. Gültig für &lt;ip&gt; ist eine einzelne IP-Adresse (z.B. 1.2.3.4), ein Netzwerk bzw. eine Netzmaske (z.B. 1.2.3.4/255.255.255.0), oder die CIDR-Notation (z.B. 1.2.3.4/24). Kann mehrmals angegeben werden.</translation> <translation>JSON-RPC-Verbindungen von der angegeben Quelle erlauben. Gültig für &lt;ip&gt; ist eine einzelne IP-Adresse (z.B. 1.2.3.4), ein Netzwerk bzw. eine Netzmaske (z.B. 1.2.3.4/255.255.255.0), oder die CIDR-Notation (z.B. 1.2.3.4/24). Kann mehrmals angegeben werden.</translation>
@ -3303,10 +3283,6 @@
<source>ZeroMQ notification options:</source> <source>ZeroMQ notification options:</source>
<translation>ZeroMQ-Benachrichtigungsoptionen:</translation> <translation>ZeroMQ-Benachrichtigungsoptionen:</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>beim Starten</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat beschädigt, Datenrettung fehlgeschlagen</translation> <translation>wallet.dat beschädigt, Datenrettung fehlgeschlagen</translation>
@ -3319,14 +3295,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Befehl ausführen wenn der beste Block wechselt (%s im Befehl wird durch den Hash des Blocks ersetzt)</translation> <translation>Befehl ausführen wenn der beste Block wechselt (%s im Befehl wird durch den Hash des Blocks ersetzt)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Wallet auf das neueste Format aktualisieren</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Blockkette erneut nach fehlenden Wallet-Transaktionen durchsuchen</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Dieser Hilfetext</translation> <translation>Dieser Hilfetext</translation>

View File

@ -1388,14 +1388,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Τελευταία λήψη</translation> <translation>Τελευταία λήψη</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Σταλθέντα bytes</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Ληφθέντα bytes</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Χρόνος καθυστέρησης</translation> <translation>Χρόνος καθυστέρησης</translation>
@ -2554,10 +2546,6 @@
<source>(default: 1)</source> <source>(default: 1)</source>
<translation>(προεπιλογή: 1)</translation> <translation>(προεπιλογή: 1)</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Προσπάθεια για ανακτησει ιδιωτικων κλειδιων από ενα διεφθαρμένο αρχειο wallet.dat </translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Αποκλεισμός επιλογων δημιουργίας: </translation> <translation>Αποκλεισμός επιλογων δημιουργίας: </translation>
@ -2638,10 +2626,6 @@
<source>Wallet options:</source> <source>Wallet options:</source>
<translation>Επιλογές πορτοφολιού:</translation> <translation>Επιλογές πορτοφολιού:</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Εισαγωγή μπλοκ από εξωτερικό αρχείο blk000?.dat</translation>
</message>
<message> <message>
<source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source> <source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source>
<translation>Αδυναμία κλειδώματος του φακέλου δεδομένων %s. Πιθανώς το Bitcoin να είναι ήδη ενεργό.</translation> <translation>Αδυναμία κλειδώματος του φακέλου δεδομένων %s. Πιθανώς το Bitcoin να είναι ήδη ενεργό.</translation>
@ -2746,10 +2730,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Μεταφορά όλων των συναλλαγών απο το πορτοφόλι</translation> <translation>Μεταφορά όλων των συναλλαγών απο το πορτοφόλι</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>κατά την εκκίνηση</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>Το αρχειο wallet.dat ειναι διεφθαρμένο, η διάσωση απέτυχε</translation> <translation>Το αρχειο wallet.dat ειναι διεφθαρμένο, η διάσωση απέτυχε</translation>
@ -2762,14 +2742,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Εκτέλεσε την εντολή όταν το καλύτερο μπλοκ αλλάξει(%s στην εντολή αντικαθίσταται από το hash του μπλοκ)</translation> <translation>Εκτέλεσε την εντολή όταν το καλύτερο μπλοκ αλλάξει(%s στην εντολή αντικαθίσταται από το hash του μπλοκ)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Αναβάθμισε το πορτοφόλι στην τελευταία έκδοση</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Επανέλεγχος της αλυσίδας μπλοκ για απούσες συναλλαγές</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Αυτό το κείμενο βοήθειας</translation> <translation>Αυτό το κείμενο βοήθειας</translation>

View File

@ -299,17 +299,17 @@
<context> <context>
<name>BitcoinGUI</name> <name>BitcoinGUI</name>
<message> <message>
<location filename="../bitcoingui.cpp" line="+324"/> <location filename="../bitcoingui.cpp" line="+325"/>
<source>Sign &amp;message...</source> <source>Sign &amp;message...</source>
<translation>Sign &amp;message...</translation> <translation>Sign &amp;message...</translation>
</message> </message>
<message> <message>
<location line="+353"/> <location line="+362"/>
<source>Synchronizing with network...</source> <source>Synchronizing with network...</source>
<translation>Synchronizing with network...</translation> <translation>Synchronizing with network...</translation>
</message> </message>
<message> <message>
<location line="-429"/> <location line="-438"/>
<source>&amp;Overview</source> <source>&amp;Overview</source>
<translation>&amp;Overview</translation> <translation>&amp;Overview</translation>
</message> </message>
@ -389,12 +389,12 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+180"/> <location line="+183"/>
<source>Bitcoin Core client</source> <source>Bitcoin Core client</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+163"/> <location line="+169"/>
<source>Importing blocks from disk...</source> <source>Importing blocks from disk...</source>
<translation>Importing blocks from disk...</translation> <translation>Importing blocks from disk...</translation>
</message> </message>
@ -404,7 +404,7 @@
<translation>Reindexing blocks on disk...</translation> <translation>Reindexing blocks on disk...</translation>
</message> </message>
<message> <message>
<location line="-427"/> <location line="-436"/>
<source>Send coins to a Bitcoin address</source> <source>Send coins to a Bitcoin address</source>
<translation>Send coins to a Bitcoin address</translation> <translation>Send coins to a Bitcoin address</translation>
</message> </message>
@ -434,12 +434,12 @@
<translation>&amp;Verify message...</translation> <translation>&amp;Verify message...</translation>
</message> </message>
<message> <message>
<location line="+450"/> <location line="+459"/>
<source>Bitcoin</source> <source>Bitcoin</source>
<translation>Bitcoin</translation> <translation>Bitcoin</translation>
</message> </message>
<message> <message>
<location line="-660"/> <location line="-669"/>
<source>Wallet</source> <source>Wallet</source>
<translation>Wallet</translation> <translation>Wallet</translation>
</message> </message>
@ -484,7 +484,7 @@
<translation>Verify messages to ensure they were signed with specified Bitcoin addresses</translation> <translation>Verify messages to ensure they were signed with specified Bitcoin addresses</translation>
</message> </message>
<message> <message>
<location line="+53"/> <location line="+56"/>
<source>&amp;File</source> <source>&amp;File</source>
<translation>&amp;File</translation> <translation>&amp;File</translation>
</message> </message>
@ -504,7 +504,7 @@
<translation>Tabs toolbar</translation> <translation>Tabs toolbar</translation>
</message> </message>
<message> <message>
<location line="-311"/> <location line="-314"/>
<source>Bitcoin Core</source> <source>Bitcoin Core</source>
<translation type="unfinished">Bitcoin Core</translation> <translation type="unfinished">Bitcoin Core</translation>
</message> </message>
@ -549,7 +549,7 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message numerus="yes"> <message numerus="yes">
<location line="+320"/> <location line="+329"/>
<source>%n active connection(s) to Bitcoin network</source> <source>%n active connection(s) to Bitcoin network</source>
<translation> <translation>
<numerusform>%n active connection to Bitcoin network</numerusform> <numerusform>%n active connection to Bitcoin network</numerusform>
@ -3316,7 +3316,7 @@
<context> <context>
<name>TransactionTableModel</name> <name>TransactionTableModel</name>
<message> <message>
<location filename="../transactiontablemodel.cpp" line="+233"/> <location filename="../transactiontablemodel.cpp" line="+246"/>
<source>Date</source> <source>Date</source>
<translation>Date</translation> <translation>Date</translation>
</message> </message>
@ -3419,7 +3419,7 @@
<translation>(n/a)</translation> <translation>(n/a)</translation>
</message> </message>
<message> <message>
<location line="+215"/> <location line="+217"/>
<source>Transaction status. Hover over this field to show number of confirmations.</source> <source>Transaction status. Hover over this field to show number of confirmations.</source>
<translation>Transaction status. Hover over this field to show number of confirmations.</translation> <translation>Transaction status. Hover over this field to show number of confirmations.</translation>
</message> </message>
@ -3542,6 +3542,11 @@
<source>Copy transaction ID</source> <source>Copy transaction ID</source>
<translation>Copy transaction ID</translation> <translation>Copy transaction ID</translation>
</message> </message>
<message>
<location line="+1"/>
<source>Copy raw transaction</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<location line="+1"/> <location line="+1"/>
<source>Edit label</source> <source>Edit label</source>
@ -3553,7 +3558,7 @@
<translation>Show transaction details</translation> <translation>Show transaction details</translation>
</message> </message>
<message> <message>
<location line="+179"/> <location line="+181"/>
<source>Export Transaction History</source> <source>Export Transaction History</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -3618,7 +3623,7 @@
<translation>ID</translation> <translation>ID</translation>
</message> </message>
<message> <message>
<location line="+116"/> <location line="+121"/>
<source>Range:</source> <source>Range:</source>
<translation>Range:</translation> <translation>Range:</translation>
</message> </message>
@ -3698,7 +3703,7 @@
<context> <context>
<name>bitcoin-core</name> <name>bitcoin-core</name>
<message> <message>
<location filename="../bitcoinstrings.cpp" line="+258"/> <location filename="../bitcoinstrings.cpp" line="+260"/>
<source>Options:</source> <source>Options:</source>
<translation>Options:</translation> <translation>Options:</translation>
</message> </message>
@ -3718,7 +3723,7 @@
<translation>Specify your own public address</translation> <translation>Specify your own public address</translation>
</message> </message>
<message> <message>
<location line="-107"/> <location line="-109"/>
<source>Accept command line and JSON-RPC commands</source> <source>Accept command line and JSON-RPC commands</source>
<translation>Accept command line and JSON-RPC commands</translation> <translation>Accept command line and JSON-RPC commands</translation>
</message> </message>
@ -3758,7 +3763,7 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+110"/> <location line="+112"/>
<source>Error: A fatal internal error occurred, see debug.log for details</source> <source>Error: A fatal internal error occurred, see debug.log for details</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -3778,12 +3783,12 @@
<translation>Run in the background as a daemon and accept commands</translation> <translation>Run in the background as a daemon and accept commands</translation>
</message> </message>
<message> <message>
<location line="+32"/> <location line="+34"/>
<source>Unable to start HTTP server. See debug log for details.</source> <source>Unable to start HTTP server. See debug log for details.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="-119"/> <location line="-123"/>
<source>Accept connections from outside (default: 1 if no -proxy or -connect)</source> <source>Accept connections from outside (default: 1 if no -proxy or -connect)</source>
<translation>Accept connections from outside (default: 1 if no -proxy or -connect)</translation> <translation>Accept connections from outside (default: 1 if no -proxy or -connect)</translation>
</message> </message>
@ -3878,7 +3883,7 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+9"/> <location line="+11"/>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Block creation options:</translation> <translation>Block creation options:</translation>
</message> </message>
@ -4018,7 +4023,7 @@
<translation>Specify wallet file (within data directory)</translation> <translation>Specify wallet file (within data directory)</translation>
</message> </message>
<message> <message>
<location line="+16"/> <location line="+18"/>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source> <source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -4068,12 +4073,12 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+1"/> <location line="+2"/>
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>You need to rebuild the database using -reindex to change -txindex</translation> <translation>You need to rebuild the database using -reindex to change -txindex</translation>
</message> </message>
<message> <message>
<location line="-299"/> <location line="-304"/>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -4189,9 +4194,19 @@
</message> </message>
<message> <message>
<location line="+4"/> <location line="+4"/>
<source>Always relay transactions received from whitelisted peers (default: %d)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Attempt to recover private keys from a corrupt wallet.dat on startup</source> <source>Attempt to recover private keys from a corrupt wallet.dat on startup</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<location line="+1"/>
<source>Automatically create Tor hidden service (default: %d)</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<location line="+5"/> <location line="+5"/>
<source>Cannot resolve -whitebind address: &apos;%s&apos;</source> <source>Cannot resolve -whitebind address: &apos;%s&apos;</source>
@ -4359,6 +4374,16 @@
</message> </message>
<message> <message>
<location line="+2"/> <location line="+2"/>
<source>Tor control port password (default: empty)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Tor control port to use if onion listening enabled (default: %s)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Transaction amount too small</source> <source>Transaction amount too small</source>
<translation>Transaction amount too small</translation> <translation>Transaction amount too small</translation>
</message> </message>
@ -4408,7 +4433,12 @@
<translation>Warning</translation> <translation>Warning</translation>
</message> </message>
<message> <message>
<location line="+3"/> <location line="+2"/>
<source>Whether to operate in a blocks only mode (default: %u)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -4423,27 +4453,27 @@
<translation>wallet.dat corrupt, salvage failed</translation> <translation>wallet.dat corrupt, salvage failed</translation>
</message> </message>
<message> <message>
<location line="-64"/> <location line="-67"/>
<source>Password for JSON-RPC connections</source> <source>Password for JSON-RPC connections</source>
<translation>Password for JSON-RPC connections</translation> <translation>Password for JSON-RPC connections</translation>
</message> </message>
<message> <message>
<location line="-196"/> <location line="-198"/>
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Execute command when the best block changes (%s in cmd is replaced by block hash)</translation> <translation>Execute command when the best block changes (%s in cmd is replaced by block hash)</translation>
</message> </message>
<message> <message>
<location line="+232"/> <location line="+234"/>
<source>This help message</source> <source>This help message</source>
<translation>This help message</translation> <translation>This help message</translation>
</message> </message>
<message> <message>
<location line="-106"/> <location line="-108"/>
<source>Allow DNS lookups for -addnode, -seednode and -connect</source> <source>Allow DNS lookups for -addnode, -seednode and -connect</source>
<translation>Allow DNS lookups for -addnode, -seednode and -connect</translation> <translation>Allow DNS lookups for -addnode, -seednode and -connect</translation>
</message> </message>
<message> <message>
<location line="+58"/> <location line="+60"/>
<source>Loading addresses...</source> <source>Loading addresses...</source>
<translation>Loading addresses...</translation> <translation>Loading addresses...</translation>
</message> </message>
@ -4453,7 +4483,7 @@
<translation>Error loading wallet.dat: Wallet corrupted</translation> <translation>Error loading wallet.dat: Wallet corrupted</translation>
</message> </message>
<message> <message>
<location line="-205"/> <location line="-207"/>
<source>(1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)</source> <source>(1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -4528,7 +4558,7 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+26"/> <location line="+28"/>
<source>Error loading wallet.dat</source> <source>Error loading wallet.dat</source>
<translation>Error loading wallet.dat</translation> <translation>Error loading wallet.dat</translation>
</message> </message>
@ -4638,12 +4668,12 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+8"/> <location line="+10"/>
<source>Unknown network specified in -onlynet: &apos;%s&apos;</source> <source>Unknown network specified in -onlynet: &apos;%s&apos;</source>
<translation>Unknown network specified in -onlynet: &apos;%s&apos;</translation> <translation>Unknown network specified in -onlynet: &apos;%s&apos;</translation>
</message> </message>
<message> <message>
<location line="-111"/> <location line="-113"/>
<source>Cannot resolve -bind address: &apos;%s&apos;</source> <source>Cannot resolve -bind address: &apos;%s&apos;</source>
<translation>Cannot resolve -bind address: &apos;%s&apos;</translation> <translation>Cannot resolve -bind address: &apos;%s&apos;</translation>
</message> </message>
@ -4668,12 +4698,12 @@
<translation>Loading block index...</translation> <translation>Loading block index...</translation>
</message> </message>
<message> <message>
<location line="-60"/> <location line="-62"/>
<source>Add a node to connect to and attempt to keep the connection open</source> <source>Add a node to connect to and attempt to keep the connection open</source>
<translation>Add a node to connect to and attempt to keep the connection open</translation> <translation>Add a node to connect to and attempt to keep the connection open</translation>
</message> </message>
<message> <message>
<location line="+61"/> <location line="+63"/>
<source>Loading wallet...</source> <source>Loading wallet...</source>
<translation>Loading wallet...</translation> <translation>Loading wallet...</translation>
</message> </message>

View File

@ -1123,10 +1123,6 @@
<source>Current number of blocks</source> <source>Current number of blocks</source>
<translation>Aktuala nombro de blokoj</translation> <translation>Aktuala nombro de blokoj</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bajtoj Senditaj:</translation>
</message>
<message> <message>
<source>Last block time</source> <source>Last block time</source>
<translation>Horo de la lasta bloko</translation> <translation>Horo de la lasta bloko</translation>
@ -2133,10 +2129,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; povas esti:</translation> <translation>&lt;category&gt; povas esti:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Provo ripari privatajn ŝlosilojn el difektita wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Blok-kreaj agordaĵoj:</translation> <translation>Blok-kreaj agordaĵoj:</translation>
@ -2213,10 +2205,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Vi devas rekontrui la datumbazon kun -reindex por ŝanĝi -txindex</translation> <translation>Vi devas rekontrui la datumbazon kun -reindex por ŝanĝi -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importas blokojn el ekstera dosiero blk000??.dat</translation>
</message>
<message> <message>
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>Plenumi komandon kiam rilata alerto riceviĝas, kiam ni vidas tre longan forkon (%s en cms anstataŭiĝas per mesaĝo)</translation> <translation>Plenumi komandon kiam rilata alerto riceviĝas, kiam ni vidas tre longan forkon (%s en cms anstataŭiĝas per mesaĝo)</translation>
@ -2297,14 +2285,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Plenumi komandon kiam plej bona bloko ŝanĝiĝas (%s en cmd anstataŭiĝas per bloka haketaĵo)</translation> <translation>Plenumi komandon kiam plej bona bloko ŝanĝiĝas (%s en cmd anstataŭiĝas per bloka haketaĵo)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Ĝisdatigi monujon al plej lasta formato</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Reskani la blokĉenon por mankantaj monujaj transakcioj</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Tiu ĉi helpmesaĝo</translation> <translation>Tiu ĉi helpmesaĝo</translation>

View File

@ -218,7 +218,15 @@
</context> </context>
<context> <context>
<name>BanTableModel</name> <name>BanTableModel</name>
</context> <message>
<source>IP/Netmask</source>
<translation>IP/Máscara</translation>
</message>
<message>
<source>Banned Until</source>
<translation>Bloqueado Hasta</translation>
</message>
</context>
<context> <context>
<name>BitcoinGUI</name> <name>BitcoinGUI</name>
<message> <message>
@ -1067,6 +1075,18 @@
<source>Port of the proxy (e.g. 9050)</source> <source>Port of the proxy (e.g. 9050)</source>
<translation>Puerto del servidor proxy (ej. 9050)</translation> <translation>Puerto del servidor proxy (ej. 9050)</translation>
</message> </message>
<message>
<source>IPv4</source>
<translation>IPv4</translation>
</message>
<message>
<source>IPv6</source>
<translation>IPv6</translation>
</message>
<message>
<source>Tor</source>
<translation>Tor</translation>
</message>
<message> <message>
<source>&amp;Window</source> <source>&amp;Window</source>
<translation>&amp;Ventana</translation> <translation>&amp;Ventana</translation>
@ -1453,6 +1473,10 @@
<source>&amp;Peers</source> <source>&amp;Peers</source>
<translation>&amp;Pares</translation> <translation>&amp;Pares</translation>
</message> </message>
<message>
<source>Banned peers</source>
<translation>Peers Bloqueados</translation>
</message>
<message> <message>
<source>Select a peer to view detailed information.</source> <source>Select a peer to view detailed information.</source>
<translation>Seleccionar un par para ver su información detallada.</translation> <translation>Seleccionar un par para ver su información detallada.</translation>
@ -1465,6 +1489,18 @@
<source>Version</source> <source>Version</source>
<translation>Versión</translation> <translation>Versión</translation>
</message> </message>
<message>
<source>Starting Block</source>
<translation>Importando bloques...</translation>
</message>
<message>
<source>Synced Headers</source>
<translation>Sincronizar Cabeceras</translation>
</message>
<message>
<source>Synced Blocks</source>
<translation>Bloques Sincronizados</translation>
</message>
<message> <message>
<source>User Agent</source> <source>User Agent</source>
<translation>User Agent</translation> <translation>User Agent</translation>
@ -1489,14 +1525,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Ultima recepción</translation> <translation>Ultima recepción</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bytes enviados</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bytes recibidos</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping</translation> <translation>Ping</translation>
@ -1549,6 +1577,26 @@
<source>Clear console</source> <source>Clear console</source>
<translation>Borrar consola</translation> <translation>Borrar consola</translation>
</message> </message>
<message>
<source>&amp;Disconnect Node</source>
<translation>Nodo &amp;Desconectado</translation>
</message>
<message>
<source>1 &amp;hour</source>
<translation>1 &amp;hora</translation>
</message>
<message>
<source>1 &amp;day</source>
<translation>1 &amp;día</translation>
</message>
<message>
<source>1 &amp;week</source>
<translation>1 &amp;semana</translation>
</message>
<message>
<source>1 &amp;year</source>
<translation>1 &amp;año</translation>
</message>
<message> <message>
<source>Welcome to the Bitcoin Core RPC console.</source> <source>Welcome to the Bitcoin Core RPC console.</source>
<translation>Bienvenido a la consola RPC de Bitcoin Core.</translation> <translation>Bienvenido a la consola RPC de Bitcoin Core.</translation>
@ -1577,6 +1625,10 @@
<source>%1 GB</source> <source>%1 GB</source>
<translation>%1 GB</translation> <translation>%1 GB</translation>
</message> </message>
<message>
<source>(node id: %1)</source>
<translation>(nodo: %1)</translation>
</message>
<message> <message>
<source>via %1</source> <source>via %1</source>
<translation>via %1</translation> <translation>via %1</translation>
@ -1997,18 +2049,14 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Solicitud de pago caducada.</translation> <translation>Solicitud de pago caducada.</translation>
</message> </message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Paga sólo la cuota mínima de %1</translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source> <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> <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>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Paga sólo la cuota mínima de %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Monto Total %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>La dirección del destinatario no es válida. Por favor, compruébela de nuevo.</translation> <translation>La dirección del destinatario no es válida. Por favor, compruébela de nuevo.</translation>
@ -2793,6 +2841,10 @@
<source>Error: A fatal internal error occurred, see debug.log for details</source> <source>Error: A fatal internal error occurred, see debug.log for details</source>
<translation>Un error interno fatal ocurrió, ver debug.log para detalles</translation> <translation>Un error interno fatal ocurrió, ver debug.log para detalles</translation>
</message> </message>
<message>
<source>Fee (in %s/kB) to add to transactions you send (default: %s)</source>
<translation>Comisión (en %s/KB) para agregar a las transacciones que envíe (por defecto: %s)</translation>
</message>
<message> <message>
<source>Pruning blockstore...</source> <source>Pruning blockstore...</source>
<translation>Poda blockstore ...</translation> <translation>Poda blockstore ...</translation>
@ -2866,10 +2918,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; puede ser:</translation> <translation>&lt;category&gt; puede ser:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Intento de recuperar claves privadas de un wallet.dat corrupto</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opciones de creación de bloques:</translation> <translation>Opciones de creación de bloques:</translation>
@ -2990,10 +3038,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Usted necesita reconstruir la base de datos utilizando -reindex para cambiar -txindex</translation> <translation>Usted necesita reconstruir la base de datos utilizando -reindex para cambiar -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importa los bloques desde un archivo blk000??.dat externo</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permitir conexiones JSON-RPC de origen especificado. Válido para son una sola IP (por ejemplo 1.2.3.4), una red/máscara de red (por ejemplo 1.2.3.4/255.255.255.0) o una red/CIDR (e.g. 1.2.3.4/24). Esta opción se puede especificar varias veces</translation> <translation>Permitir conexiones JSON-RPC de origen especificado. Válido para son una sola IP (por ejemplo 1.2.3.4), una red/máscara de red (por ejemplo 1.2.3.4/255.255.255.0) o una red/CIDR (e.g. 1.2.3.4/24). Esta opción se puede especificar varias veces</translation>
@ -3078,6 +3122,10 @@
<source>Activating best chain...</source> <source>Activating best chain...</source>
<translation>Activando la mejor cadena...</translation> <translation>Activando la mejor cadena...</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat on startup</source>
<translation>Intento de recuperar claves privadas de un wallet.dat corrupto</translation>
</message>
<message> <message>
<source>Cannot resolve -whitebind address: '%s'</source> <source>Cannot resolve -whitebind address: '%s'</source>
<translation>No se puede resolver -whitebind address: '%s'</translation> <translation>No se puede resolver -whitebind address: '%s'</translation>
@ -3102,6 +3150,10 @@
<source>Error reading from database, shutting down.</source> <source>Error reading from database, shutting down.</source>
<translation>Error al leer la base de datos, cerrando.</translation> <translation>Error al leer la base de datos, cerrando.</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file on startup</source>
<translation>Importa los bloques desde un archivo externo blk000?.dat</translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Información</translation> <translation>Información</translation>
@ -3154,6 +3206,10 @@
<source>Receive and display P2P network alerts (default: %u)</source> <source>Receive and display P2P network alerts (default: %u)</source>
<translation>Recibir y mostrar alertas de red P2P (default: %u)</translation> <translation>Recibir y mostrar alertas de red P2P (default: %u)</translation>
</message> </message>
<message>
<source>Rescan the block chain for missing wallet transactions on startup</source>
<translation>Rescanea la cadena de bloques para transacciones perdidas de la cartera</translation>
</message>
<message> <message>
<source>Send trace/debug info to console instead of debug.log file</source> <source>Send trace/debug info to console instead of debug.log file</source>
<translation>Enviar información de trazas/depuración a la consola en lugar de al archivo debug.log</translation> <translation>Enviar información de trazas/depuración a la consola en lugar de al archivo debug.log</translation>
@ -3222,6 +3278,10 @@
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation>No es posible conectar con %s en este sistema (bind ha dado el error %s)</translation> <translation>No es posible conectar con %s en este sistema (bind ha dado el error %s)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format on startup</source>
<translation>Actualizar el monedero al último formato</translation>
</message>
<message> <message>
<source>Username for JSON-RPC connections</source> <source>Username for JSON-RPC connections</source>
<translation>Nombre de usuario para las conexiones JSON-RPC <translation>Nombre de usuario para las conexiones JSON-RPC
@ -3239,10 +3299,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Eliminando todas las transacciones del monedero...</translation> <translation>Eliminando todas las transacciones del monedero...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>al iniciar</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat corrupto. Ha fallado la recuperación.</translation> <translation>wallet.dat corrupto. Ha fallado la recuperación.</translation>
@ -3256,14 +3312,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Ejecutar un comando cuando cambia el mejor bloque (%s en cmd se sustituye por el hash de bloque)</translation> <translation>Ejecutar un comando cuando cambia el mejor bloque (%s en cmd se sustituye por el hash de bloque)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Actualizar el monedero al último formato</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Volver a examinar la cadena de bloques en busca de transacciones del monedero perdidas</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Este mensaje de ayuda <translation>Este mensaje de ayuda

View File

@ -1304,10 +1304,6 @@
<source>Error: Disk space is low!</source> <source>Error: Disk space is low!</source>
<translation>Atención: Poco espacio en el disco duro</translation> <translation>Atención: Poco espacio en el disco duro</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importar bloques desde el archivo externo blk000??.dat </translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Información</translation> <translation>Información</translation>
@ -1337,15 +1333,6 @@
<message> <message>
<source>Password for JSON-RPC connections</source> <source>Password for JSON-RPC connections</source>
<translation>Contraseña para las conexiones JSON-RPC <translation>Contraseña para las conexiones JSON-RPC
</translation>
</message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Actualizar billetera al formato actual</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Rescanea la cadena de bloques para transacciones perdidas de la cartera
</translation> </translation>
</message> </message>
<message> <message>
@ -1374,6 +1361,14 @@
<source>Invalid -proxy address: '%s'</source> <source>Invalid -proxy address: '%s'</source>
<translation>Dirección -proxy invalida: '%s'</translation> <translation>Dirección -proxy invalida: '%s'</translation>
</message> </message>
<message>
<source>Cannot resolve -bind address: '%s'</source>
<translation>No se pudo resolver la dirección fija: '%s'</translation>
</message>
<message>
<source>Cannot resolve -externalip address: '%s'</source>
<translation>No se pudo resolver la dirección ip: '%s'</translation>
</message>
<message> <message>
<source>Invalid amount for -paytxfee=&lt;amount&gt;: '%s'</source> <source>Invalid amount for -paytxfee=&lt;amount&gt;: '%s'</source>
<translation>Cantidad inválida para -paytxfee=&lt;amount&gt;: '%s'</translation> <translation>Cantidad inválida para -paytxfee=&lt;amount&gt;: '%s'</translation>
@ -1394,6 +1389,14 @@
<source>Loading wallet...</source> <source>Loading wallet...</source>
<translation>Cargando cartera...</translation> <translation>Cargando cartera...</translation>
</message> </message>
<message>
<source>Cannot downgrade wallet</source>
<translation>No es posible desactualizar la billetera</translation>
</message>
<message>
<source>Cannot write default address</source>
<translation>No se pudo escribir la dirección por defecto</translation>
</message>
<message> <message>
<source>Rescanning...</source> <source>Rescanning...</source>
<translation>Rescaneando...</translation> <translation>Rescaneando...</translation>

View File

@ -2136,10 +2136,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; puede ser:</translation> <translation>&lt;category&gt; puede ser:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Intento de recuperar claves privadas de un wallet.dat corrupto</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opciones de creación de bloques:</translation> <translation>Opciones de creación de bloques:</translation>
@ -2216,10 +2212,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Usted necesita reconstruir la base de datos utilizando -reindex para cambiar -txindex</translation> <translation>Usted necesita reconstruir la base de datos utilizando -reindex para cambiar -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importa los bloques desde un archivo blk000??.dat externo</translation>
</message>
<message> <message>
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>Ejecutar un comando cuando se reciba una alerta importante o cuando veamos un fork demasiado largo (%s en cmd se reemplazará por el mensaje)</translation> <translation>Ejecutar un comando cuando se reciba una alerta importante o cuando veamos un fork demasiado largo (%s en cmd se reemplazará por el mensaje)</translation>
@ -2297,10 +2289,6 @@
<source>Warning</source> <source>Warning</source>
<translation>Aviso</translation> <translation>Aviso</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>al iniciar</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat corrupto. Ha fallado la recuperación.</translation> <translation>wallet.dat corrupto. Ha fallado la recuperación.</translation>
@ -2314,14 +2302,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Ejecutar un comando cuando cambia el mejor bloque (%s en cmd se sustituye por el hash de bloque)</translation> <translation>Ejecutar un comando cuando cambia el mejor bloque (%s en cmd se sustituye por el hash de bloque)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Actualizar el monedero al último formato</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Volver a examinar la cadena de bloques en busca de transacciones del monedero perdidas</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Este mensaje de ayuda <translation>Este mensaje de ayuda

View File

@ -1679,10 +1679,6 @@
<source>Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup.</source> <source>Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Hoiatus: toimus wallet.dat faili andmete päästmine! Originaal wallet.dat nimetati kaustas %s ümber wallet.{ajatempel}.bak'iks, jäägi või tehingute ebakõlade puhul tuleks teha backup'ist taastamine.</translation> <translation>Hoiatus: toimus wallet.dat faili andmete päästmine! Originaal wallet.dat nimetati kaustas %s ümber wallet.{ajatempel}.bak'iks, jäägi või tehingute ebakõlade puhul tuleks teha backup'ist taastamine.</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Püüa vigasest wallet.dat failist taastada turvavõtmed</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Blokeeri loomise valikud:</translation> <translation>Blokeeri loomise valikud:</translation>
@ -1735,10 +1731,6 @@
<source>Wallet options:</source> <source>Wallet options:</source>
<translation>Rahakoti valikud:</translation> <translation>Rahakoti valikud:</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Impordi blokid välisest blk000??.dat failist</translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Informatsioon</translation> <translation>Informatsioon</translation>
@ -1795,10 +1787,6 @@
<source>Warning</source> <source>Warning</source>
<translation>Hoiatus</translation> <translation>Hoiatus</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>käivitamisel</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat fail on katki, päästmine ebaõnnestus</translation> <translation>wallet.dat fail on katki, päästmine ebaõnnestus</translation>
@ -1811,14 +1799,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Käivita käsklus, kui parim plokk muutub (käskluse %s asendatakse ploki hash'iga)</translation> <translation>Käivita käsklus, kui parim plokk muutub (käskluse %s asendatakse ploki hash'iga)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Uuenda rahakott uusimasse vormingusse</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Otsi ploki jadast rahakoti kadunud tehinguid</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Käesolev abitekst</translation> <translation>Käesolev abitekst</translation>

View File

@ -1615,10 +1615,18 @@
<source>Generated but not accepted</source> <source>Generated but not accepted</source>
<translation>تولید شده ولی قبول نشده</translation> <translation>تولید شده ولی قبول نشده</translation>
</message> </message>
<message>
<source>Offline</source>
<translation>آفلاین</translation>
</message>
<message> <message>
<source>Label</source> <source>Label</source>
<translation>برچسب</translation> <translation>برچسب</translation>
</message> </message>
<message>
<source>Unconfirmed</source>
<translation>تایید نشده</translation>
</message>
<message> <message>
<source>Received with</source> <source>Received with</source>
<translation>دریافتشده با</translation> <translation>دریافتشده با</translation>
@ -1965,14 +1973,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>زمانی که بهترین بلاک تغییر کرد، دستور را اجرا کن (%s در cmd با block hash جایگزین شده است)</translation> <translation>زمانی که بهترین بلاک تغییر کرد، دستور را اجرا کن (%s در cmd با block hash جایگزین شده است)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>wallet را به جدیدترین فرمت روزآمد کنید</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>اسکان مجدد زنجیر بلوکها برای گم والت معامله</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>پیام کمکی</translation> <translation>پیام کمکی</translation>

View File

@ -1023,14 +1023,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>دستور را وقتی بهترین بلاک تغییر کرد اجرا کن (%s در دستور توسط block hash جایگزین شده است)</translation> <translation>دستور را وقتی بهترین بلاک تغییر کرد اجرا کن (%s در دستور توسط block hash جایگزین شده است)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>wallet را به جدیدترین نسخه روزآمد کنید</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>زنجیره بلاک را برای تراکنش جا افتاده در WALLET دوباره اسکن کنید</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>این پیام راهنما</translation> <translation>این پیام راهنما</translation>

View File

@ -1481,14 +1481,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Viimeisin vastaanotettu</translation> <translation>Viimeisin vastaanotettu</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Tavua lähetetty</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Tavua vastaanotettu</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Vasteaika</translation> <translation>Vasteaika</translation>
@ -1981,10 +1973,6 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Maksupyyntö on vanhentunut.</translation> <translation>Maksupyyntö on vanhentunut.</translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Maksa vain vähimmäiskulu %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Vastaanottajan osoite ei ole kelvollinen. Tarkistathan uudelleen.</translation> <translation>Vastaanottajan osoite ei ole kelvollinen. Tarkistathan uudelleen.</translation>
@ -2791,10 +2779,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; voi olla:</translation> <translation>&lt;category&gt; voi olla:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Yritetään palauttaa privaattiavaimia korruptoituneesta wallet.dat -lompakkotiedostosta</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Lohkon luonnin asetukset:</translation> <translation>Lohkon luonnin asetukset:</translation>
@ -2911,10 +2895,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Sinun tulee uudelleenrakentaa tietokanta käyttäen -reindex vaihtaen -txindex</translation> <translation>Sinun tulee uudelleenrakentaa tietokanta käyttäen -reindex vaihtaen -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Tuodaan lohkoja ulkoisesta blk000??.dat tiedostosta</translation>
</message>
<message> <message>
<source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source> <source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source>
<translation>Ei voida lukita data-hakemistoa %s. Bitcoin Core on luultavasti jo käynnissä.</translation> <translation>Ei voida lukita data-hakemistoa %s. Bitcoin Core on luultavasti jo käynnissä.</translation>
@ -3059,10 +3039,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Tyhjennetään kaikki rahansiirrot lompakosta....</translation> <translation>Tyhjennetään kaikki rahansiirrot lompakosta....</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>käynnistyksessä</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat -lompakkotiedosto korruptoitunut, korjaaminen epäonnistui</translation> <translation>wallet.dat -lompakkotiedosto korruptoitunut, korjaaminen epäonnistui</translation>
@ -3075,14 +3051,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Suorita käsky kun paras lohko muuttuu (%s cmd on vaihdettu block hashin kanssa)</translation> <translation>Suorita käsky kun paras lohko muuttuu (%s cmd on vaihdettu block hashin kanssa)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Päivitä lompakko uusimpaan formaattiin</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Skannaa uudelleen lohkoketju lompakon puuttuvien rahasiirtojen vuoksi</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Tämä ohjeviesti</translation> <translation>Tämä ohjeviesti</translation>

View File

@ -1485,14 +1485,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Dernière réception</translation> <translation>Dernière réception</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Octets envoyés</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Octets reçus</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Temps de ping</translation> <translation>Temps de ping</translation>
@ -2001,14 +1993,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <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> <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>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Payer seulement les frais minimum de %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Montant total %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>L'adresse du destinataire est invalide. Veuillez la vérifier.</translation> <translation>L'adresse du destinataire est invalide. Veuillez la vérifier.</translation>
@ -2859,10 +2843,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; peut être :</translation> <translation>&lt;category&gt; peut être :</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Tenter de récupérer les clefs privées d'un wallet.dat corrompu</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Options de création de bloc :</translation> <translation>Options de création de bloc :</translation>
@ -2983,10 +2963,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Vous devez reconstruire la base de données en utilisant -reindex afin de modifier -txindex</translation> <translation>Vous devez reconstruire la base de données en utilisant -reindex afin de modifier -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importe des blocs depuis un fichier blk000??.dat externe</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permettre les connexions JSON-RPC de sources spécifiques. Valide pour &lt;ip&gt; qui sont une IP simple (p. ex. 1.2.3.4), un réseau/masque réseau (p. ex. 1.2.3.4/255.255.255.0) ou un réseau/CIDR (p. ex. 1.2.3.4/24). Cette option peut être être spécifiée plusieurs fois</translation> <translation>Permettre les connexions JSON-RPC de sources spécifiques. Valide pour &lt;ip&gt; qui sont une IP simple (p. ex. 1.2.3.4), un réseau/masque réseau (p. ex. 1.2.3.4/255.255.255.0) ou un réseau/CIDR (p. ex. 1.2.3.4/24). Cette option peut être être spécifiée plusieurs fois</translation>
@ -3235,10 +3211,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Supprimer toutes les transactions du portefeuille...</translation> <translation>Supprimer toutes les transactions du portefeuille...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>au démarrage</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat corrompu, la récupération a échoué</translation> <translation>wallet.dat corrompu, la récupération a échoué</translation>
@ -3251,14 +3223,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Exécuter la commande lorsque le meilleur bloc change (%s dans cmd est remplacé par le hachage du bloc)</translation> <translation>Exécuter la commande lorsque le meilleur bloc change (%s dans cmd est remplacé par le hachage du bloc)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Mettre à niveau le portefeuille vers le format le plus récent</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Réanalyser la chaîne de blocs pour les transactions de portefeuille manquantes</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Ce message d'aide</translation> <translation>Ce message d'aide</translation>

View File

@ -1965,10 +1965,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;categoría&gt; pode ser:</translation> <translation>&lt;categoría&gt; pode ser:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Tentar recuperar claves privadas dende un wallet.dat corrupto</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opcións de creación de bloque:</translation> <translation>Opcións de creación de bloque:</translation>
@ -2041,10 +2037,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Precisas reconstruír a base de datos empregando -reindex para cambiar -txindex</translation> <translation>Precisas reconstruír a base de datos empregando -reindex para cambiar -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importa bloques dende arquivos blk000??.dat externos</translation>
</message>
<message> <message>
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>Executar comando cando se recibe unha alerta relevante ou vemos un fork realmente longo (%s no cmd é substituído pola mensaxe)</translation> <translation>Executar comando cando se recibe unha alerta relevante ou vemos un fork realmente longo (%s no cmd é substituído pola mensaxe)</translation>
@ -2121,14 +2113,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Executar comando cando o mellor bloque cambie (%s no comando é sustituído polo hash do bloque)</translation> <translation>Executar comando cando o mellor bloque cambie (%s no comando é sustituído polo hash do bloque)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Actualizar moedeiro ao formato máis recente</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Rescanear transaccións ausentes na cadea de bloques</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Esta mensaxe de axuda</translation> <translation>Esta mensaxe de axuda</translation>

View File

@ -1331,14 +1331,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>קבלה אחרונה</translation> <translation>קבלה אחרונה</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>בתים שנשלחו</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>בתים שהתקבלו</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>זמן המענה</translation> <translation>זמן המענה</translation>
@ -2533,10 +2525,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;קטגוריה&gt; יכולה להיות:</translation> <translation>&lt;קטגוריה&gt; יכולה להיות:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>נסה לשחזר מפתחות פרטיים מקובץ wallet.dat מושחת.</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>אפשרויות יצירת מקטע:</translation> <translation>אפשרויות יצירת מקטע:</translation>
@ -2641,10 +2629,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>עליך לבנות מחדש את מסד הנתונים תוך שימוש ב־-reindex על מנת לשנות את -txindex</translation> <translation>עליך לבנות מחדש את מסד הנתונים תוך שימוש ב־-reindex על מנת לשנות את -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>מיובאים מקטעים מקובצי blk000??.dat חיצוניים</translation>
</message>
<message> <message>
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>הרץ פקודה כאשר ההתראה הרלוונטית מתקבלת או כשאנחנו עדים לפיצול ארוך מאוד (%s בשורת הפקודה יוחלף ע"י ההודעה)</translation> <translation>הרץ פקודה כאשר ההתראה הרלוונטית מתקבלת או כשאנחנו עדים לפיצול ארוך מאוד (%s בשורת הפקודה יוחלף ע"י ההודעה)</translation>
@ -2769,10 +2753,6 @@
<source>Warning</source> <source>Warning</source>
<translation>אזהרה</translation> <translation>אזהרה</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>עם ההפעלה</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>קובץ wallet.dat מושחת, החילוץ נכשל</translation> <translation>קובץ wallet.dat מושחת, החילוץ נכשל</translation>
@ -2785,14 +2765,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>יש לבצע פקודה זו כשהמקטע הטוב ביותר משתנה (%s בפקודה יוחלף בגיבוב המקטע)</translation> <translation>יש לבצע פקודה זו כשהמקטע הטוב ביותר משתנה (%s בפקודה יוחלף בגיבוב המקטע)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>שדרוג הארנק למבנה העדכני</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>יש לסרוק מחדש את שרשרת המקטעים למציאת העברות חסרות בארנק</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>הודעת העזרה הזו</translation> <translation>הודעת העזרה הזו</translation>

View File

@ -1057,14 +1057,6 @@
<source>Connection Time</source> <source>Connection Time</source>
<translation>Trajanje veze</translation> <translation>Trajanje veze</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bajtova poslano</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bajtova primljeno</translation>
</message>
<message> <message>
<source>Last block time</source> <source>Last block time</source>
<translation>Posljednje vrijeme bloka</translation> <translation>Posljednje vrijeme bloka</translation>
@ -1783,10 +1775,6 @@
<source>Error: Disk space is low!</source> <source>Error: Disk space is low!</source>
<translation>Pogreška: Nema dovoljno prostora na disku!</translation> <translation>Pogreška: Nema dovoljno prostora na disku!</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Uvozi blokove sa vanjske blk000??.dat datoteke</translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Informacija</translation> <translation>Informacija</translation>
@ -1815,14 +1803,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Izvršite naredbu kada se najbolji blok promjeni (%s u cmd je zamjenjen sa block hash)</translation> <translation>Izvršite naredbu kada se najbolji blok promjeni (%s u cmd je zamjenjen sa block hash)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Nadogradite novčanik u posljednji format.</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Ponovno pretraži lanac blokova za transakcije koje nedostaju</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Ova poruka za pomoć</translation> <translation>Ova poruka za pomoć</translation>

View File

@ -1317,14 +1317,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Legutóbbi fogadás</translation> <translation>Legutóbbi fogadás</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Küldött bájtok</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Fogadott bájtok</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping idő</translation> <translation>Ping idő</translation>
@ -2467,15 +2459,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Parancs, amit akkor hajt végre, amikor a legjobb blokk megváltozik (%s a cmd-ban lecserélődik a blokk hash-re)</translation> <translation>Parancs, amit akkor hajt végre, amikor a legjobb blokk megváltozik (%s a cmd-ban lecserélődik a blokk hash-re)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>A Tárca frissítése a legfrissebb formátumra</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Blokklánc újraszkennelése hiányzó tárca-tranzakciók után
</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Ez a súgó-üzenet <translation>Ez a súgó-üzenet

View File

@ -1,6 +1,10 @@
<TS language="id_ID" version="2.1"> <TS language="id_ID" version="2.1">
<context> <context>
<name>AddressBookPage</name> <name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Klik-kanan untuk mengubah alamat atau label</translation>
</message>
<message> <message>
<source>Create a new address</source> <source>Create a new address</source>
<translation>Buat alamat baru</translation> <translation>Buat alamat baru</translation>
@ -453,6 +457,36 @@
<source>Catching up...</source> <source>Catching up...</source>
<translation>Menyusul...</translation> <translation>Menyusul...</translation>
</message> </message>
<message>
<source>Date: %1
</source>
<translation>Tanggal: %1
</translation>
</message>
<message>
<source>Amount: %1
</source>
<translation>Jumlah: %1
</translation>
</message>
<message>
<source>Type: %1
</source>
<translation>Tipe: %1
</translation>
</message>
<message>
<source>Label: %1
</source>
<translation>Label: %1
</translation>
</message>
<message>
<source>Address: %1
</source>
<translation>Alamat: %1
</translation>
</message>
<message> <message>
<source>Sent transaction</source> <source>Sent transaction</source>
<translation>Transaksi terkirim</translation> <translation>Transaksi terkirim</translation>
@ -479,6 +513,10 @@
</context> </context>
<context> <context>
<name>CoinControlDialog</name> <name>CoinControlDialog</name>
<message>
<source>Coin Selection</source>
<translation>Pemilihan Koin</translation>
</message>
<message> <message>
<source>Quantity:</source> <source>Quantity:</source>
<translation>Kuantitas:</translation> <translation>Kuantitas:</translation>
@ -897,6 +935,18 @@
<source>Port of the proxy (e.g. 9050)</source> <source>Port of the proxy (e.g. 9050)</source>
<translation>Port proxy (cth. 9050)</translation> <translation>Port proxy (cth. 9050)</translation>
</message> </message>
<message>
<source>IPv4</source>
<translation>IPv4</translation>
</message>
<message>
<source>IPv6</source>
<translation>IPv6</translation>
</message>
<message>
<source>Tor</source>
<translation>Tor</translation>
</message>
<message> <message>
<source>&amp;Window</source> <source>&amp;Window</source>
<translation>&amp;Jendela</translation> <translation>&amp;Jendela</translation>
@ -957,6 +1007,10 @@
<source>Client restart required to activate changes.</source> <source>Client restart required to activate changes.</source>
<translation>Restart klien diperlukan untuk mengaktifkan perubahan.</translation> <translation>Restart klien diperlukan untuk mengaktifkan perubahan.</translation>
</message> </message>
<message>
<source>Client will be shut down. Do you want to proceed?</source>
<translation>Klien akan dimatikan, apakah anda hendak melanjutkan?</translation>
</message>
<message> <message>
<source>This change would require a client restart.</source> <source>This change would require a client restart.</source>
<translation>Perubahan ini akan memerlukan restart klien</translation> <translation>Perubahan ini akan memerlukan restart klien</translation>
@ -1000,6 +1054,10 @@
<source>Mined balance that has not yet matured</source> <source>Mined balance that has not yet matured</source>
<translation>Saldo ditambang yang masih terlalu muda</translation> <translation>Saldo ditambang yang masih terlalu muda</translation>
</message> </message>
<message>
<source>Balances</source>
<translation>Saldo:</translation>
</message>
<message> <message>
<source>Total:</source> <source>Total:</source>
<translation>Jumlah:</translation> <translation>Jumlah:</translation>
@ -1019,6 +1077,10 @@
<source>Invalid payment address %1</source> <source>Invalid payment address %1</source>
<translation>Alamat pembayaran salah %1</translation> <translation>Alamat pembayaran salah %1</translation>
</message> </message>
<message>
<source>Payment request rejected</source>
<translation>Permintaan pembayaran ditolak</translation>
</message>
<message> <message>
<source>Requested payment amount of %1 is too small (considered dust).</source> <source>Requested payment amount of %1 is too small (considered dust).</source>
<translation>Nilai pembayaran %1 yang diminta oleh Anda terlalu sedikit (dianggap debu).</translation> <translation>Nilai pembayaran %1 yang diminta oleh Anda terlalu sedikit (dianggap debu).</translation>
@ -1027,6 +1089,10 @@
<source>Payment request error</source> <source>Payment request error</source>
<translation>Gagalan permintaan pembayaran</translation> <translation>Gagalan permintaan pembayaran</translation>
</message> </message>
<message>
<source>Payment request expired.</source>
<translation>Permintaan pembayaran telah kadaluarsa</translation>
</message>
<message> <message>
<source>Refund from %1</source> <source>Refund from %1</source>
<translation>Pembayaran kembali dari %1</translation> <translation>Pembayaran kembali dari %1</translation>
@ -1050,6 +1116,10 @@
</context> </context>
<context> <context>
<name>PeerTableModel</name> <name>PeerTableModel</name>
<message>
<source>User Agent</source>
<translation>Agen Pengguna</translation>
</message>
</context> </context>
<context> <context>
<name>QObject</name> <name>QObject</name>
@ -1057,6 +1127,10 @@
<source>Amount</source> <source>Amount</source>
<translation>Nilai</translation> <translation>Nilai</translation>
</message> </message>
<message>
<source>Enter a Bitcoin address (e.g. %1)</source>
<translation>Masukkan alamat Bitcoin (contoh %1)</translation>
</message>
<message> <message>
<source>%1 h</source> <source>%1 h</source>
<translation>%1 Jam</translation> <translation>%1 Jam</translation>
@ -1143,6 +1217,24 @@
<source>Current number of blocks</source> <source>Current number of blocks</source>
<translation>Jumlah blok terkini</translation> <translation>Jumlah blok terkini</translation>
</message> </message>
<message>
<source>Sent</source>
<translation>Terkirim</translation>
</message>
<message>
<source>Version</source>
<translation>Versi</translation>
</message>
<message>
<source>User Agent</source>
<translation>Agen Pengguna
</translation>
</message>
<message>
<source>Services</source>
<translation>Layanan</translation>
</message>
<message> <message>
<source>Last block time</source> <source>Last block time</source>
<translation>Waktu blok terakhir</translation> <translation>Waktu blok terakhir</translation>
@ -1187,6 +1279,26 @@
<source>Clear console</source> <source>Clear console</source>
<translation>Bersihkan konsol</translation> <translation>Bersihkan konsol</translation>
</message> </message>
<message>
<source>1 &amp;hour</source>
<translation>1 &amp;jam</translation>
</message>
<message>
<source>1 &amp;day</source>
<translation>1 &amp;hari</translation>
</message>
<message>
<source>1 &amp;week</source>
<translation>1 &amp;minggu</translation>
</message>
<message>
<source>1 &amp;year</source>
<translation>1 &amp;tahun</translation>
</message>
<message>
<source>Welcome to the Bitcoin Core RPC console.</source>
<translation>Selamat datang di konsol RPC Bitcoin.</translation>
</message>
<message> <message>
<source>Use up and down arrows to navigate history, and &lt;b&gt;Ctrl-L&lt;/b&gt; to clear screen.</source> <source>Use up and down arrows to navigate history, and &lt;b&gt;Ctrl-L&lt;/b&gt; to clear screen.</source>
<translation>Gunakan panah keatas dan kebawah untuk menampilkan sejarah, dan &lt;b&gt;Ctrl-L&lt;/b&gt; untuk bersihkan layar.</translation> <translation>Gunakan panah keatas dan kebawah untuk menampilkan sejarah, dan &lt;b&gt;Ctrl-L&lt;/b&gt; untuk bersihkan layar.</translation>
@ -1211,7 +1323,19 @@
<source>%1 GB</source> <source>%1 GB</source>
<translation>%1 GB</translation> <translation>%1 GB</translation>
</message> </message>
</context> <message>
<source>Yes</source>
<translation>Ya</translation>
</message>
<message>
<source>No</source>
<translation>Tidak</translation>
</message>
<message>
<source>Unknown</source>
<translation>Tidak diketahui</translation>
</message>
</context>
<context> <context>
<name>ReceiveCoinsDialog</name> <name>ReceiveCoinsDialog</name>
<message> <message>
@ -1431,6 +1555,22 @@
<source>Custom change address</source> <source>Custom change address</source>
<translation>Alamat uang kembali yang kustom</translation> <translation>Alamat uang kembali yang kustom</translation>
</message> </message>
<message>
<source>Recommended:</source>
<translation>Disarankan</translation>
</message>
<message>
<source>Confirmation time:</source>
<translation>Waktu konfirmasi:</translation>
</message>
<message>
<source>normal</source>
<translation>normal</translation>
</message>
<message>
<source>fast</source>
<translation>cepat</translation>
</message>
<message> <message>
<source>Send to multiple recipients at once</source> <source>Send to multiple recipients at once</source>
<translation>Kirim ke beberapa penerima sekaligus</translation> <translation>Kirim ke beberapa penerima sekaligus</translation>
@ -1491,6 +1631,10 @@
<source>Copy change</source> <source>Copy change</source>
<translation>Salin uang kembali</translation> <translation>Salin uang kembali</translation>
</message> </message>
<message>
<source>Total Amount %1</source>
<translation>Jumlah Total %1</translation>
</message>
<message> <message>
<source>or</source> <source>or</source>
<translation>atau</translation> <translation>atau</translation>
@ -1515,6 +1659,14 @@
<source>The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here.</source> <source>The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here.</source>
<translation>Gagal: Transaksi ditolak. Ini mungkin terjadi jika beberapa dari koin dalam dompet Anda telah digunakan, seperti ketika Anda menggunakan salinan wallet.dat dan beberapa koin telah dibelanjakan dalam salinan tersebut tetapi disini tidak tertandai sebagai terpakai.</translation> <translation>Gagal: Transaksi ditolak. Ini mungkin terjadi jika beberapa dari koin dalam dompet Anda telah digunakan, seperti ketika Anda menggunakan salinan wallet.dat dan beberapa koin telah dibelanjakan dalam salinan tersebut tetapi disini tidak tertandai sebagai terpakai.</translation>
</message> </message>
<message>
<source>A fee higher than %1 is considered an absurdly high fee.</source>
<translation>Biaya yang lebih tinggi dari %1 dianggap biaya tak masuk akal.</translation>
</message>
<message>
<source>Payment request expired.</source>
<translation>Permintaan pembayaran telah kadaluarsa</translation>
</message>
<message> <message>
<source>Warning: Invalid Bitcoin address</source> <source>Warning: Invalid Bitcoin address</source>
<translation>Awas: Alamat Bitcoin tidak sah</translation> <translation>Awas: Alamat Bitcoin tidak sah</translation>
@ -2213,10 +2365,6 @@
<source>(default: 1)</source> <source>(default: 1)</source>
<translation>(pengaturan awal: 1)</translation> <translation>(pengaturan awal: 1)</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Coba memulihkan kunci-kunci pribadi dari wallet.dat yang rusak</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Pilihan pembuatan blok:</translation> <translation>Pilihan pembuatan blok:</translation>
@ -2305,14 +2453,14 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Harus membangun ulang database menggunakan -reindex supaya mengubah -txindex</translation> <translation>Harus membangun ulang database menggunakan -reindex supaya mengubah -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Impor blok dari eksternal berkas blk000???.dat</translation>
</message>
<message> <message>
<source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source> <source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source>
<translation>Tidak bisa mengunci data directory %s. Kemungkinan Bitcoin Core sudah mulai.</translation> <translation>Tidak bisa mengunci data directory %s. Kemungkinan Bitcoin Core sudah mulai.</translation>
</message> </message>
<message>
<source>Connect through SOCKS5 proxy</source>
<translation>Hubungkan melalui proxy SOCKS5</translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Informasi</translation> <translation>Informasi</translation>
@ -2389,14 +2537,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Menjalankan perintah ketika perubahan blok terbaik (%s dalam cmd digantikan oleh hash blok)</translation> <translation>Menjalankan perintah ketika perubahan blok terbaik (%s dalam cmd digantikan oleh hash blok)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Perbarui dompet ke format terbaru</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Pindai ulang rantai-blok untuk transaksi dompet yang hilang</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Pesan bantuan ini</translation> <translation>Pesan bantuan ini</translation>

View File

@ -1486,14 +1486,6 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>Last Receive</source> <source>Last Receive</source>
<translation>Ultima Ricezione</translation> <translation>Ultima Ricezione</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Byte Inviati</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Byte Ricevuti</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Tempo di Ping</translation> <translation>Tempo di Ping</translation>
@ -1998,10 +1990,6 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Richiesta di pagamento scaduta.</translation> <translation>Richiesta di pagamento scaduta.</translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Paga solamente la commissione minima di %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>L'indirizzo del beneficiario non è valido. Si prega di ricontrollare.</translation> <translation>L'indirizzo del beneficiario non è valido. Si prega di ricontrollare.</translation>
@ -2852,10 +2840,6 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>Valori possibili per &lt;category&gt;:</translation> <translation>Valori possibili per &lt;category&gt;:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Tenta di recuperare le chiavi private da un wallet.dat corrotto</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opzioni creazione blocco:</translation> <translation>Opzioni creazione blocco:</translation>
@ -2976,10 +2960,6 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>È necessario ricostruire il database usando -reindex per cambiare -txindex</translation> <translation>È necessario ricostruire il database usando -reindex per cambiare -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importa blocchi da un file blk000??.dat esterno</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permette connessioni JSON-RPC dall'origine specificata. I valori validi per &lt;ip&gt; sono un singolo IP (ad es. 1.2.3.4), una network/netmask (ad es. 1.2.3.4/255.255.255.0) oppure una network/CIDR (ad es. 1.2.3.4/24). Questa opzione può essere specificata più volte.</translation> <translation>Permette connessioni JSON-RPC dall'origine specificata. I valori validi per &lt;ip&gt; sono un singolo IP (ad es. 1.2.3.4), una network/netmask (ad es. 1.2.3.4/255.255.255.0) oppure una network/CIDR (ad es. 1.2.3.4/24). Questa opzione può essere specificata più volte.</translation>
@ -3228,10 +3208,6 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Eliminazione dal portamonete di tutte le transazioni...</translation> <translation>Eliminazione dal portamonete di tutte le transazioni...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>all'avvio</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat corrotto, recupero fallito</translation> <translation>wallet.dat corrotto, recupero fallito</translation>
@ -3244,14 +3220,6 @@ Per specificare più URL separarli con una barra verticale "|".</translation>
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Esegue un comando quando il miglior blocco cambia (%s nel cmd è sostituito dall'hash del blocco)</translation> <translation>Esegue un comando quando il miglior blocco cambia (%s nel cmd è sostituito dall'hash del blocco)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Aggiorna il wallet all'ultimo formato</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Ripete la scansione della block chain per individuare le transazioni che mancano dal portamonete</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Questo messaggio di aiuto</translation> <translation>Questo messaggio di aiuto</translation>

View File

@ -1549,14 +1549,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation></translation>
</message>
<message>
<source>Bytes Received</source>
<translation></translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping時間</translation> <translation>Ping時間</translation>
@ -2069,6 +2061,10 @@
<source>Copy change</source> <source>Copy change</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Total Amount %1</source>
<translation> %1</translation>
</message>
<message> <message>
<source>or</source> <source>or</source>
<translation></translation> <translation></translation>
@ -2101,18 +2097,14 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Pay only the required fee of %1</source>
<translation> %1 </translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>%n </numerusform></translation> <translation><numerusform>%n </numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation> %1 </translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation> %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation></translation> <translation></translation>
@ -2891,10 +2883,6 @@
<source>Accept command line and JSON-RPC commands</source> <source>Accept command line and JSON-RPC commands</source>
<translation> JSON-RPC </translation> <translation> JSON-RPC </translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying (default: %s)</source>
<translation> (%s/kB単位) (: %s)</translation>
</message>
<message> <message>
<source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source> <source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source>
<translation>&lt;category&gt; &lt;category&gt; = 1 </translation> <translation>&lt;category&gt; &lt;category&gt; = 1 </translation>
@ -3019,10 +3007,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt;</translation> <translation>&lt;category&gt;</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation> wallet.dat </translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>:</translation> <translation>:</translation>
@ -3180,10 +3164,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>-txindex -reindex 使</translation> <translation>-txindex -reindex 使</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation> blk000??.dat </translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>JSON-RPC接続を許可する&lt;ip&gt;IP ( 1.2.3.4)/ (1.2.3.4/255.255.255.0)/CIDR (1.2.3.4/24)</translation> <translation>JSON-RPC接続を許可する&lt;ip&gt;IP ( 1.2.3.4)/ (1.2.3.4/255.255.255.0)/CIDR (1.2.3.4/24)</translation>
@ -3216,6 +3196,10 @@
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation> (%sはメッセージから置き換えさせる)</translation> <translation> (%sはメッセージから置き換えさせる)</translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s)</source>
<translation> (%s/kB単位) (: %s)</translation>
</message>
<message> <message>
<source>If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u)</source> <source>If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u)</source>
<translation>paytxfee n (: %u)</translation> <translation>paytxfee n (: %u)</translation>
@ -3272,6 +3256,10 @@
<source>Activating best chain...</source> <source>Activating best chain...</source>
<translation>...</translation> <translation>...</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat on startup</source>
<translation> wallet.dat </translation>
</message>
<message> <message>
<source>Cannot resolve -whitebind address: '%s'</source> <source>Cannot resolve -whitebind address: '%s'</source>
<translation>-whitebind '%s' </translation> <translation>-whitebind '%s' </translation>
@ -3296,6 +3284,10 @@
<source>Error reading from database, shutting down.</source> <source>Error reading from database, shutting down.</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file on startup</source>
<translation> blk000??.dat </translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation></translation> <translation></translation>
@ -3352,6 +3344,10 @@
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source> <source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>-maxconnections %d %d </translation> <translation>-maxconnections %d %d </translation>
</message> </message>
<message>
<source>Rescan the block chain for missing wallet transactions on startup</source>
<translation> </translation>
</message>
<message> <message>
<source>Send trace/debug info to console instead of debug.log file</source> <source>Send trace/debug info to console instead of debug.log file</source>
<translation>/ debug.log </translation> <translation>/ debug.log </translation>
@ -3420,6 +3416,10 @@
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation> %s ( %s)</translation> <translation> %s ( %s)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format on startup</source>
<translation></translation>
</message>
<message> <message>
<source>Username for JSON-RPC connections</source> <source>Username for JSON-RPC connections</source>
<translation>JSON-RPC </translation> <translation>JSON-RPC </translation>
@ -3440,10 +3440,6 @@
<source>ZeroMQ notification options:</source> <source>ZeroMQ notification options:</source>
<translation>ZeroMQ通知オプション:</translation> <translation>ZeroMQ通知オプション:</translation>
</message> </message>
<message>
<source>on startup</source>
<translation></translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat </translation> <translation>wallet.dat </translation>
@ -3456,14 +3452,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation> (cmd %s )</translation> <translation> (cmd %s )</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation></translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation> </translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation> </translation> <translation> </translation>

View File

@ -2233,10 +2233,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; :</translation> <translation>&lt;category&gt; :</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation> wallet.dat-</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation> :</translation> <translation> :</translation>
@ -2321,10 +2317,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation> , -reindex -txindex</translation> <translation> , -reindex -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation> blk000??.dat </translation>
</message>
<message> <message>
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation> (cmd- %s )</translation> <translation> (cmd- %s )</translation>
@ -2409,14 +2401,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation> (%s )</translation> <translation> (%s )</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation> </translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation> </translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation> </translation> <translation> </translation>

View File

@ -2303,10 +2303,6 @@
<source>(default: 1)</source> <source>(default: 1)</source>
<translation>(기본값: 1)</translation> <translation>(기본값: 1)</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation> wallet.dat에서 </translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation> :</translation> <translation> :</translation>
@ -2403,10 +2399,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>-txindex를 -reindex를 . </translation> <translation>-txindex를 -reindex를 . </translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation> blk000??.dat .</translation>
</message>
<message> <message>
<source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source> <source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source>
<translation> %s에 . .</translation> <translation> %s에 . .</translation>
@ -2495,10 +2487,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation> ...</translation> <translation> ...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation> </translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat .</translation> <translation>wallet.dat .</translation>
@ -2511,14 +2499,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation> (cmd %s )</translation> <translation> (cmd %s )</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation> </translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation> </translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation> </translation> <translation> </translation>

View File

@ -1409,10 +1409,6 @@
<source>Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup.</source> <source>Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup.</source>
<translation>Monitio: wallet.data corrupta, data salvata! Originalis wallet.dat salvata ut wallet.{timestamp}.bak in %s; si pendendum tuum vel transactiones pravae sunt, oportet ab conservato restituere.</translation> <translation>Monitio: wallet.data corrupta, data salvata! Originalis wallet.dat salvata ut wallet.{timestamp}.bak in %s; si pendendum tuum vel transactiones pravae sunt, oportet ab conservato restituere.</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Conare recipere claves privatas de corrupto wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Optiones creandi frustorum:</translation> <translation>Optiones creandi frustorum:</translation>
@ -1465,10 +1461,6 @@
<source>Verifying wallet...</source> <source>Verifying wallet...</source>
<translation>Verificante cassidilem...</translation> <translation>Verificante cassidilem...</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importat frusta ab externa plica blk000??.dat</translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Informatio</translation> <translation>Informatio</translation>
@ -1537,14 +1529,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Pelle mandatum quando optissimum frustum mutat (%s in mandato substituitur ab hash frusti)</translation> <translation>Pelle mandatum quando optissimum frustum mutat (%s in mandato substituitur ab hash frusti)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Progredere cassidile ad formam recentissimam</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Iterum perlege catenam frustorum propter absentes cassidilis transactiones</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Hic nuntius auxilii</translation> <translation>Hic nuntius auxilii</translation>

View File

@ -871,14 +871,6 @@
<source>Version</source> <source>Version</source>
<translation>Versija</translation> <translation>Versija</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Nusiųsti baitai</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Gauti baitai</translation>
</message>
<message> <message>
<source>Last block time</source> <source>Last block time</source>
<translation>Paskutinio bloko laikas</translation> <translation>Paskutinio bloko laikas</translation>
@ -1661,14 +1653,6 @@
<source>Password for JSON-RPC connections</source> <source>Password for JSON-RPC connections</source>
<translation>Slaptažodis JSON-RPC sujungimams</translation> <translation>Slaptažodis JSON-RPC sujungimams</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Atnaujinti piniginę į naujausią formatą</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Ieškoti prarastų piniginės sandorių blokų grandinėje</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Pagelbos žinutė</translation> <translation>Pagelbos žinutė</translation>

View File

@ -2121,10 +2121,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; var būt:</translation> <translation>&lt;category&gt; var būt:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Mēģināt atgūt privātās atslēgas no bojāta wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Bloka izveidošanas iestatījumi:</translation> <translation>Bloka izveidošanas iestatījumi:</translation>
@ -2165,10 +2161,6 @@
<source>Wallet options:</source> <source>Wallet options:</source>
<translation>Maciņa iespējas:</translation> <translation>Maciņa iespējas:</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importēt blokus no ārējās blk000??.dat datnes</translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Informācija</translation> <translation>Informācija</translation>
@ -2217,10 +2209,6 @@
<source>Warning</source> <source>Warning</source>
<translation>Brīdinājums</translation> <translation>Brīdinājums</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>startēšanas laikā</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat ir bojāts, glābšana neizdevās</translation> <translation>wallet.dat ir bojāts, glābšana neizdevās</translation>
@ -2233,14 +2221,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Izpildīt komandu, kad labāk atbilstošais bloks izmainās (%s cmd aizvieto ar bloka hešu)</translation> <translation>Izpildīt komandu, kad labāk atbilstošais bloks izmainās (%s cmd aizvieto ar bloka hešu)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Atjaunot maciņa formātu uz jaunāko</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Atkārtoti skanēt bloku virkni, meklējot trūkstošās maciņa transakcijas</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Šis palīdzības paziņojums</translation> <translation>Šis palīdzības paziņojums</translation>

View File

@ -1033,10 +1033,6 @@
<source>Wallet options:</source> <source>Wallet options:</source>
<translation>Түрүйвчийн сонголтууд:</translation> <translation>Түрүйвчийн сонголтууд:</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Түрүйвчийг хамгийн сүүлийн үеийн форматруу шинэчлэх</translation>
</message>
<message> <message>
<source>Loading addresses...</source> <source>Loading addresses...</source>
<translation>Хаягуудыг ачааллаж байна...</translation> <translation>Хаягуудыг ачааллаж байна...</translation>

View File

@ -1549,14 +1549,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Siste Mottatte</translation> <translation>Siste Mottatte</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Byte Sendt</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Byte Mottatt</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping-tid</translation> <translation>Ping-tid</translation>
@ -2069,6 +2061,10 @@
<source>Copy change</source> <source>Copy change</source>
<translation>Kopier veksel</translation> <translation>Kopier veksel</translation>
</message> </message>
<message>
<source>Total Amount %1</source>
<translation>Totalt Beløp %1</translation>
</message>
<message> <message>
<source>or</source> <source>or</source>
<translation>eller</translation> <translation>eller</translation>
@ -2101,18 +2097,14 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Betalingsetterspørringen har utløpt.</translation> <translation>Betalingsetterspørringen har utløpt.</translation>
</message> </message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Betal kun påkrevd gebyr %1</translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Anslått til å begynne bekreftelse innen %n blokk.</numerusform><numerusform>Anslått til å begynne bekreftelse innen %n blokker.</numerusform></translation> <translation><numerusform>Anslått til å begynne bekreftelse innen %n blokk.</numerusform><numerusform>Anslått til å begynne bekreftelse innen %n blokker.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Betal kun minimumsgebyret %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Totalt Beløp %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Mottakeradressen er ikke gyldig. Vennligst kontroller nytt.</translation> <translation>Mottakeradressen er ikke gyldig. Vennligst kontroller nytt.</translation>
@ -2891,10 +2883,6 @@
<source>Accept command line and JSON-RPC commands</source> <source>Accept command line and JSON-RPC commands</source>
<translation>Ta imot kommandolinje- og JSON-RPC-kommandoer</translation> <translation>Ta imot kommandolinje- og JSON-RPC-kommandoer</translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying (default: %s)</source>
<translation>Gebyrer (i %s/kB) mindre enn dette vil anses som gebyrfrie (for videresending) (standard: %s)</translation>
</message>
<message> <message>
<source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source> <source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source>
<translation>Hvis &lt;category&gt; ikke er oppgitt eller hvis &lt;category&gt; = 1, ta ut all informasjon for feilsøking.</translation> <translation>Hvis &lt;category&gt; ikke er oppgitt eller hvis &lt;category&gt; = 1, ta ut all informasjon for feilsøking.</translation>
@ -3015,10 +3003,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; kan være:</translation> <translation>&lt;category&gt; kan være:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Forsøk å berge private nøkler fra en korrupt wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Valg for opprettelse av blokker:</translation> <translation>Valg for opprettelse av blokker:</translation>
@ -3175,10 +3159,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Du gjenoppbygge databasen med å bruke -reindex for å endre -txindex</translation> <translation>Du gjenoppbygge databasen med å bruke -reindex for å endre -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importerer blokker fra ekstern fil blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Tillat JSON-RPC-tilkoblinger fra angitt kilde. Gyldig for &lt;ip&gt; er en enkelt IP (f. eks. 1.2.3.4), et nettverk/nettmaske (f. eks. 1.2.3.4/255.255.255.0) eller et nettverk/CIDR (f. eks. 1.2.3.4/24). Dette alternativet kan angis flere ganger</translation> <translation>Tillat JSON-RPC-tilkoblinger fra angitt kilde. Gyldig for &lt;ip&gt; er en enkelt IP (f. eks. 1.2.3.4), et nettverk/nettmaske (f. eks. 1.2.3.4/255.255.255.0) eller et nettverk/CIDR (f. eks. 1.2.3.4/24). Dette alternativet kan angis flere ganger</translation>
@ -3211,6 +3191,10 @@
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>Utfør kommando når et relevant varsel er mottatt eller vi ser en veldig lang gaffel (%s i kommando er erstattet med melding)</translation> <translation>Utfør kommando når et relevant varsel er mottatt eller vi ser en veldig lang gaffel (%s i kommando er erstattet med melding)</translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s)</source>
<translation>Gebyrer (i %s/kB) mindre enn dette anses som null gebyr for videresending, graving og laging av transaksjoner (standardverdi: %s)</translation>
</message>
<message> <message>
<source>If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u)</source> <source>If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u)</source>
<translation>Hvis paytxfee ikke er angitt, inkluderer da nok i gebyr til at transaksjoner gjennomsnittligt bekreftes innen n blokker (standardverdi: %u)</translation> <translation>Hvis paytxfee ikke er angitt, inkluderer da nok i gebyr til at transaksjoner gjennomsnittligt bekreftes innen n blokker (standardverdi: %u)</translation>
@ -3267,6 +3251,10 @@
<source>Activating best chain...</source> <source>Activating best chain...</source>
<translation>Aktiverer beste kjede...</translation> <translation>Aktiverer beste kjede...</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat on startup</source>
<translation>Forsøk å berge private nøkler fra en korrupt wallet.dat ved oppstart</translation>
</message>
<message> <message>
<source>Cannot resolve -whitebind address: '%s'</source> <source>Cannot resolve -whitebind address: '%s'</source>
<translation>Kan ikke løse -whitebind-adresse: '%s'</translation> <translation>Kan ikke løse -whitebind-adresse: '%s'</translation>
@ -3291,6 +3279,10 @@
<source>Error reading from database, shutting down.</source> <source>Error reading from database, shutting down.</source>
<translation>Feil ved lesing fra database, stenger ned.</translation> <translation>Feil ved lesing fra database, stenger ned.</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file on startup</source>
<translation>Importerer blokker fra ekstern fil blk000??.dat ved oppstart</translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation>Informasjon</translation> <translation>Informasjon</translation>
@ -3347,6 +3339,10 @@
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source> <source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation>Reduserer -maxconnections fra %d til %d, pga. systembegrensninger.</translation> <translation>Reduserer -maxconnections fra %d til %d, pga. systembegrensninger.</translation>
</message> </message>
<message>
<source>Rescan the block chain for missing wallet transactions on startup</source>
<translation>Se gjennom blokkjeden etter manglende lommeboktransaksjoner ved oppstart</translation>
</message>
<message> <message>
<source>Send trace/debug info to console instead of debug.log file</source> <source>Send trace/debug info to console instead of debug.log file</source>
<translation>Send spor-/feilsøkingsinformasjon til konsollen istedenfor filen debug.log</translation> <translation>Send spor-/feilsøkingsinformasjon til konsollen istedenfor filen debug.log</translation>
@ -3415,6 +3411,10 @@
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation>Kan ikke binde til %s denne datamaskinen (binding returnerte feilen %s)</translation> <translation>Kan ikke binde til %s denne datamaskinen (binding returnerte feilen %s)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format on startup</source>
<translation>Oppgrader lommebok til nyeste format ved oppstart</translation>
</message>
<message> <message>
<source>Username for JSON-RPC connections</source> <source>Username for JSON-RPC connections</source>
<translation>Brukernavn for JSON-RPC forbindelser</translation> <translation>Brukernavn for JSON-RPC forbindelser</translation>
@ -3435,10 +3435,6 @@
<source>ZeroMQ notification options:</source> <source>ZeroMQ notification options:</source>
<translation>Valg for ZeroMQ-meldinger:</translation> <translation>Valg for ZeroMQ-meldinger:</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>ved oppstart</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat korrupt, bergning feilet</translation> <translation>wallet.dat korrupt, bergning feilet</translation>
@ -3451,14 +3447,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Utfør kommando når beste blokk endrer seg (%s i kommandoen erstattes med blokkens hash)</translation> <translation>Utfør kommando når beste blokk endrer seg (%s i kommandoen erstattes med blokkens hash)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Oppgrader lommebok til nyeste format</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Se gjennom blokkjeden etter manglende lommeboktransaksjoner</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Denne hjelpemeldingen</translation> <translation>Denne hjelpemeldingen</translation>

View File

@ -1489,14 +1489,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Laatst ontvangen</translation> <translation>Laatst ontvangen</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bytes Verzonden</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bytes Ontvangen</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping Tijd</translation> <translation>Ping Tijd</translation>
@ -1993,10 +1985,6 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Betalingsverzoek verlopen.</translation> <translation>Betalingsverzoek verlopen.</translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Betaal alleen de minimale transactiekosten van %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Het adres van de ontvanger is niet geldig. Gelieve opnieuw te controleren..</translation> <translation>Het adres van de ontvanger is niet geldig. Gelieve opnieuw te controleren..</translation>
@ -2839,10 +2827,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; kan zijn:</translation> <translation>&lt;category&gt; kan zijn:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Poog de geheime sleutels uit een corrupt wallet.dat bestand terug te halen</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Blokcreatie-opties:</translation> <translation>Blokcreatie-opties:</translation>
@ -2955,10 +2939,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Om -txindex te kunnen veranderen dient u de database opnieuw te bouwen met gebruik van -reindex.</translation> <translation>Om -txindex te kunnen veranderen dient u de database opnieuw te bouwen met gebruik van -reindex.</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importeert blokken van extern blk000??.dat bestand</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Sta JSON-RPC verbindingen toe vanuit een gespecificeerde bron. Geldig voor &lt;ip&gt; zijn een enkel IP (bijv. 1.2.3.4), een netwerk/netmask (bijv. 1.2.3.4/255.255.255.0) of een netwerk/CIDR (bijv. 1.2.3.4/24). Deze optie kan meerdere keren gespecificeerd worden.</translation> <translation>Sta JSON-RPC verbindingen toe vanuit een gespecificeerde bron. Geldig voor &lt;ip&gt; zijn een enkel IP (bijv. 1.2.3.4), een netwerk/netmask (bijv. 1.2.3.4/255.255.255.0) of een netwerk/CIDR (bijv. 1.2.3.4/24). Deze optie kan meerdere keren gespecificeerd worden.</translation>
@ -3188,10 +3168,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Bezig met het zappen van alle transacties van de portemonnee...</translation> <translation>Bezig met het zappen van alle transacties van de portemonnee...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>bij opstarten</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat corrupt, veiligstellen mislukt</translation> <translation>wallet.dat corrupt, veiligstellen mislukt</translation>
@ -3204,14 +3180,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Voer commando uit zodra het beste blok verandert (%s in cmd wordt vervangen door blockhash)</translation> <translation>Voer commando uit zodra het beste blok verandert (%s in cmd wordt vervangen door blockhash)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Vernieuw portemonnee naar nieuwste versie</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Doorzoek de blokketen op ontbrekende portemonnee-transacties</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Dit helpbericht</translation> <translation>Dit helpbericht</translation>

View File

@ -1405,14 +1405,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>I-execute ing command istung mialilan ya ing best block (%s in cmd is replaced by block hash)</translation> <translation>I-execute ing command istung mialilan ya ing best block (%s in cmd is replaced by block hash)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>I-upgrade ing wallet king pekabayung porma</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>I-scan pasibayu ing block chain para kareng mauaualang transaksion</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Ining saup a mensayi</translation> <translation>Ining saup a mensayi</translation>

View File

@ -1489,14 +1489,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Ostatnio odebrano</translation> <translation>Ostatnio odebrano</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bajtów wysłano</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bajtów pobrano</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Czas odpowiedzi</translation> <translation>Czas odpowiedzi</translation>
@ -1993,14 +1985,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Przybliżony czas zatwierdzenia: %n bloków.</numerusform><numerusform>Przybliżony czas zatwierdzenia: %n bloków.</numerusform><numerusform>Przybliżony czas zatwierdzenia: %n bloków.</numerusform></translation> <translation><numerusform>Przybliżony czas zatwierdzenia: %n bloków.</numerusform><numerusform>Przybliżony czas zatwierdzenia: %n bloków.</numerusform><numerusform>Przybliżony czas zatwierdzenia: %n bloków.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Płac tylko minimalna opłatę %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Całkowita kwota %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Adres odbiorcy jest nieprawidłowy, proszę sprawić ponownie.</translation> <translation>Adres odbiorcy jest nieprawidłowy, proszę sprawić ponownie.</translation>
@ -2851,10 +2835,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; mogą być:</translation> <translation>&lt;category&gt; mogą być:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Próbuj odzyskać klucze prywatne z uszkodzonego wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opcje tworzenia bloku:</translation> <translation>Opcje tworzenia bloku:</translation>
@ -2975,10 +2955,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Musisz przebudować bazę używając parametru -reindex aby zmienić -txindex</translation> <translation>Musisz przebudować bazę używając parametru -reindex aby zmienić -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importuj bloki z zewnętrznego pliku blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Pozwól na połączenia JSON-RPC z podanego źródła. Jako &lt;ip&gt; prawidłowe jest pojedyncze IP (np. 1.2.3.4), podsieć/maska (np. 1.2.3.4/255.255.255.0) lub sieć/CIDR (np. 1.2.3.4/24). Opcja ta może być użyta wiele razy.</translation> <translation>Pozwól na połączenia JSON-RPC z podanego źródła. Jako &lt;ip&gt; prawidłowe jest pojedyncze IP (np. 1.2.3.4), podsieć/maska (np. 1.2.3.4/255.255.255.0) lub sieć/CIDR (np. 1.2.3.4/24). Opcja ta może być użyta wiele razy.</translation>
@ -3215,10 +3191,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Usuwam wszystkie transakcje z portfela...</translation> <translation>Usuwam wszystkie transakcje z portfela...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>podczas uruchamiania</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat uszkodzony, odtworzenie się nie powiodło</translation> <translation>wallet.dat uszkodzony, odtworzenie się nie powiodło</translation>
@ -3231,14 +3203,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Wykonaj polecenie kiedy najlepszy blok ulegnie zmianie (%s w komendzie zastanie zastąpione przez hash bloku)</translation> <translation>Wykonaj polecenie kiedy najlepszy blok ulegnie zmianie (%s w komendzie zastanie zastąpione przez hash bloku)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Zaktualizuj portfel do najnowszego formatu.</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Przeskanuj łańcuch bloków w poszukiwaniu zaginionych transakcji portfela</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Ta wiadomość pomocy</translation> <translation>Ta wiadomość pomocy</translation>

View File

@ -222,7 +222,15 @@
</context> </context>
<context> <context>
<name>BanTableModel</name> <name>BanTableModel</name>
</context> <message>
<source>IP/Netmask</source>
<translation>IP/Máscara</translation>
</message>
<message>
<source>Banned Until</source>
<translation>Banido até</translation>
</message>
</context>
<context> <context>
<name>BitcoinGUI</name> <name>BitcoinGUI</name>
<message> <message>
@ -379,7 +387,7 @@
</message> </message>
<message> <message>
<source>&amp;Settings</source> <source>&amp;Settings</source>
<translation>&amp;Configurações</translation> <translation>&amp;definições</translation>
</message> </message>
<message> <message>
<source>&amp;Help</source> <source>&amp;Help</source>
@ -1067,6 +1075,30 @@
<source>Port of the proxy (e.g. 9050)</source> <source>Port of the proxy (e.g. 9050)</source>
<translation>Porta do serviço de proxy (ex. 9050)</translation> <translation>Porta do serviço de proxy (ex. 9050)</translation>
</message> </message>
<message>
<source>Used for reaching peers via:</source>
<translation>Usado para alcançar participantes via:</translation>
</message>
<message>
<source>IPv4</source>
<translation>IPv4</translation>
</message>
<message>
<source>IPv6</source>
<translation>IPv6</translation>
</message>
<message>
<source>Tor</source>
<translation>Tor</translation>
</message>
<message>
<source>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.</source>
<translation>Conecte-se à rede Bitcoin através de um proxy SOCKS5 separado para utilizar serviços ocultos Tor.</translation>
</message>
<message>
<source>Use separate SOCKS5 proxy to reach peers via Tor hidden services:</source>
<translation>Use um proxy SOCKS5 separado para alcançar participantes da rede via serviços ocultos Tor:</translation>
</message>
<message> <message>
<source>&amp;Window</source> <source>&amp;Window</source>
<translation>&amp;Janela</translation> <translation>&amp;Janela</translation>
@ -1453,10 +1485,18 @@
<source>&amp;Peers</source> <source>&amp;Peers</source>
<translation>&amp;Pares</translation> <translation>&amp;Pares</translation>
</message> </message>
<message>
<source>Banned peers</source>
<translation>Nós banidos</translation>
</message>
<message> <message>
<source>Select a peer to view detailed information.</source> <source>Select a peer to view detailed information.</source>
<translation>Selecione um cliente para ver informações detalhadas.</translation> <translation>Selecione um cliente para ver informações detalhadas.</translation>
</message> </message>
<message>
<source>Whitelisted</source>
<translation>Lista branca</translation>
</message>
<message> <message>
<source>Direction</source> <source>Direction</source>
<translation>Direção</translation> <translation>Direção</translation>
@ -1465,6 +1505,18 @@
<source>Version</source> <source>Version</source>
<translation>Versão</translation> <translation>Versão</translation>
</message> </message>
<message>
<source>Starting Block</source>
<translation>Bloco inicial</translation>
</message>
<message>
<source>Synced Headers</source>
<translation>Cabeçalhos Sincronizados</translation>
</message>
<message>
<source>Synced Blocks</source>
<translation>Blocos Sincronizados</translation>
</message>
<message> <message>
<source>User Agent</source> <source>User Agent</source>
<translation>User Agent</translation> <translation>User Agent</translation>
@ -1489,18 +1541,14 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Ultimo Recebido</translation> <translation>Ultimo Recebido</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bytes Enviados</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bytes recebidos</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping</translation> <translation>Ping</translation>
</message> </message>
<message>
<source>The duration of a currently outstanding ping.</source>
<translation>A duração de um ping excepcional no momento.</translation>
</message>
<message> <message>
<source>Last block time</source> <source>Last block time</source>
<translation>Horário do último bloco</translation> <translation>Horário do último bloco</translation>
@ -1545,6 +1593,34 @@
<source>Clear console</source> <source>Clear console</source>
<translation>Limpar console</translation> <translation>Limpar console</translation>
</message> </message>
<message>
<source>&amp;Disconnect Node</source>
<translation>&amp;Desconectar </translation>
</message>
<message>
<source>Ban Node for</source>
<translation>Banir por</translation>
</message>
<message>
<source>1 &amp;hour</source>
<translation>1 &amp;hora</translation>
</message>
<message>
<source>1 &amp;day</source>
<translation>1 &amp;dia</translation>
</message>
<message>
<source>1 &amp;week</source>
<translation>1 &amp;semana</translation>
</message>
<message>
<source>1 &amp;year</source>
<translation>1 &amp;ano</translation>
</message>
<message>
<source>&amp;Unban Node</source>
<translation>&amp;Desbanir </translation>
</message>
<message> <message>
<source>Welcome to the Bitcoin Core RPC console.</source> <source>Welcome to the Bitcoin Core RPC console.</source>
<translation>Bem vindo ao console de RPC do Bitcoin.</translation> <translation>Bem vindo ao console de RPC do Bitcoin.</translation>
@ -1573,6 +1649,10 @@
<source>%1 GB</source> <source>%1 GB</source>
<translation>%1 GB</translation> <translation>%1 GB</translation>
</message> </message>
<message>
<source>(node id: %1)</source>
<translation>(id do : %1)</translation>
</message>
<message> <message>
<source>via %1</source> <source>via %1</source>
<translation>por %1</translation> <translation>por %1</translation>
@ -1965,6 +2045,10 @@
<source>Copy change</source> <source>Copy change</source>
<translation>Copia alteração</translation> <translation>Copia alteração</translation>
</message> </message>
<message>
<source>Total Amount %1</source>
<translation>Quantia Total %1</translation>
</message>
<message> <message>
<source>or</source> <source>or</source>
<translation>ou</translation> <translation>ou</translation>
@ -1997,14 +2081,14 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Pedido de pagamento expirado.</translation> <translation>Pedido de pagamento expirado.</translation>
</message> </message>
<message>
<source>Pay only the required fee of %1</source>
<translation>Pagar somente a taxa requerida de %1</translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Confirmação estimada em %n bloco.</numerusform><numerusform>Confirmação estimada em %n blocos.</numerusform></translation> <translation><numerusform>Confirmação estimada em %n bloco.</numerusform><numerusform>Confirmação estimada em %n blocos.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Pagar somente a taxa mínima de %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>O endereço do destinatário é inválido. Favor confirmar.</translation> <translation>O endereço do destinatário é inválido. Favor confirmar.</translation>
@ -2779,6 +2863,18 @@
<source>Accept command line and JSON-RPC commands</source> <source>Accept command line and JSON-RPC commands</source>
<translation>Aceitar linha de comando e comandos JSON-RPC</translation> <translation>Aceitar linha de comando e comandos JSON-RPC</translation>
</message> </message>
<message>
<source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source>
<translation>Se &lt;category&gt; não for suprida ou se &lt;category&gt; = 1, mostrar toda informação de depuração.</translation>
</message>
<message>
<source>Error: A fatal internal error occurred, see debug.log for details</source>
<translation>Erro: Um erro interno fatal ocorreu, veja debug.log para detalhes</translation>
</message>
<message>
<source>Fee (in %s/kB) to add to transactions you send (default: %s)</source>
<translation>Taxa (em %s/kB) a ser adicionada às transações que você mandar (padrão: %s)</translation>
</message>
<message> <message>
<source>Pruning blockstore...</source> <source>Pruning blockstore...</source>
<translation>Prunando os blocos existentes...</translation> <translation>Prunando os blocos existentes...</translation>
@ -2787,6 +2883,10 @@
<source>Run in the background as a daemon and accept commands</source> <source>Run in the background as a daemon and accept commands</source>
<translation>Rodar em segundo plano como serviço e aceitar comandos</translation> <translation>Rodar em segundo plano como serviço e aceitar comandos</translation>
</message> </message>
<message>
<source>Unable to start HTTP server. See debug log for details.</source>
<translation>Não foi possível iniciar o servidor HTTP. Veja o log para detaihes.</translation>
</message>
<message> <message>
<source>Accept connections from outside (default: 1 if no -proxy or -connect)</source> <source>Accept connections from outside (default: 1 if no -proxy or -connect)</source>
<translation>Aceitar conexões externas (padrão: 1 se opções -proxy ou -connect não estiverem presentes)</translation> <translation>Aceitar conexões externas (padrão: 1 se opções -proxy ou -connect não estiverem presentes)</translation>
@ -2811,6 +2911,10 @@
<source>Set the number of script verification threads (%u to %d, 0 = auto, &lt;0 = leave that many cores free, default: %d)</source> <source>Set the number of script verification threads (%u to %d, 0 = auto, &lt;0 = leave that many cores free, default: %d)</source>
<translation>Define o número de threads de verificação de script (%u a %d, 0 = automático, &lt;0 = número de cores deixados livres, padrão: %d)</translation> <translation>Define o número de threads de verificação de script (%u a %d, 0 = automático, &lt;0 = número de cores deixados livres, padrão: %d)</translation>
</message> </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>
<translation>O banco de dados de blocos contém um bloco que parece ser do futuro. Isso pode ser devido à data e hora do seu computador estarem configuradas incorretamente. Apenas reconstrua o banco de dados de blocos se você estiver certo de que a data e hora de seu computador estão corretas.</translation>
</message>
<message> <message>
<source>This is a pre-release test build - use at your own risk - do not use for mining or merchant applications</source> <source>This is a pre-release test build - use at your own risk - do not use for mining or merchant applications</source>
<translation>Este pode ser um build de teste pré-lançamento - use por sua conta e risco - não use para mineração ou aplicações de comércio.</translation> <translation>Este pode ser um build de teste pré-lançamento - use por sua conta e risco - não use para mineração ou aplicações de comércio.</translation>
@ -2819,6 +2923,14 @@
<source>Unable to bind to %s on this computer. Bitcoin Core is probably already running.</source> <source>Unable to bind to %s on this computer. Bitcoin Core is probably already running.</source>
<translation>Impossível ouvir em %s neste computador. Provavelmente o Bitcoin está sendo executado.</translation> <translation>Impossível ouvir em %s neste computador. Provavelmente o Bitcoin está sendo executado.</translation>
</message> </message>
<message>
<source>Use UPnP to map the listening port (default: 1 when listening and no -proxy)</source>
<translation>Use UPnP para mapear a porta escutada (padrão: 1 quando escutando e sem -proxy)</translation>
</message>
<message>
<source>WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected)</source>
<translation>AVISO: números estranhamente altos de blocos gerados, %d blocos recebidos nas últimas %d horas (%d esperados)</translation>
</message>
<message> <message>
<source>WARNING: check your network connection, %d blocks received in the last %d hours (%d expected)</source> <source>WARNING: check your network connection, %d blocks received in the last %d hours (%d expected)</source>
<translation>ATENÇÃO: verifique sua conexão %d blocos recebidos nas últimas %d horas (%d tempo estimado)</translation> <translation>ATENÇÃO: verifique sua conexão %d blocos recebidos nas últimas %d horas (%d tempo estimado)</translation>
@ -2844,12 +2956,12 @@
<translation>(padrão: 1)</translation> <translation>(padrão: 1)</translation>
</message> </message>
<message> <message>
<source>&lt;category&gt; can be:</source> <source>-maxmempool must be at least %d MB</source>
<translation>&lt;category&gt; pode ser:</translation> <translation>-maxmempool deve ser pelo menos %d MB</translation>
</message> </message>
<message> <message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source> <source>&lt;category&gt; can be:</source>
<translation>Tentar recuperar chaves privadas de um arquivo wallet.dat corrompido</translation> <translation>&lt;category&gt; pode ser:</translation>
</message> </message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
@ -2915,6 +3027,10 @@
<source>Invalid -onion address: '%s'</source> <source>Invalid -onion address: '%s'</source>
<translation>Endereço -onion inválido: '%s'</translation> <translation>Endereço -onion inválido: '%s'</translation>
</message> </message>
<message>
<source>Keep the transaction memory pool below &lt;n&gt; megabytes (default: %u)</source>
<translation>Mantenha a mempool de transações abaixo de &lt;n&gt; megabytes (padrão: %u)</translation>
</message>
<message> <message>
<source>Not enough file descriptors available.</source> <source>Not enough file descriptors available.</source>
<translation>Decriptadores de arquivos disponíveis insuficientes.</translation> <translation>Decriptadores de arquivos disponíveis insuficientes.</translation>
@ -2943,10 +3059,26 @@
<source>Specify wallet file (within data directory)</source> <source>Specify wallet file (within data directory)</source>
<translation>Especifique o arquivo da carteira (dentro do diretório de dados)</translation> <translation>Especifique o arquivo da carteira (dentro do diretório de dados)</translation>
</message> </message>
<message>
<source>Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Argumento não suportado -benchmark ignorado, use -debug=bench.</translation>
</message>
<message>
<source>Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Argumento não suportado -debugnet ignorado, use -debug=net</translation>
</message>
<message>
<source>Unsupported argument -tor found, use -onion.</source>
<translation>Argumento não suportador encontrado: -tor. Use -onion.</translation>
</message>
<message> <message>
<source>Use UPnP to map the listening port (default: %u)</source> <source>Use UPnP to map the listening port (default: %u)</source>
<translation>Use UPnP para mapear a porta de entrada (padrão: %u)</translation> <translation>Use UPnP para mapear a porta de entrada (padrão: %u)</translation>
</message> </message>
<message>
<source>User Agent comment (%s) contains unsafe characters.</source>
<translation>Comentário do Agente de Usuário (%s) contém caracteres inseguros.</translation>
</message>
<message> <message>
<source>Verifying blocks...</source> <source>Verifying blocks...</source>
<translation>Verificando blocos...</translation> <translation>Verificando blocos...</translation>
@ -2971,10 +3103,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Você precisa reconstruir o banco de dados utilizando -reindex</translation> <translation>Você precisa reconstruir o banco de dados utilizando -reindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importar blocos de um arquivo externo blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permitir conexões JSON-RPC de uma fonte específica. Válido para um único ip (ex. 1.2.3.4), até uma rede/máscara (ex. 1.2.3.4/255.255.255.0) ou uma rede/CIDR (ex. 1.2.3.4/24). Esta opção pode ser usada múltiplas vezes</translation> <translation>Permitir conexões JSON-RPC de uma fonte específica. Válido para um único ip (ex. 1.2.3.4), até uma rede/máscara (ex. 1.2.3.4/255.255.255.0) ou uma rede/CIDR (ex. 1.2.3.4/24). Esta opção pode ser usada múltiplas vezes</translation>
@ -2987,6 +3115,10 @@
<source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source> <source>Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running.</source>
<translation>Não foi possível obter acesso exclusivo ao diretório de dados %s. Provavelmente Bitcoin está sendo executado.</translation> <translation>Não foi possível obter acesso exclusivo ao diretório de dados %s. Provavelmente Bitcoin está sendo executado.</translation>
</message> </message>
<message>
<source>Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality)</source>
<translation>Criar novos arquivos com permissões padrão do sistema, em vez de umask 077 (apenas efetivo com funcionalidade de carteira desabilitada)</translation>
</message>
<message> <message>
<source>Discover own IP addresses (default: 1 when listening and no -externalip or -proxy)</source> <source>Discover own IP addresses (default: 1 when listening and no -externalip or -proxy)</source>
<translation>Descobrir o próprio IP (padrão: 1 enquanto aguardando conexões e sem -externalip ou -proxy)</translation> <translation>Descobrir o próprio IP (padrão: 1 enquanto aguardando conexões e sem -externalip ou -proxy)</translation>
@ -2999,6 +3131,10 @@
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>Executa um comando quando um alerta relevante é recebido ou vemos uma longa segregação (%s em cmd é substituído pela mensagem)</translation> <translation>Executa um comando quando um alerta relevante é recebido ou vemos uma longa segregação (%s em cmd é substituído pela mensagem)</translation>
</message> </message>
<message>
<source>Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect)</source>
<translation>Buscar por endereços de peers via busca DNS, se estiver baixo em endereços (padrão: 1 a não ser que -connect)</translation>
</message>
<message> <message>
<source>Set maximum size of high-priority/low-fee transactions in bytes (default: %d)</source> <source>Set maximum size of high-priority/low-fee transactions in bytes (default: %d)</source>
<translation>Define o tamanho máximo de alta-prioridade por taxa baixa nas transações em bytes (padrão: %d)</translation> <translation>Define o tamanho máximo de alta-prioridade por taxa baixa nas transações em bytes (padrão: %d)</translation>
@ -3167,10 +3303,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Aniquilando todas as transações da carteira...</translation> <translation>Aniquilando todas as transações da carteira...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>ao iniciar</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat corrompido, recuperação falhou</translation> <translation>wallet.dat corrompido, recuperação falhou</translation>
@ -3183,14 +3315,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Executa um comando quando o melhor bloco mudar (%s no comando será substituído pelo hash do bloco)</translation> <translation>Executa um comando quando o melhor bloco mudar (%s no comando será substituído pelo hash do bloco)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Atualizar carteira para o formato mais recente</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Re-escanear blocos procurando por transações perdidas da carteira</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Exibe esta mensagem de ajuda</translation> <translation>Exibe esta mensagem de ajuda</translation>
@ -3211,6 +3335,10 @@
<source>(default: %s)</source> <source>(default: %s)</source>
<translation>(padrão: %s)</translation> <translation>(padrão: %s)</translation>
</message> </message>
<message>
<source>Always query for peer addresses via DNS lookup (default: %u)</source>
<translation>Sempre pergunte pelo endereço de peer via pesquisa DNS (padrão: %u)</translation>
</message>
<message> <message>
<source>Error loading wallet.dat</source> <source>Error loading wallet.dat</source>
<translation>Erro ao carregar wallet.dat</translation> <translation>Erro ao carregar wallet.dat</translation>
@ -3231,10 +3359,22 @@
<source>Invalid -proxy address: '%s'</source> <source>Invalid -proxy address: '%s'</source>
<translation>Endereço -proxy inválido: '%s'</translation> <translation>Endereço -proxy inválido: '%s'</translation>
</message> </message>
<message>
<source>Listen for JSON-RPC connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Escutar por conexões JSON-RPC na porta &lt;port&gt; (padrão: %u ou testnet: %u)</translation>
</message>
<message> <message>
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source> <source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Aguardar por conexões na porta &lt;port&gt; (padrão: %u ou testnet: %u)</translation> <translation>Aguardar por conexões na porta &lt;port&gt; (padrão: %u ou testnet: %u)</translation>
</message> </message>
<message>
<source>Maintain at most &lt;n&gt; connections to peers (default: %u)</source>
<translation>Manter, no máximo, &lt;n&gt; conexões com peers (padrão: %u)</translation>
</message>
<message>
<source>Make the wallet broadcast transactions</source>
<translation>Fazer a carteira transmitir transações</translation>
</message>
<message> <message>
<source>Prepend debug output with timestamp (default: %u)</source> <source>Prepend debug output with timestamp (default: %u)</source>
<translation>Adiciona timestamp como prefixo no debug (default: %u)</translation> <translation>Adiciona timestamp como prefixo no debug (default: %u)</translation>
@ -3263,6 +3403,10 @@
<source>Specify pid file (default: %s)</source> <source>Specify pid file (default: %s)</source>
<translation>Especificar aqrquivo pid (default: %s)</translation> <translation>Especificar aqrquivo pid (default: %s)</translation>
</message> </message>
<message>
<source>Spend unconfirmed change when sending transactions (default: %u)</source>
<translation>Gastar troco não confirmado quando enviar transações (padrão: %u)</translation>
</message>
<message> <message>
<source>Unknown network specified in -onlynet: '%s'</source> <source>Unknown network specified in -onlynet: '%s'</source>
<translation>Rede desconhecida especificada em -onlynet: '%s'</translation> <translation>Rede desconhecida especificada em -onlynet: '%s'</translation>

View File

@ -1490,14 +1490,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Ultimo Recebimento</translation> <translation>Ultimo Recebimento</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bytes Enviados</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bytes Recebidos</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Tempo de Latência</translation> <translation>Tempo de Latência</translation>
@ -1986,10 +1978,6 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Pedido de pagamento expirou.</translation> <translation>Pedido de pagamento expirou.</translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Pagar somente a taxa minima de %1</translation>
</message>
<message> <message>
<source>Warning: Invalid Bitcoin address</source> <source>Warning: Invalid Bitcoin address</source>
<translation>Aviso: Endereço Bitcoin inválido</translation> <translation>Aviso: Endereço Bitcoin inválido</translation>
@ -2792,10 +2780,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;categoria&gt; pode ser:</translation> <translation>&lt;categoria&gt; pode ser:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Tentar recuperar chaves privadas de um wallet.dat corrupto</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opções de criação de bloco:</translation> <translation>Opções de criação de bloco:</translation>
@ -2908,10 +2892,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>É necessário reconstruir as bases de dados usando -reindex para mudar o -txindex</translation> <translation>É necessário reconstruir as bases de dados usando -reindex para mudar o -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importar blocos de um ficheiro blk000??.dat externo</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permitir conexções JSON-RPC de fontes especificas. Valido para &lt;ip&gt; um unico IP (ex. 1.2.3.4), uma rede/netmask (ex. 1.2.3.4/255.255.255.0) ou uma rede/CIDR (ex. 1.2.3.4/24). Esta opção pode ser especificada varias vezes</translation> <translation>Permitir conexções JSON-RPC de fontes especificas. Valido para &lt;ip&gt; um unico IP (ex. 1.2.3.4), uma rede/netmask (ex. 1.2.3.4/255.255.255.0) ou uma rede/CIDR (ex. 1.2.3.4/24). Esta opção pode ser especificada varias vezes</translation>
@ -3032,14 +3012,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Executar comando quando o melhor bloco mudar (no comando, %s é substituído pela hash do bloco)</translation> <translation>Executar comando quando o melhor bloco mudar (no comando, %s é substituído pela hash do bloco)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Atualize a carteira para o formato mais recente</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Procurar transações em falta na cadeia de blocos</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Esta mensagem de ajuda</translation> <translation>Esta mensagem de ajuda</translation>

View File

@ -1465,14 +1465,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Ultima primire</translation> <translation>Ultima primire</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Octeţi trimişi</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Octeţi primiţi</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Timp ping</translation> <translation>Timp ping</translation>
@ -1941,10 +1933,6 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Cererea de plată a expirat.</translation> <translation>Cererea de plată a expirat.</translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Plăteşte doar taxa minimă de %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Adresa destinatarului nu este validă, rugăm o verificaţi.</translation> <translation>Adresa destinatarului nu este validă, rugăm o verificaţi.</translation>
@ -2735,10 +2723,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; poate fi:</translation> <translation>&lt;category&gt; poate fi:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Încercare de recuperare a cheilor private dintr-un wallet.dat corupt</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Opţiuni creare bloc:</translation> <translation>Opţiuni creare bloc:</translation>
@ -2847,10 +2831,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Trebuie reconstruiţi baza de date folosind -reindex pentru a schimba -txindex</translation> <translation>Trebuie reconstruiţi baza de date folosind -reindex pentru a schimba -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importă blocuri dintr-un fişier extern blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Permite conexiunile JSON-RPC din sursa specificată. Valid pentru &lt;ip&gt; sînt IP singulare (ex. 1.2.3.4), o reţea/mască-reţea (ex. 1.2.3.4/255.255.255.0) sau o reţea/CIDR (ex. 1.2.3.4/24). Această opţiune poate fi specificată de mai multe ori</translation> <translation>Permite conexiunile JSON-RPC din sursa specificată. Valid pentru &lt;ip&gt; sînt IP singulare (ex. 1.2.3.4), o reţea/mască-reţea (ex. 1.2.3.4/255.255.255.0) sau o reţea/CIDR (ex. 1.2.3.4/24). Această opţiune poate fi specificată de mai multe ori</translation>
@ -3003,10 +2983,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Şterge toate tranzacţiile din portofel...</translation> <translation>Şterge toate tranzacţiile din portofel...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>la pornire</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat corupt, salvare nereuşită</translation> <translation>wallet.dat corupt, salvare nereuşită</translation>
@ -3019,14 +2995,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Execută comanda cînd cel mai bun bloc se modifică (%s în cmd este înlocuit cu hash-ul blocului)</translation> <translation>Execută comanda cînd cel mai bun bloc se modifică (%s în cmd este înlocuit cu hash-ul blocului)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Actualizează portofelul la ultimul format</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Rescanează lanţul de bloc pentru tranzacţiile portofel lipsă</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Acest mesaj de ajutor</translation> <translation>Acest mesaj de ajutor</translation>

View File

@ -1043,6 +1043,10 @@
<source>Port of the proxy (e.g. 9050)</source> <source>Port of the proxy (e.g. 9050)</source>
<translation>Порт прокси-сервера (например, 9050)</translation> <translation>Порт прокси-сервера (например, 9050)</translation>
</message> </message>
<message>
<source>Tor</source>
<translation>Tor</translation>
</message>
<message> <message>
<source>&amp;Window</source> <source>&amp;Window</source>
<translation>&amp;Окно</translation> <translation>&amp;Окно</translation>
@ -1465,14 +1469,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Последний раз получено</translation> <translation>Последний раз получено</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Байт передано</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Байт получено</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Время задержки</translation> <translation>Время задержки</translation>
@ -1977,10 +1973,6 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Запрос платежа просрочен.</translation> <translation>Запрос платежа просрочен.</translation>
</message> </message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Всего %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Адрес получателя неверный. Пожалуйста, перепроверьте.</translation> <translation>Адрес получателя неверный. Пожалуйста, перепроверьте.</translation>
@ -2815,10 +2807,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; может быть:</translation> <translation>&lt;category&gt; может быть:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Попытаться восстановить приватные ключи из повреждённого wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Параметры создания блоков:</translation> <translation>Параметры создания блоков:</translation>
@ -2939,10 +2927,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Вам необходимо пересобрать базы данных с помощью -reindex, чтобы изменить -txindex</translation> <translation>Вам необходимо пересобрать базы данных с помощью -reindex, чтобы изменить -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Импортировать блоки из внешнего файла blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Разрешить подключения JSON-RPC с указанного источника. Разрешённые значения для &lt;ip&gt; отдельный IP (например, 1.2.3.4), сеть/маска сети (например, 1.2.3.4/255.255.255.0) или сеть/CIDR (например, 1.2.3.4/24). Эту опцию можно использовать многократно</translation> <translation>Разрешить подключения JSON-RPC с указанного источника. Разрешённые значения для &lt;ip&gt; отдельный IP (например, 1.2.3.4), сеть/маска сети (например, 1.2.3.4/255.255.255.0) или сеть/CIDR (например, 1.2.3.4/24). Эту опцию можно использовать многократно</translation>
@ -3191,10 +3175,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Стираем все транзакции из кошелька...</translation> <translation>Стираем все транзакции из кошелька...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>при запуске</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat повреждён, спасение данных не удалось</translation> <translation>wallet.dat повреждён, спасение данных не удалось</translation>
@ -3207,14 +3187,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Выполнить команду, когда появляется новый блок (%s в команде заменяется на хэш блока)</translation> <translation>Выполнить команду, когда появляется новый блок (%s в команде заменяется на хэш блока)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Обновить бумажник до последнего формата</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Перепроверить цепь блоков на предмет отсутствующих в бумажнике транзакций</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Эта справка</translation> <translation>Эта справка</translation>

View File

@ -1493,14 +1493,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Posledné prijatie</translation> <translation>Posledné prijatie</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Odoslaných bajtov</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Prijatých bajtov</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Čas odozvy</translation> <translation>Čas odozvy</translation>
@ -1997,10 +1989,6 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Vypršala platnosť požiadavky na platbu.</translation> <translation>Vypršala platnosť požiadavky na platbu.</translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Zaplatiť minimálny poplatok %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Adresa príjemcu je neplatná. Prosím, overte ju.</translation> <translation>Adresa príjemcu je neplatná. Prosím, overte ju.</translation>
@ -2817,10 +2805,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; môže byť:</translation> <translation>&lt;category&gt; môže byť:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Pokus zachrániť súkromné kľúče z poškodeného wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Voľby vytvorenia bloku:</translation> <translation>Voľby vytvorenia bloku:</translation>
@ -2929,10 +2913,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Potrebujete prebudovať databázu použitím -reindex zmeniť -txindex</translation> <translation>Potrebujete prebudovať databázu použitím -reindex zmeniť -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importuje bloky z externého súboru blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Povoliť JSON-RPC pripojenia zo zadaného zdroja. Pre &lt;ip&gt; platné jednoduché IP (napr. 1.2.3.4), sieť/netmask (napr. 1.2.3.4/255.255.255.0) alebo sieť/CIDR (napr. 1.2.3.4/24). Táto možnosť môže byť zadaná niekoľko krát</translation> <translation>Povoliť JSON-RPC pripojenia zo zadaného zdroja. Pre &lt;ip&gt; platné jednoduché IP (napr. 1.2.3.4), sieť/netmask (napr. 1.2.3.4/255.255.255.0) alebo sieť/CIDR (napr. 1.2.3.4/24). Táto možnosť môže byť zadaná niekoľko krát</translation>
@ -3145,10 +3125,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Zmazať všetky transakcie z peňaženky...</translation> <translation>Zmazať všetky transakcie z peňaženky...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>pri štarte</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat je poškodený, záchrana zlyhala</translation> <translation>wallet.dat je poškodený, záchrana zlyhala</translation>
@ -3161,14 +3137,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Vykonaj príkaz, ak zmeny v najlepšom bloku (%s v príkaze nahradí blok hash)</translation> <translation>Vykonaj príkaz, ak zmeny v najlepšom bloku (%s v príkaze nahradí blok hash)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Aktualizuj peňaženku na najnovší formát.</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Znovu skenovať reťaz blokov pre chýbajúce transakcie</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Táto pomocná správa</translation> <translation>Táto pomocná správa</translation>

View File

@ -1489,14 +1489,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Nazadnje prejeto</translation> <translation>Nazadnje prejeto</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Oddanih bajtov</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Prejetih bajtov</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Odzivni čas</translation> <translation>Odzivni čas</translation>
@ -2005,10 +1997,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Predviden začetek potrditev po %n najdenem bloku.</numerusform><numerusform>Predviden začetek potrditev po %n najdenih blokih.</numerusform><numerusform>Predviden začetek potrditev po %n najdenih blokih.</numerusform><numerusform>Predviden začetek potrditev po %n najdenih blokih.</numerusform></translation> <translation><numerusform>Predviden začetek potrditev po %n najdenem bloku.</numerusform><numerusform>Predviden začetek potrditev po %n najdenih blokih.</numerusform><numerusform>Predviden začetek potrditev po %n najdenih blokih.</numerusform><numerusform>Predviden začetek potrditev po %n najdenih blokih.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Plačilo samo minimalne provizije v znesku %1</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Naslov prejemnika je neveljaven. Prosimo, preverite.</translation> <translation>Naslov prejemnika je neveljaven. Prosimo, preverite.</translation>
@ -2851,10 +2839,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; je lahko:</translation> <translation>&lt;category&gt; je lahko:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Skušaj obnoviti zasebne ključe iz okvarjene datoteke wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Možnosti ustvarjanja blokov:</translation> <translation>Možnosti ustvarjanja blokov:</translation>
@ -2975,10 +2959,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Ob spremembi vrednosti opcije -txindex boste morali obnoviti bazo podatkov z uporabo opcije -reindex</translation> <translation>Ob spremembi vrednosti opcije -txindex boste morali obnoviti bazo podatkov z uporabo opcije -reindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Uvozi bloke iz zunanje datoteke blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Iz navedenega vira dovoli povezave na JSON-RPC. Veljavne oblike vrednosti parametra &lt;ip&gt; so: edinstven naslov IP (npr.: 1.2.3.4), kombinacija omrežje/netmask (npr.: 1.2.3.4/255.255.255.0), ali pa kombinacija omrežje/CIDR (1.2.3.4/24). To opcijo lahko navedete večkrat.</translation> <translation>Iz navedenega vira dovoli povezave na JSON-RPC. Veljavne oblike vrednosti parametra &lt;ip&gt; so: edinstven naslov IP (npr.: 1.2.3.4), kombinacija omrežje/netmask (npr.: 1.2.3.4/255.255.255.0), ali pa kombinacija omrežje/CIDR (1.2.3.4/24). To opcijo lahko navedete večkrat.</translation>
@ -3115,10 +3095,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Brišem vse transakcije iz denarnice ...</translation> <translation>Brišem vse transakcije iz denarnice ...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>ob zagonu</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>Datoteka wallet.dat je poškodovana in je ni bilo mogoče obnoviti.</translation> <translation>Datoteka wallet.dat je poškodovana in je ni bilo mogoče obnoviti.</translation>
@ -3131,14 +3107,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Izvedi ukaz, ko je najden najboljši blok (niz %s v ukazu bo zamenjan s hash vrednostjo bloka)</translation> <translation>Izvedi ukaz, ko je najden najboljši blok (niz %s v ukazu bo zamenjan s hash vrednostjo bloka)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Nadgradi denarnico na najnovejšo različico</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>S ponovnim pregledom verige blokov poišči manjkajoče transakcije iz denarnice</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>To sporočilo pomoči</translation> <translation>To sporočilo pomoči</translation>

View File

@ -761,10 +761,6 @@
<source>Password for JSON-RPC connections</source> <source>Password for JSON-RPC connections</source>
<translation>Lozinka za JSON-RPC konekcije</translation> <translation>Lozinka za JSON-RPC konekcije</translation>
</message> </message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Ponovo skeniraj lanac blokova za nedostajuće transakcije iz novčanika</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Ova poruka Pomoći</translation> <translation>Ova poruka Pomoći</translation>

View File

@ -1546,14 +1546,6 @@ Var vänlig och försök igen.</translation>
<source>Last Receive</source> <source>Last Receive</source>
<translation>Senast mottagen</translation> <translation>Senast mottagen</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Bytes sänt</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Bytes mottaget</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Pingtid</translation> <translation>Pingtid</translation>
@ -2098,14 +2090,6 @@ Var vänlig och försök igen.</translation>
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Uppskattas till att påbörja bekräftelse inom %n block.</numerusform><numerusform>Uppskattas till att påbörja bekräftelse inom %n block.</numerusform></translation> <translation><numerusform>Uppskattas till att påbörja bekräftelse inom %n block.</numerusform><numerusform>Uppskattas till att påbörja bekräftelse inom %n block.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Betala endast den minimala avgiften %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Total summa %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Mottagarens adress är ogiltig. Kontrollera igen.</translation> <translation>Mottagarens adress är ogiltig. Kontrollera igen.</translation>
@ -2880,10 +2864,6 @@ Var vänlig och försök igen.</translation>
<source>Accept command line and JSON-RPC commands</source> <source>Accept command line and JSON-RPC commands</source>
<translation>Tillåt kommandon från kommandotolken och JSON-RPC-kommandon</translation> <translation>Tillåt kommandon från kommandotolken och JSON-RPC-kommandon</translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying (default: %s)</source>
<translation>Avgift (i %s/kB) mindre än detta betraktas som nollavgift för vidarebefordran(standard: %s)</translation>
</message>
<message> <message>
<source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source> <source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source>
<translation>Om &lt;kategori&gt; inte anges eller om &lt;category&gt; = 1, visa all avlusningsinformation.</translation> <translation>Om &lt;kategori&gt; inte anges eller om &lt;category&gt; = 1, visa all avlusningsinformation.</translation>
@ -3008,10 +2988,6 @@ Var vänlig och försök igen.</translation>
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; Kan vara:</translation> <translation>&lt;category&gt; Kan vara:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Försök att rädda de privata nycklarna från en korrupt wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Block skapande inställningar:</translation> <translation>Block skapande inställningar:</translation>
@ -3168,10 +3144,6 @@ Var vänlig och försök igen.</translation>
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Du måste återskapa databasen med -reindex för att ändra -txindex</translation> <translation>Du måste återskapa databasen med -reindex för att ändra -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Importerar block från extern blk000??.dat fil</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Tillåt JSON-RPC-anslutningar från specifik källa. Tillåtna &lt;ip&gt; är enkel IP (t.ex 1.2.3.4), en nätverk/nätmask (t.ex. 1.2.3.4/255.255.255.0) eller ett nätverk/CIDR (t.ex. 1.2.3.4/24). Detta alternativ anges flera gånger</translation> <translation>Tillåt JSON-RPC-anslutningar från specifik källa. Tillåtna &lt;ip&gt; är enkel IP (t.ex 1.2.3.4), en nätverk/nätmask (t.ex. 1.2.3.4/255.255.255.0) eller ett nätverk/CIDR (t.ex. 1.2.3.4/24). Detta alternativ anges flera gånger</translation>
@ -3424,10 +3396,6 @@ Var vänlig och försök igen.</translation>
<source>ZeroMQ notification options:</source> <source>ZeroMQ notification options:</source>
<translation>ZeroMQ-alternativ för notiser:</translation> <translation>ZeroMQ-alternativ för notiser:</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>under uppstarten</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat korrupt, räddning misslyckades</translation> <translation>wallet.dat korrupt, räddning misslyckades</translation>
@ -3440,14 +3408,6 @@ Var vänlig och försök igen.</translation>
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Exekvera kommando när det bästa blocket ändras (%s i cmd är utbytt av blockhash)</translation> <translation>Exekvera kommando när det bästa blocket ändras (%s i cmd är utbytt av blockhash)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Uppgradera plånboken till senaste formatet</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Sök i blockkedjan efter saknade plånboks transaktioner</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Det här hjälp medelandet</translation> <translation>Det här hjälp medelandet</translation>

View File

@ -1493,14 +1493,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Son Alma</translation> <translation>Son Alma</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Yollanan Baytlar</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Alınan Baytlar</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping Süresi</translation> <translation>Ping Süresi</translation>
@ -2005,10 +1997,6 @@
<source>Payment request expired.</source> <source>Payment request expired.</source>
<translation>Ödeme talebinin ömrü doldu.</translation> <translation>Ödeme talebinin ömrü doldu.</translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Sadece asgari ücret olan %1 tutarını öde</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Alıcı adresi geçerli değildir. Lütfen denetleyiniz.</translation> <translation>Alıcı adresi geçerli değildir. Lütfen denetleyiniz.</translation>
@ -2855,10 +2843,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;kategori&gt; şunlar olabilir:</translation> <translation>&lt;kategori&gt; şunlar olabilir:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Bozuk bir wallet.dat dosyasından özel anahtarları geri kazanmayı dene</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Blok oluşturma seçenekleri:</translation> <translation>Blok oluşturma seçenekleri:</translation>
@ -2979,10 +2963,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>-txindex'i değiştirmek için veritabanını -reindex kullanarak tekrar inşa etmeniz gerekmektedir</translation> <translation>-txindex'i değiştirmek için veritabanını -reindex kullanarak tekrar inşa etmeniz gerekmektedir</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Harici blk000??.dat dosyasından blokları içe aktarır</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Belirtilen kaynaktan JSON-RPC bağlantılarını kabul et. Bir &lt;ip&gt; için geçerli olanlar şunlardır: salt IP adresi (mesela 1.2.3.4), bir şebeke/ maskesi (örneğin 1.2.3.4/255.255.255.0) ya da bir şebeke/CIDR (mesela 1.2.3.4/24). Bu seçenek birden fazla kez belirtilebilir</translation> <translation>Belirtilen kaynaktan JSON-RPC bağlantılarını kabul et. Bir &lt;ip&gt; için geçerli olanlar şunlardır: salt IP adresi (mesela 1.2.3.4), bir şebeke/ maskesi (örneğin 1.2.3.4/255.255.255.0) ya da bir şebeke/CIDR (mesela 1.2.3.4/24). Bu seçenek birden fazla kez belirtilebilir</translation>
@ -3231,10 +3211,6 @@
<source>Zapping all transactions from wallet...</source> <source>Zapping all transactions from wallet...</source>
<translation>Cüzdandaki tüm muameleler kaldırılıyor...</translation> <translation>Cüzdandaki tüm muameleler kaldırılıyor...</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>başlangıçta</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat bozuk, geri kazanım başarısız oldu</translation> <translation>wallet.dat bozuk, geri kazanım başarısız oldu</translation>
@ -3247,14 +3223,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>En iyi blok değiştiğinde komutu çalıştır (komut için %s parametresi blok hash değeri ile değiştirilecektir)</translation> <translation>En iyi blok değiştiğinde komutu çalıştır (komut için %s parametresi blok hash değeri ile değiştirilecektir)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Cüzdanı en yeni biçime güncelle</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Blok zincirini eksik cüzdan muameleleri için tekrar tara</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Bu yardım mesajı</translation> <translation>Bu yardım mesajı</translation>

View File

@ -1545,14 +1545,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Востаннє отримано</translation> <translation>Востаннє отримано</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Байтів відправлено</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Байтів отримано</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Затримка</translation> <translation>Затримка</translation>
@ -2101,14 +2093,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Перше підтвердження очікується протягом %n блоку.</numerusform><numerusform>Перше підтвердження очікується протягом %n блоків.</numerusform><numerusform>Перше підтвердження очікується протягом %n блоків.</numerusform></translation> <translation><numerusform>Перше підтвердження очікується протягом %n блоку.</numerusform><numerusform>Перше підтвердження очікується протягом %n блоків.</numerusform><numerusform>Перше підтвердження очікується протягом %n блоків.</numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation>Платити тільки мінімальну комісію у розмірі %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation>Всього %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation>Адреса отримувача неправильна. Будь ласка, перевірте її.</translation> <translation>Адреса отримувача неправильна. Будь ласка, перевірте її.</translation>
@ -2887,10 +2871,6 @@
<source>Accept command line and JSON-RPC commands</source> <source>Accept command line and JSON-RPC commands</source>
<translation>Приймати команди із командного рядка та команди JSON-RPC</translation> <translation>Приймати команди із командного рядка та команди JSON-RPC</translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying (default: %s)</source>
<translation>Комісії (в %s/КБ), що менші за вказану, вважатимуться нульовими (для ретрансляції) (типово: %s)</translation>
</message>
<message> <message>
<source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source> <source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source>
<translation>Якщо &lt;category&gt; не задано, або ж якщо &lt;category&gt; = 1, виводить всю налагоджувальну інформацію.</translation> <translation>Якщо &lt;category&gt; не задано, або ж якщо &lt;category&gt; = 1, виводить всю налагоджувальну інформацію.</translation>
@ -3011,10 +2991,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; може бути:</translation> <translation>&lt;category&gt; може бути:</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>Спроба відновити закриті ключі з пошкодженого wallet.dat</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>Опції створення блоку:</translation> <translation>Опції створення блоку:</translation>
@ -3155,10 +3131,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation>Вам необхідно перебудувати базу даних з використанням -reindex для того, щоб змінити -txindex</translation> <translation>Вам необхідно перебудувати базу даних з використанням -reindex для того, щоб змінити -txindex</translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Імпорт блоків з зовнішнього файлу blk000??.dat</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation>Дозволити підключення по протоколу JSON-RPC зі вказаного джерела. Правильною для &lt;ip&gt; є окрема IP-адреса (наприклад, 1.2.3.4), IP-адреса та маска підмережі (наприклад, 1.2.3.4/255.255.255.0) або CIDR-адреса (наприклад, 1.2.3.4/24). Цей параметр можна вказувати декілька разів.</translation> <translation>Дозволити підключення по протоколу JSON-RPC зі вказаного джерела. Правильною для &lt;ip&gt; є окрема IP-адреса (наприклад, 1.2.3.4), IP-адреса та маска підмережі (наприклад, 1.2.3.4/255.255.255.0) або CIDR-адреса (наприклад, 1.2.3.4/24). Цей параметр можна вказувати декілька разів.</translation>
@ -3415,10 +3387,6 @@
<source>ZeroMQ notification options:</source> <source>ZeroMQ notification options:</source>
<translation>Параметри сповіщень ZeroMQ:</translation> <translation>Параметри сповіщень ZeroMQ:</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>під час запуску</translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat пошкоджено, відновлення не вдалося</translation> <translation>wallet.dat пошкоджено, відновлення не вдалося</translation>
@ -3431,14 +3399,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Виконати команду, коли з'явиться новий блок (%s в команді змінюється на хеш блоку)</translation> <translation>Виконати команду, коли з'явиться новий блок (%s в команді змінюється на хеш блоку)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation>Модернізувати гаманець до найновішого формату</translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation>Пересканувати ланцюжок блоків, в пошуку втрачених транзакцій</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Дана довідка</translation> <translation>Дана довідка</translation>

View File

@ -1219,14 +1219,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation>Сўнгги қабул қилинган</translation> <translation>Сўнгги қабул қилинган</translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation>Жўнатилган байтлар</translation>
</message>
<message>
<source>Bytes Received</source>
<translation>Қабул қилинган байтлар</translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping вақти</translation> <translation>Ping вақти</translation>

View File

@ -685,10 +685,6 @@
<source>Warning</source> <source>Warning</source>
<translation>Chú ý</translation> <translation>Chú ý</translation>
</message> </message>
<message>
<source>on startup</source>
<translation>khi khởi đng</translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation>Thông điệp trợ giúp này</translation> <translation>Thông điệp trợ giúp này</translation>

View File

@ -1521,14 +1521,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation></translation>
</message>
<message>
<source>Bytes Received</source>
<translation></translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping </translation> <translation>Ping </translation>
@ -2057,14 +2049,6 @@
<source>Estimated to begin confirmation within %n block(s).</source> <source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform> %n </numerusform></translation> <translation><numerusform> %n </numerusform></translation>
</message> </message>
<message>
<source>Pay only the minimum fee of %1</source>
<translation> %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation> %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
<translation></translation> <translation></translation>
@ -2924,10 +2908,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; </translation> <translation>&lt;category&gt; </translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation>wallet.dat中恢复私钥</translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation></translation> <translation></translation>
@ -3048,10 +3028,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation> -reindex -txindex </translation> <translation> -reindex -txindex </translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation>blk000??.dat文件导入数据块</translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation> JSON-RPC &lt;ip&gt;IP (: 1.2.3.4), / (: 1.2.3.4/255.255.255.0), /CIDR (: 1.2.3.4/24)</translation> <translation> JSON-RPC &lt;ip&gt;IP (: 1.2.3.4), / (: 1.2.3.4/255.255.255.0), /CIDR (: 1.2.3.4/24)</translation>
@ -3301,10 +3277,6 @@
<source>ZeroMQ notification options:</source> <source>ZeroMQ notification options:</source>
<translation>ZeroMQ </translation> <translation>ZeroMQ </translation>
</message> </message>
<message>
<source>on startup</source>
<translation></translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation>wallet.dat损坏</translation> <translation>wallet.dat损坏</translation>
@ -3318,14 +3290,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation> ( %s )</translation> <translation> ( %s )</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation></translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation></translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation> <translation>

View File

@ -1549,14 +1549,6 @@
<source>Last Receive</source> <source>Last Receive</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Bytes Sent</source>
<translation></translation>
</message>
<message>
<source>Bytes Received</source>
<translation></translation>
</message>
<message> <message>
<source>Ping Time</source> <source>Ping Time</source>
<translation>Ping </translation> <translation>Ping </translation>
@ -2069,6 +2061,10 @@
<source>Copy change</source> <source>Copy change</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Total Amount %1</source>
<translation> %1</translation>
</message>
<message> <message>
<source>or</source> <source>or</source>
<translation></translation> <translation></translation>
@ -2102,12 +2098,8 @@
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<source>Pay only the minimum fee of %1</source> <source>Pay only the required fee of %1</source>
<translation> %1</translation> <translation> %1</translation>
</message>
<message>
<source>Total Amount %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</source>
<translation> %1&lt;span style='font-size:10pt;font-weight:normal;'&gt;&lt;br /&gt;(=%2)&lt;/span&gt;</translation>
</message> </message>
<message> <message>
<source>The recipient address is not valid. Please recheck.</source> <source>The recipient address is not valid. Please recheck.</source>
@ -2888,10 +2880,6 @@
<translation> JSON-RPC <translation> JSON-RPC
</translation> </translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying (default: %s)</source>
<translation>(kB)( %s)(: %s)</translation>
</message>
<message> <message>
<source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source> <source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source>
<translation> &lt;category&gt; 1 </translation> <translation> &lt;category&gt; 1 </translation>
@ -3016,10 +3004,6 @@
<source>&lt;category&gt; can be:</source> <source>&lt;category&gt; can be:</source>
<translation>&lt;category&gt; :</translation> <translation>&lt;category&gt; :</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
<translation> wallet.dat </translation>
</message>
<message> <message>
<source>Block creation options:</source> <source>Block creation options:</source>
<translation>:</translation> <translation>:</translation>
@ -3172,10 +3156,6 @@
<source>You need to rebuild the database using -reindex to change -txindex</source> <source>You need to rebuild the database using -reindex to change -txindex</source>
<translation> -txindex -reindex </translation> <translation> -txindex -reindex </translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file</source>
<translation> blk000??.dat </translation>
</message>
<message> <message>
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source> <source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
<translation> JSON-RPC &lt;ip&gt; ( 1.2.3.4)/( 1.2.3.4/255.255.255.0)/CIDR值( 1.2.3.4/24)</translation> <translation> JSON-RPC &lt;ip&gt; ( 1.2.3.4)/( 1.2.3.4/255.255.255.0)/CIDR值( 1.2.3.4/24)</translation>
@ -3208,6 +3188,10 @@
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source> <source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>( %s )</translation> <translation>( %s )</translation>
</message> </message>
<message>
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s)</source>
<translation>(kB)( %s)(: %s)</translation>
</message>
<message> <message>
<source>If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u)</source> <source>If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u)</source>
<translation> paytxfee n (: %u)</translation> <translation> paytxfee n (: %u)</translation>
@ -3264,6 +3248,10 @@
<source>Activating best chain...</source> <source>Activating best chain...</source>
<translation>...</translation> <translation>...</translation>
</message> </message>
<message>
<source>Attempt to recover private keys from a corrupt wallet.dat on startup</source>
<translation> wallet.dat </translation>
</message>
<message> <message>
<source>Cannot resolve -whitebind address: '%s'</source> <source>Cannot resolve -whitebind address: '%s'</source>
<translation> -whitebind : '%s'</translation> <translation> -whitebind : '%s'</translation>
@ -3288,6 +3276,10 @@
<source>Error reading from database, shutting down.</source> <source>Error reading from database, shutting down.</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Imports blocks from external blk000??.dat file on startup</source>
<translation> blk000??.dat </translation>
</message>
<message> <message>
<source>Information</source> <source>Information</source>
<translation></translation> <translation></translation>
@ -3344,6 +3336,10 @@
<source>Reducing -maxconnections from %d to %d, because of system limitations.</source> <source>Reducing -maxconnections from %d to %d, because of system limitations.</source>
<translation> -maxconnections %d %d</translation> <translation> -maxconnections %d %d</translation>
</message> </message>
<message>
<source>Rescan the block chain for missing wallet transactions on startup</source>
<translation></translation>
</message>
<message> <message>
<source>Send trace/debug info to console instead of debug.log file</source> <source>Send trace/debug info to console instead of debug.log file</source>
<translation> debug.log </translation> <translation> debug.log </translation>
@ -3412,6 +3408,10 @@
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation> %s ( %s)</translation> <translation> %s ( %s)</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format on startup</source>
<translation></translation>
</message>
<message> <message>
<source>Username for JSON-RPC connections</source> <source>Username for JSON-RPC connections</source>
<translation>JSON-RPC 使</translation> <translation>JSON-RPC 使</translation>
@ -3432,10 +3432,6 @@
<source>ZeroMQ notification options:</source> <source>ZeroMQ notification options:</source>
<translation>ZeroMQ :</translation> <translation>ZeroMQ :</translation>
</message> </message>
<message>
<source>on startup</source>
<translation></translation>
</message>
<message> <message>
<source>wallet.dat corrupt, salvage failed</source> <source>wallet.dat corrupt, salvage failed</source>
<translation> weallet.dat </translation> <translation> weallet.dat </translation>
@ -3448,14 +3444,6 @@
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source> <source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>( %s )</translation> <translation>( %s )</translation>
</message> </message>
<message>
<source>Upgrade wallet to latest format</source>
<translation></translation>
</message>
<message>
<source>Rescan the block chain for missing wallet transactions</source>
<translation></translation>
</message>
<message> <message>
<source>This help message</source> <source>This help message</source>
<translation></translation> <translation></translation>