This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
messages.pot
1274 lines (991 loc) · 25.9 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Translations template for PROJECT.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-11-14 18:55-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: simplecoin/tr_config.py:3
msgid "Home"
msgstr ""
#: simplecoin/tr_config.py:4
msgid "Getting Started"
msgstr ""
#: simplecoin/tr_config.py:5 templates/user_stats.html:41
msgid "User Stats"
msgstr ""
#: simplecoin/tr_config.py:6
msgid "Pool Stats"
msgstr ""
#: simplecoin/tr_config.py:7
msgid "Leaderboard"
msgstr ""
#: simplecoin/tr_config.py:8
msgid "Extras"
msgstr ""
#: simplecoin/tr_config.py:9
msgid "Simple Crypto Website"
msgstr ""
#: simplecoin/tr_config.py:10
msgid "Source Code"
msgstr ""
#: simplecoin/tr_config.py:11
msgid "Contact Us"
msgstr ""
#: simplecoin/tr_config.py:12
msgid "Email"
msgstr ""
#: simplecoin/tr_config.py:13
msgid "IRC"
msgstr ""
#: simplecoin/tr_config.py:14
msgid "Reddit"
msgstr ""
#: simplecoin/tr_config.py:15
msgid "Github"
msgstr ""
#: templates/500.html:3
msgid "Internal Server Error - Pool is out of water"
msgstr ""
#: templates/500.html:4
msgid ""
"Seems we've goofed up, sorry about that. This error has been logged. You "
"might try again in a minute, we'll try to do better next time."
msgstr ""
#: templates/500.html:6
msgid "The error identifier is"
msgstr ""
#: templates/account.html:9 templates/blocks.html:39
msgid "Newer"
msgstr ""
#: templates/account.html:10 templates/blocks.html:40
msgid "Older"
msgstr ""
#: templates/base.html:44
msgid "Status:"
msgstr ""
#: templates/base.html:46 templates/blocks.html:18
#: templates/leaderboard.html:27 templates/user_stats.html:85
msgid "Hashrate"
msgstr ""
#: templates/base.html:51
msgid "Active"
msgstr ""
#: templates/base.html:51 templates/pool_stats.html:45
msgid "Miners"
msgstr ""
#: templates/base.html:89
msgid "Language"
msgstr ""
#: templates/base.html:140
msgid "Donate:"
msgstr ""
#: templates/block_details.html:8
msgid "Block"
msgstr ""
#: templates/block_details.html:10 templates/transaction_details.html:9
msgid "Network Details"
msgstr ""
#: templates/block_details.html:15
msgid "Found"
msgstr ""
#: templates/block_details.html:19 templates/payout_table.html:22
#: templates/transaction_details.html:18 templates/user_stats.html:254
msgid "Currency"
msgstr ""
#: templates/block_details.html:23
msgid "Algorithm"
msgstr ""
#: templates/block_details.html:27
msgid "Coinbase Value"
msgstr ""
#: templates/block_details.html:28
#, python-format
msgid "with %(fee)f in fees"
msgstr ""
#: templates/block_details.html:31 templates/block_table.html:23
msgid "Difficulty"
msgstr ""
#: templates/block_details.html:35 templates/block_table.html:25
msgid "Block Hash"
msgstr ""
#: templates/block_details.html:39 templates/block_table.html:26
msgid "Blockheight"
msgstr ""
#: templates/block_details.html:43 templates/block_table.html:27
#: templates/credit_table.html:27 templates/payout_table.html:24
#: templates/transaction_details.html:26
msgid "Status"
msgstr ""
#: templates/block_details.html:49
msgid "Mining Details"
msgstr ""
#: templates/block_details.html:54
msgid "Simplecoin ID"
msgstr ""
#: templates/block_details.html:58
msgid "Solved by user"
msgstr ""
#: templates/block_details.html:67 templates/block_table.html:21
msgid "Round Duration"
msgstr ""
#: templates/block_details.html:71
msgid "Hashes required"
msgstr ""
#: templates/block_details.html:75
msgid "Average hashrate"
msgstr ""
#: templates/block_details.html:79
msgid "Shares required"
msgstr ""
#: templates/block_details.html:83 templates/block_table.html:20
msgid "Luck"
msgstr ""
#: templates/block_details.html:89
msgid "Chain Distribution"
msgstr ""
#: templates/block_details.html:106
msgid "No block by that identifier could be found in our database!"
msgstr ""
#: templates/block_table.html:18
msgid "Age"
msgstr ""
#: templates/block_table.html:19 templates/blocks.html:19
msgid "Shares"
msgstr ""
#: templates/block_table.html:22
msgid "Reward"
msgstr ""
#: templates/block_table.html:24
msgid "Solved by"
msgstr ""
#: templates/block_table.html:87
msgid "No blocks matching that criteria"
msgstr ""
#: templates/blocks.html:9
msgid "Block Stats"
msgstr ""
#: templates/blocks.html:14
msgid "Time Period"
msgstr ""
#: templates/blocks.html:15
msgid "Orphan Percentage"
msgstr ""
#: templates/blocks.html:16
msgid "Low Diff Eff"
msgstr ""
#: templates/blocks.html:17
msgid "Dup Eff"
msgstr ""
#: templates/configuration_guide.html:13
msgid "Step 1. Pick the region nearest to you"
msgstr ""
#: templates/configuration_guide.html:24
msgid "URL"
msgstr ""
#: templates/configuration_guide.html:33
msgid "Step 2. Pick a port"
msgstr ""
#: templates/configuration_guide.html:45
msgid "Pick a server to view available ports"
msgstr ""
#: templates/configuration_guide.html:50
msgid "Ports"
msgstr ""
#: templates/configuration_guide.html:55
msgid "ports:"
msgstr ""
#: templates/configuration_guide.html:64 templates/configuration_guide.html:151
#: templates/home.html:69
msgid "Port:"
msgstr ""
#: templates/configuration_guide.html:65
msgid "Payout Method:"
msgstr ""
#: templates/configuration_guide.html:66
msgid "Diff:"
msgstr ""
#: templates/configuration_guide.html:67
msgid "fee"
msgstr ""
#: templates/configuration_guide.html:68 templates/pool_stats.html:46
msgid "Past 4d Profit:"
msgstr ""
#: templates/configuration_guide.html:68 templates/pool_stats.html:64
msgid "BTC/MH"
msgstr ""
#: templates/configuration_guide.html:83
msgid "Step 3. Set a username"
msgstr ""
#: templates/configuration_guide.html:88
msgid "Payout currency:"
msgstr ""
#: templates/configuration_guide.html:96
msgid "Pick a currency that we pay out in"
msgstr ""
#: templates/configuration_guide.html:100
msgid "Payout address:"
msgstr ""
#: templates/configuration_guide.html:104
msgid "Insert a valid"
msgstr ""
#: templates/configuration_guide.html:104
#: templates/configuration_guide.html:108
#: templates/configuration_guide.html:112 templates/user_settings.html:181
#: templates/user_settings.html:187 templates/user_settings.html:221
#: templates/user_settings.html:227 templates/user_settings.html:255
#: templates/user_settings.html:261
msgid "address"
msgstr ""
#: templates/configuration_guide.html:106
msgid "Checking address validity"
msgstr ""
#: templates/configuration_guide.html:108 templates/user_settings.html:179
#: templates/user_settings.html:220 templates/user_settings.html:254
msgid "Invalid"
msgstr ""
#: templates/configuration_guide.html:110
msgid "The server had an error attempting to validate!"
msgstr ""
#: templates/configuration_guide.html:112 templates/user_settings.html:186
#: templates/user_settings.html:260
msgid "Valid"
msgstr ""
#: templates/configuration_guide.html:119
msgid "Step 4. Configure your first worker (optional settings)"
msgstr ""
#: templates/configuration_guide.html:125
msgid "Workername:"
msgstr ""
#: templates/configuration_guide.html:128
msgid "Alphanumeric characters only"
msgstr ""
#: templates/configuration_guide.html:135
msgid "Starting difficulty:"
msgstr ""
#: templates/configuration_guide.html:138
msgid "Optional. Specifies a starting difficulty"
msgstr ""
#: templates/configuration_guide.html:145
msgid "Step 5. Configure your miner"
msgstr ""
#: templates/configuration_guide.html:150
msgid "URL:"
msgstr ""
#: templates/configuration_guide.html:150
#: templates/configuration_guide.html:155
msgid "Select region above"
msgstr ""
#: templates/configuration_guide.html:151
#: templates/configuration_guide.html:155
msgid "Select port above"
msgstr ""
#: templates/configuration_guide.html:152
msgid "Username:"
msgstr ""
#: templates/configuration_guide.html:152
#: templates/configuration_guide.html:156
msgid "Fill in username above"
msgstr ""
#: templates/configuration_guide.html:153
msgid "Password:"
msgstr ""
#: templates/configuration_guide.html:154
msgid "Commandline example:"
msgstr ""
#: templates/configuration_guide.html:163
msgid "Step 6. Make sure your hashrate shows up"
msgstr ""
#: templates/configuration_guide.html:167
msgid "Stats link"
msgstr ""
#: templates/configuration_guide.html:172
msgid ""
"After a few minutes of mining your stats page should be showing a\n"
" graph and hashrate for your miners. If it isn't, double check "
"your\n"
" configs."
msgstr ""
#: templates/configuration_guide.html:179
msgid "Step 7. Edit your account settings"
msgstr ""
#: templates/configuration_guide.html:183
msgid "Settings link"
msgstr ""
#: templates/configuration_guide.html:188
msgid ""
"More configuration of your account is available on your account\n"
" settings page. Including:"
msgstr ""
#: templates/configuration_guide.html:191
msgid ""
"Setting additional payout addresses (this is required in order to collect"
" some merged mining rewards!)"
msgstr ""
#: templates/configuration_guide.html:192
msgid "Add a donation to the pool"
msgstr ""
#: templates/configuration_guide.html:193
msgid "Enable privacy (hides your address on the leaderboard)"
msgstr ""
#: templates/credit_table.html:21
msgid "ID"
msgstr ""
#: templates/credit_table.html:22 templates/payout_table.html:20
msgid "Time"
msgstr ""
#: templates/credit_table.html:23
msgid "Dest Currency"
msgstr ""
#: templates/credit_table.html:24
msgid "Mined"
msgstr ""
#: templates/credit_table.html:25
#, python-format
msgid "Donation + Fee Amt (d%%/f%%)"
msgstr ""
#: templates/credit_table.html:26
msgid "Total credited"
msgstr ""
#: templates/credit_table.html:28
msgid "Block details"
msgstr ""
#: templates/credit_table.html:51
msgid "No credits for this user yet"
msgstr ""
#: templates/home.html:12
msgid "Pool Details"
msgstr ""
#: templates/home.html:16
msgid "No registration. Use a wallet address as a username"
msgstr ""
#: templates/home.html:17
msgid ""
"Automatically exchanges mining rewards to the currency of your username "
"address"
msgstr ""
#: templates/home.html:18
msgid "Auto convert is disableable for currencies you want to keep"
msgstr ""
#: templates/home.html:19
msgid "Seamless merge mining"
msgstr ""
#: templates/home.html:20
#, python-format
msgid "2%% fee on profit-switching port, 1%% fee otherwise"
msgstr ""
#: templates/home.html:21
msgid "No payout transaction fees"
msgstr ""
#: templates/home.html:22
msgid "Miners keep block transaction fees"
msgstr ""
#: templates/home.html:23
msgid "Currency conversion fees are passed along to miner"
msgstr ""
#: templates/home.html:24
msgid "Vardiff enabled + manual difficulty selection available"
msgstr ""
#: templates/home.html:25
msgid "Daily payouts - Very low minimum balance"
msgstr ""
#: templates/home.html:26
msgid "PPLNS payout"
msgstr ""
#: templates/home.html:30
msgid "Current Payout Currencies"
msgstr ""
#: templates/home.html:43
msgid "Payouts + currency conversion info"
msgstr ""
#: templates/home.html:46
msgid "You can mine with any valid address for a currency we pay out in."
msgstr ""
#: templates/home.html:47
msgid "Your earnings are (by default) converted to the currency of that address"
msgstr ""
#: templates/home.html:48
msgid ""
"If you want to keep a specific coin, instead of converting\n"
" it, just add a payout address for it to your account."
msgstr ""
#: templates/home.html:58
msgid "Quick start for mining:"
msgstr ""
#: templates/home.html:61
msgid "No registration required, payouts go to the address used as username."
msgstr ""
#: templates/home.html:62
msgid "Note"
msgstr ""
#: templates/home.html:62
msgid ": Username "
msgstr ""
#: templates/home.html:62
msgid "MUST"
msgstr ""
#: templates/home.html:62
msgid " be a valid address for a currency we payout in, listed "
msgstr ""
#: templates/home.html:62
msgid "here"
msgstr ""
#: templates/home.html:65
msgid "Configure your stratum client with the information below and start mining:"
msgstr ""
#: templates/home.html:68
msgid "URL: "
msgstr ""
#: templates/home.html:70
msgid "Username: "
msgstr ""
#: templates/home.html:71
msgid "Password: "
msgstr ""
#: templates/home.html:72
msgid "sgminer example:"
msgstr ""
#: templates/home.html:76
msgid ""
"Check your stats and estimated payout by entering your Payout address "
"below:"
msgstr ""
#: templates/home.html:84
msgid "If your stats are still blank after a few minutes double check your config"
msgstr ""
#: templates/home.html:87 templates/stats.html:59
msgid "View Stats"
msgstr ""
#: templates/home.html:92
msgid ""
"Configure your account on your user stats page. Set addresses for\n"
" currencies you don't want to be exchanged, add a donation"
" to the\n"
" pool, etc"
msgstr ""
#: templates/home.html:96
msgid "Setup advanced stats to track GPU temps and actual hashrate with"
msgstr ""
#: templates/home.html:97
msgid "Powerpool Agent"
msgstr ""
#: templates/home.html:102
msgid "View the full configuration guide"
msgstr ""
#: templates/home.html:114
msgid "Features"
msgstr ""
#: templates/home.html:124
msgid "Monitor your rig's health, from anywhere"
msgstr ""
#: templates/home.html:125
msgid ""
"This setup allows you to monitor multiple rigs easily, without setting up"
" a pool manager,\n"
" and view actual data from each of your rigs, rather than "
"approximations."
msgstr ""
#: templates/home.html:128
msgid "Quick and easy setup, see the"
msgstr ""
#: templates/home.html:129
msgid "Installation Guide"
msgstr ""
#: templates/home.html:131
#, python-format
msgid ""
"View stats from rigs remotely - including WUE, Hashrate, Temps, Fan %%, "
"and more"
msgstr ""
#: templates/home.html:132
msgid "Overheat/Low hashrate status indicators and email notifications"
msgstr ""
#: templates/home.html:133
msgid "More features coming soon - including graphs of hashrate and temperature"
msgstr ""
#: templates/home.html:144
msgid "Insightful statistics"
msgstr ""
#: templates/home.html:145
msgid ""
"Graphs broken down by worker give you a good at-a-glance picture of what "
"is going on."
msgstr ""
#: templates/home.html:147
msgid "Easily name a worker anything you want"
msgstr ""
#: templates/home.html:148
msgid "Drill down graphs to an individual worker with a click"
msgstr ""
#: templates/home.html:149
msgid "Tooltips display your hash rate for each worker at a given point"
msgstr ""
#: templates/home.html:150
msgid ""
"View in 'expanded' mode to see what percentage of your hashing power each"
" of your rigs is"
msgstr ""
#: templates/home.html:151
msgid "Easily see your overall hash rate"
msgstr ""
#: templates/invalid_address.html:6
msgid "Invalid or unsupported address!"
msgstr ""
#: templates/invalid_address.html:7
msgid ""
"The address you entered is either not valid or is not a currency type\n"
" we pay out"
msgstr ""
#: templates/invalid_address.html:12
msgid "Currently supported payout currencies include:"
msgstr ""
#: templates/leaderboard.html:19
msgid "Top Hashers"
msgstr ""
#: templates/leaderboard.html:25
msgid "User"
msgstr ""
#: templates/leaderboard.html:48
msgid "No users to show hashrates for!"
msgstr ""
#: templates/payout_table.html:21
msgid "Amount"
msgstr ""
#: templates/payout_table.html:23
msgid "TXID"
msgstr ""
#: templates/payout_table.html:43
msgid "No payouts for this user yet"
msgstr ""
#: templates/pool_stats.html:14
msgid "Pool Hashrate"
msgstr ""
#: templates/pool_stats.html:19 templates/user_stats.html:58
msgid "Hour"
msgstr ""
#: templates/pool_stats.html:20 templates/user_stats.html:59
msgid "Day"
msgstr ""
#: templates/pool_stats.html:21 templates/user_stats.html:60
msgid "Month"
msgstr ""
#: templates/pool_stats.html:33
msgid "Stratum Status"
msgstr ""
#: templates/pool_stats.html:39
msgid "Server"
msgstr ""
#: templates/pool_stats.html:40
msgid "Algo"
msgstr ""
#: templates/pool_stats.html:41
msgid "Chain"
msgstr ""
#: templates/pool_stats.html:42
msgid "Currently Mining"
msgstr ""
#: templates/pool_stats.html:43
msgid "Hashrate (last minute)"
msgstr ""
#: templates/pool_stats.html:44
msgid "Workers"
msgstr ""
#: templates/pool_stats.html:78
msgid "Recently Mined Blocks"
msgstr ""
#: templates/pool_stats.html:87
msgid "Hide merge mined currencies"
msgstr ""
#: templates/pool_stats.html:93
msgid "All Algos"
msgstr ""
#: templates/pool_stats.html:114
msgid "Current Hashrate:"
msgstr ""
#: templates/pool_stats.html:125
msgid "Last Solve:"
msgstr ""
#: templates/pool_stats.html:148
msgid "View more"
msgstr ""
#: templates/pool_stats.html:148
msgid "blocks"
msgstr ""
#: templates/stats.html:37
msgid "Aren't mining with us yet? Look at the"
msgstr ""
#: templates/stats.html:37
msgid "configuration guide."
msgstr ""
#: templates/stats.html:44
msgid "Paste your User Address for quick access to individualized stats."
msgstr ""
#: templates/stats.html:47
msgid "Recently Visited Stats:"
msgstr ""
#: templates/transaction_details.html:7
msgid "Transaction"
msgstr ""
#: templates/transaction_details.html:14
msgid "Sent"
msgstr ""
#: templates/transaction_details.html:22
msgid "Hash"
msgstr ""
#: templates/user_settings.html:11
msgid "Edit Settings for account"
msgstr ""
#: templates/user_settings.html:17
msgid "How changing settings works"
msgstr ""
#: templates/user_settings.html:20
msgid ""
"Since there is no registration we use the message signing system\n"
" built into the QT wallet to prove you control the address. The "
"basic\n"
" process is:"
msgstr ""
#: templates/user_settings.html:24
msgid ""
"Fill out form with desired settings + generate a message w/\n"
" those settings"
msgstr ""
#: templates/user_settings.html:26
msgid "Copy the generated message"
msgstr ""
#: templates/user_settings.html:27
msgid "Sign the message with your wallet, using your account address"
msgstr ""
#: templates/user_settings.html:29
msgid ""
"Paste the signature in the signature field below + submit the\n"
" form"
msgstr ""
#: templates/user_settings.html:38
msgid "Claim all your earnings"
msgstr ""
#: templates/user_settings.html:41
msgid ""
"By default if you do not have an address set for a merge mined\n"
" coin it will automatically be converted to your account currency"
msgstr ""
#: templates/user_settings.html:45
msgid ""
"You may (optionally) set an address for any coin we mine and\n"
" you'll be paid out your portion of that rather than "
"exchanging\n"
" it"
msgstr ""
#: templates/user_settings.html:49
msgid ""
"Some merge mined coins can't be exchanged so you'll need to set\n"
" an address for them or they'll be donated to the pool."
msgstr ""
#: templates/user_settings.html:58
msgid "Note:"
msgstr ""
#: templates/user_settings.html:58
msgid ""
"Not all wallet apps sign messages\n"
" the same way, and some can't sign messages at all. This site "
"works with\n"
" the QT client's implementation, and this guide is for the QT "
"client."
msgstr ""
#: templates/user_settings.html:67
msgid ""
"Step 1. Pick new settings + generate the\n"
" message"
msgstr ""
#: templates/user_settings.html:79
msgid "General Settings"
msgstr ""
#: templates/user_settings.html:82
msgid "Make anonymous"
msgstr ""
#: templates/user_settings.html:88
msgid "This hides your address on the miner leaderboard"
msgstr ""
#: templates/user_settings.html:95
msgid "Payout Address:"
msgstr ""
#: templates/user_settings.html:102
msgid "Earnings Distribution"
msgstr ""
#: templates/user_settings.html:103
msgid ""
"Optionally donate some of your earnings\n"
" to the pool, or to any address that we payout in"
msgstr ""
#: templates/user_settings.html:110
#, python-format
msgid ""
"Total donations\n"
" cannot exceed 100%%"
msgstr ""
#: templates/user_settings.html:117
msgid ""
"Split payout\n"
" requires both an address and a percentage, or to "
"remove it\n"
" both must be removed."
msgstr ""
#: templates/user_settings.html:125
msgid ""
"Split payout\n"
" address cannot be the same as your main user address."
msgstr ""
#: templates/user_settings.html:131
msgid ""
"Pool\n"
" Donation"
msgstr ""
#: templates/user_settings.html:144
#, python-format
msgid ""
"A percentage to donate directly to\n"
" the pool (0-100%%)"
msgstr ""
#: templates/user_settings.html:150
msgid "Split payout"
msgstr ""
#: templates/user_settings.html:173
#, python-format
msgid ""
"Input a valid\n"
" %(currency)s address"
msgstr ""
#: templates/user_settings.html:176
msgid ""
"Checking address\n"
" validity"
msgstr ""
#: templates/user_settings.html:183
msgid ""
"The server\n"
" had an error attempting to validate!"
msgstr ""