-
Notifications
You must be signed in to change notification settings - Fork 164
/
duckduckgo.pot
12822 lines (10547 loc) · 359 KB
/
duckduckgo.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
# smartling.placeholder_format=C
msgid ""
msgstr ""
"Project-Id-Version: DuckDuckGo-1.0\n"
"Last-Translator: Community\n"
"Language-Team: DuckDuckGo Community <[email protected]>\n"
"POT-Creation-Date: 2019-01-16 23:42-0500\n"
"PO-Revision-Date: 2019-01-16 23:42-0500\n"
"Language: US English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
# smartling.gettext_line_width = normalized : 79
# smartling.placeholder_format=C
msgid "!Bang Search Shortcuts"
msgstr ""
# smartling.placeholder_format=C
#. Used to specify the rank of a team/player in a specific ranking in short form. This should be interpreted as 'Ranked number <rankNumber> in the <rankingName> ranking. Here you only need to translate the # symbol for ranked number. If your language doesn't provide a single-letter convention, please leave #.
msgctxt "Sports module"
msgid "#%s %s"
msgstr ""
# smartling.placeholder_format=C
#. Heading for the table column indicating what percent of the population is fully vaccinated
msgctxt "Covid 19 module"
msgid "% Fully Vaccinated"
msgstr ""
# smartling.placeholder_format=C
#. Heading for the table column indicating what percent of the population is partially vaccinated
msgctxt "Covid 19 module"
msgid "% Vaccinated"
msgstr ""
# smartling.placeholder_format=C
#. In the context of an NHL (hockey) game, indicates in which intermission (break between game periods) an in-progress game is currently in. The number is in ordinal form (e.g. 1st), localized separately. The combination results in e.g. 1st Intermission, 4th Intermission
msgctxt "Sports module"
msgid "%s Intermission"
msgstr ""
# smartling.placeholder_format=C
#. Indicates the number of players who are out in Baseball, e.g. '3 Out'
msgctxt "Sports module"
msgid "%s Out"
msgstr ""
# smartling.placeholder_format=C
#. Displaying the number of reviews in plural for a website
msgid "%s Reviews"
msgstr ""
# smartling.placeholder_format=C
#. Used to indicate the season year, e.g. '2020 Season'
msgctxt "Sports module"
msgid "%s Season"
msgstr ""
# smartling.placeholder_format=C
#. Plural form for user feedback, when displaying the number of adults selected (e.g. 3 adults).
msgctxt "Single Place Hotel Offers Module"
msgid "%s adults"
msgstr ""
# smartling.placeholder_format=C
#. Text describing available AI models when onboarding. Example: 'GPT-3.5 and Claude AI models'
msgctxt "Onboarding welcome screen feature"
msgid "%s and %s AI models"
msgstr ""
# smartling.placeholder_format=C
#. Message that appears above the search results encouraging them to filter results by domain. The placeholder string would include a the name of a website. E.g. 'Reddit appears in some of the top results for this search.'
msgctxt "Site filter message"
msgid "%s appears in some of the top results for this search."
msgstr ""
# smartling.placeholder_format=C
#. Number of tracking attempts blocked, when there is more than 1. Eg: '2 attempts' or '302 attempts'
msgctxt "tracker_stats"
msgid "%s attempts"
msgstr ""
# smartling.placeholder_format=C
#. A summary description of how many tracking attempts where blocked, when there was more than 1. Eg: '1,028 attempts blocked by DuckDuckGo in the last 24 hours'
msgid "%s attempts blocked by DuckDuckGo in the last 24 hours"
msgstr ""
# smartling.placeholder_format=C
#. A label that indicates a specific search result has been blocked by the safe search filter. The placeholder value is the name of the search result that was blocked.
msgid "%s blocked by safe search."
msgstr ""
# smartling.placeholder_format=C
#. We realise this is the incorrect way to handle plurals. Sorry, we are working on a fix.
msgctxt "published dates for organic results"
msgid "%s days ago"
msgstr ""
# smartling.placeholder_format=C
#. An indication that inputted text was detected to be in this language. E.g.: Italian detected.
msgctxt "translations_module"
msgid "%s detected"
msgstr ""
# smartling.placeholder_format=C
#. in https://duckduckgo.com/params. multiple fors
msgid "%s for %s"
msgstr ""
# smartling.placeholder_format=C
#. States the title of an article and the website on which the article appears. The placeholder values are the title of the article and the name of the website. Example: 'How to Wash a Car from wikihow.com'
msgid "%s from %s"
msgstr ""
# smartling.placeholder_format=C
#. We realise this is the incorrect way to handle plurals. Sorry, we are working on a fix.
msgctxt "published dates for organic results"
msgid "%s hours ago"
msgstr ""
# smartling.placeholder_format=C
#. The total amount DuckDuckGo has donated to privacy-related causes. The placeholder value is a number. For example '$1,000,000 in privacy donations!'
msgctxt "showcase_donations"
msgid "%s in privacy donations!"
msgstr ""
# smartling.placeholder_format=C
#. Link used to find out more about the specified country in the Olympics in the given year. Placeholders are for Country and Year. i.e. Germany in the Olympics 1996
msgid "%s in the Olympics %s"
msgstr ""
# smartling.placeholder_format=C
msgctxt ""
"A string used to find out more about the specified country in the Olympics "
"in the given year."
msgid "%s in the Olympics %s"
msgstr ""
# smartling.placeholder_format=C
#. Displayed when an AI chat model is temporarily unavailable. Example: 'GPT 3.5 Turbo is temporarily unavailable. Please switch to a different model or try again later.'
msgctxt "Error message for model unavailability"
msgid ""
"%s is temporarily unavailable. Please switch to a different model or try "
"again later."
msgstr ""
# smartling.placeholder_format=C
#. Distance in kilometers. Placeholder is a number. For example: '100 km'
msgid "%s km"
msgstr ""
# smartling.placeholder_format=C
#. Disclaimer text shown bellow chat input on mobile, avoid long text if possible. Example: 'GPT-3 may display inaccurate or offensive information.'
msgctxt "Disclaimer bellow chat input - mobile"
msgid "%s may display inaccurate or offensive information."
msgstr ""
# smartling.placeholder_format=C
#. Distance measured in miles. Placeholder is a number. For example: '100 mi'
msgid "%s mi"
msgstr ""
# smartling.placeholder_format=C
#. Label next to a user review. The placeholders are the user name and the review website. For example: 'John on TripAdvisor'
msgctxt "maps_places"
msgid "%s on %s"
msgstr ""
# smartling.placeholder_format=C
#. Empty state message to indicate that there are no rankings for a particular ranking yet. For example, for college football, the CFP ranking is typically not released until halfway through the season.
msgctxt "Sports module"
msgid "%s rankings are not yet available"
msgstr ""
# smartling.placeholder_format=C
#. The main headline indicating that more than 1 attempt has been blocked. Eg: '2 tracking attempts blocked'
msgid "%s tracking attempts blocked"
msgstr ""
# smartling.placeholder_format=C
#. Label to add to describe the number of views of a video (e.g., 1 view). This is for the singular case (just 1 view). The placeholder indicates the number of view (typically 1).
msgid "%s view"
msgstr ""
# smartling.placeholder_format=C
#. Label to add to describe the number of views of a video (e.g., 100 views). This is for the plural case (> 1 view). The placeholder indicates the number of view (e.g., 100).
msgid "%s views"
msgstr ""
# smartling.placeholder_format=C
#. Instructions on which buttons and options the user has to click in order to add the DuckDuckGo extension to their browser.
msgctxt "install-duckduckgo"
msgid "%sClick %sAdd%sCheck %sAllow%s, then click %sOkay%s"
msgstr ""
# Firefox, obsolete
# smartling.placeholder_format=C
#. Instructions on what buttons the user has to click in order to add the DuckDuckGo extension to their browser.
msgctxt "install-duckduckgo"
msgid "%sClick %sAllow%sClick %sAdd%sCheck %sAllow%s, then click %sOkay%s"
msgstr ""
# Firefox
# smartling.placeholder_format=C
#. Instructions on which buttons the user has to click in order to add the DuckDuckGo extension to their browser.
msgctxt "install-duckduckgo"
msgid ""
"%sClick %sContinue To Installation%sClick %sAdd%sCheck %sAllow%s, then click "
"%sOkay%s"
msgstr ""
# smartling.placeholder_format=C
#. A button that reloads search results when an error occurs.
msgctxt "noresults"
msgid ""
"%sClick here%s to try again, if you think there should be results for this "
"search."
msgstr ""
# smartling.placeholder_format=C
#. Header for a page with information about sharing DuckDuckGo.
msgctxt "frontpage"
msgid "%sHelp Spread DuckDuckGo!%s"
msgstr ""
# smartling.placeholder_format=C
#. Link to more information
msgctxt "frontpage"
msgid "%sLearn More%s."
msgstr ""
# smartling.placeholder_format=C
#. Link to a page with more information about how anonymous location works.
msgctxt "precise_user_location"
msgid "%sLearn how we keep your location private%s."
msgstr ""
# smartling.placeholder_format=C
#. Tells the user to press and hold the DuckDuckGo app icon. Part of a list of instructions on how to enable location service.
msgctxt "precise_user_location"
msgid "%sLong-press%s the DuckDuckGo app icon on the home screen"
msgstr ""
# smartling.placeholder_format=C
#. Prompts the user to reload the webpage.
msgctxt "precise_user_location"
msgid "%sReload%s DuckDuckGo, and try again"
msgstr ""
# smartling.placeholder_format=C
#. Prompts the user to reload the webpage.
msgctxt "precise_user_location"
msgid "%sReload%s DuckDuckGo, and try again."
msgstr ""
# smartling.placeholder_format=C
#. A button that clears any filters that have been applied to search results.
msgctxt "noresults"
msgid "%sReset filters %s"
msgstr ""
# Chrome default search engine instruction
# smartling.placeholder_format=C
#. Tells users where to click in their browser to change the default search engine.
msgid "%sRight click%s in the search bar"
msgstr ""
# smartling.placeholder_format=C
msgctxt "settings"
msgid "'Always private' Reminder"
msgstr ""
# smartling.placeholder_format=C
#. A suffix on a filter option indicating it is the one that is in effect if no other filter is chosen
msgid "(Default)"
msgstr ""
# smartling.placeholder_format=C
#. Displaying 1 review for a website
msgid "1 Review"
msgstr ""
# smartling.placeholder_format=C
#. Singular form when displaying the number of adults staying at a hotel.
msgctxt "Single Place Hotel Offers Module"
msgid "1 adult"
msgstr ""
# smartling.placeholder_format=C
#. Number of tracking attempts blocked, when there's only 1
msgctxt "tracker_stats"
msgid "1 attempt"
msgstr ""
# smartling.placeholder_format=C
#. A summary description of how many tracking attempts where blocked, when only one exists.
msgid "1 attempt blocked by DuckDuckGo in the last 24 hours"
msgstr ""
# smartling.placeholder_format=C
#. We realise this is the incorrect way to handle plurals. Sorry, we are working on a fix.
msgctxt "published dates for organic results"
msgid "1 day ago"
msgstr ""
# smartling.placeholder_format=C
#. We realise this is the incorrect way to handle plurals. Sorry, we are working on a fix.
msgctxt "published dates for organic results"
msgid "1 hour ago"
msgstr ""
# smartling.placeholder_format=C
#. The main headline indicating that 1 tracker was blocked
msgid "1 tracking attempt blocked"
msgstr ""
# smartling.placeholder_format=C
#. Tells users where they can find the DuckDuckGo browser extension file downloaded to their computer.
msgctxt "install-extension"
msgid "1. Open %sDownloads%s"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "10th"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "11th"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "12th"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "13th"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "14th"
msgstr ""
# smartling.placeholder_format=C
#. Disclaimer text for the stocks module
msgctxt "Stocks module"
msgid "15 minutes delayed"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "15th"
msgstr ""
# smartling.placeholder_format=C
#. Button label for selecting chart of today's prices (needs to be short on mobile devices)
msgctxt "Stocks module"
msgid "1D"
msgstr ""
# smartling.placeholder_format=C
#. Button label for selecting chart of prices over the last month
msgctxt "Stocks module"
msgid "1M"
msgstr ""
# smartling.placeholder_format=C
#. Button label for selecting chart of prices over the last year
msgctxt "Stocks module"
msgid "1Y"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "1st"
msgstr ""
# smartling.placeholder_format=C
#. Text indicating the winner of a World Cup group when that team is not yet known
msgctxt "Sports module"
msgid "1st in Group %s"
msgstr ""
# smartling.placeholder_format=C
#. Instructions on how to install the DuckDuckGo browser extension.
msgctxt "install-extension"
msgid "2. Double-click %sduckduckgo.safariextz%s"
msgstr ""
# smartling.placeholder_format=C
#. Title of a module related to the United States presidential election.
msgctxt "Elections IA"
msgid "2024 US Presidential Election"
msgstr ""
# smartling.placeholder_format=C
#. Title of a module related to the United States presidential election.
msgctxt "Elections IA"
msgid "2024 United States Presidential Election"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "2nd"
msgstr ""
# smartling.placeholder_format=C
#. Text indicating the runner-up of a World Cup group when that team is not yet known
msgctxt "Sports module"
msgid "2nd in Group %s"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "3rd"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "4th"
msgstr ""
# smartling.placeholder_format=C
#. The highest price over the previous 52 weeks
msgctxt "Stocks module"
msgid "52wk High"
msgstr ""
# smartling.placeholder_format=C
#. The lowest price over the previous 52 weeks
msgctxt "Stocks module"
msgid "52wk Low"
msgstr ""
# smartling.placeholder_format=C
#. Button label for selecting chart of prices over the last 5 days
msgctxt "Stocks module"
msgid "5D"
msgstr ""
# smartling.placeholder_format=C
#. Button label for selecting chart of prices over the last five years
msgctxt "Stocks module"
msgid "5Y"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "5th"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "6th"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "7th"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "8th"
msgstr ""
# smartling.placeholder_format=C
#. Numbers that indicate the position in a series
msgctxt "Sports module"
msgid "9th"
msgstr ""
# smartling.placeholder_format=C
#. Indicates the Win-Loss record of a team when playing away
msgctxt "Sports module"
msgid "A"
msgstr ""
# smartling.placeholder_format=C
#. https://duckduckgo.com/params in the end under " Source:"
msgid "A string to identify the source."
msgstr ""
# smartling.placeholder_format=C
#. Page title for a ChatGPT-like chat bot feature. Translation should include the equivalent term for AI (Artificial Intelligence). It's ok to leave it in English if that's the expectation in your language.
msgctxt "Page title in browser tab"
msgid "AI Chat"
msgstr ""
# smartling.placeholder_format=C
msgctxt "settings"
msgid "AI Chat <sup>BETA</sup>"
msgstr ""
# smartling.placeholder_format=C
msgctxt "settings"
msgid ""
"AI Chat lets you have anonymous conversations with 3rd-party AI chat models. "
"Turning this off will hide the AI Chat feature on DuckDuckGo Search. You can "
"still access AI Chat when this setting is off by visiting %sduckduckgo.com/"
"aichat%s."
msgstr ""
# smartling.placeholder_format=C
#. A label for a setting that appears on a menu, used to control global AI features settings.
msgctxt "Label for AI Features setting"
msgid "AI Features"
msgstr ""
# smartling.placeholder_format=C
msgctxt "settings"
msgid "AI Features"
msgstr ""
# smartling.placeholder_format=C
#. Abbreviation for 'American League Championship Series', the title of the divisional championship series for the American League division of Major League Baseball
msgctxt "Sports module"
msgid "ALCS"
msgstr ""
# smartling.placeholder_format=C
#. Abbreviation for 'American League Division Series', the title of the divisional semi-final series for the American League division of Major League Baseball
msgctxt "Sports module"
msgid "ALDS"
msgstr ""
# smartling.placeholder_format=C
#. Abbreviation for 'American League Wild Card Series', the title of the divisional runner-up series for the American League Division in Major League Baseball.
msgctxt "Sports module"
msgid "ALWC"
msgstr ""
# smartling.placeholder_format=C
msgctxt "settings"
msgid "ATB Dismiss"
msgstr ""
# smartling.placeholder_format=C
msgctxt "settings"
msgid "ATB related (not displayed on settings page)"
msgstr ""
# smartling.placeholder_format=C
#. In the new DDG website, this token appears as the Tab name for Instant Answers that give general information about a subject. eg. https://duckduckgo.com/?q=Sony
#. It is not "About DuckDuckGo".
msgid "About"
msgstr ""
# smartling.placeholder_format=C
#. Link to a page with more information about the company.
msgctxt "static_page"
msgid "About"
msgstr ""
# smartling.placeholder_format=C
#. A link to a page that provides information about the DuckDuckGo Browser (https://duckduckgo.com/app/)
msgctxt "SERP footer content"
msgid "About Browser"
msgstr ""
# smartling.placeholder_format=C
#. at least in:
#. * https://duckduckgo.com/about. Appears in the window title when you open the link
msgid "About DuckDuckGo"
msgstr ""
# smartling.placeholder_format=C
#. Link label for DuckDuckGo 'App' page (https://duckduckgo.com/app)
msgid "About Our Browser"
msgstr ""
# smartling.placeholder_format=C
#. Link to a page with more information about the company.
msgid "About Us"
msgstr ""
# smartling.placeholder_format=C
#. This is an option for a user setting. It refers to showing the URL for a result ABOVE the TITLE of the result -- Example image: https://i.imgur.com/bTm8PCc.png
msgctxt "settingsvalue"
msgid "Above Title"
msgstr ""
# smartling.placeholder_format=C
#. Label for a menu item for the active privacy protection feature.
msgctxt "Menu item label"
msgid "Active Privacy Protection"
msgstr ""
# smartling.placeholder_format=C
#. Title of the modal about the active privacy protection.
msgctxt "Modal title for privacy"
msgid "Active Privacy Protection"
msgstr ""
# smartling.placeholder_format=C
#. A label that appears on an advertisement. 'Ad' is an abbreviation for 'Advertisement'
msgid "Ad"
msgstr ""
# smartling.placeholder_format=C
#. Category of problem a user can select on a feedback form.
msgctxt "feedback form"
msgid "Ad is annoying"
msgstr ""
# smartling.placeholder_format=C
#. Category of problem a user can select on a feedback form.
msgctxt "feedback form"
msgid "Ad is inappropriate"
msgstr ""
# smartling.placeholder_format=C
#. Category of problem a user can select on a feedback form.
msgctxt "feedback form"
msgid "Ad is irrelevant"
msgstr ""
# smartling.placeholder_format=C
#. Category of problem a user can select on a feedback form.
msgctxt "feedback form"
msgid "Ad is malware"
msgstr ""
# smartling.placeholder_format=C
#. Category of problem a user can select on a feedback form.
msgctxt "feedback form"
msgid "Ad is suspicious"
msgstr ""
# smartling.placeholder_format=C
#. Link to add the DuckDuckGo extension to the user's web browser.
msgid "Add DuckDuckGo"
msgstr ""
# smartling.placeholder_format=C
msgctxt "homepage ATB modal"
msgid "Add DuckDuckGo Extension"
msgstr ""
# smartling.placeholder_format=C
msgid ""
"Add DuckDuckGo Privacy Essentials to your browser for free with one download:"
msgstr ""
# IE default search engine instruction
# smartling.placeholder_format=C
#. Tells users how to add DuckDuckGo to the list of search engines in their browser.
msgid "Add DuckDuckGo as a search engine"
msgstr ""
# smartling.placeholder_format=C
#. Link to add the DuckDuckGo extension to the user's web browser. The placeholder is the name of the browser the user is currently using. For example: 'Add DuckDuckGo to Chrome'
msgid "Add DuckDuckGo to %s"
msgstr ""
# smartling.placeholder_format=C
#. https://duckduckgo.com/search_box near the top
#. e.g.: Add a DuckDuckGo search box to your site!
msgid "Add a %s search box to your site!"
msgstr ""
# smartling.placeholder_format=C
#. Prompt to add locations on a map in order to get directions.
msgctxt "directions"
msgid "Add a starting point and destination to find a route."
msgstr ""
# smartling.placeholder_format=C
#. Prompt to install the DuckDuckGo browser extension.
msgctxt "homepage ATB modal"
msgid "Add our extension to help protect personal data"
msgstr ""
# smartling.placeholder_format=C
#. Link to add the DuckDuckGo extension to the user's web browser. The placeholder is the name of the browser the user is currently using. For example: 'Add to Chrome'
msgid "Add to %s"
msgstr ""
# smartling.placeholder_format=C
#. Button that creates a shortcut to the current page on the home screen of the user's phone.
msgid "Add to Home Screen"
msgstr ""
# smartling.placeholder_format=C
#. In the top menu under Goodies
msgid "Add-ons"
msgstr ""
# smartling.placeholder_format=C
#. Refers to a street address.
msgctxt "maps_places"
msgid "Address"
msgstr ""
# smartling.placeholder_format=C
#. https://duckduckgo.com/params near the top under "Privacy Settings"
msgid "Address bar:"
msgstr ""
# smartling.placeholder_format=C
#. Category of feedback a user can select on a feedback form.
msgctxt "feedback form"
msgid "Address is incorrect"
msgstr ""
# smartling.placeholder_format=C
#. as in multiple advertisements
msgid "Ads"
msgstr ""
# smartling.placeholder_format=C
#. Link to a page with resources for advertisers who want to place ads on the search results page.
msgid "Advertise on Search"
msgstr ""
# smartling.placeholder_format=C
msgctxt "feedback form"
msgid "Advertisements"
msgstr ""
# smartling.placeholder_format=C
#. http://i.imgur.com/ZG0Mz3R.png
msgctxt "settings"
msgid "Advertisements"
msgstr ""
# smartling.placeholder_format=C
#. https://duckduckgo.com/params near the top under "Interface Settings"
msgid "Advertisements:"
msgstr ""
# smartling.placeholder_format=C
msgid "Afghanistan"
msgstr ""
# smartling.placeholder_format=C
#. The name of the Afrikaans language
msgctxt "language_name"
msgid "Afrikaans"
msgstr ""
# smartling.placeholder_format=C
#. Instructions on how to install the DuckDuckGo browser extension after it downloads.
msgid "After it downloads and opens, click %sInstall%s"
msgstr ""
# smartling.placeholder_format=C
#. Instructions on how to install the DuckDuckGo browser extension after it downloads.
msgid ""
"After it downloads, locate the extension file and double-click it to install"
msgstr ""
# smartling.placeholder_format=C
msgid "Albania"
msgstr ""
# smartling.placeholder_format=C
#. The name of the Albanian language
msgctxt "language_name"
msgid "Albanian"
msgstr ""
# smartling.placeholder_format=C
#. Label for the song's album name e.g. 'Album: A Night At The Opera'
msgctxt "lyrics_module"
msgid "Album"
msgstr ""
# smartling.placeholder_format=C
msgid "Algeria"
msgstr ""
# smartling.placeholder_format=C
msgid "All"
msgstr ""
# smartling.placeholder_format=C
#. Button label for selecting to show the information from all Conferences, in American College Football
msgctxt "Sports module"
msgid "All"
msgstr ""
# smartling.placeholder_format=C
#. Button label for selecting chart showing all historical prices
msgctxt "Stocks module"
msgid "All"
msgstr ""
# smartling.placeholder_format=C
#. a filter for any image with a Creative Commons usage license
msgctxt "image-licence"
msgid "All Creative Commons"
msgstr ""
# smartling.placeholder_format=C
#. Button label for selecting to show the information from all Groups, in e.g. the soccer World Cup
msgctxt "Sports module"
msgid "All Groups"
msgstr ""
# smartling.placeholder_format=C
#. 'license' as in 'permission to use, share, or modify a work'
msgctxt "image-licence"
msgid "All Licenses"
msgstr ""
# smartling.placeholder_format=C
#. Links back to a list of all search results from a page with information on a single result.
msgid "All Places"
msgstr ""
# smartling.placeholder_format=C
#. A filter that shows search results from all countries.
msgid "All Regions"
msgstr ""
# smartling.placeholder_format=C
#. A label that appears above search results.
msgid "All Results"
msgstr ""
# smartling.placeholder_format=C
#. Text for a link to the settings page with all search settings available.
msgctxt "link to settings page"
msgid "All Search Settings"
msgstr ""
# smartling.placeholder_format=C
#. Link that shows all settings.
msgid "All Settings"
msgstr ""
# smartling.placeholder_format=C
msgctxt "settings pages"
msgid "All Settings"
msgstr ""
# smartling.placeholder_format=C
#. This is shown in an image filter. This option only shows images in colors, excluding black and white images. https://duckduckgo.com/?q=images+of+cats&iar=images&iax=images&ia=images
msgctxt "image-color"
msgid "All colors"
msgstr ""
# smartling.placeholder_format=C
#. This is shown in a layout selector for images, other options are: square, tall, wide https://duckduckgo.com/?q=images+of+cats&iar=images&iax=images&ia=images.
msgctxt "image-layout"
msgid "All layouts"
msgstr ""
# smartling.placeholder_format=C
#. Text displayed in the subheader of the modal that allows the user to pick an AI chat model.
msgctxt "Modal subheader text"
msgid "All models are anonymously provided by DuckDuckGo"
msgstr ""
# smartling.placeholder_format=C
#. A filter that shows search results from all countries.
msgctxt "settingsvalue"
msgid "All regions"
msgstr ""
# smartling.placeholder_format=C
#. Filters the size of images in search results.
msgctxt "size"
msgid "All sizes"
msgstr ""
# smartling.placeholder_format=C
#. Shown in an image type selector. Other options are: photograph, clipart, animated gif, etc. https://duckduckgo.com/?q=images+of+cats&iar=images&iax=images&ia=images
msgctxt "image-type"
msgid "All types"
msgstr ""
# smartling.placeholder_format=C
#. Tells users which icon to press in their browser. Part of a list of instructions on how to enable location service.
msgctxt "precise_user_location"
msgid "Allow DuckDuckGo to use your location."
msgstr ""
# smartling.placeholder_format=C
msgctxt "settings"
msgid ""
"Allows Cloud Save key to be stored locally on device (required to use Cloud "
"Save)"
msgstr ""
# smartling.placeholder_format=C
#. A title on a page that let's users know they're almost done with the process of installing DuckDuckGo in their browser
msgctxt "install-duckduckgo"
msgid "Almost there!"
msgstr ""
# smartling.placeholder_format=C
msgctxt "homepage onboarding"
msgid "Already a fan?"
msgstr ""
# smartling.placeholder_format=C
#. Explains that DuckDuckGo is available for multiple devices.
msgctxt "mobile promotion on desktop"
msgid "Also search privately on your iPad, iPhone, or Android!"
msgstr ""
# smartling.placeholder_format=C
#. Instant Answer Tab Name
msgid "Alternatives"
msgstr ""
# smartling.placeholder_format=C
#. https://i.imgur.com/89c3nJI.png
msgctxt "settingsvalue"
msgid "Always play on DuckDuckGo"
msgstr ""
# smartling.placeholder_format=C
#. Refers to the DuckDuckGo search engine, on which your searches are always private.
msgid "Always private"
msgstr ""
# smartling.placeholder_format=C
#. Title of the divisional championship series for the American League division of Major League Baseball
msgctxt "Sports module"
msgid "American League Championship Series"
msgstr ""
# smartling.placeholder_format=C
#. Title of the divisional semi-final series for the American League division of Major League Baseball
msgctxt "Sports module"
msgid "American League Division Series"
msgstr ""
# smartling.placeholder_format=C
#. Title of the divisional runner-up series for the American League Division in Major League Baseball.
msgctxt "Sports module"
msgid "American League Wild Card Series"
msgstr ""
# smartling.placeholder_format=C
msgid "American Samoa"
msgstr ""
# smartling.placeholder_format=C
#. The name of the Amharic language
msgctxt "language_name"
msgid "Amharic"
msgstr ""
# smartling.placeholder_format=C
msgid "Andorra"
msgstr ""
# smartling.placeholder_format=C
#. Refers to the DuckDuckGo browser for Android.
msgid "Android Browser"
msgstr ""
# smartling.placeholder_format=C
msgid "Angola"
msgstr ""
# smartling.placeholder_format=C
#. Filters the type of images in search results.
msgctxt "image-type"
msgid "Animated GIF"
msgstr ""
# smartling.placeholder_format=C
#. Tells the user the location being used to show search results. e.g. Anonymizing your location in London, UK.
msgctxt "precise_user_location"
msgid "Anonymizing your location in"
msgstr ""
# smartling.placeholder_format=C
#. Confirmation message after location service is enabled.
msgctxt "precise_user_location"
msgid "Anonymous Location Enabled"
msgstr ""
# smartling.placeholder_format=C
#. Text with information about AI Chat and supported AI models, the placeholders list AI models. Example: 'Anonymous access to popular AI models, including GPT, Claude, and open-source Llama and Mistral.'