Skip to content

Commit e683679

Browse files
committed
Extract strings. ref dashpay#228 dashpay#229
1 parent 5bc821c commit e683679

File tree

2 files changed

+42
-18
lines changed

2 files changed

+42
-18
lines changed

src/qt/darkcoinstrings.cpp

+6-6
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ QT_TRANSLATE_NOOP("darkcoin-core", "Done loading"),
210210
QT_TRANSLATE_NOOP("darkcoin-core", "Downgrading and trying again."),
211211
QT_TRANSLATE_NOOP("darkcoin-core", "Enable the client to act as a masternode (0-1, default: 0)"),
212212
QT_TRANSLATE_NOOP("darkcoin-core", "Entries are full."),
213-
QT_TRANSLATE_NOOP("darkcoin-core", "Error connecting to masternode."),
213+
QT_TRANSLATE_NOOP("darkcoin-core", "Error connecting to Masternode."),
214214
QT_TRANSLATE_NOOP("darkcoin-core", "Error initializing block database"),
215215
QT_TRANSLATE_NOOP("darkcoin-core", "Error initializing wallet database environment %s!"),
216216
QT_TRANSLATE_NOOP("darkcoin-core", "Error loading block database"),
@@ -270,7 +270,7 @@ QT_TRANSLATE_NOOP("darkcoin-core", "Keep N darkcoin anonymized (default: 0)"),
270270
QT_TRANSLATE_NOOP("darkcoin-core", "Keep at most <n> unconnectable blocks in memory (default: %u)"),
271271
QT_TRANSLATE_NOOP("darkcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
272272
QT_TRANSLATE_NOOP("darkcoin-core", "Last Darksend was too recent."),
273-
QT_TRANSLATE_NOOP("darkcoin-core", "Last successful darksend action was too recent."),
273+
QT_TRANSLATE_NOOP("darkcoin-core", "Last successful Darksend action was too recent."),
274274
QT_TRANSLATE_NOOP("darkcoin-core", "Limit size of signature cache to <n> entries (default: 50000)"),
275275
QT_TRANSLATE_NOOP("darkcoin-core", "List commands"),
276276
QT_TRANSLATE_NOOP("darkcoin-core", "Listen for connections on <port> (default: 9999 or testnet: 19999)"),
@@ -288,14 +288,14 @@ QT_TRANSLATE_NOOP("darkcoin-core", "Masternode:"),
288288
QT_TRANSLATE_NOOP("darkcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"),
289289
QT_TRANSLATE_NOOP("darkcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)"),
290290
QT_TRANSLATE_NOOP("darkcoin-core", "Missing input transaction information."),
291-
QT_TRANSLATE_NOOP("darkcoin-core", "No compatible masternode found."),
291+
QT_TRANSLATE_NOOP("darkcoin-core", "No Masternodes detected."),
292+
QT_TRANSLATE_NOOP("darkcoin-core", "No compatible Masternode found."),
292293
QT_TRANSLATE_NOOP("darkcoin-core", "No funds detected in need of denominating."),
293-
QT_TRANSLATE_NOOP("darkcoin-core", "No masternodes detected."),
294294
QT_TRANSLATE_NOOP("darkcoin-core", "No matching denominations found for mixing."),
295295
QT_TRANSLATE_NOOP("darkcoin-core", "Non-standard public key detected."),
296296
QT_TRANSLATE_NOOP("darkcoin-core", "Not compatible with existing transactions."),
297297
QT_TRANSLATE_NOOP("darkcoin-core", "Not enough file descriptors available."),
298-
QT_TRANSLATE_NOOP("darkcoin-core", "Not in the masternode list."),
298+
QT_TRANSLATE_NOOP("darkcoin-core", "Not in the Masternode list."),
299299
QT_TRANSLATE_NOOP("darkcoin-core", "Only accept block chain matching built-in checkpoints (default: 1)"),
300300
QT_TRANSLATE_NOOP("darkcoin-core", "Only connect to nodes in network <net> (IPv4, IPv6 or Tor)"),
301301
QT_TRANSLATE_NOOP("darkcoin-core", "Options:"),
@@ -347,7 +347,7 @@ QT_TRANSLATE_NOOP("darkcoin-core", "Start Darkcoin Core Daemon"),
347347
QT_TRANSLATE_NOOP("darkcoin-core", "System error: "),
348348
QT_TRANSLATE_NOOP("darkcoin-core", "This help message"),
349349
QT_TRANSLATE_NOOP("darkcoin-core", "This is intended for regression testing tools and app development."),
350-
QT_TRANSLATE_NOOP("darkcoin-core", "This is not a masternode."),
350+
QT_TRANSLATE_NOOP("darkcoin-core", "This is not a Masternode."),
351351
QT_TRANSLATE_NOOP("darkcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)"),
352352
QT_TRANSLATE_NOOP("darkcoin-core", "To use the %s option"),
353353
QT_TRANSLATE_NOOP("darkcoin-core", "Transaction amount too small"),

src/qt/locale/darkcoin_en.ts

+36-12
Original file line numberDiff line numberDiff line change
@@ -4431,8 +4431,37 @@ If the file does not exist, create it with owner-readable-only file permissions.
44314431
</message>
44324432
<message>
44334433
<location filename="../darkcoinstrings.cpp" line="213"/>
4434+
<source>Error connecting to Masternode.</source>
4435+
<translation type="unfinished"></translation>
4436+
</message>
4437+
<message>
4438+
<location filename="../darkcoinstrings.cpp" line="273"/>
4439+
<source>Last successful Darksend action was too recent.</source>
4440+
<translation type="unfinished"></translation>
4441+
</message>
4442+
<message>
4443+
<location filename="../darkcoinstrings.cpp" line="291"/>
4444+
<source>No Masternodes detected.</source>
4445+
<translation type="unfinished"></translation>
4446+
</message>
4447+
<message>
4448+
<location filename="../darkcoinstrings.cpp" line="292"/>
4449+
<source>No compatible Masternode found.</source>
4450+
<translation type="unfinished"></translation>
4451+
</message>
4452+
<message>
4453+
<location filename="../darkcoinstrings.cpp" line="298"/>
4454+
<source>Not in the Masternode list.</source>
4455+
<translation type="unfinished"></translation>
4456+
</message>
4457+
<message>
4458+
<location filename="../darkcoinstrings.cpp" line="350"/>
4459+
<source>This is not a Masternode.</source>
4460+
<translation type="unfinished"></translation>
4461+
</message>
4462+
<message>
44344463
<source>Error connecting to masternode.</source>
4435-
<translation>Error connecting to masternode.</translation>
4464+
<translation type="obsolete">Error connecting to masternode.</translation>
44364465
</message>
44374466
<message>
44384467
<location filename="../darkcoinstrings.cpp" line="214"/>
@@ -4730,9 +4759,8 @@ If the file does not exist, create it with owner-readable-only file permissions.
47304759
<translation>Last Darksend was too recent.</translation>
47314760
</message>
47324761
<message>
4733-
<location filename="../darkcoinstrings.cpp" line="273"/>
47344762
<source>Last successful darksend action was too recent.</source>
4735-
<translation>Last successful darksend action was too recent.</translation>
4763+
<translation type="obsolete">Last successful darksend action was too recent.</translation>
47364764
</message>
47374765
<message>
47384766
<location filename="../darkcoinstrings.cpp" line="274"/>
@@ -4820,19 +4848,17 @@ If the file does not exist, create it with owner-readable-only file permissions.
48204848
<translation>Missing input transaction information.</translation>
48214849
</message>
48224850
<message>
4823-
<location filename="../darkcoinstrings.cpp" line="291"/>
48244851
<source>No compatible masternode found.</source>
4825-
<translation>No compatible masternode found.</translation>
4852+
<translation type="obsolete">No compatible masternode found.</translation>
48264853
</message>
48274854
<message>
4828-
<location filename="../darkcoinstrings.cpp" line="292"/>
4855+
<location filename="../darkcoinstrings.cpp" line="293"/>
48294856
<source>No funds detected in need of denominating.</source>
48304857
<translation>No funds detected in need of denominating.</translation>
48314858
</message>
48324859
<message>
4833-
<location filename="../darkcoinstrings.cpp" line="293"/>
48344860
<source>No masternodes detected.</source>
4835-
<translation>No masternodes detected.</translation>
4861+
<translation type="obsolete">No masternodes detected.</translation>
48364862
</message>
48374863
<message>
48384864
<location filename="../darkcoinstrings.cpp" line="294"/>
@@ -4855,9 +4881,8 @@ If the file does not exist, create it with owner-readable-only file permissions.
48554881
<translation>Not enough file descriptors available.</translation>
48564882
</message>
48574883
<message>
4858-
<location filename="../darkcoinstrings.cpp" line="298"/>
48594884
<source>Not in the masternode list.</source>
4860-
<translation>Not in the masternode list.</translation>
4885+
<translation type="obsolete">Not in the masternode list.</translation>
48614886
</message>
48624887
<message>
48634888
<location filename="../darkcoinstrings.cpp" line="299"/>
@@ -5115,9 +5140,8 @@ If the file does not exist, create it with owner-readable-only file permissions.
51155140
<translation>This is intended for regression testing tools and app development.</translation>
51165141
</message>
51175142
<message>
5118-
<location filename="../darkcoinstrings.cpp" line="350"/>
51195143
<source>This is not a masternode.</source>
5120-
<translation>This is not a masternode.</translation>
5144+
<translation type="obsolete">This is not a masternode.</translation>
51215145
</message>
51225146
<message>
51235147
<location filename="../darkcoinstrings.cpp" line="351"/>

0 commit comments

Comments
 (0)