-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
django.pot
2394 lines (2085 loc) · 74.6 KB
/
django.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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-02 13:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: pages/functions.html:9
msgid "Limitless possibilities."
msgstr ""
#: pages/functions.html:11
msgid "Get the most out of your TREZOR."
msgstr ""
#: pages/functions.html:22
msgid "Wallet for Bitcoin and others"
msgstr ""
#: pages/functions.html:25
msgid ""
"\n"
" <p>The most trusted and secure way to store your "
"bitcoins. Protect a variety of alternative\n"
" digital currencies. Litecoin,\n"
" DASH and Zcash with a single device.</p>\n"
" "
msgstr ""
#: pages/functions.html:31 pages/index.html:189
msgid "Go to Suite"
msgstr ""
#: pages/functions.html:36
msgid "Ethereum integration"
msgstr ""
#: pages/functions.html:38
msgid ""
"\n"
" <p>\n"
" Saved under the same seed, secured by the same "
"technology. Use Ethereum conveniently in\n"
" cooperation with our partners at MyEtherWallet\n"
" </p>\n"
" "
msgstr ""
#: pages/functions.html:45
msgid "Go to MEW"
msgstr ""
#: pages/functions.html:51 pages/functions.html:59 pages/index.html:110
#: pages/passwords.html:15
msgid "Password Manager"
msgstr ""
#: pages/functions.html:53
msgid ""
"\n"
" <p>Try out the next-generation password management "
"app. Encrypt passwords separately and sync\n"
" them to your private cloud, hassle-free, with "
"TREZOR.</p>\n"
" "
msgstr ""
#: pages/functions.html:64
msgid "Secure Admin SSH Access"
msgstr ""
#: pages/functions.html:67
msgid ""
"\n"
" <p>Protect access to your servers, data or websites "
"administration. SSH login with\n"
" single or multiple sessions.</p>\n"
" "
msgstr ""
#: pages/functions.html:73
msgid "SSH Agent on GitHub"
msgstr ""
#: pages/functions.html:78 pages/index.html:95
msgid "2-Factor Authentication"
msgstr ""
#: pages/functions.html:80
msgid ""
"\n"
" <p>Safeguard your online accounts and identities. "
"Enable the industry standard FIDO/U2F and use\n"
" TREZOR as your security token.</p>\n"
" "
msgstr ""
#: pages/functions.html:86
msgid "More about U2F"
msgstr ""
#: pages/functions.html:92
msgid "Sign & Encrypt with GPG"
msgstr ""
#: pages/functions.html:95
msgid ""
"\n"
" <p>TREZOR encrypts every document or\n"
" email you create with GPG.</p>\n"
" "
msgstr ""
#: pages/functions.html:101
msgid "GPG via SSH Agent"
msgstr ""
#: pages/functions.html:108
msgid "Password-less Login"
msgstr ""
#: pages/functions.html:110
msgid ""
"\n"
" <p>Securely sign up and login with a click of a "
"button, using TREZOR Connect.</p>\n"
" "
msgstr ""
#: pages/functions.html:115
msgid "TREZOR Connect on GitHub"
msgstr ""
#: pages/functions.html:122
msgid "Sign & Verify Messages"
msgstr ""
#: pages/functions.html:125
msgid ""
"\n"
" <p>Easily prove your ownership of messages and "
"documents, or verify others.</p>\n"
" "
msgstr ""
#: pages/functions.html:130
msgid "More about Messages"
msgstr ""
#: pages/functions.html:136
msgid "Explore Integrations"
msgstr ""
#: pages/functions.html:139
msgid ""
"\n"
" <p>Connect your TREZOR to third party wallets and "
"services.</p>\n"
" "
msgstr ""
#: pages/functions.html:144
msgid "TREZOR Apps"
msgstr ""
#: pages/functions.html:154 pages/index.html:567
msgid "Developers, come along!"
msgstr ""
#: pages/functions.html:163 pages/index.html:576
msgid "GitHub Repos"
msgstr ""
#: pages/functions.html:165 pages/index.html:578
msgid "Dev Community Chat"
msgstr ""
#: pages/functions.html:167 pages/index.html:580
msgid "Learn from TREZOR Developer's Guide"
msgstr ""
#: pages/functions.html:171 pages/index.html:584
msgid "Learn. Collaborate. Innovate."
msgstr ""
#: pages/functions.html:172
msgid ""
"\n"
" <p>Join us and work on top-notch global projects related to "
"Bitcoin and security. Become a part of\n"
" our team\n"
" resposible for several influential projects that marked "
"milestones in the Bitcoin world. We love\n"
" to work\n"
" with talented and enthusiastic developers, marketers or "
"designers.</p>\n"
" "
msgstr ""
#: pages/index.html:9
msgid "Bitcoin wallet."
msgstr ""
#: pages/index.html:13
msgid "bitcoins."
msgstr ""
#: pages/index.html:14
msgid "passwords."
msgstr ""
#: pages/index.html:15
msgid "accounts."
msgstr ""
#: pages/index.html:16
msgid "emails."
msgstr ""
#: pages/index.html:24 pages/index.html:59
msgid "Buy for €89"
msgstr ""
#: pages/index.html:26
msgid "Supported platforms:"
msgstr ""
#: pages/index.html:38
msgid "New TREZOR owner?"
msgstr ""
#: pages/index.html:39
msgid "Start now"
msgstr ""
#: pages/index.html:53
msgid "Usage"
msgstr ""
#: pages/index.html:54
msgid "Features"
msgstr ""
#: pages/index.html:55
msgid "Specs"
msgstr ""
#: pages/index.html:56
msgid "Developers"
msgstr ""
#: pages/index.html:57
msgid "Team"
msgstr ""
#: pages/index.html:74
msgid "Cryptocurrency wallet"
msgstr ""
#: pages/index.html:83
msgid "ERC-20 tokens"
msgstr ""
#: pages/index.html:116
msgid "Explore more functions"
msgstr ""
#: pages/index.html:125
msgid "Easy & Secure."
msgstr ""
#: pages/index.html:126
msgid "Bitcoin wallet of my choice."
msgstr ""
#: pages/index.html:133
msgid "Quick setup."
msgstr ""
#: pages/index.html:134
msgid ""
"\n"
" <p>Get your TREZOR ready within minutes in a "
"completely private, registration-free\n"
" process.</p>\n"
" "
msgstr ""
#: pages/index.html:139
msgid "More about setup"
msgstr ""
#: pages/index.html:146
msgid "Use with ease."
msgstr ""
#: pages/index.html:147
msgid ""
"\n"
" <p>Using TREZOR is easy. Just follow the "
"instructions on the display and click the button\n"
" to confirm important actions.</p>\n"
" "
msgstr ""
#: pages/index.html:157 pages/passwords.html:84
msgid "Lost? Restore."
msgstr ""
#: pages/index.html:158
msgid ""
"\n"
" <p>No worries, use your secret words to quickly "
"regain access to all your\n"
" keys, money, history, accounts and emails.</"
"p>\n"
" "
msgstr ""
#: pages/index.html:163
msgid "Help with recovery"
msgstr ""
#: pages/index.html:182
msgid "TREZOR as a Bitcoin wallet."
msgstr ""
#: pages/index.html:183
msgid ""
"\n"
" <p>The most trusted and secure way to store your "
"bitcoins. Isolate your private keys into the\n"
" safety of TREZOR and enjoy Bitcoin without risk. "
"The best protection at no cost to your\n"
" convenience.</p>\n"
" "
msgstr ""
#: pages/index.html:199
msgid "Trusted by Bitcoin businesses."
msgstr ""
#: pages/index.html:280
msgid "Litecoin"
msgstr ""
#: pages/index.html:287
msgid "Ethereum"
msgstr ""
#: pages/index.html:295
msgid "Dash"
msgstr ""
#: pages/index.html:302
msgid "Ethereum Classic"
msgstr ""
#: pages/index.html:309
msgid "ZCash"
msgstr ""
#: pages/index.html:315
msgid ""
"\n"
" <h3 class=\"card-title\">Supporting more coins.<br/"
">Everyday.</h3>\n"
" "
msgstr ""
#: pages/index.html:335
msgid "Leading security by design."
msgstr ""
#: pages/index.html:336
msgid ""
"\n"
" <p>Advanced cryptography, reliable hardware, simple "
"interface. All in perfect cooperation.</p>\n"
" "
msgstr ""
#: pages/index.html:350
msgid "Small and Sturdy"
msgstr ""
#: pages/index.html:351
msgid ""
"Fits into your palm.<br/> Tamper-proof, water-resistant and extremely\n"
" durable."
msgstr ""
#: pages/index.html:355
msgid "Minimalistic"
msgstr ""
#: pages/index.html:356
msgid "We removed everything that could be easily hacked."
msgstr ""
#: pages/index.html:359
msgid "Trust your own eyes"
msgstr ""
#: pages/index.html:360
msgid ""
"Check important transaction details before you confirm. <br/>This display\n"
" will\n"
" always tell you the truth.\n"
" "
msgstr ""
#: pages/index.html:366
msgid "Trust your own hands"
msgstr ""
#: pages/index.html:367
msgid ""
"Everything important needs your direct physical approval.\n"
" "
msgstr ""
#: pages/index.html:371
msgid "Powerful Cryptography"
msgstr ""
#: pages/index.html:373
msgid ""
"TREZOR uses and creates the most advanced standards in cryptography and\n"
" Bitcoin.\n"
" "
msgstr ""
#: pages/index.html:390
msgid "Endorsed by experts."
msgstr ""
#: pages/index.html:391
msgid "Loved by thousands of users all over the World."
msgstr ""
#: pages/index.html:398
msgid "CEO and Cofounder, 21"
msgstr ""
#: pages/index.html:400
msgid ""
"\n"
" TREZOR is a pioneering hardware wallet, and a "
"great way to store your digital currency\n"
" locally.\n"
" "
msgstr ""
#: pages/index.html:409
msgid " CEO Third Key Solutions LLC"
msgstr ""
#: pages/index.html:411
msgid ""
"\n"
" With TREZOR you don't need to be a security "
"expert to have expert level security.\n"
" "
msgstr ""
#: pages/index.html:419
msgid "Economist"
msgstr ""
#: pages/index.html:421
msgid ""
"\n"
" Hardware wallets have become the standard for "
"secure, long-term bitcoin storage.\n"
" Trezor is the gold standard for hardware "
"wallets.\n"
" "
msgstr ""
#: pages/index.html:435
msgid "Just a few media mentions..."
msgstr ""
#: pages/index.html:495
msgid "Technical specification."
msgstr ""
#: pages/index.html:496
msgid ""
"\n"
" <p>We trimmed away everything that could be hacked and "
"focused on powerful hardware features and\n"
" software\n"
" logic.</p>\n"
" "
msgstr ""
#: pages/index.html:585
msgid ""
"\n"
" <p>Join us and work on top-notch global projects related "
"to Bitcoin and security. Become a part of\n"
" our team\n"
" resposible for several influential projects that "
"marked milestones in the Bitcoin world. We love\n"
" to work\n"
" with talented and enthusiastic developers, marketers "
"or designers.</p>\n"
" "
msgstr ""
#: pages/index.html:601
msgid ""
"\n"
" <p class=\"text-sm-center text-xs-center text-lg-"
"right\">We are ambitious pioneers of technology,\n"
" who strive to bring cryptography to the masses!\n"
" Innovation is our engine; never-ending research "
"and development keeps us at the top. Our aim\n"
" is to understand and deliver secure yet easy-to-"
"use solutions to real problems. We create\n"
" and foster our open-source cryptography "
"environment, the “TREZOR ecosystem,” for which we\n"
" continuously develop flagship applications.</p>\n"
" "
msgstr ""
#: pages/index.html:613
msgid "Convinced by our values."
msgstr ""
#: pages/index.html:622
msgid "Meet our team."
msgstr ""
#: pages/index.html:623
msgid ""
"\n"
" <p>Our team features some of the most recognized "
"Bitcoin and security experts, a dedicated\n"
" support\n"
" team,\n"
" as well as the most qualified Jack Russell in "
"the world.</p>\n"
" "
msgstr ""
#: pages/index.html:640
msgid "Door Supervisor"
msgstr ""
#: pages/index.html:650
msgid "Architect"
msgstr ""
#: pages/index.html:660
msgid "Alchemist"
msgstr ""
#: pages/index.html:670
msgid "Catalyst"
msgstr ""
#: pages/index.html:680
msgid "Hacker"
msgstr ""
#: pages/index.html:690
msgid "Operations"
msgstr ""
#: pages/index.html:700
msgid "Office"
msgstr ""
#: pages/index.html:710 pages/index.html:731
msgid "Developer"
msgstr ""
#: pages/index.html:721
msgid "Cypherfunker"
msgstr ""
#: pages/index.html:742 pages/index.html:752 templates/footer.html:35
#: templates/global_nav.html:35
msgid "Support"
msgstr ""
#: pages/index.html:762
msgid "Marketing"
msgstr ""
#: pages/passwords.html:16
msgid "Say goodbye to your master password."
msgstr ""
#: pages/passwords.html:23
msgid "Download for Chrome"
msgstr ""
#: pages/passwords.html:26
msgid "Don't have a TREZOR?"
msgstr ""
#: pages/passwords.html:28
msgid "Get one"
msgstr ""
#: pages/passwords.html:38
msgid "Public Beta Announcement"
msgstr ""
#: pages/passwords.html:46
msgid "Expert-level encryption in your hands."
msgstr ""
#: pages/passwords.html:48
msgid ""
"\n"
" TREZOR Password Manager benefits from the proven "
"security design of the most trusted bitcoin\n"
" hardware wallet.\n"
" "
msgstr ""
#: pages/passwords.html:59
msgid "Secure access to passwords."
msgstr ""
#: pages/passwords.html:61
msgid ""
"\n"
" Forget about master passwords. A simple click on "
"your TREZOR button is a much more secure way to\n"
" unlock your password manager.\n"
" "
msgstr ""
#: pages/passwords.html:72
msgid "Original TREZOR security."
msgstr ""
#: pages/passwords.html:74
msgid ""
"\n"
" The open-source TREZOR code has been reviewed by "
"renowned security experts across the globe.\n"
" "
msgstr ""
#: pages/passwords.html:86
msgid ""
"\n"
" Use your recovery seed of 24 words\n"
" to regain access to you passwords, encrypted on "
"Dropbox or Google\n"
" Drive.\n"
" "
msgstr ""
#: pages/passwords.html:102
msgid "Send us feedback"
msgstr ""
#: pages/passwords.html:105
msgid ""
"\n"
" The TREZOR Password Manager has been released for "
"public beta testing and we welcome your\n"
" feedback and bug reports.\n"
" "
msgstr ""
#: pages/passwords.html:120
msgid "Frequently Asked Questions"
msgstr ""
#: pages/passwords.html:131
msgid ""
"\n"
" Traditional password managers share one weak "
"point - the master password. Once someone knows\n"
" your Master Password, they can get all of your "
"passwords.\n"
" TREZOR Password Manager doesn't require a master "
"password. Instead, your TREZOR is the\n"
" master key to your passwords.\n"
" "
msgstr ""
#: pages/passwords.html:139
msgid ""
"\n"
" Reports of master password breaches in <a\n"
" href=\"http://thehackernews.com/2014/07/"
"critical-vulnerability-and-privacy.html\">RoboForm</a>\n"
" and <a\n"
" href=\"https://www.wired.com/2015/06/hack-"
"brief-password-manager-lastpass-got-breached-hard/\">LastPass</a>.\n"
" "
msgstr ""
#: pages/passwords.html:150
msgid "Why use TREZOR?"
msgstr ""
#: pages/passwords.html:154
msgid ""
"\n"
" TREZOR is the most secure and most ubiquitous "
"hardware wallet in the world. It uses\n"
" cutting-edge cryptography to protect digital "
"money and\n"
" any valuable online assets such as passwords.\n"
" "
msgstr ""
#: pages/passwords.html:161
msgid ""
"\n"
" Since its launch in 2014, TREZOR has been "
"embraced by users in almost 100 countries and\n"
" continues to receive excellent reviews from "
"renowned security experts.\n"
" "
msgstr ""
#: pages/passwords.html:170
msgid "How does TREZOR encrypt password entries?"
msgstr ""
#: pages/passwords.html:174
msgid ""
"\n"
" TREZOR encrypts each password entry separately "
"with a\n"
" unique key.\n"
" "
msgstr ""
#: pages/passwords.html:180
msgid ""
"\n"
" The signature is derived from a unique private "
"key on the TREZOR. All private keys are\n"
" generated in its secure offline environment and "
"never leave the device, making TREZOR\n"
" impenetrable by hackers or malware.\n"
" "
msgstr ""
#: pages/passwords.html:190
msgid "How can I import / export my passwords?"
msgstr ""
#: pages/passwords.html:194
msgid ""
"\n"
" While we are in the testing phase, you can't. We "
"will add these features once all basic\n"
" functionalities are well tested and stable "
"across most platforms.\n"
" "
msgstr ""
#: pages/start.html:8
msgid "Thank you!"
msgstr ""
#: pages/start.html:10
msgid ""
"\n"
" Finally in your hands! Now, it's time for 3 simple steps "
"before you setup your device.\n"
" "
msgstr ""
#: pages/start.html:22
msgid "Learn how PIN works."
msgstr ""
#: pages/start.html:28
msgid ""
"\n"
" <strong>PIN</strong> protects your TREZOR "
"from unauthorized access. Use at\n"
" least 4 different numbers. Try to avoid "
"simple PINs as '1234'.\n"
" "
msgstr ""
#: pages/start.html:35
msgid ""
"\n"
" During the TREZOR setup, you will enter your "
"new\n"
" PIN twice. Notice that the numbers shown on "
"TREZOR change between the entries.\n"
" "
msgstr ""
#: pages/start.html:43
msgid "Learn more about PIN"
msgstr ""
#: pages/start.html:65
msgid "Understand the recovery seed."
msgstr ""
#: pages/start.html:71
msgid ""
"\n"
" <strong>Recovery Seed</strong> is the 24-"
"word long recovery phrase, with which you\n"
" can\n"
" restore your\n"
" wallet, in case of theft or loss. It is "
"absolutely crucial to write down the seed!\n"
" The\n"
" recovery seed will be generated for you "
"during the setup of your TREZOR.\n"
" "
msgstr ""
#: pages/start.html:82
msgid ""
"\n"
" Never make a digital copy of your "
"recovery seed and never upload it\n"
" online. Keep your\n"
" recovery seed in a safe place. TREZOR "
"cannot be held liable for financial losses\n"
" incurred through the client’s improper "
"care of sensitive information.\n"
" "
msgstr ""
#: pages/start.html:93
msgid "Learn more about Recovery"
msgstr ""
#: pages/start.html:110
msgid "Stay updated about important news."
msgstr ""
#: pages/start.html:116
msgid ""
"\n"
" In order to stay fully informed about "
"security and feature updates from our\n"
" experts,\n"
" please subscribe to our TREZOR newsletter.\n"
" "
msgstr ""
#: pages/start.html:136
msgid "No, skip it"
msgstr ""
#: pages/start.html:148
msgid "Please take some time to familiarize yourself with our policies first."
msgstr ""
#: pages/start.html:153
msgid "Warranty information"
msgstr ""
#: pages/start.html:157
msgid "Done, let's go!"
msgstr ""
#: pages/start.html:161
msgid "You will be redirected to TREZOR Wallet to setup your device."
msgstr ""
#: pages/support.html:8
msgid "Support Center."
msgstr ""
#: pages/support.html:10
msgid "How can we help you?"
msgstr ""
#: pages/troubleshooter.html:6
msgid "Troubleshooter"
msgstr ""
#: pages/troubleshooter.html:18
msgid "Loading..."
msgstr ""
#: pages/troubleshooter.html:29
msgid "Hello, do you need help with your TREZOR?"
msgstr ""
#: pages/troubleshooter.html:42
msgid "Technical Issues"
msgstr ""
#: pages/troubleshooter.html:67
msgid "Orders & Shipping"
msgstr ""
#: pages/troubleshooter.html:69
msgid ""
"\n"
" <p>Order - Did you order a TREZOR and haven't received "
"it yet?</p>\n"
" "
msgstr ""
#: pages/troubleshooter.html:88
msgid ""
"\n"
" <h4 class=\"header\">Wallet doesn't detect the device.</h4>\n"
" "
msgstr ""
#: pages/troubleshooter.html:92
msgid ""
"\n"
" <p>Many different factors could cause this problem. "
"Let's troubleshoot this issue further. Could you share\n"
" more information with us?</p>\n"
" "
msgstr ""
#: pages/troubleshooter.html:105
msgid "Wallet keeps asking me to download the bridge."
msgstr ""
#: pages/troubleshooter.html:107
msgid ""
"\n"
" <p>This usually means that a transport method is missing "
"or that it was not installed correctly. You can use either TREZOR Bridge or "
"<a href=\"https://chrome.google.com/webstore/detail/trezor-chrome-extension/"
"jcjjhjgimijdkoamemaghajlhegmoclj?hl=en\">TREZOR Chrome extension</a>.</p> \n"
" <p>However, it could also mean that something in your "
"browser or your computer configuration may be blocking the connection with "
"your TREZOR. The most common culprits are content blockers, such as AdBlock "
"or script blockers.</p>\n"
" "
msgstr ""
#: pages/troubleshooter.html:119
msgid ""
"\n"
" <h4 class=\"header\">TREZOR won't power up.</h4>\n"
" "
msgstr ""
#: pages/troubleshooter.html:123
msgid ""
"\n"
" <p><em>After plugging in the device, its screen won't "
"power up at all. </em></p>\n"
" <p>Please, try using a different micro USB cable.</p>\n"
" "
msgstr ""
#: pages/troubleshooter.html:135
msgid ""
"\n"
" <h4 class=\"header\">Still didn't receive my TREZOR.</h4>\n"
" "
msgstr ""
#: pages/troubleshooter.html:139
msgid ""
"\n"
" <p>We are sorry for the delays. However, the delivery "
"date depends on many factors.</p>\n"
" <p><strong>Where can I follow my order (get a tracking "
"number)?</strong></p>\n"
" <p>By logging into <a href=\"https://shop.trezor.io/user/"
"login/\">TREZOR\n"
" Shop account</a> and clicking order creation date in My Orders page, you "
"can see the details of your order. Your\n"
" user login has been created when you first purchased your TREZOR. If you "
"do not have your password, please reset it with the <a href=\"https://shop."
"trezor.io/user/password-reset/\">Password recovery</a> form.</p>\n"
" <p><strong>DHL shipping</strong></p>\n"
" <p>DHL shipping is the default shipping option, and it "
"is fully traceable. Once the package leaves our fulfillment center, the "
"delivery usually takes between 2-5 business days. You can track the parcel "
"via <a\n"