This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
django.pot
executable file
·6060 lines (5494 loc) · 185 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: 2015-10-28 12:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. #-#-#-#-# django.pot (PACKAGE VERSION) #-#-#-#-#
#. Translators:
#. Page path: /1-1/
#. Translators:
#. Page path: /1-3T/
#. Translators:
#. Page path: /1-4/
#. Translators:
#. Page path: /2-0/
#. Translators:
#. Page path: /1-3/
#. Translators:
#. Page path: /2-1/
#: db-strings.txt:6 db-strings.txt.py:2346 db-strings.txt.py:4686
#: db-strings.txt:7035 db-strings.txt.py:9249 db-strings.txt.py:11373
#: masterfirefoxos/base/templates/base.html:14
#: masterfirefoxos/base/templates/base.html:45
#: masterfirefoxos/base/templates/home.html:17
msgid "Master Firefox OS"
msgstr ""
#. Translators:
#. Page path: /1-1/
#. Translators:
#. Page path: /1-3T/
#. Translators:
#. Page path: /1-4/
#. Translators:
#. Page path: /2-0/
#. Translators:
#. Page path: /1-3/
#. Translators:
#. Page path: /2-1/
#: db-strings.txt:15 db-strings.txt.py:2355 db-strings.txt.py:4695
#: db-strings.txt:7044 db-strings.txt.py:9258 db-strings.txt.py:11382
msgid "Welcome!"
msgstr ""
#. Translators:
#. Page path: /1-1/
#. Translators:
#. Page path: /1-3T/
#. Translators:
#. Page path: /1-4/
#. Translators:
#. Page path: /2-0/
#. Translators:
#. Page path: /1-3/
#. Translators:
#. Page path: /2-1/
#: db-strings.txt:24 db-strings.txt.py:2364 db-strings.txt.py:4704
#: db-strings.txt:7053 db-strings.txt.py:9267 db-strings.txt.py:11391
msgid ""
"This global partner and community training hub has everything you need to "
"effectively communicate the basics of Firefox OS. Select any topic to get "
"started."
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#. Translators:
#. Page path: /1-3T/introduction/
#. Translators:
#. Page path: /1-4/introduction/
#. Translators:
#. Page path: /2-0/introduction/
#. Translators:
#. Page path: /1-3/introduction/
#. Translators:
#. Page path: /2-1/introduction/
#: db-strings.txt:33 db-strings.txt.py:2373 db-strings.txt.py:4713
#: db-strings.txt:7062 db-strings.txt.py:9276 db-strings.txt.py:11400
msgid "Introduction"
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#. Translators:
#. Page path: /1-3T/introduction/
#. Translators:
#. Page path: /1-4/introduction/
#. Translators:
#. Page path: /2-0/introduction/
#. Translators:
#. Page path: /1-3/introduction/
#. Translators:
#. Page path: /2-1/introduction/
#: db-strings.txt:42 db-strings.txt.py:2382 db-strings.txt.py:4722
#: db-strings.txt:7071 db-strings.txt.py:9285 db-strings.txt.py:11409
msgid ""
"Find out what makes Firefox OS perfect for new smartphone users by giving "
"them just what they need."
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#. Translators:
#. Page path: /1-3T/introduction/
#. Translators:
#. Page path: /1-4/introduction/
#: db-strings.txt:51 db-strings.txt.py:2391 db-strings.txt.py:4731
msgid "The Adaptive Phone"
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#. Translators:
#. Page path: /1-3T/introduction/
#: db-strings.txt:60 db-strings.txt.py:2400
msgid ""
"Firefox OS adapts to the needs of customers better than any other phone by "
"anticipating their needs and instantly delivering the information they want. "
"With Adaptive App Search your customers will get more of what they’re "
"looking for, exactly when they need it."
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#. Translators:
#. Page path: /1-3T/introduction/
#: db-strings.txt:69 db-strings.txt.py:2409
msgid "Have It All"
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#: db-strings.txt:78
msgid ""
"Firefox OS is packed with all the features that made your customers want a "
"smartphone in the first place: apps, maps, camera, gallery, social features, "
"music and more. With all the features and no compromises, Firefox OS phones "
"fit your customers' lives more perfectly, so they can fit in with the world "
"around them."
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#. Translators:
#. Page path: /1-3T/introduction/
#. Translators:
#. Page path: /1-4/introduction/
#: db-strings.txt:87 db-strings.txt.py:2427 db-strings.txt.py:4767
msgid "Keep the Web in Your Hands"
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#: db-strings.txt:96
msgid ""
"At Mozilla, we’re out to make a difference, not a profit. Firefox OS "
"smartphones are backed by a global community of thousands of developers "
"working to innovate on your customers' behalf and made locally with their "
"interests and needs in mind. When customers' choose Firefox OS, they’re "
"helping build a brighter future for the Web for all."
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#. Translators:
#. Page path: /1-3T/introduction/
#. Translators:
#. Page path: /1-4/introduction/
#: db-strings.txt:105 db-strings.txt.py:2445 db-strings.txt.py:4785
msgid "A phone that makes every moment count"
msgstr ""
#. Translators:
#. Page path: /1-1/introduction/
#: db-strings.txt:114
msgid ""
"Your customers' needs are always changing. Firefox OS smartphones adapt to "
"your customers' needs so they can live every moment to its fullest. Easy to "
"use, they’re perfect for new smartphone users and full of all the features "
"that customers expect. Powered by Mozilla, Firefox OS devices are the right "
"choice for anyone committed to ensuring that the Web remains a public "
"resource available to all."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-3T/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#. Translators:
#. Page path: /2-0/demo-tips/
#. Translators:
#. Page path: /1-3/demo-tips/
#. Translators:
#. Page path: /2-1/demo-tips/
#: db-strings.txt:123 db-strings.txt.py:2463 db-strings.txt.py:4803
#: db-strings.txt:7152 db-strings.txt.py:9366 db-strings.txt.py:11490
msgid "Demo Tips"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-3T/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#. Translators:
#. Page path: /2-0/demo-tips/
#. Translators:
#. Page path: /1-3/demo-tips/
#. Translators:
#. Page path: /2-1/demo-tips/
#: db-strings.txt:132 db-strings.txt.py:2490 db-strings.txt.py:4812
#: db-strings.txt:7179 db-strings.txt.py:9393 db-strings.txt.py:11517
msgid ""
"Learn how to show off and talk about the key features and benefits of "
"Firefox OS to your customers."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-3T/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#. Translators:
#. Page path: /2-0/demo-tips/
#. Translators:
#. Page path: /1-3/demo-tips/
#. Translators:
#. Page path: /2-1/demo-tips/
#: db-strings.txt:141 db-strings.txt.py:2472 db-strings.txt.py:4821
#: db-strings.txt:7161 db-strings.txt.py:9375 db-strings.txt.py:11499
msgid "Demonstrations That Matter"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-3T/demo-tips/
#. Translators:
#. Page path: /2-0/demo-tips/
#. Translators:
#. Page path: /1-3/demo-tips/
#. Translators:
#. Page path: /2-1/demo-tips/
#: db-strings.txt:150 db-strings.txt.py:2481 db-strings.txt.py:7170
#: db-strings.txt:9384 db-strings.txt.py:11508
msgid ""
"Demonstrating the features of Firefox OS and how easy it is to use will be "
"your best selling tool. Browse the demonstration videos below to get started."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#: db-strings.txt:159
msgid "Intro to FirefoxOS"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#. Translators:
#. Page path: /2-0/demo-tips/
#. Translators:
#. Page path: /1-3/demo-tips/
#: db-strings.txt:168 db-strings.txt.py:4848 db-strings.txt.py:7197
#: db-strings.txt:9411
msgid "When you only have a minute, make it count with this simple pitch."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-1/take-the-challenge/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-3T/take-the-challenge/
#. Translators:
#. Page path: /1-4/demo-tips/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /1-4/take-the-challenge/
#: db-strings.txt:177 db-strings.txt.py:483 db-strings.txt.py:1869
#: db-strings.txt:1905 db-strings.txt.py:1941 db-strings.txt.py:2220
#: db-strings.txt:2769 db-strings.txt.py:4146 db-strings.txt.py:4182
#: db-strings.txt:4218 db-strings.txt.py:4254 db-strings.txt.py:4857
#: db-strings.txt:5163 db-strings.txt.py:6486 db-strings.txt.py:6522
#: db-strings.txt:6558 db-strings.txt.py:6594
msgid "Adaptive App Search"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#: db-strings.txt:186 db-strings.txt.py:4866
msgid ""
"Show customers how Firefox OS adapts to them, giving them more of what they "
"need, when they need it."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-1/take-the-challenge/
#: db-strings.txt:195 db-strings.txt.py:1761
msgid "HERE Maps"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#: db-strings.txt:204 db-strings.txt.py:4884
msgid ""
"Demonstrate the powerful map features of Firefox OS, including local transit "
"info."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#: db-strings.txt:213
msgid "Stay Connected"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#: db-strings.txt:222 db-strings.txt.py:4902
msgid "It’s easier than ever to stay connected with Firefox OS."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-4/take-the-challenge/
#. Translators:
#. Page path: /2-0/take-the-challenge/
#. Translators:
#. Page path: /1-3/take-the-challenge/
#. Translators:
#. Page path: /2-1/take-the-challenge/
#: db-strings.txt:231 db-strings.txt.py:6396 db-strings.txt.py:6477
#: db-strings.txt:6513 db-strings.txt.py:6549 db-strings.txt.py:6585
#: db-strings.txt:8673 db-strings.txt.py:8754 db-strings.txt.py:8781
#: db-strings.txt:8808 db-strings.txt.py:10824 db-strings.txt.py:10905
#: db-strings.txt:10932 db-strings.txt.py:10959 db-strings.txt.py:13267
#: db-strings.txt:13348 db-strings.txt.py:13384 db-strings.txt.py:13411
msgid "Firefox Browser"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#: db-strings.txt:240
msgid ""
"Firefox OS lets customers take control of their online lives and get the "
"best of the Web no matter where they go."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-3T/take-the-challenge/
#. Translators:
#. Page path: /1-4/demo-tips/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /2-0/demo-tips/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /1-3/demo-tips/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /2-1/demo-tips/
#. Translators:
#. Page path: /2-1/key-features/
#: db-strings.txt:249 db-strings.txt.py:501 db-strings.txt.py:2787
#: db-strings.txt:3984 db-strings.txt.py:4929 db-strings.txt.py:5181
#: db-strings.txt:7206 db-strings.txt.py:7440 db-strings.txt.py:9420
#: db-strings.txt:9654 db-strings.txt.py:11544 db-strings.txt.py:11908
msgid "Marketplace"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#: db-strings.txt:258 db-strings.txt.py:4938
msgid "Firefox Marketplace has the cool games and apps your customers want."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#: db-strings.txt:267
msgid "Camera & Gallery"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#: db-strings.txt:276
msgid ""
"Photograph, edit and share. Show off our full-featured camera and gallery "
"apps, including built-in style filters, video and more."
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#: db-strings.txt:285
msgid "Music & FM Radio"
msgstr ""
#. Translators:
#. Page path: /1-1/demo-tips/
#. Translators:
#. Page path: /1-4/demo-tips/
#: db-strings.txt:294 db-strings.txt.py:4974
msgid ""
"With music at their fingertips, your customers will see how Firefox OS keeps "
"them entertained and dancing in the streets."
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:303 db-strings.txt.py:2589 db-strings.txt.py:4983
#: db-strings.txt:7260 db-strings.txt.py:9474 db-strings.txt.py:11674
msgid "Customer Guide"
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:312 db-strings.txt.py:2616 db-strings.txt.py:5010
#: db-strings.txt:7287 db-strings.txt.py:9501 db-strings.txt.py:11701
msgid ""
"See how Firefox OS fits into your customers' lives, no matter who they are "
"or where they're from."
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:321 db-strings.txt.py:2598 db-strings.txt.py:4992
#: db-strings.txt:7269 db-strings.txt.py:9483 db-strings.txt.py:11683
msgid "Who is your ideal Firefox customer?"
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#: db-strings.txt:330
msgid ""
"Understanding your customer’s needs and knowing how to respond on the spot "
"is critical to any sales opportunity. Check out the common customer segments "
"below, and tap the bar to learn how to best respond to each of their unique "
"needs."
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:339 db-strings.txt.py:2625 db-strings.txt.py:5019
#: db-strings.txt:7296 db-strings.txt.py:9510 db-strings.txt.py:11710
msgid "The Smartphone Rookie"
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:348 db-strings.txt.py:2634 db-strings.txt.py:5028
#: db-strings.txt:7305 db-strings.txt.py:9519 db-strings.txt.py:11719
msgid "\"I have never had a smartphone.\""
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#: db-strings.txt:357
msgid ""
"<strong>What can you say?</strong> Firefox OS is the best choice for first "
"time smartphone users. It is super easy to use, and it adapts to your needs "
"better than any other phone, so you get more of what you need with less time "
"searching. Plus, it is packed with all the features you’d expect, from "
"camera, to email, apps, music, maps and more."
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:366 db-strings.txt.py:2652 db-strings.txt.py:5046
#: db-strings.txt:7323 db-strings.txt.py:9537 db-strings.txt.py:11737
msgid "The Value Seeker"
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:375 db-strings.txt.py:2661 db-strings.txt.py:5055
#: db-strings.txt:7332 db-strings.txt.py:9546 db-strings.txt.py:11746
msgid "\"I want a good deal.\""
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#: db-strings.txt:384
msgid ""
"<strong>What can you say?</strong> Firefox OS gives you the most value for "
"your money. It has everything you expect in a smartphone — camera, email, "
"apps, music, maps and more — at the most competitive prices."
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:393 db-strings.txt.py:2679 db-strings.txt.py:5073
#: db-strings.txt:7350 db-strings.txt.py:9564 db-strings.txt.py:11764
msgid "The Uncertain Upgrader"
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:402 db-strings.txt.py:2688 db-strings.txt.py:5082
#: db-strings.txt:7359 db-strings.txt.py:9573 db-strings.txt.py:11773
msgid "\"It needs to be easy to use.\""
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#: db-strings.txt:411
msgid ""
"<strong>What can you say?</strong> Firefox OS is the easiest smartphone to "
"get you started. Adaptive App Search helps you find the things you need "
"simply — and instantly. The user interface is so intuitive, you will be able "
"to quickly discover and download your favorite apps so you’re ready to go."
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:420 db-strings.txt.py:2706 db-strings.txt.py:5100
#: db-strings.txt:7377 db-strings.txt.py:9591 db-strings.txt.py:11791
msgid "The Firefox Fan"
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#. Translators:
#. Page path: /1-3T/customer-guide/
#. Translators:
#. Page path: /1-4/customer-guide/
#. Translators:
#. Page path: /2-0/customer-guide/
#. Translators:
#. Page path: /1-3/customer-guide/
#. Translators:
#. Page path: /2-1/customer-guide/
#: db-strings.txt:429 db-strings.txt.py:2715 db-strings.txt.py:5109
#: db-strings.txt:7386 db-strings.txt.py:9600 db-strings.txt.py:11800
msgid "\"I love firefox!\""
msgstr ""
#. Translators:
#. Page path: /1-1/customer-guide/
#: db-strings.txt:438
msgid ""
"<strong>What can you say?</strong> If you know and love Firefox, you’ll love "
"Firefox OS. Firefox OS smartphones are entirely HTML5-based, bringing the "
"best of the Web to your phone. Plus, Firefox OS is designed by a community "
"dedicated to keeping the Web accessible to all. When you choose Firefox OS, "
"you have the full power of the Web in your hands."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /2-1/key-features/
#: db-strings.txt:447 db-strings.txt.py:2733 db-strings.txt.py:5127
#: db-strings.txt:7404 db-strings.txt.py:9618 db-strings.txt.py:11818
msgid "Key Features"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /2-1/key-features/
#: db-strings.txt:456 db-strings.txt.py:2760 db-strings.txt.py:5136
#: db-strings.txt:7431 db-strings.txt.py:9645 db-strings.txt.py:11845
msgid ""
"Discover what makes Firefox OS the most unique and exciting mobile operating "
"system."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /2-1/key-features/
#: db-strings.txt:465 db-strings.txt.py:2742 db-strings.txt.py:5145
#: db-strings.txt:7413 db-strings.txt.py:9627 db-strings.txt.py:11827
msgid "Features that count"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#: db-strings.txt:474
msgid ""
"Firefox OS is packed with the features that your customers expect in a "
"smartphone. It fits their lives perfectly so they can keep pace with the "
"world around them."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#: db-strings.txt:492
msgid ""
"A new way to get what you need right when you need it, without any of the "
"headaches of downloading applications. Search for anything, and Firefox OS "
"adapts to your request, displaying photos, video, music, news, maps and more "
"- making it much easier for you to find what you were really looking for."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#: db-strings.txt:510
msgid ""
"Your go-to source for the best apps for Firefox OS. Browse tens of thousands "
"of free and paid apps in multiple categories, including games, utilities, "
"music, travel, sports, and more."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-1/take-the-challenge/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /2-1/key-features/
#: db-strings.txt:519 db-strings.txt.py:1707 db-strings.txt.py:1860
#: db-strings.txt:1896 db-strings.txt.py:1932 db-strings.txt.py:2211
#: db-strings.txt:2805 db-strings.txt.py:5199 db-strings.txt.py:7458
#: db-strings.txt:9672 db-strings.txt.py:11944
msgid "Firefox browser"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#: db-strings.txt:528
msgid ""
"The fast, smart, safe way to get the best of the Web. Use the URL bar to "
"enter websites, perform searches and access your browsing history. Plus, "
"tabs let you multitask by browsing multiple pages simultaneously."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /2-1/key-features/
#: db-strings.txt:537 db-strings.txt.py:5217 db-strings.txt.py:7476
#: db-strings.txt:9690 db-strings.txt.py:11962
msgid "Facebook and Twitter"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#: db-strings.txt:546 db-strings.txt.py:2832 db-strings.txt.py:5226
msgid ""
"Deeply integrated with your favorite social networks. You can easily import "
"your Facebook contacts to your phone to keep your community all in one place."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-1/take-the-challenge/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-3T/take-the-challenge/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /1-4/take-the-challenge/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /2-0/take-the-challenge/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /1-3/take-the-challenge/
#. Translators:
#. Page path: /2-1/key-features/
#. Translators:
#. Page path: /2-1/take-the-challenge/
#: db-strings.txt:555 db-strings.txt.py:1851 db-strings.txt.py:1887
#: db-strings.txt:1923 db-strings.txt.py:2202 db-strings.txt.py:2841
#: db-strings.txt:4047 db-strings.txt.py:4128 db-strings.txt.py:4164
#: db-strings.txt:4200 db-strings.txt.py:4236 db-strings.txt.py:5235
#: db-strings.txt:6468 db-strings.txt.py:6504 db-strings.txt.py:6540
#: db-strings.txt:6576 db-strings.txt.py:7494 db-strings.txt.py:8745
#: db-strings.txt:8772 db-strings.txt.py:8799 db-strings.txt.py:9708
#: db-strings.txt:10896 db-strings.txt.py:10923 db-strings.txt.py:10950
#: db-strings.txt:11980 db-strings.txt.py:13339 db-strings.txt.py:13366
#: db-strings.txt:13402
msgid "Contacts"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#: db-strings.txt:564 db-strings.txt.py:2850 db-strings.txt.py:5244
msgid ""
"Stay connected, with easy access to your friends and colleagues from "
"wherever you are."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-1/take-the-challenge/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-3T/take-the-challenge/
#. Translators:
#. Page path: /1-4/demo-tips/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /1-4/take-the-challenge/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /2-0/take-the-challenge/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /1-3/take-the-challenge/
#. Translators:
#. Page path: /2-1/key-features/
#. Translators:
#. Page path: /2-1/take-the-challenge/
#: db-strings.txt:573 db-strings.txt.py:1716 db-strings.txt.py:2859
#: db-strings.txt:4002 db-strings.txt.py:4947 db-strings.txt.py:5253
#: db-strings.txt:6405 db-strings.txt.py:7512 db-strings.txt.py:8682
#: db-strings.txt:9726 db-strings.txt.py:10833 db-strings.txt.py:11998
#: db-strings.txt:13276
msgid "Camera and Gallery"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#: db-strings.txt:582
msgid ""
"With built-in style filters for fun, creative shots, and lots of ways to "
"share your photographs, the full-featured camera and photo gallery will have "
"all your subjects smiling."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-1/take-the-challenge/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-3T/take-the-challenge/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /1-4/take-the-challenge/
#: db-strings.txt:591 db-strings.txt.py:1743 db-strings.txt.py:2877
#: db-strings.txt:4101 db-strings.txt.py:5271 db-strings.txt.py:6432
msgid "FM Radio"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#: db-strings.txt:600 db-strings.txt.py:2886 db-strings.txt.py:5280
msgid ""
"All the audio you want on the go, all on one device. Just plug in your "
"earphones and start listening."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#: db-strings.txt:609 db-strings.txt.py:5289
msgid "Maps"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#: db-strings.txt:618
msgid ""
"Get satellite, public transport, and live traffic views, search for points "
"of interest and even save your map locally for quicker remote access. HERE "
"Maps can pinpoint your location and even give you directions (car, walking "
"or public transportation) to get you to your destination."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-3T/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#. Translators:
#. Page path: /2-0/key-features/
#. Translators:
#. Page path: /1-3/key-features/
#. Translators:
#. Page path: /2-1/key-features/
#: db-strings.txt:627 db-strings.txt.py:2895 db-strings.txt.py:5307
#: db-strings.txt:7548 db-strings.txt.py:9762 db-strings.txt.py:12034
msgid "Music and Video"
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#. Translators:
#. Page path: /1-4/key-features/
#: db-strings.txt:636 db-strings.txt.py:5316
msgid ""
"Play it all from your phone, or online via Youtube. Browse and play your "
"music collection by album or artist, rate songs and create playlists for "
"your favorites."
msgstr ""
#. Translators:
#. Page path: /1-1/key-features/
#: db-strings.txt:645
msgid "SMS and Email"
msgstr ""