Skip to content

Commit 2fc5910

Browse files
committed
translations 20150902
1 parent 1b4ef1d commit 2fc5910

20 files changed

+4265
-142
lines changed

contrib/dash-qt.pro

+1
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ TRANSLATIONS += src/qt/locale/dash_bg.ts \
652652
src/qt/locale/dash_pl.ts \
653653
src/qt/locale/dash_pt.ts \
654654
src/qt/locale/dash_ru.ts \
655+
src/qt/locale/dash_sk.ts \
655656
src/qt/locale/dash_sv.ts \
656657
src/qt/locale/dash_vi.ts \
657658
src/qt/locale/dash_zh_CN.ts \

src/Makefile.qt.include

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ QT_TS = \
1313
qt/locale/dash_pl.ts \
1414
qt/locale/dash_pt.ts \
1515
qt/locale/dash_ru.ts \
16+
qt/locale/dash_sk.ts \
1617
qt/locale/dash_sv.ts \
1718
qt/locale/dash_vi.ts \
1819
qt/locale/dash_zh_CN.ts \

src/masternode-sync.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void CMasternodeSync::GetNextAsset()
160160
std::string CMasternodeSync::GetSyncStatus()
161161
{
162162
switch (masternodeSync.RequestedMasternodeAssets) {
163-
case MASTERNODE_SYNC_INITIAL: return _("Synchronization doesn't yet started");
163+
case MASTERNODE_SYNC_INITIAL: return _("Synchronization pending...");
164164
case MASTERNODE_SYNC_SPORKS: return _("Synchronizing sporks...");
165165
case MASTERNODE_SYNC_LIST: return _("Synchronizing masternodes...");
166166
case MASTERNODE_SYNC_MNW: return _("Synchronizing masternode winners...");

src/qt/dash_locale.qrc

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<file alias="pl">locale/dash_pl.qm</file>
1111
<file alias="pt">locale/dash_pt.qm</file>
1212
<file alias="ru">locale/dash_ru.qm</file>
13+
<file alias="sv">locale/dash_sk.qm</file>
1314
<file alias="sv">locale/dash_sv.qm</file>
1415
<file alias="vi">locale/dash_vi.qm</file>
1516
<file alias="zh_CN">locale/dash_zh_CN.qm</file>

src/qt/dashstrings.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ QT_TRANSLATE_NOOP("dash-core", "Listen for JSON-RPC connections on <port> (defau
313313
QT_TRANSLATE_NOOP("dash-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
314314
QT_TRANSLATE_NOOP("dash-core", "Loading addresses..."),
315315
QT_TRANSLATE_NOOP("dash-core", "Loading block index..."),
316+
QT_TRANSLATE_NOOP("dash-core", "Loading budget cache..."),
317+
QT_TRANSLATE_NOOP("dash-core", "Loading masternode cache..."),
318+
QT_TRANSLATE_NOOP("dash-core", "Loading masternode payment cache..."),
316319
QT_TRANSLATE_NOOP("dash-core", "Loading wallet... (%3.2f %%)"),
317320
QT_TRANSLATE_NOOP("dash-core", "Loading wallet..."),
318321
QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."),
@@ -385,9 +388,9 @@ QT_TRANSLATE_NOOP("dash-core", "Stop running after importing blocks from disk (d
385388
QT_TRANSLATE_NOOP("dash-core", "Submitted following entries to masternode: %u / %d"),
386389
QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"),
387390
QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting in queue %s"),
388-
QT_TRANSLATE_NOOP("dash-core", "Synchronization doesn't yet started"),
389391
QT_TRANSLATE_NOOP("dash-core", "Synchronization failed"),
390392
QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"),
393+
QT_TRANSLATE_NOOP("dash-core", "Synchronization pending..."),
391394
QT_TRANSLATE_NOOP("dash-core", "Synchronizing budgets..."),
392395
QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternode winners..."),
393396
QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternodes..."),

src/qt/locale/dash_bg.ts

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<TS language="bg" version="2.1">
1+
<TS language="bg" version="2.0">
22
<context>
33
<name>AddressBookPage</name>
44
<message>
@@ -3954,6 +3954,18 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" [email protected]
39543954
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
39553955
<translation>Слушане за входящи връзки на &lt;port&gt; (по подразбиране:%u или за тестовата мрежа: %u)</translation>
39563956
</message>
3957+
<message>
3958+
<source>Loading budget cache...</source>
3959+
<translation>Зареждане на бюджетния кеш...</translation>
3960+
</message>
3961+
<message>
3962+
<source>Loading masternode cache...</source>
3963+
<translation>Зареждане на masternode кеш...</translation>
3964+
</message>
3965+
<message>
3966+
<source>Loading masternode payment cache...</source>
3967+
<translation>Зараждане на masternode кеш за плащане</translation>
3968+
</message>
39573969
<message>
39583970
<source>Lock is already in place.</source>
39593971
<translation>Заключването е вече налично.</translation>
@@ -4090,10 +4102,6 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" [email protected]
40904102
<source>Submitted to masternode, waiting in queue %s</source>
40914103
<translation>Изпратено към Мастернода, чака в опашката %s</translation>
40924104
</message>
4093-
<message>
4094-
<source>Synchronization doesn't yet started</source>
4095-
<translation>Синхронизацията все още не е започнала</translation>
4096-
</message>
40974105
<message>
40984106
<source>Synchronization failed</source>
40994107
<translation>Синхронизацията е неуспешна</translation>
@@ -4374,6 +4382,10 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" [email protected]
43744382
<source>Specify your own public address</source>
43754383
<translation>Въведете Ваш публичен адрес</translation>
43764384
</message>
4385+
<message>
4386+
<source>Synchronization pending...</source>
4387+
<translation>Изчаква синхронизация ...</translation>
4388+
</message>
43774389
<message>
43784390
<source>This help message</source>
43794391
<translation>Това помощно съобщение</translation>

src/qt/locale/dash_de.ts

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<TS language="de" version="2.1">
1+
<TS language="de" version="2.0">
22
<context>
33
<name>AddressBookPage</name>
44
<message>
@@ -3963,6 +3963,18 @@ Dash Core wird heruntergefahren.</translation>
39633963
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
39643964
<translation>&lt;port&gt; nach Verbindungen abhören (Standard: %u oder Testnetz: %u)</translation>
39653965
</message>
3966+
<message>
3967+
<source>Loading budget cache...</source>
3968+
<translation>Lade Budget-Cache...</translation>
3969+
</message>
3970+
<message>
3971+
<source>Loading masternode cache...</source>
3972+
<translation>Lade Masternode-Cache...</translation>
3973+
</message>
3974+
<message>
3975+
<source>Loading masternode payment cache...</source>
3976+
<translation>Lade Masternode Zahlungs-Cache...</translation>
3977+
</message>
39663978
<message>
39673979
<source>Lock is already in place.</source>
39683980
<translation>Schon gesperrt.</translation>
@@ -4099,10 +4111,6 @@ Dash Core wird heruntergefahren.</translation>
40994111
<source>Submitted to masternode, waiting in queue %s</source>
41004112
<translation>An Masternode übermittelt, wartet in Warteschlange %s</translation>
41014113
</message>
4102-
<message>
4103-
<source>Synchronization doesn't yet started</source>
4104-
<translation>Die Synchronisation hat noch nicht begonnen.</translation>
4105-
</message>
41064114
<message>
41074115
<source>Synchronization failed</source>
41084116
<translation>Synchronisation fehlgeschlagen</translation>
@@ -4383,6 +4391,10 @@ Dash Core wird heruntergefahren.</translation>
43834391
<source>Specify your own public address</source>
43844392
<translation>Die eigene öffentliche Adresse angeben</translation>
43854393
</message>
4394+
<message>
4395+
<source>Synchronization pending...</source>
4396+
<translation>Synchronisation steht bevor...</translation>
4397+
</message>
43864398
<message>
43874399
<source>This help message</source>
43884400
<translation>Dieser Hilfetext</translation>

src/qt/locale/dash_en.ts

+34-19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" ?><!DOCTYPE TS><TS language="en" version="2.1">
1+
<?xml version="1.0" ?><!DOCTYPE TS><TS language="en" version="2.0">
22
<context>
33
<name>AddressBookPage</name>
44
<message>
@@ -294,7 +294,7 @@
294294
<context>
295295
<name>BitcoinGUI</name>
296296
<message>
297-
<location filename="../bitcoingui.cpp" line="+107"/>
297+
<location filename="../bitcoingui.cpp" line="+108"/>
298298
<location line="+752"/>
299299
<source>Dash Core</source>
300300
<translation>Dash Core</translation>
@@ -581,12 +581,12 @@
581581
<translation><numerusform>Processed %n block of transaction history.</numerusform><numerusform>Processed %n blocks of transaction history.</numerusform></translation>
582582
</message>
583583
<message>
584-
<location line="+32"/>
584+
<location line="+31"/>
585585
<source>Synchronizing additional data: %p%</source>
586586
<translation>Synchronizing additional data: %p%</translation>
587587
</message>
588588
<message>
589-
<location line="-408"/>
589+
<location line="-407"/>
590590
<source>Show the Dash Core help message to get a list with possible Dash command-line options</source>
591591
<translation>Show the Dash Core help message to get a list with possible Dash command-line options</translation>
592592
</message>
@@ -641,12 +641,12 @@
641641
<translation>No block source available...</translation>
642642
</message>
643643
<message>
644-
<location line="+17"/>
644+
<location line="+18"/>
645645
<source>Up to date</source>
646646
<translation>Up to date</translation>
647647
</message>
648648
<message numerus="yes">
649-
<location line="+43"/>
649+
<location line="+42"/>
650650
<source>%n hour(s)</source>
651651
<translation><numerusform>%n hour</numerusform><numerusform>%n hours</numerusform></translation>
652652
</message>
@@ -1815,7 +1815,7 @@ https://www.transifex.com/projects/p/dash/</translation>
18151815
</message>
18161816
<message>
18171817
<location line="+573"/>
1818-
<location filename="../overviewpage.cpp" line="+487"/>
1818+
<location filename="../overviewpage.cpp" line="+488"/>
18191819
<location line="+10"/>
18201820
<location line="+10"/>
18211821
<location line="+14"/>
@@ -4206,12 +4206,12 @@ https://www.transifex.com/projects/p/dash/</translation>
42064206
<translation>Export the data in the current tab to a file</translation>
42074207
</message>
42084208
<message>
4209-
<location line="+8"/>
4209+
<location line="+9"/>
42104210
<source>Selected amount:</source>
42114211
<translation>Selected amount:</translation>
42124212
</message>
42134213
<message>
4214-
<location line="+193"/>
4214+
<location line="+194"/>
42154215
<source>Backup Wallet</source>
42164216
<translation>Backup Wallet</translation>
42174217
</message>
@@ -5041,7 +5041,22 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; [email protected]
50415041
<translation>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</translation>
50425042
</message>
50435043
<message>
5044-
<location line="+5"/>
5044+
<location line="+3"/>
5045+
<source>Loading budget cache...</source>
5046+
<translation>Loading budget cache...</translation>
5047+
</message>
5048+
<message>
5049+
<location line="+1"/>
5050+
<source>Loading masternode cache...</source>
5051+
<translation>Loading masternode cache...</translation>
5052+
</message>
5053+
<message>
5054+
<location line="+1"/>
5055+
<source>Loading masternode payment cache...</source>
5056+
<translation>Loading masternode payment cache...</translation>
5057+
</message>
5058+
<message>
5059+
<location line="+3"/>
50455060
<source>Lock is already in place.</source>
50465061
<translation>Lock is already in place.</translation>
50475062
</message>
@@ -5210,11 +5225,6 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; [email protected]
52105225
<source>Submitted to masternode, waiting in queue %s</source>
52115226
<translation>Submitted to masternode, waiting in queue %s</translation>
52125227
</message>
5213-
<message>
5214-
<location line="+1"/>
5215-
<source>Synchronization doesn&apos;t yet started</source>
5216-
<translation>Synchronization doesn&apos;t yet started</translation>
5217-
</message>
52185228
<message>
52195229
<location line="+1"/>
52205230
<source>Synchronization failed</source>
@@ -5226,7 +5236,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; [email protected]
52265236
<translation>Synchronization finished</translation>
52275237
</message>
52285238
<message>
5229-
<location line="+1"/>
5239+
<location line="+2"/>
52305240
<source>Synchronizing budgets...</source>
52315241
<translation>Synchronizing budgets...</translation>
52325242
</message>
@@ -5291,7 +5301,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; [email protected]
52915301
<translation>Will retry...</translation>
52925302
</message>
52935303
<message>
5294-
<location line="-133"/>
5304+
<location line="-136"/>
52955305
<source>Invalid masternodeprivkey. Please see documenation.</source>
52965306
<translation>Invalid masternodeprivkey. Please see documenation.</translation>
52975307
</message>
@@ -5376,7 +5386,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; [email protected]
53765386
<translation>Loading block index...</translation>
53775387
</message>
53785388
<message>
5379-
<location line="+1"/>
5389+
<location line="+4"/>
53805390
<source>Loading wallet... (%3.2f %%)</source>
53815391
<translation>Loading wallet... (%3.2f %%)</translation>
53825392
</message>
@@ -5566,7 +5576,12 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; [email protected]
55665576
<translation>Specify your own public address</translation>
55675577
</message>
55685578
<message>
5569-
<location line="+13"/>
5579+
<location line="+8"/>
5580+
<source>Synchronization pending...</source>
5581+
<translation>Synchronization pending...</translation>
5582+
</message>
5583+
<message>
5584+
<location line="+5"/>
55705585
<source>This help message</source>
55715586
<translation>This help message</translation>
55725587
</message>

src/qt/locale/dash_es.ts

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<TS language="es" version="2.1">
1+
<TS language="es" version="2.0">
22
<context>
33
<name>AddressBookPage</name>
44
<message>
@@ -790,7 +790,7 @@ Dirección: %4
790790
</message>
791791
<message>
792792
<source>(%1 locked)</source>
793-
<translation>(%1 bloqueada)</translation>
793+
<translation>(%1 bloqueadas)</translation>
794794
</message>
795795
<message>
796796
<source>none</source>
@@ -3964,6 +3964,18 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" [email protected]
39643964
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
39653965
<translation>Escuchar a las conexiones en el &lt;port&gt; (predeterminado: %u ó testnet: %u)</translation>
39663966
</message>
3967+
<message>
3968+
<source>Loading budget cache...</source>
3969+
<translation>Cargando caché del presupuesto...</translation>
3970+
</message>
3971+
<message>
3972+
<source>Loading masternode cache...</source>
3973+
<translation>Cargando caché de nodos maestros...</translation>
3974+
</message>
3975+
<message>
3976+
<source>Loading masternode payment cache...</source>
3977+
<translation>Cargando caché de pago del nodo maestro...</translation>
3978+
</message>
39673979
<message>
39683980
<source>Lock is already in place.</source>
39693981
<translation>El bloqueo ya está activo.</translation>
@@ -4100,10 +4112,6 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" [email protected]
41004112
<source>Submitted to masternode, waiting in queue %s</source>
41014113
<translation>Enviado al nodo maestro, esperando en cola %s</translation>
41024114
</message>
4103-
<message>
4104-
<source>Synchronization doesn't yet started</source>
4105-
<translation>La sincronización aún no ha comenzado</translation>
4106-
</message>
41074115
<message>
41084116
<source>Synchronization failed</source>
41094117
<translation>La sincronización falló</translation>
@@ -4384,6 +4392,10 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" [email protected]
43844392
<source>Specify your own public address</source>
43854393
<translation>Especifique su propia dirección pública</translation>
43864394
</message>
4395+
<message>
4396+
<source>Synchronization pending...</source>
4397+
<translation>Sincronización pendiente...</translation>
4398+
</message>
43874399
<message>
43884400
<source>This help message</source>
43894401
<translation>Este mensaje de ayuda</translation>

0 commit comments

Comments
 (0)