forked from bitpay/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.pot
1727 lines (1321 loc) · 37.7 KB
/
template.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
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: \n"
#: public/views/modals/paypro.html
msgid "(Trusted)"
msgstr ""
#: public/views/walletHome.html
msgid "(possible double spend)"
msgstr ""
#: public/views/modals/txp-details.html
msgid "* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created."
msgstr ""
#: public/views/disclaimer.html
msgid "<b>IF YOU LOSE ACCESS TO YOUR COPAY WALLET OR YOUR ENCRYPTED PRIVATE KEYS AND YOU HAVE NOT SEPARATELY STORED A BACKUP OF YOUR WALLET AND CORRESPONDING PASSWORD, YOU ACKNOWLEDGE AND AGREE THAT ANY BITCOIN YOU HAVE ASSOCIATED WITH THAT COPAY WALLET WILL BECOME INACCESSIBLE.</b>"
msgstr ""
#: public/views/backup.html
msgid "<b>OR</b> 1 wallet export file and the remaining quorum of wallet seeds (e.g. in a 3-5 wallet: 1 wallet export file + 2 wallet seeds of any of the other copayers)."
msgstr ""
#: public/views/backup.html
msgid "<b>OR</b> the wallet seed of <b>all</b> copayers in the wallet"
msgstr ""
#: public/views/backup.html
msgid "<b>OR</b> the wallet seeds of <b>all</b> copayers in the wallet"
msgstr ""
#: public/views/splash.html
msgid "A multisignature bitcoin wallet"
msgstr ""
#: public/views/preferences.html
msgid "About Copay"
msgstr ""
#: public/views/modals/txp-details.html
#: src/js/services/confirmDialog.js
#: src/js/controllers/copayers.js
#: src/js/controllers/preferencesDelete.js
#: src/js/controllers/walletHome.js
msgid "Accept"
msgstr ""
#: public/views/create.html
#: public/views/join.html
msgid "Add an optional passphrase to secure the seed"
msgstr ""
#: public/views/includes/sidebar.html
msgid "Add wallet"
msgstr ""
#: public/views/paymentUri.html
#: public/views/modals/customized-amount.html
#: public/views/modals/paypro.html
msgid "Address"
msgstr ""
#: public/views/preferencesInformation.html
msgid "Address Type"
msgstr ""
#: public/views/preferences.html
msgid "Advanced"
msgstr ""
#: public/views/modals/advancedSend.html
msgid "Advanced Send"
msgstr ""
#: public/views/disclaimer.html
msgid "Agree"
msgstr ""
#: public/views/preferencesAlias.html
msgid "Alias for <i>{{index.walletName}}</i>"
msgstr ""
#: public/views/translators.html
msgid "All contributions to Copay's translation are welcome. Sign up at crowdin.com and join the Copay project at"
msgstr ""
#: public/views/disclaimer.html
msgid "All transaction requests are irreversible."
msgstr ""
#: public/views/splash.html
msgid "Already have a wallet?"
msgstr ""
#: public/views/preferences.html
msgid "Alternative Currency"
msgstr ""
#: public/views/paymentUri.html
#: public/views/walletHome.html
#: public/views/includes/output.html
#: public/views/modals/customized-amount.html
#: public/views/modals/txp-details.html
msgid "Amount"
msgstr ""
#: src/js/services/bwsError.js
msgid "Amount below dust threshold"
msgstr ""
#: public/views/walletHome.html
#: public/views/modals/customized-amount.html
msgid "Amount in"
msgstr ""
#: public/views/preferencesLanguage.html
msgid "Applying changes"
msgstr ""
#: src/js/controllers/backup.js
msgid "Are you sure you want to delete the backup words?"
msgstr ""
#: src/js/controllers/copayers.js
#: src/js/controllers/preferencesDelete.js
msgid "Are you sure you want to delete this wallet?"
msgstr ""
#: public/views/includes/available-balance.html
msgid "Available Balance"
msgstr ""
#: public/views/preferencesFee.html
#: public/views/modals/advancedSend.html
msgid "Average confirmation time: {{fee.nbBlocks * 10}} minutes"
msgstr ""
#: public/views/includes/topbar.html
#: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
msgid "Back"
msgstr ""
#: public/views/preferences.html
msgid "Backup"
msgstr ""
#: public/views/walletHome.html
msgid "Backup now"
msgstr ""
#: public/views/export.html
msgid "Backup options"
msgstr ""
#: src/js/controllers/backup.js
msgid "Backup words deleted"
msgstr ""
#: src/js/services/profileService.js
msgid "Bad wallet invitation"
msgstr ""
#: public/views/preferencesInformation.html
msgid "Balance By Address"
msgstr ""
#: public/views/walletHome.html
msgid "Before receiving funds, it is highly recommended you backup your wallet keys."
msgstr ""
#: public/views/preferences.html
msgid "Bitcoin Network Fee Policy"
msgstr ""
#: public/views/paymentUri.html
msgid "Bitcoin URI is NOT valid!"
msgstr ""
#: public/views/walletHome.html
msgid "Bitcoin address"
msgstr ""
#: public/views/preferencesFee.html
msgid "Bitcoin transactions may include a fee collected by miners on the network. The higher the fee, the greater the incentive a miner has to include that transaction in a block. Actual fees are determined based on network load and the selected policy."
msgstr ""
#: public/views/modals/txp-details.html
msgid "Broadcast Payment"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Broadcasting Payment"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Broadcasting transaction"
msgstr ""
#: public/views/unsupported.html
msgid "Browser unsupported"
msgstr ""
#: public/views/includes/password.html
msgid "CANCEL"
msgstr ""
#: public/views/copayers.html
#: public/views/walletHome.html
#: public/views/modals/confirmation.html
#: src/js/services/confirmDialog.js
#: src/js/controllers/copayers.js
#: src/js/controllers/preferencesDelete.js
#: src/js/controllers/walletHome.js
msgid "Cancel"
msgstr ""
#: src/js/services/profileService.js
msgid "Cannot join the same wallet more that once"
msgstr ""
#: public/views/modals/paypro.html
msgid "Certified by"
msgstr ""
#: public/views/preferencesAlias.html
msgid "Changing wallet alias only affects the local wallet name."
msgstr ""
#: public/views/import.html
msgid "Choose a backup file from your computer"
msgstr ""
#: public/views/modals/wallets.html
msgid "Choose a wallet to send funds"
msgstr ""
#: public/views/includes/topbar.html
#: public/views/modals/advancedSend.html
#: public/views/modals/copayers.html
#: public/views/modals/customized-amount.html
#: public/views/modals/paypro.html
#: public/views/modals/scanner.html
#: public/views/modals/wallets.html
msgid "Close"
msgstr ""
#: public/views/preferences.html
msgid "Color"
msgstr ""
#: public/views/preferencesAbout.html
msgid "Commit hash"
msgstr ""
#: src/js/services/confirmDialog.js
#: src/js/controllers/copayers.js
#: src/js/controllers/preferencesDelete.js
#: src/js/controllers/walletHome.js
msgid "Confirm"
msgstr ""
#: public/views/modals/tx-details.html
msgid "Confirmations"
msgstr ""
#: public/views/create.html
#: public/views/import.html
#: public/views/join.html
msgid "Connecting to Ledger Wallet..."
msgstr ""
#: src/js/services/bwsError.js
msgid "Copayer already in this wallet"
msgstr ""
#: src/js/services/bwsError.js
msgid "Copayer already voted on this spend proposal"
msgstr ""
#: src/js/services/bwsError.js
msgid "Copayer data mismatch"
msgstr ""
#: public/views/modals/copayers.html
msgid "Copayers"
msgstr ""
#: src/js/controllers/copayers.js
#: src/js/controllers/export.js
#: src/js/controllers/walletHome.js
msgid "Copied to clipboard"
msgstr ""
#: public/views/export.html
msgid "Copy backup to a safe place"
msgstr ""
#: public/views/export.html
msgid "Copy this text as it is to a safe place (notepad or email)"
msgstr ""
#: public/views/export.html
msgid "Copy to clipboard"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not accept payment"
msgstr ""
#: src/js/controllers/index.js
msgid "Could not access Wallet Service: Not found"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not broadcast payment"
msgstr ""
#: src/js/services/addressService.js
msgid "Could not create address"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not create payment proposal"
msgstr ""
#: src/js/services/profileService.js
msgid "Could not create using the specified extended private key"
msgstr ""
#: src/js/services/profileService.js
msgid "Could not create using the specified extended public key"
msgstr ""
#: src/js/services/profileService.js
msgid "Could not create: Invalid wallet seed"
msgstr ""
#: src/js/controllers/import.js
msgid "Could not decrypt file, check your password"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not delete payment proposal"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not fetch payment information"
msgstr ""
#: public/views/walletHome.html
msgid "Could not fetch transaction history"
msgstr ""
#: src/js/services/profileService.js
msgid "Could not import"
msgstr ""
#: src/js/services/profileService.js
msgid "Could not import. Check input file and password"
msgstr ""
#: src/js/services/profileService.js
msgid "Could not join wallet"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not recognize a valid Bitcoin QR Code"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not reject payment"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not send payment"
msgstr ""
#: src/js/controllers/index.js
msgid "Could not update Wallet"
msgstr ""
#: public/views/walletHome.html
msgid "Create"
msgstr ""
#: public/views/add.html
#: public/views/create.html
msgid "Create new wallet"
msgstr ""
#: public/views/create.html
msgid "Create {{requiredCopayers}}-of-{{totalCopayers}} wallet"
msgstr ""
#: public/views/includes/sidebar.html
msgid "Create, join or import"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Created by"
msgstr ""
#: public/views/splash.html
msgid "Creating Profile..."
msgstr ""
#: public/views/create.html
msgid "Creating Wallet..."
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Creating transaction"
msgstr ""
#: public/views/preferencesFee.html
#: public/views/modals/advancedSend.html
msgid "Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB"
msgstr ""
#: public/views/backup.html
msgid "DELETE WORDS"
msgstr ""
#: public/views/modals/tx-details.html
msgid "Date"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Delete Payment Proposal"
msgstr ""
#: public/views/preferencesAdvanced.html
msgid "Delete Wallet"
msgstr ""
#: public/views/copayers.html
msgid "Delete it and create a new one"
msgstr ""
#: public/views/preferencesDeleteWallet.html
msgid "Delete wallet"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Deleting payment"
msgstr ""
#: public/views/preferencesInformation.html
msgid "Derivation Strategy"
msgstr ""
#: public/views/modals/customized-amount.html
#: public/views/modals/paypro.html
#: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
msgid "Details"
msgstr ""
#: public/views/preferences.html
msgid "Disabled"
msgstr ""
#: public/views/export.html
msgid "Do not include private key"
msgstr ""
#: public/views/translators.html
msgid "Don't see your language on Crowdin? Contact the Owner on Crowdin! We'd love to support your language."
msgstr ""
#: public/views/walletHome.html
msgid "Download CSV file"
msgstr ""
#: public/views/export.html
msgid "Download backup"
msgstr ""
#: src/js/services/feeService.js
msgid "Economy"
msgstr ""
#: public/views/importLegacy.html
msgid "Email"
msgstr ""
#: public/views/preferences.html
msgid "Email Notifications"
msgstr ""
#: public/views/preferencesEmail.html
msgid "Email for wallet notifications"
msgstr ""
#: src/js/controllers/export.js
msgid "Encrypted export file saved"
msgstr ""
#: public/views/create.html
#: public/views/join.html
msgid "Enter the seed words (BIP39)"
msgstr ""
#: public/views/includes/password.html
msgid "Enter your password"
msgstr ""
#: src/js/controllers/index.js
msgid "Error at Wallet Service"
msgstr ""
#: src/js/services/profileService.js
msgid "Error creating wallet"
msgstr ""
#: src/js/services/profileService.js
msgid "Error importing wallet:"
msgstr ""
#: public/views/modals/paypro.html
#: public/views/modals/txp-details.html
msgid "Expires"
msgstr ""
#: public/views/preferencesAdvanced.html
msgid "Export"
msgstr ""
#: public/views/preferencesInformation.html
msgid "Extended Public Keys"
msgstr ""
#: public/views/includes/walletInfo.html
msgid "External Private Key:"
msgstr ""
#: public/views/export.html
msgid "Failed to export"
msgstr ""
#: src/js/controllers/importLegacy.js
msgid "Failed to import wallets"
msgstr ""
#: public/views/create.html
msgid "Family vacation funds"
msgstr ""
#: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
msgid "Fee"
msgstr ""
#: public/views/modals/advancedSend.html
msgid "Fee Policy"
msgstr ""
#: public/views/walletHome.html
msgid "Fee policy for this transaction"
msgstr ""
#. Get information of payment if using Payment Protocol
#: src/js/controllers/walletHome.js
msgid "Fetching Payment Information"
msgstr ""
#: public/views/import.html
msgid "File/Text Backup"
msgstr ""
#: public/views/translators.html
msgid "French"
msgstr ""
#: src/js/services/bwsError.js
msgid "Funds are locked by pending spend proposals"
msgstr ""
#: src/js/services/notificationsService.js
msgid "Funds received"
msgstr ""
#: public/views/splash.html
msgid "GET STARTED"
msgstr ""
#: public/views/modals/customized-amount.html
msgid "Generate QR Code"
msgstr ""
#: public/views/walletHome.html
msgid "Generate new address"
msgstr ""
#: public/views/walletHome.html
msgid "Generating .csv file..."
msgstr ""
#: public/views/translators.html
msgid "German"
msgstr ""
#: public/views/modals/wallets.html
msgid "Getting address for wallet {{selectedWalletName}} ..."
msgstr ""
#: public/views/preferences.html
msgid "Global settings"
msgstr ""
#: public/views/disclaimer.html
msgid "Go back"
msgstr ""
#: public/views/translators.html
msgid "Greek"
msgstr ""
#: public/views/preferences.html
msgid "Hardware wallet"
msgstr ""
#: public/views/import.html
msgid "Have a Backup from Copay v0.9?"
msgstr ""
#: public/views/backup.html
msgid "Hide Wallet Seed"
msgstr ""
#: public/views/create.html
#: public/views/import.html
#: public/views/join.html
#: public/views/walletHome.html
msgid "Hide advanced options"
msgstr ""
#: src/js/controllers/index.js
msgid "History"
msgstr ""
#: src/js/controllers/index.js
msgid "Home"
msgstr ""
#: public/views/disclaimer.html
msgid "I affirm that I have read, understood, and agree with these terms."
msgstr ""
#: public/views/import.html
#: public/views/importLegacy.html
msgid "Import"
msgstr ""
#: public/views/import.html
#: public/views/splash.html
msgid "Import backup"
msgstr ""
#: public/views/importLegacy.html
msgid "Import from the Cloud?"
msgstr ""
#: public/views/import.html
msgid "Import here"
msgstr ""
#: public/views/add.html
msgid "Import wallet"
msgstr ""
#: public/views/import.html
msgid "Importing wallet..."
msgstr ""
#: public/views/importLegacy.html
msgid "Importing..."
msgstr ""
#: public/views/disclaimer.html
msgid "In no event shall the authors of the software, employees and affiliates of Bitpay, copyright holders, or BitPay, Inc. be held liable for any claim, damages or other liability, whether in an action of contract, tort, or otherwise, arising from, out of or in connection with the software."
msgstr ""
#: src/js/services/bwsError.js
msgid "Incorrect address network"
msgstr ""
#: src/js/services/bwsError.js
msgid "Insufficient funds"
msgstr ""
#: src/js/services/bwsError.js
msgid "Insufficient funds for fee"
msgstr ""
#: public/views/walletHome.html
msgid "Invalid"
msgstr ""
#: src/js/services/bwsError.js
msgid "Invalid address"
msgstr ""
#: src/js/controllers/copayers.js
msgid "Invitation to share a Copay Wallet"
msgstr ""
#: public/views/translators.html
msgid "Italian"
msgstr ""
#: public/views/translators.html
msgid "Japanese"
msgstr ""
#: public/views/create.html
#: public/views/join.html
msgid "John"
msgstr ""
#: public/views/join.html
msgid "Join"
msgstr ""
#: src/js/controllers/copayers.js
msgid "Join my Copay wallet. Here is the invitation code: {{secret}} You can download Copay for your phone or desktop at https://copay.io"
msgstr ""
#: public/views/add.html
msgid "Join shared wallet"
msgstr ""
#: public/views/join.html
msgid "Joining Wallet..."
msgstr ""
#: public/views/preferences.html
msgid "Language"
msgstr ""
#: public/views/preferencesInformation.html
msgid "Last Wallet Addresses"
msgstr ""
#: public/views/backup.html
msgid "Learn more about Copay backups"
msgstr ""
#: public/views/importLegacy.html
msgid "Learn more about Wallet Migration"
msgstr ""
#: public/views/import.html
msgid "Ledger"
msgstr ""
#: src/js/controllers/disclaimer.js
msgid "Loading..."
msgstr ""
#: src/js/services/bwsError.js
msgid "Locktime in effect. Please wait to create a new spend proposal"
msgstr ""
#: src/js/services/bwsError.js
msgid "Locktime in effect. Please wait to remove this spend proposal"
msgstr ""
#: public/views/paymentUri.html
msgid "Make a payment to"
msgstr ""
#: public/views/includes/copayers.html
#: public/views/modals/copayers.html
#: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
msgid "Me"
msgstr ""
#: public/views/modals/paypro.html
msgid "Memo"
msgstr ""
#: public/views/modals/tx-details.html
msgid "Merchant message"
msgstr ""
#: public/views/paymentUri.html
msgid "Message"
msgstr ""
#: public/views/walletHome.html
msgid "More"
msgstr ""
#: public/views/walletHome.html
msgid "Moved"
msgstr ""
#: public/views/walletHome.html
msgid "Multisignature wallet"
msgstr ""
#: public/views/walletHome.html
msgid "My Bitcoin address"
msgstr ""
#: public/views/paymentUri.html
msgid "Network"
msgstr ""
#: src/js/services/bwsError.js
msgid "Network connection error"
msgstr ""
#: src/js/services/notificationsService.js
msgid "New Payment Proposal"
msgstr ""
#: public/views/includes/walletInfo.html
msgid "No Private key"
msgstr ""
#: public/views/walletHome.html
msgid "No transactions yet"
msgstr ""
#: src/js/services/feeService.js
msgid "Normal"
msgstr ""
#: src/js/services/bwsError.js
msgid "Not authorized"
msgstr ""
#: public/views/walletHome.html
#: public/views/modals/customized-amount.html
msgid "Not valid"
msgstr ""
#: public/views/walletHome.html
#: public/views/includes/output.html
#: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
msgid "Note"
msgstr ""
#: public/views/disclaimer.html
msgid "Official English Disclaimer"
msgstr ""
#: public/views/backup.html
msgid "Once you have copy your wallet seed, it is recommended to delete it from this device."
msgstr ""
#: public/views/preferencesInformation.html
msgid "Only Main (not change) addresses are shown. The addresses on this list were not verified locally at this time."
msgstr ""
#: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html
msgid "Participants"
msgstr ""
#: public/views/import.html
msgid "Passphrase"
msgstr ""
#: public/views/import.html
#: public/views/importLegacy.html
msgid "Password"
msgstr ""
#: src/js/services/profileService.js
msgid "Password needed"
msgstr ""
#: src/js/controllers/password.js
msgid "Passwords do not match"
msgstr ""
#: public/views/join.html
msgid "Paste invitation here"
msgstr ""
#: public/views/import.html
msgid "Paste the backup plain text code"
msgstr ""
#: public/views/modals/paypro.html
msgid "Pay To"
msgstr ""
#: public/views/modals/tx-status.html
msgid "Payment Accepted"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment Proposal"
msgstr ""
#: public/views/modals/tx-status.html
msgid "Payment Proposal Created"
msgstr ""
#: src/js/services/notificationsService.js
msgid "Payment Proposal Rejected"
msgstr ""
#: src/js/services/notificationsService.js
msgid "Payment Proposal Rejected by Copayer"
msgstr ""
#: src/js/services/notificationsService.js
msgid "Payment Proposal Signed by Copayer"
msgstr ""
#: public/views/walletHome.html
msgid "Payment Proposals"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Payment Protocol Invalid"
msgstr ""
#: src/js/controllers/walletHome.js
msgid "Payment Protocol not supported on Chrome App"
msgstr ""
#: public/views/modals/tx-status.html
msgid "Payment Rejected"
msgstr ""
#: public/views/modals/tx-status.html
#: src/js/services/notificationsService.js
msgid "Payment Sent"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment accepted, but not yet broadcasted"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment accepted. It will be broadcasted by Glidera. In case there is a problem, it can be deleted 6 hours after it was created."
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment details"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment rejected"
msgstr ""
#: public/views/modals/paypro.html
msgid "Payment request"
msgstr ""
#: public/views/modals/txp-details.html
msgid "Payment sent"
msgstr ""
#: public/views/walletHome.html
msgid "Payment to"
msgstr ""
#: public/views/walletHome.html
msgid "Pending Confirmation"
msgstr ""
#: public/views/preferencesDeleteWallet.html
msgid "Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED"
msgstr ""
#: public/views/create.html
#: src/js/services/profileService.js
msgid "Personal Wallet"
msgstr ""
#: src/js/controllers/create.js
#: src/js/controllers/join.js
msgid "Please enter the required fields"
msgstr ""
#: src/js/controllers/import.js
msgid "Please enter the seed words"
msgstr ""
#: src/js/controllers/create.js
#: src/js/controllers/join.js
msgid "Please enter the wallet seed"
msgstr ""
#: src/js/services/bwsError.js
msgid "Please upgrade Copay to perform this action"
msgstr ""