forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle_chrome_strings.grd
2746 lines (2623 loc) · 197 KB
/
google_chrome_strings.grd
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains definitions of strings that are specific to
Google Chrome. These strings will be translated for each locale that Google
Chrome supports. If you update this file, be sure also to update
chromium_strings.grd. -->
<grit base_dir="." latest_public_release="0" current_release="1"
source_lang_id="en" enc_check="möl">
<outputs>
<output filename="grit/branded_strings.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
<output filename="google_chrome_strings_af.pak" type="data_package" lang="af" />
<output filename="google_chrome_strings_am.pak" type="data_package" lang="am" />
<output filename="google_chrome_strings_ar.pak" type="data_package" lang="ar" />
<output filename="google_chrome_strings_as.pak" type="data_package" lang="as" />
<output filename="google_chrome_strings_az.pak" type="data_package" lang="az" />
<output filename="google_chrome_strings_be.pak" type="data_package" lang="be" />
<output filename="google_chrome_strings_bg.pak" type="data_package" lang="bg" />
<output filename="google_chrome_strings_bn.pak" type="data_package" lang="bn" />
<output filename="google_chrome_strings_bs.pak" type="data_package" lang="bs" />
<output filename="google_chrome_strings_ca.pak" type="data_package" lang="ca" />
<output filename="google_chrome_strings_cs.pak" type="data_package" lang="cs" />
<output filename="google_chrome_strings_cy.pak" type="data_package" lang="cy" />
<output filename="google_chrome_strings_da.pak" type="data_package" lang="da" />
<output filename="google_chrome_strings_de.pak" type="data_package" lang="de" />
<output filename="google_chrome_strings_el.pak" type="data_package" lang="el" />
<output filename="google_chrome_strings_en-GB.pak" type="data_package" lang="en-GB" />
<output filename="google_chrome_strings_en-US.pak" type="data_package" lang="en" />
<output filename="google_chrome_strings_es.pak" type="data_package" lang="es" />
<output filename="google_chrome_strings_es-419.pak" type="data_package" lang="es-419" />
<output filename="google_chrome_strings_et.pak" type="data_package" lang="et" />
<output filename="google_chrome_strings_eu.pak" type="data_package" lang="eu" />
<output filename="google_chrome_strings_fa.pak" type="data_package" lang="fa" />
<output filename="google_chrome_strings_fi.pak" type="data_package" lang="fi" />
<output filename="google_chrome_strings_fil.pak" type="data_package" lang="fil" />
<output filename="google_chrome_strings_fr-CA.pak" type="data_package" lang="fr-CA" />
<output filename="google_chrome_strings_fr.pak" type="data_package" lang="fr" />
<output filename="google_chrome_strings_gl.pak" type="data_package" lang="gl" />
<output filename="google_chrome_strings_gu.pak" type="data_package" lang="gu" />
<output filename="google_chrome_strings_he.pak" type="data_package" lang="he" />
<output filename="google_chrome_strings_hi.pak" type="data_package" lang="hi" />
<output filename="google_chrome_strings_hr.pak" type="data_package" lang="hr" />
<output filename="google_chrome_strings_hu.pak" type="data_package" lang="hu" />
<output filename="google_chrome_strings_hy.pak" type="data_package" lang="hy" />
<output filename="google_chrome_strings_id.pak" type="data_package" lang="id" />
<output filename="google_chrome_strings_is.pak" type="data_package" lang="is" />
<output filename="google_chrome_strings_it.pak" type="data_package" lang="it" />
<output filename="google_chrome_strings_ja.pak" type="data_package" lang="ja" />
<output filename="google_chrome_strings_ka.pak" type="data_package" lang="ka" />
<output filename="google_chrome_strings_kk.pak" type="data_package" lang="kk" />
<output filename="google_chrome_strings_km.pak" type="data_package" lang="km" />
<output filename="google_chrome_strings_kn.pak" type="data_package" lang="kn" />
<output filename="google_chrome_strings_ko.pak" type="data_package" lang="ko" />
<output filename="google_chrome_strings_ky.pak" type="data_package" lang="ky" />
<output filename="google_chrome_strings_lo.pak" type="data_package" lang="lo" />
<output filename="google_chrome_strings_lt.pak" type="data_package" lang="lt" />
<output filename="google_chrome_strings_lv.pak" type="data_package" lang="lv" />
<output filename="google_chrome_strings_mk.pak" type="data_package" lang="mk" />
<output filename="google_chrome_strings_ml.pak" type="data_package" lang="ml" />
<output filename="google_chrome_strings_mn.pak" type="data_package" lang="mn" />
<output filename="google_chrome_strings_mr.pak" type="data_package" lang="mr" />
<output filename="google_chrome_strings_ms.pak" type="data_package" lang="ms" />
<output filename="google_chrome_strings_my.pak" type="data_package" lang="my" />
<output filename="google_chrome_strings_ne.pak" type="data_package" lang="ne" />
<output filename="google_chrome_strings_nl.pak" type="data_package" lang="nl" />
<!-- The translation console uses 'no' for Norwegian Bokmål. It should
be 'nb'. -->
<output filename="google_chrome_strings_nb.pak" type="data_package" lang="no" />
<output filename="google_chrome_strings_pa.pak" type="data_package" lang="pa" />
<output filename="google_chrome_strings_pl.pak" type="data_package" lang="pl" />
<output filename="google_chrome_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
<output filename="google_chrome_strings_pt-PT.pak" type="data_package" lang="pt-PT" />
<output filename="google_chrome_strings_or.pak" type="data_package" lang="or" />
<output filename="google_chrome_strings_ro.pak" type="data_package" lang="ro" />
<output filename="google_chrome_strings_ru.pak" type="data_package" lang="ru" />
<output filename="google_chrome_strings_si.pak" type="data_package" lang="si" />
<output filename="google_chrome_strings_sk.pak" type="data_package" lang="sk" />
<output filename="google_chrome_strings_sl.pak" type="data_package" lang="sl" />
<output filename="google_chrome_strings_sq.pak" type="data_package" lang="sq" />
<output filename="google_chrome_strings_sr-Latn.pak" type="data_package" lang="sr-Latn" />
<output filename="google_chrome_strings_sr.pak" type="data_package" lang="sr" />
<output filename="google_chrome_strings_sv.pak" type="data_package" lang="sv" />
<output filename="google_chrome_strings_sw.pak" type="data_package" lang="sw" />
<output filename="google_chrome_strings_ta.pak" type="data_package" lang="ta" />
<output filename="google_chrome_strings_te.pak" type="data_package" lang="te" />
<output filename="google_chrome_strings_th.pak" type="data_package" lang="th" />
<output filename="google_chrome_strings_tr.pak" type="data_package" lang="tr" />
<output filename="google_chrome_strings_uk.pak" type="data_package" lang="uk" />
<output filename="google_chrome_strings_ur.pak" type="data_package" lang="ur" />
<output filename="google_chrome_strings_uz.pak" type="data_package" lang="uz" />
<output filename="google_chrome_strings_vi.pak" type="data_package" lang="vi" />
<output filename="google_chrome_strings_zh-CN.pak" type="data_package" lang="zh-CN" />
<output filename="google_chrome_strings_zh-HK.pak" type="data_package" lang="zh-HK" />
<output filename="google_chrome_strings_zh-TW.pak" type="data_package" lang="zh-TW" />
<output filename="google_chrome_strings_zu.pak" type="data_package" lang="zu" />
<!-- Pseudolocales -->
<output filename="google_chrome_strings_ar-XB.pak" type="data_package" lang="ar-XB" />
<output filename="google_chrome_strings_en-XA.pak" type="data_package" lang="en-XA" />
<!-- On Android, output some strings into Android's xml string format.
These strings are tagged with formatter_data="android_java" -->
<if expr="is_android">
<output filename="java/res/values-af/google_chrome_strings.xml" lang="af" type="android" context="android_java" />
<output filename="java/res/values-am/google_chrome_strings.xml" lang="am" type="android" context="android_java" />
<output filename="java/res/values-ar/google_chrome_strings.xml" lang="ar" type="android" context="android_java" />
<output filename="java/res/values-as/google_chrome_strings.xml" lang="as" type="android" context="android_java" />
<output filename="java/res/values-az/google_chrome_strings.xml" lang="az" type="android" context="android_java" />
<output filename="java/res/values-be/google_chrome_strings.xml" lang="be" type="android" context="android_java" />
<output filename="java/res/values-bg/google_chrome_strings.xml" lang="bg" type="android" context="android_java" />
<output filename="java/res/values-bn/google_chrome_strings.xml" lang="bn" type="android" context="android_java" />
<output filename="java/res/values-bs/google_chrome_strings.xml" lang="bs" type="android" context="android_java" />
<output filename="java/res/values-ca/google_chrome_strings.xml" lang="ca" type="android" context="android_java" />
<output filename="java/res/values-cs/google_chrome_strings.xml" lang="cs" type="android" context="android_java" />
<output filename="java/res/values-da/google_chrome_strings.xml" lang="da" type="android" context="android_java" />
<output filename="java/res/values-de/google_chrome_strings.xml" lang="de" type="android" context="android_java" />
<output filename="java/res/values-el/google_chrome_strings.xml" lang="el" type="android" context="android_java" />
<output filename="java/res/values/google_chrome_strings.xml" lang="en" type="android" context="android_java" />
<output filename="java/res/values-en-rGB/google_chrome_strings.xml" lang="en-GB" type="android" context="android_java" />
<output filename="java/res/values-es/google_chrome_strings.xml" lang="es" type="android" context="android_java" />
<output filename="java/res/values-es-rUS/google_chrome_strings.xml" lang="es-419" type="android" context="android_java" />
<output filename="java/res/values-et/google_chrome_strings.xml" lang="et" type="android" context="android_java" />
<output filename="java/res/values-eu/google_chrome_strings.xml" lang="eu" type="android" context="android_java" />
<output filename="java/res/values-fa/google_chrome_strings.xml" lang="fa" type="android" context="android_java" />
<output filename="java/res/values-fi/google_chrome_strings.xml" lang="fi" type="android" context="android_java" />
<output filename="java/res/values-tl/google_chrome_strings.xml" lang="fil" type="android" context="android_java" />
<output filename="java/res/values-fr/google_chrome_strings.xml" lang="fr" type="android" context="android_java" />
<output filename="java/res/values-fr-rCA/google_chrome_strings.xml" lang="fr-CA" type="android" context="android_java" />
<output filename="java/res/values-gl/google_chrome_strings.xml" lang="gl" type="android" context="android_java" />
<output filename="java/res/values-gu/google_chrome_strings.xml" lang="gu" type="android" context="android_java" />
<output filename="java/res/values-iw/google_chrome_strings.xml" lang="he" type="android" context="android_java" />
<output filename="java/res/values-hi/google_chrome_strings.xml" lang="hi" type="android" context="android_java" />
<output filename="java/res/values-hr/google_chrome_strings.xml" lang="hr" type="android" context="android_java" />
<output filename="java/res/values-hu/google_chrome_strings.xml" lang="hu" type="android" context="android_java" />
<output filename="java/res/values-hy/google_chrome_strings.xml" lang="hy" type="android" context="android_java" />
<output filename="java/res/values-in/google_chrome_strings.xml" lang="id" type="android" context="android_java" />
<output filename="java/res/values-is/google_chrome_strings.xml" lang="is" type="android" context="android_java" />
<output filename="java/res/values-it/google_chrome_strings.xml" lang="it" type="android" context="android_java" />
<output filename="java/res/values-ja/google_chrome_strings.xml" lang="ja" type="android" context="android_java" />
<output filename="java/res/values-ka/google_chrome_strings.xml" lang="ka" type="android" context="android_java" />
<output filename="java/res/values-kk/google_chrome_strings.xml" lang="kk" type="android" context="android_java" />
<output filename="java/res/values-km/google_chrome_strings.xml" lang="km" type="android" context="android_java" />
<output filename="java/res/values-kn/google_chrome_strings.xml" lang="kn" type="android" context="android_java" />
<output filename="java/res/values-ko/google_chrome_strings.xml" lang="ko" type="android" context="android_java" />
<output filename="java/res/values-ky/google_chrome_strings.xml" lang="ky" type="android" context="android_java" />
<output filename="java/res/values-lo/google_chrome_strings.xml" lang="lo" type="android" context="android_java" />
<output filename="java/res/values-lt/google_chrome_strings.xml" lang="lt" type="android" context="android_java" />
<output filename="java/res/values-lv/google_chrome_strings.xml" lang="lv" type="android" context="android_java" />
<output filename="java/res/values-mk/google_chrome_strings.xml" lang="mk" type="android" context="android_java" />
<output filename="java/res/values-ml/google_chrome_strings.xml" lang="ml" type="android" context="android_java" />
<output filename="java/res/values-mn/google_chrome_strings.xml" lang="mn" type="android" context="android_java" />
<output filename="java/res/values-mr/google_chrome_strings.xml" lang="mr" type="android" context="android_java" />
<output filename="java/res/values-ms/google_chrome_strings.xml" lang="ms" type="android" context="android_java" />
<output filename="java/res/values-my/google_chrome_strings.xml" lang="my" type="android" context="android_java" />
<output filename="java/res/values-ne/google_chrome_strings.xml" lang="ne" type="android" context="android_java" />
<output filename="java/res/values-nl/google_chrome_strings.xml" lang="nl" type="android" context="android_java" />
<output filename="java/res/values-nb/google_chrome_strings.xml" lang="no" type="android" context="android_java" />
<output filename="java/res/values-or/google_chrome_strings.xml" lang="or" type="android" context="android_java" />
<output filename="java/res/values-pa/google_chrome_strings.xml" lang="pa" type="android" context="android_java" />
<output filename="java/res/values-pl/google_chrome_strings.xml" lang="pl" type="android" context="android_java" />
<output filename="java/res/values-pt-rBR/google_chrome_strings.xml" lang="pt-BR" type="android" context="android_java" />
<output filename="java/res/values-pt-rPT/google_chrome_strings.xml" lang="pt-PT" type="android" context="android_java" />
<output filename="java/res/values-ro/google_chrome_strings.xml" lang="ro" type="android" context="android_java" />
<output filename="java/res/values-ru/google_chrome_strings.xml" lang="ru" type="android" context="android_java" />
<output filename="java/res/values-si/google_chrome_strings.xml" lang="si" type="android" context="android_java" />
<output filename="java/res/values-sk/google_chrome_strings.xml" lang="sk" type="android" context="android_java" />
<output filename="java/res/values-sl/google_chrome_strings.xml" lang="sl" type="android" context="android_java" />
<output filename="java/res/values-sq/google_chrome_strings.xml" lang="sq" type="android" context="android_java" />
<output filename="java/res/values-sr/google_chrome_strings.xml" lang="sr" type="android" context="android_java" />
<output filename="java/res/values-b+sr+Latn/google_chrome_strings.xml" lang="sr-Latn" type="android" context="android_java" />
<output filename="java/res/values-sv/google_chrome_strings.xml" lang="sv" type="android" context="android_java" />
<output filename="java/res/values-sw/google_chrome_strings.xml" lang="sw" type="android" context="android_java" />
<output filename="java/res/values-ta/google_chrome_strings.xml" lang="ta" type="android" context="android_java" />
<output filename="java/res/values-te/google_chrome_strings.xml" lang="te" type="android" context="android_java" />
<output filename="java/res/values-th/google_chrome_strings.xml" lang="th" type="android" context="android_java" />
<output filename="java/res/values-tr/google_chrome_strings.xml" lang="tr" type="android" context="android_java" />
<output filename="java/res/values-uk/google_chrome_strings.xml" lang="uk" type="android" context="android_java" />
<output filename="java/res/values-ur/google_chrome_strings.xml" lang="ur" type="android" context="android_java" />
<output filename="java/res/values-uz/google_chrome_strings.xml" lang="uz" type="android" context="android_java" />
<output filename="java/res/values-vi/google_chrome_strings.xml" lang="vi" type="android" context="android_java" />
<output filename="java/res/values-zh-rCN/google_chrome_strings.xml" lang="zh-CN" type="android" context="android_java" />
<output filename="java/res/values-zh-rHK/google_chrome_strings.xml" lang="zh-HK" type="android" context="android_java" />
<output filename="java/res/values-zh-rTW/google_chrome_strings.xml" lang="zh-TW" type="android" context="android_java" />
<output filename="java/res/values-zu/google_chrome_strings.xml" lang="zu" type="android" context="android_java" />
<!-- Pseudolocales -->
<output filename="java/res/values-ar-rXB/google_chrome_strings.xml" lang="ar-XB" type="android" context="android_java" />
<output filename="java/res/values-en-rXA/google_chrome_strings.xml" lang="en-XA" type="android" context="android_java" />
</if>
</outputs>
<translations>
<file path="resources/google_chrome_strings_af.xtb" lang="af" />
<file path="resources/google_chrome_strings_am.xtb" lang="am" />
<file path="resources/google_chrome_strings_ar.xtb" lang="ar" />
<file path="resources/google_chrome_strings_as.xtb" lang="as" />
<file path="resources/google_chrome_strings_az.xtb" lang="az" />
<file path="resources/google_chrome_strings_be.xtb" lang="be" />
<file path="resources/google_chrome_strings_bg.xtb" lang="bg" />
<file path="resources/google_chrome_strings_bn.xtb" lang="bn" />
<file path="resources/google_chrome_strings_bs.xtb" lang="bs" />
<file path="resources/google_chrome_strings_ca.xtb" lang="ca" />
<file path="resources/google_chrome_strings_cs.xtb" lang="cs" />
<file path="resources/google_chrome_strings_cy.xtb" lang="cy" />
<file path="resources/google_chrome_strings_da.xtb" lang="da" />
<file path="resources/google_chrome_strings_de.xtb" lang="de" />
<file path="resources/google_chrome_strings_el.xtb" lang="el" />
<file path="resources/google_chrome_strings_en-GB.xtb" lang="en-GB" />
<file path="resources/google_chrome_strings_es.xtb" lang="es" />
<file path="resources/google_chrome_strings_es-419.xtb" lang="es-419" />
<file path="resources/google_chrome_strings_et.xtb" lang="et" />
<file path="resources/google_chrome_strings_eu.xtb" lang="eu" />
<file path="resources/google_chrome_strings_fa.xtb" lang="fa" />
<file path="resources/google_chrome_strings_fi.xtb" lang="fi" />
<file path="resources/google_chrome_strings_fil.xtb" lang="fil" />
<file path="resources/google_chrome_strings_fr.xtb" lang="fr" />
<file path="resources/google_chrome_strings_fr-CA.xtb" lang="fr-CA" />
<file path="resources/google_chrome_strings_gl.xtb" lang="gl" />
<file path="resources/google_chrome_strings_gu.xtb" lang="gu" />
<file path="resources/google_chrome_strings_hi.xtb" lang="hi" />
<file path="resources/google_chrome_strings_hr.xtb" lang="hr" />
<file path="resources/google_chrome_strings_hu.xtb" lang="hu" />
<file path="resources/google_chrome_strings_hy.xtb" lang="hy" />
<file path="resources/google_chrome_strings_id.xtb" lang="id" />
<file path="resources/google_chrome_strings_is.xtb" lang="is" />
<file path="resources/google_chrome_strings_it.xtb" lang="it" />
<!-- The translation console uses 'iw' for Hebrew, but we use 'he'. -->
<file path="resources/google_chrome_strings_iw.xtb" lang="he" />
<file path="resources/google_chrome_strings_ja.xtb" lang="ja" />
<file path="resources/google_chrome_strings_ka.xtb" lang="ka" />
<file path="resources/google_chrome_strings_kk.xtb" lang="kk" />
<file path="resources/google_chrome_strings_km.xtb" lang="km" />
<file path="resources/google_chrome_strings_kn.xtb" lang="kn" />
<file path="resources/google_chrome_strings_ko.xtb" lang="ko" />
<file path="resources/google_chrome_strings_ky.xtb" lang="ky" />
<file path="resources/google_chrome_strings_lo.xtb" lang="lo" />
<file path="resources/google_chrome_strings_lt.xtb" lang="lt" />
<file path="resources/google_chrome_strings_lv.xtb" lang="lv" />
<file path="resources/google_chrome_strings_mk.xtb" lang="mk" />
<file path="resources/google_chrome_strings_ml.xtb" lang="ml" />
<file path="resources/google_chrome_strings_mn.xtb" lang="mn" />
<file path="resources/google_chrome_strings_mr.xtb" lang="mr" />
<file path="resources/google_chrome_strings_ms.xtb" lang="ms" />
<file path="resources/google_chrome_strings_my.xtb" lang="my" />
<file path="resources/google_chrome_strings_ne.xtb" lang="ne" />
<file path="resources/google_chrome_strings_nl.xtb" lang="nl" />
<file path="resources/google_chrome_strings_no.xtb" lang="no" />
<file path="resources/google_chrome_strings_or.xtb" lang="or" />
<file path="resources/google_chrome_strings_pa.xtb" lang="pa" />
<file path="resources/google_chrome_strings_pl.xtb" lang="pl" />
<file path="resources/google_chrome_strings_pt-BR.xtb" lang="pt-BR" />
<file path="resources/google_chrome_strings_pt-PT.xtb" lang="pt-PT" />
<file path="resources/google_chrome_strings_ro.xtb" lang="ro" />
<file path="resources/google_chrome_strings_ru.xtb" lang="ru" />
<file path="resources/google_chrome_strings_si.xtb" lang="si" />
<file path="resources/google_chrome_strings_sk.xtb" lang="sk" />
<file path="resources/google_chrome_strings_sl.xtb" lang="sl" />
<file path="resources/google_chrome_strings_sq.xtb" lang="sq" />
<file path="resources/google_chrome_strings_sr.xtb" lang="sr" />
<file path="resources/google_chrome_strings_sr-Latn.xtb" lang="sr-Latn" />
<file path="resources/google_chrome_strings_sv.xtb" lang="sv" />
<file path="resources/google_chrome_strings_sw.xtb" lang="sw" />
<file path="resources/google_chrome_strings_ta.xtb" lang="ta" />
<file path="resources/google_chrome_strings_te.xtb" lang="te" />
<file path="resources/google_chrome_strings_th.xtb" lang="th" />
<file path="resources/google_chrome_strings_tr.xtb" lang="tr" />
<file path="resources/google_chrome_strings_uk.xtb" lang="uk" />
<file path="resources/google_chrome_strings_ur.xtb" lang="ur" />
<file path="resources/google_chrome_strings_uz.xtb" lang="uz" />
<file path="resources/google_chrome_strings_vi.xtb" lang="vi" />
<file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" />
<file path="resources/google_chrome_strings_zh-HK.xtb" lang="zh-HK" />
<file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" />
<file path="resources/google_chrome_strings_zu.xtb" lang="zu" />
</translations>
<release seq="1">
<messages fallback_to_english="true">
<!-- Settings specific strings -->
<if expr="not is_android">
<part file="settings_google_chrome_strings.grdp" />
</if>
<message name="IDS_PRODUCT_NAME" desc="The Chrome application name" translateable="false">
Google Chrome
</message>
<message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name" translateable="false">
Chrome
</message>
<if expr="is_win">
<message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome shortcut name for canary channel">
Google Chrome Canary
</message>
<message name="IDS_SHORTCUT_NAME_BETA" desc="The Chrome shortcut name for beta channel">
Google Chrome Beta
</message>
<message name="IDS_SHORTCUT_NAME_DEV" desc="The Chrome shortcut name for dev channel">
Google Chrome Dev
</message>
<message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
Google Chrome is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome.
</message>
<message name="IDS_WELCOME_TO_CHROME" desc="Welcoming text announced via screen readers the first time Chrome is launched at the conclusion of installation.">
Welcome to Chrome; new browser window opened
</message>
</if>
<if expr="is_macosx or is_linux">
<message name="IDS_FIRST_RUN_DIALOG_WINDOW_TITLE" desc="Window title of First Run dialog on Mac and Linux, displayed in title bar">
Welcome to Google Chrome
</message>
</if>
<if expr="chromeos_ash">
<if expr="reven">
<message name="IDS_PRODUCT_OS_NAME" desc="The ChromeOS Flex application name">
Google ChromeOS Flex
</message>
<message name="IDS_SHORT_PRODUCT_OS_NAME" desc="The ChromeOS Flex application short name">
ChromeOS Flex
</message>
<message name="IDS_INSTALLED_PRODUCT_OS_NAME" desc="Installed OS name">
ChromeOS Flex
</message>
</if>
<if expr="not reven">
<message name="IDS_PRODUCT_OS_NAME" desc="The ChromeOS application name">
Google ChromeOS
</message>
<message name="IDS_SHORT_PRODUCT_OS_NAME" desc="The ChromeOS application short name">
ChromeOS
</message>
<message name="IDS_INSTALLED_PRODUCT_OS_NAME" desc="Installed OS name">
ChromeOS Flex
</message>
</if>
</if>
<message name="IDS_PRODUCT_LOGO_ENTERPRISE_ALT_TEXT" desc="Alt text for the Chrome Enterprise logo image." formatter_data="android_java">
Chrome Enterprise logo
</message>
<if expr="is_win">
<message name="IDS_SHORTCUT_NEW_WINDOW" desc="The text label of the New window shortcut context menu entry as of Windows 8">
New window
</message>
</if>
<if expr="is_macosx or chromeos_ash">
<message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
Task Manager
</message>
</if>
<if expr="not is_macosx and not chromeos_ash">
<message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
Task Manager - Google Chrome
</message>
</if>
<message name="IDS_TASK_MANAGER_SEARCH_PLACEHOLDER" desc="The placeholder text for the Search bar in the Task Manager window" translateable="false">
Search
</message>
<message name="IDS_TASK_MANAGER_SEARCH_ACCESSIBILITY_NAME" desc="The accessibility description for the Search bar in the Task Manager window" translateable="false">
Look up the name of any tab title or extension to highlight it in the process table.
</message>
<message name="IDS_TASK_MANAGER_CLEAR_SEARCH_BUTTON_ACCESSIBILITY_NAME" desc="The accessibility name for the clear button accompanying the task manager search bar input.">
Clear search
</message>
<message name="IDS_TASK_MANAGER_KILL_ACCESSIBILITY_NAME" desc="The accessibility description for the End Process button in the Task Manager window" translateable="false">
Ends the highlighted process.
</message>
<message name="IDS_TASK_MANAGER_CATEGORY_TABS_NAME" desc="The title of the 'Tabs' filter category." translateable="false">
Tabs
</message>
<message name="IDS_TASK_MANAGER_CATEGORY_EXTENSIONS_NAME" desc="The title of the 'Extensions' filter category." translateable="false">
Extensions
</message>
<message name="IDS_TASK_MANAGER_CATEGORY_SYSTEM_NAME" desc="The title of the 'System' filter category on ChromeOS." translateable="false">
System
</message>
<message name="IDS_TASK_MANAGER_CATEGORY_BROWSER_NAME" desc="The title of the 'System' filter category on Windows/Mac/Linux." translateable="false">
Browser
</message>
<message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the checkbox to let users optin to UMA in the restore from previous crash bubble.">
Help make Google Chrome better by sending crash reports and <ph name="UMA_LINK">$1<ex>usage statistics</ex></ph> to Google
</message>
<if expr="not chromeos_ash">
<!-- Browser Window Title Format -->
<message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in tabs and popup windows">
<ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome
</message>
</if>
<if expr="chromeos_ash">
<!-- Browser Window Title Format -->
<message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in tabbed browser windows">
Chrome - <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>
</message>
</if>
<if expr="not is_chromeos and not is_macosx">
<!-- Captive Portal Browser Window Title Format -->
<message name="IDS_CAPTIVE_PORTAL_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in captive portal popup windows">
<ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Network Sign-in - Chrome
</message>
</if>
<if expr="is_chromeos">
<!-- Captive Portal Browser Window Title Format -->
<message name="IDS_CAPTIVE_PORTAL_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in captive portal popup windows">
Chrome - Network Sign-in - <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>
</message>
</if>
<if expr="is_macosx">
<!-- Captive Portal Browser Window Title Format -->
<message name="IDS_CAPTIVE_PORTAL_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in captive portal popup windows">
<ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Network Sign-in
</message>
</if>
<!-- Accessible window title format - includes the channel, and the same
on all browser platforms rather than different on ChromeOS. -->
<message name="IDS_ACCESSIBLE_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for the accessible name of a tabbed browser window">
<ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome
</message>
<message name="IDS_ACCESSIBLE_BETA_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for the accessible name of a tabbed browser window for the beta channel version of the browser">
<ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome Beta
</message>
<message name="IDS_ACCESSIBLE_DEV_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for the accessible name of a tabbed browser window for the developer (dev) channel version of the browser">
<ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome Dev
</message>
<message name="IDS_ACCESSIBLE_CANARY_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for the accessible name of a tabbed browser window for the canary (nightly build) channel version of the browser">
<ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome Canary
</message>
<message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the about pages">
Google LLC
</message>
<message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
Copyright <ph name="YEAR">{0,date,y}<ex>2016</ex></ph> Google LLC. All rights reserved.
</message>
<if expr="chromeos_ash">
<if expr="reven">
<message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for ChromeOS Flex.">
ChromeOS Flex is made possible by additional <ph name="BEGIN_LINK_CROS_OSS"><a target="_blank" href="$1"></ph>open source software<ph name="END_LINK_CROS_OSS"></a></ph>.
</message>
<message name="IDS_ABOUT_CROS_WITH_LINUX_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for ChromeOS Flex when Crostini is installed.">
ChromeOS Flex is made possible by additional <ph name="BEGIN_LINK_CROS_OSS"><a target="_blank" href="$1"></ph>open source software<ph name="END_LINK_CROS_OSS"></a></ph>, as is <ph name="BEGIN_LINK_LINUX_OSS"><a target="_blank" href="$2"></ph>Linux development environment<ph name="END_LINK_LINUX_OSS"></a></ph>.
</message>
</if>
<if expr="not reven">
<message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for ChromeOS.">
ChromeOS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS"><a target="_blank" href="$1"></ph>open source software<ph name="END_LINK_CROS_OSS"></a></ph>.
</message>
<message name="IDS_ABOUT_CROS_WITH_LINUX_VERSION_LICENSE" desc="Additional text displayed beneath the Chromium open source URLs for ChromeOS when Crostini is installed.">
ChromeOS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS"><a target="_blank" href="$1"></ph>open source software<ph name="END_LINK_CROS_OSS"></a></ph>, as is <ph name="BEGIN_LINK_LINUX_OSS"><a target="_blank" href="$2"></ph>Linux development environment<ph name="END_LINK_LINUX_OSS"></a></ph>.
</message>
</if>
<message name="IDS_ABOUT_SAFETY_INFORMATION" desc="The safety label in the About box.">
Important use and safety information
</message>
</if>
<message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service label in the About box.">
Terms of Service
</message>
<if expr="is_macosx">
<message name="IDS_MACOS_OBSOLETE" desc="A message displayed on an at-launch infobar and About (Help) page warning the user that the OS version they are using will soon be or is already unsupported.">
To get future Google Chrome updates, you'll need macOS 11 or later. This computer is using macOS 10.15.
</message>
</if>
<if expr="is_win">
<message name="IDS_WIN_XP_VISTA_OBSOLETE" desc="A message displayed on an at-launch infobar and about:help warning the user that the computer they are using is no longer supported.">
This computer will no longer receive Google Chrome updates because Windows XP and Windows Vista are no longer supported
</message>
</if>
<if expr="is_win">
<message name="IDS_WIN_7_OBSOLETE" desc="A message displayed on an at-launch infobar and about:help warning the user that the computer they are using will soon be or is already unsupported.">
To get future Google Chrome updates, you'll need Windows 10 or later. This computer is using Windows 7.
</message>
</if>
<if expr="is_win">
<message name="IDS_WIN_8_OBSOLETE" desc="A message displayed on an at-launch infobar and about:help warning the user that the computer they are using will soon be or is already unsupported.">
To get future Google Chrome updates, you'll need Windows 10 or later. This computer is using Windows 8.
</message>
</if>
<if expr="is_win">
<message name="IDS_WIN_8_1_OBSOLETE" desc="A message displayed on an at-launch infobar and about:help warning the user that the computer they are using will soon be or is already unsupported.">
To get future Google Chrome updates, you'll need Windows 10 or later. This computer is using Windows 8.1.
</message>
</if>
<if expr="is_linux">
<message name="IDS_LINUX_OBSOLETE" desc="A message displayed on an at-launch infobar and about:help warning the user that the OS version they are using is no longer supported.">
Google Chrome may not function correctly because it is no longer supported on this Linux distribution
</message>
</if>
<message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu." translateable="false">
Chrome
</message>
<!-- Hung Browser Detector -->
<if expr="is_win">
<message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialog box shown when the browser is hung">
Google Chrome is unresponsive. Relaunch now?
</message>
</if>
<!-- Sharing messages -->
<message name="IDS_BROWSER_SHARING_CLICK_TO_CALL_DIALOG_HELP_TEXT_NO_DEVICES" desc="The label to be shown as a help text of the dialog when user click on a phone number, if there are no phones to choose from.">
To send a number from here to your Android phone, sign in to Chrome on both devices.
</message>
<message name="IDS_BROWSER_SHARING_CLICK_TO_CALL_DIALOG_HELP_TEXT_NO_DEVICES_ORIGIN" desc="The label to be shown as a help text of the dialog when user click on a phone number, if there are no phones to choose from.">
To send a number from <ph name="ORIGIN">$1<ex>www.google.com</ex></ph> to your Android phone, sign in to Chrome on both devices.
</message>
<message name="IDS_BROWSER_SHARING_ERROR_DIALOG_TEXT_DEVICE_NOT_FOUND" desc="The text to be shown on the dialog when an error occurred because the device is not synced.">
Make sure you are signed in to Chrome on your <ph name="TARGET_DEVICE_NAME">$1<ex>Pixel XL</ex></ph> and then try sending again.
</message>
<!-- Uninstall messages -->
<if expr="is_win">
<message name="IDS_UNINSTALL_CLOSE_APP" desc="Message to user when uninstall detects other app instance running">
Please close all Google Chrome windows and try again.
</message>
<message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants to uninstall">
Are you sure you want to uninstall Google Chrome?
</message>
<message name="IDS_UNINSTALL_CHROME" desc="The title of the Google Chrome uninstall dialog.">
Uninstall Google Chrome
</message>
</if>
<message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser checkbox label">
Make Google Chrome the default browser
</message>
<if expr="use_titlecase">
<message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc="In Title Case: The checkbox in the status tray context menu that controls whether chrome keeps running in the background after the last window is closed">
Let Google Chrome Run in the Background
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc="The checkbox in the status tray context menu that controls whether chrome keeps running in the background after the last window is closed">
Let Google Chrome run in the background
</message>
</if>
<message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of problem displayed in dialog when we can't create a directory for this user.">
Google Chrome cannot read and write to its data directory:
<ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph>
</message>
<if expr="chromeos_ash">
<if expr="reven">
<message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging on EULA screen.">
Optional: Help improve ChromeOS Flex features and performance by automatically sending diagnostic and usage data to Google.
</message>
</if>
<if expr="not reven">
<message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging on EULA screen.">
Optional: Help improve ChromeOS features and performance by automatically sending diagnostic and usage data to Google.
</message>
</if>
</if>
<message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read">
Your profile can not be used because it is from a newer version of Google Chrome.
Some features may be unavailable. Please specify a different profile directory or use a newer version of Chrome.
</message>
<message name="IDS_PREFERENCES_UNREADABLE_ERROR" desc="Error displayed on startup when user preferences file can not be read">
Your preferences can not be read.
Some features may be unavailable and changes to preferences won't be saved.
</message>
<message name="IDS_PREFERENCES_CORRUPT_ERROR" desc="Error displayed on startup when user preferences file can not be read">
Your preferences file is corrupt or invalid.
Google Chrome is unable to recover your settings.
</message>
<!-- Add account dialog -->
<if expr="chromeos_ash">
<message name="IDS_ACCOUNT_MANAGER_DIALOG_WELCOME_BODY_V2_WITH_GUEST_MODE" desc="Text body for the Welcome screen in ChromeOS 'Add account' dialog.">
If you want to use this account one-time only, you can use <ph name="GUEST_LINK_BEGIN"><a id="guestModeLink" href="#"></ph>Guest mode<ph name="GUEST_LINK_END"></a></ph> in Chrome browser. If you want to add an account for someone else, <ph name="LINK_BEGIN"><a target="_blank" id="newPersonLink" href="$1<ex>https://google.com/</ex>"></ph>add a new person<ph name="LINK_END"></a></ph> to your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph>.
Permissions you've already given to websites and apps may apply to this account. You can manage your Google Accounts in <ph name="SETTINGS_LINK_BEGIN"><a id="osSettingsLink" href="$3<ex>https://google.com/</ex>"></ph>Settings<ph name="SETTINGS_LINK_END"></a></ph>.
</message>
</if>
<if expr="is_linux">
<message name="IDS_DESKTOP_SHORTCUT_COMMENT" desc="Description of the desktop shortcut file which will open a Chrome tab at a given url.">
Open <ph name="URL">$1<ex>https://www.example-url.com/</ex></ph> in a new tab in Google Chrome.
</message>
</if>
<!-- Password generation strings -->
<message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown text describing password generation.">
Chrome will save this password in your Google Account. You won’t have to remember it.
</message>
<!-- Password manager onboarding strings -->
<message name="IDS_PASSWORD_MANAGER_ONBOARDING_DETAILS_C" desc="The explanation text that is shown below the title in the password manager onboarding dialog.">
Chrome lets you know if your passwords are ever compromised
</message>
<message name="IDS_PASSWORD_MANAGER_TITLE_BRAND" desc="The product name used in the title of the password bubble." translateable="false">
Google Chrome
</message>
<message name="IDS_PASSWORD_BUBBLES_PASSWORD_MANAGER_LINK_TEXT_SAVING_ON_DEVICE" desc="The text of the Google Password Manager links displayed on Password Manager bubbles footer when the credentials are stored only locally.">
Google Password Manager
</message>
<message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_SIGNED_OUT_MESSAGE_DESCRIPTION" desc="The description of the Google Password Manager's save password message when the user is signed out.">
To Google Password Manager on this device
</message>
<message name="IDS_PASSWORD_MANAGER_UPDATE_PASSWORD_SIGNED_OUT_MESSAGE_DESCRIPTION" desc="The description of the Google Password Manager's update password message when the user is signed out.">
In Google Password Manager on this device
</message>
<if expr="is_macosx">
<message name="IDS_PASSWORDS_AUTHENTICATION_PROMPT_PREFIX" desc="Text shown in the beginning of the OS-level user authentication prompt before performing a seneitive operation such as show passwords in plain text.">
Google Chrome is trying to <ph name="AUTHENTICATION_PURPOSE">$1<ex>show passwords</ex></ph>
</message>
</if>
<if expr="is_win">
<message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before revealing plaintext passwords on the password page.">
Google Chrome is trying to show passwords. Type your Windows password to allow this.
</message>
<message name="IDS_PASSWORDS_PAGE_COPY_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before copying plaintext passwords into the clipbord.">
Google Chrome is trying to copy passwords. Type your Windows password to allow this.
</message>
<message name="IDS_PASSWORDS_PAGE_EDIT_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before editing plaintext passwords on the password page.">
Google Chrome is trying to edit passwords. Type your Windows password to allow this.
</message>
<message name="IDS_PASSWORDS_PAGE_EXPORT_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before exporting passwords to a file.">
Google Chrome wants to export your passwords. Type your Windows password to allow this.
</message>
<message name="IDS_PASSWORDS_PAGE_DELETE_ALL_DATA_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before deleting all data from Google Password Manager.">
Google Chrome wants to delete your Google Password Manager data. Type your Windows password to allow this.
</message>
<message name="IDS_PASSWORDS_PAGE_IMPORT_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before overriding passwords during Import.">
Google Chrome is trying to replace existing passwords. Type your Windows password to allow this.
</message>
<message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when higher version already exists.">
This computer already has a more recent version of Google Chrome. If the software is not working, please uninstall Google Chrome and try again.
</message>
<message name="IDS_INSTALL_FAILED" desc="Error displayed if installation fails due to some unknown error.">
Installation failed due to unspecified error. If Google Chrome is currently running, please close it and try again.
</message>
<message name="IDS_SAME_VERSION_REPAIR_FAILED" desc="Error displayed if installation fails due to Chrome running.">
Can not install the same Google Chrome version that is currently running. Please close Google Chrome and try again.
</message>
<message name="IDS_SETUP_PATCH_FAILED" desc="Error message when setup.exe fails to patch itself.">
Installation failed due to unspecified error. Please download Google Chrome again.
</message>
<message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS is not supported">
Google Chrome requires Windows 10 or higher.
</message>
<message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Windows API call fails and we do not have more specific information.">
An operating system error occurred during installation. Please download Google Chrome again.
</message>
<message name="IDS_INSTALL_SINGLETON_ACQUISITION_FAILED" desc="Error displayed when the installer cannot run because another installer is already running.">
Another operation on Google Chrome is in progress. Please try again later.
</message>
<message name="IDS_INSTALL_TEMP_DIR_FAILED" desc="Error displayed when we fail to create temporary directory during installation.">
The installer couldn't create a temporary directory. Please check for free disk space and permission to install software.
</message>
<message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when we can not uncompress installation archive.">
The installer failed to uncompress archive. Please download Google Chrome again.
</message>
<message name="IDS_INSTALL_INVALID_ARCHIVE" desc="Error displayed when we can not open the installation archive.">
The installer archive is corrupted or invalid. Please download Google Chrome again.
</message>
<message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall.">
You do not have appropriate rights for system-level install. Try running the installer again as Administrator.
</message>
<message name="IDS_INSTALL_EXISTING_VERSION_LAUNCHED" desc="A message shown to users who try to install Chrome in their user profile directory when their computer already has Chrome installed for all users. In this case, the installer silently launches the existing version of Chrome for all users rather than installing a second version of Chrome.">
Google Chrome is already installed for all users on your computer.
</message>
<message name="IDS_ELEVATION_SERVICE_DESCRIPTION"
desc="The description of the Windows elevation service. Displayed in the Windows Services management console.">
Provides encryption services and a secure way for recovering <ph name="BROWSER_NAME">$1<ex>Google Chrome</ex></ph> if it gets out of date. If this service is disabled, <ph name="BROWSER_NAME">$1<ex>Google Chrome</ex></ph> may lose access to encrypted data, and <ph name="BROWSER_NAME">$1<ex>Google Chrome</ex></ph> may not be able recover itself.
</message>
<message name="IDS_TRACING_SERVICE_DESCRIPTION"
desc="The description of the Windows system tracing service. Displayed in the Windows Services management console.">
Provides system tracing services for <ph name="BROWSER_NAME">$1<ex>Google Chrome</ex></ph>. If this service is disabled, performance traces created by the browser will not include system-wide events such as context switch and ready thread events.
</message>
</if>
<!-- Options Dialog -->
<if expr="is_win">
<message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Google Chrome shortcuts.">
Access the Internet
</message>
<message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation.">
Also delete your browsing data?
</message>
<message name="IDS_UNINSTALL_SET_DEFAULT_BROWSER" desc="Text to ask whether to set another browser as default when Chromium is uninstalled.">
Change default browser to:
</message>
<message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog.">
Uninstall
</message>
</if>
<message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in an infobar when Google Chrome is not the current default browser.">
Google Chrome isn't your default browser
</message>
<message name="IDS_DEFAULT_BROWSER_INFOBAR_REFRESH_TEXT" desc="Text to show in an infobar when Google Chrome is not the current default browser.">
Google recommends setting Chrome as default
</message>
<!-- Download Bubble Items -->
<message name="IDS_DOWNLOAD_BUBBLE_SUBPAGE_SUMMARY_UNKNOWN_SOURCE"
desc="Summary of dangerous warning for a file (like an extension) from an unknown source.">
Extensions, apps, and themes from unknown sources can harm your device. Chrome recommends only installing them from the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph>
</message>
<message name="IDS_DOWNLOAD_BUBBLE_SUBPAGE_SUMMARY_WARNING_BLOCKED_LEARN_MORE_LINK"
desc="Text for the link to the help page about why Chrome blocks some downloaded files.">
Learn why Chrome blocks some downloads
</message>
<message name="IDS_DOWNLOAD_WARNING_BYPASS_PROMPT_LEARN_MORE_LINK_ACCESSIBLE"
desc="On the downloads page, accessible text for the link to the help center in the prompt to bypass a dangerous download warning.">
Learn why Chrome blocks some files, opens in new tab
</message>
<message name="IDS_DOWNLOAD_BUBBLE_SUBPAGE_SUMMARY_DEEP_SCANNING_PROMPT_LOCAL_DECRYPTION"
desc="Subpage summary of warning for a file where we recommend providing the password for on-device decryption">
This file may be dangerous<ph name="LINE_BREAK">$1</ph>Chrome can check this download for you if you provide the password. Info about the file gets sent to Google Safe Browsing, but the file content and password stay on your device.
</message>
<!-- Download Shelf Items -->
<message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING"
desc="Message shown when a CRX has been downloaded and is being unpacked.">
Adding to Chrome...
</message>
<message name="IDS_PROMPT_DOWNLOAD_CHANGES_SETTINGS"
desc="Message shown on the download shelf when the download is known to change settings in the browser.">
<ph name="FILE_NAME">$1<ex>bla.exe</ex></ph> may be dangerous, so Chrome has blocked it.
</message>
<message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL"
desc="Message shown to the user to validate the download when the download url is classified to lead to malware by the safebrowsing database.">
This file is dangerous, so Chrome has blocked it.
</message>
<message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT"
desc="Message shown to the user to validate the download when the download content is classified to lead to malware by safebrowsing.">
<ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is dangerous, so Chrome has blocked it.
</message>
<message name="IDS_BLOCK_REASON_PROMPT_FOR_SCANNING"
desc="Message shown to the user on chrome://downloads page to explain that this download is recommended to be scanned.">
Chrome recommends scanning this file because it may be dangerous.
</message>
<!-- chrome://downloads page dangerous file description strings -->
<message name="IDS_BLOCK_DOWNLOAD_REASON_DANGEROUS_FILETYPE"
desc="On the chrome://downloads page, the description shown for a blocked file with a dangerous filetype.">
Chrome blocked this download because the file type isn't commonly downloaded and it may be dangerous
</message>
<message name="IDS_BLOCK_DOWNLOAD_REASON_DANGEROUS"
desc="On the chrome://downloads page, the description shown for a blocked file that is dangerous.">
Chrome blocked this download because the file is dangerous
</message>
<message name="IDS_BLOCK_DOWNLOAD_REASON_DANGEROUS_COOKIE_THEFT"
desc="On the chrome://downloads page, the description shown for a blocked file that is dangerous because of cookie theft.">
Chrome blocked this download because the file can harm your personal and social network accounts
</message>
<message name="IDS_BLOCK_DOWNLOAD_REASON_DANGEROUS_COOKIE_THEFT_AND_ACCOUNT"
desc="On the chrome://downloads page, the description with account info shown for a blocked file that is dangerous because of cookie theft.">
Chrome blocked this download because the file can harm your personal and social network accounts, including <ph name="USER_EMAIL">$1<ex>[email protected]</ex></ph>
</message>
<message name="IDS_BLOCK_DOWNLOAD_REASON_UNCOMMON"
desc="On the chrome://downloads page, the description shown for a blocked file that is uncommon.">
Chrome blocked this download because the file isn't commonly downloaded and it may be dangerous
</message>
<message name="IDS_BLOCK_DOWNLOAD_REASON_UNCOMMON_SUSPICIOUS_ARCHIVE"
desc="On the chrome://downloads page, the description shown for a blocked file that is suspicious archive.">
Chrome blocked this download because the archive file includes other files that may hide malware
</message>
<message name="IDS_BLOCK_DOWNLOAD_REASON_POTENTIALLY_UNWANTED"
desc="On the chrome://downloads page, the description shown for a blocked file that is potentially unwanted.">
Chrome blocked this download because the file is deceptive and may make unexpected changes to your device
</message>
<message name="IDS_BLOCK_DOWNLOAD_REASON_INSECURE"
desc="On the chrome://downloads page, the description shown for a blocked file that is insecure.">
Chrome blocked this download because the site isn't using a secure connection and the file may have been tampered with
</message>
<message name="IDS_BLOCK_DOWNLOAD_REASON_UNVERIFIED_NO_SAFE_BROWSING"
desc="On the chrome://downloads page, the description shown for a blocked file that could not be verified because Safe Browsing is off.">
Chrome blocked this download because you turned Safe Browsing off and the file can't be verified
</message>
<!-- chrome://downloads page bypass dangerous download warning prompt-->
<message name="IDS_DOWNLOAD_WARNING_BYPASS_PROMPT_LEARN_MORE_LINK"
desc="On the downloads page, the label for the link to the help center in the prompt to bypass a dangerous download warning.">
Learn why Chrome blocks some files
</message>
<!-- Abandon in-progress downloads confirmation dialog -->
<if expr="not is_macosx">
<message name="IDS_ABANDON_DOWNLOAD_DIALOG_BROWSER_MESSAGE" desc="Message on a dialog shown when the user closes the browser while one or more downloads are in progress. This string is shown on Windows, ChromeOS, and Linux, which all use 'Exit' to refer to closing a browser.">
Exit Chrome anyway?
</message>
</if>
<if expr="is_macosx">
<message name="IDS_ABANDON_DOWNLOAD_DIALOG_BROWSER_MESSAGE" desc="Mac OSX Only: Message on a dialog shown when the user closes the browser while one or more downloads are in progress. This string is shown on Mac OSX only, which uses 'Quit' to refer to closing a browser.">
Quit Chrome anyway?
</message>
</if>
<!-- Quit all apps confirmation dialog -->
<if expr="is_macosx">
<message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background.">
Google Chrome is in background mode.
</message>
</if>
<!-- Google API keys info bar -->
<message name="IDS_MISSING_GOOGLE_API_KEYS" desc="Message shown when Google API keys are missing. This message is followed by a 'Learn more' link.">
Google API keys are missing. Some functionality of Google Chrome will be disabled.
</message>
<!-- Extension/App install prompt -->
<if expr="enable_extensions">
<!-- Extension installed bubble -->
<message name="IDS_EXTENSION_INSTALLED_HEADING" desc="Title of the extension-installed bubble. Instructs that the extension was installed.">
<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added to Chrome
</message>
<!-- Extension uninstall prompt -->
<message name="IDS_EXTENSION_UNINSTALL_PROMPT_REMOVE_DATA_CHECKBOX" desc="Checkbox text to ask the user whether they want to remove associated data at uninstall time. Only used when uninstalling an app associated with a particular website.">
Also delete data from Chrome (<ph name="URL">$1<ex>www.google.com</ex></ph>)
</message>
<!-- Extension alerts. -->
<message name="IDS_EXTENSION_ALERT_ITEM_BLOCKLISTED_MALWARE" desc="A statement that an extension has been newly blocklisted for malware.">
Chrome found that "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" contains malware
</message>
<message name="IDS_EXTENSIONS_ALERT_ITEM_BLOCKLISTED_MALWARE_TITLE" desc="A statement that an extension has been newly blocklisted for malware.">
Chrome found that these extensions contain malware:
</message>
<!-- Manifest V2 Deprecation dialog -->
<message name="IDS_EXTENSIONS_MANIFEST_V2_DEPRECATION_KEEP_DIALOG_DESCRIPTION" desc="The description of the dialog asking the user if they want to keep the extension installed, which is affected by the Manifest V2 deprecation">
This extension is no longer supported. Chrome recommends that you remove it instead.
</message>
<message name="IDS_EXTENSIONS_MANIFEST_V2_DEPRECATION_DISABLED_DIALOG_DESCRIPTION" desc="The description of the dialog that appears when extensions were disabled due to the Manifest V2 deprecation">
{NUM_EXTENSIONS, plural,
=1 {This extension is no longer supported. Chrome recommends that you remove it.}
other {These extensions are no longer supported. Chrome recommends that you remove them.}}
</message>
<message name="IDS_EXTENSIONS_MV2_DEPRECATION_MESSAGE_DISABLED_SUBTITLE" desc="Subtitle text displayed in the manifest v2 deprecation message for a specific extension during the disabled stage.">
Chrome recommends that you remove it. <ph name="BEGIN_LINK"><a href="$1" aria-description="$2" target="_blank"></ph>Learn more about supported extensions<ph name="END_LINK"></a></ph>
</message>
<message name="IDS_EXTENSIONS_MV2_DEPRECATION_PANEL_DISABLED_SUBTITLE" desc="Subtitle text displayed in the manifest v2 deprecation panel for the disabled stage.">
{NUM_EXTENSIONS, plural,
=1 {Chrome recommends that you remove it. <ph name="BEGIN_LINK"><a href="$1" aria-description="$2" target="_blank"></ph>Learn more about supported extensions<ph name="END_LINK"></a></ph>}
other {Chrome recommends that you remove them. <ph name="BEGIN_LINK"><a href="$1" aria-description="$2" target="_blank"></ph>Learn more about supported extensions<ph name="END_LINK"></a></ph>}
}
</message>
<message name="IDS_EXTENSIONS_MV2_DEPRECATION_PANEL_REMOVE_BUTTON_ACC_LABEL" desc="The (accessible) label for the button to remove an extension.">
Remove <ph name="EXTENSION_NAME">$1<ex>Google Translate</ex></ph> from Chrome
</message>
</if>
<!-- Extension Safety Check Detail Page strings -->
<message name="IDS_SAFETY_CHECK_EXTENSIONS_MALWARE" desc="The text explaining the reason for disabling extension. The extension in question contains malware.">
This extension contains malware and is unsafe. Remove it from Chrome so it can no longer see and change your data on sites you visit, including your personal info.
</message>
<message name="IDS_SAFETY_CHECK_EXTENSIONS_POLICY_VIOLATION" desc="The text explaining the reason for disabling extension. The extension in question violates Chrome Web Store policy.">
This extension violates the Chrome Web Store policy, and might be unsafe. Remove it from Chrome so it can no longer see and change your data on sites you visit, including your personal info.
</message>
<message name="IDS_SAFETY_CHECK_EXTENSIONS_UNPUBLISHED" desc="The text explaining the reason for disabling extension. The extension in question was unpublished by the developer.">
This extension was unpublished by its developer, and might be unsafe. Remove it from Chrome so it can no longer see and change your data on sites you visit, including your personal info.
</message>
<message name="IDS_EXTENSIONS_SAFETY_CHECK_PRIMARY_LABEL" desc="Alerts the user that the extension should be reviewed.">
Chrome recommends you review this extension
</message>
<message name="IDS_EXTENSIONS_SAFETY_CHECK_OFFSTORE" desc="Alerts the user that the extension is not from the Chrome web store.">
Chrome can't verify where this extension comes from, and it might be unsafe. Remove it from Chrome so it can no longer see and change your data on sites you visit, including personal info.
</message>
<message name="IDS_EXTENSIONS_SAFETY_CHECK_OFFSTORE_ON" desc="Alerts the user that the extension is not from the Chrome web store.">
On • Chrome can't verify where this extension comes from
</message>
<message name="IDS_EXTENSIONS_SAFETY_CHECK_OFFSTORE_OFF" desc="Alerts the user that the extension is not from the Chrome web store.">
Off • Chrome can't verify where this extension comes from
</message>
<message name="IDS_EXTENSIONS_SAFETY_CHECK_NO_PRIVACY_PRACTICES" desc="Alerts the user that the extension has not disclosed its privacy practices.">
This extension hasn't published privacy practices, such as how it collects and uses data. Chrome recommends that you remove it.
</message>
<!-- chrome://extensions page -->
<message name="IDS_EXTENSIONS_SC_DESCRIPTION" desc="Detailed message displayed in the Safety Check description section.">
{NUM_EXTENSIONS, plural,
=1 {Chrome recommends that you remove it}
other {Chrome recommends that you remove them}}
</message>
<message name="IDS_EXTENSIONS_ITEM_SHOW_ACCESS_REQUESTS_IN_TOOLBAR" desc="The label on the toggle to allow the extension to show site access requests in the toolbar.">
Allow extension to show access requests in the Chrome toolbar
</message>
<message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chrome cannot prevent extensions from recording history in Incognito mode. Displayed in extensions management UI after an extension is selected to be run in Incognito mode.">
Warning: Google Chrome cannot prevent extensions from recording your browsing history. To disable this extension in Incognito mode, unselect this option.
</message>
<message name="IDS_EXTENSIONS_UNINSTALL" desc="The label for a control that triggers an extension uninstall.">
Remove from Chrome
</message>
<message name="IDS_EXTENSIONS_SHORTCUT_SCOPE_IN_CHROME" desc="The label to indicate that a shortcut will be triggerable only from within the Chrome application.">
In Chrome
</message>
<if expr="enable_extensions">
<message name="IDS_EXTENSIONS_MULTIPLE_UNSUPPORTED_DISABLED_BODY" desc="Body of the dialog shown when multiple unsupported extensions have been disabled.">
To make Chrome safer, we disabled some extensions that aren't listed in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph> and may have been added without your knowledge.
</message>
<message name="IDS_EXTENSIONS_SINGLE_UNSUPPORTED_DISABLED_BODY" desc="Body of the dialog shown when a single unsupported extension has been disabled.">
To make Chrome safer, we disabled the following extension that isn't listed in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph> and may have been added without your knowledge.
</message>
</if>
<!-- App menu -->
<message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the browser menu">
Customize and control Google Chrome
</message>
<message name="IDS_APPMENU_TOOLTIP_UPDATE_AVAILABLE" desc="The tooltip to show for the browser menu when an update is available">
Customize and control Google Chrome. Update is available.
</message>
<message name="IDS_APPMENU_TOOLTIP_ALERT" desc="The tooltip to show for the browser menu when a non-update alert is displayed">
Customize and control Google Chrome. Something needs your attention - click for details.
</message>
<message name="IDS_OPEN_IN_CHROME" desc="The text label of the Open in Chrome menu item for the Hosted App app menu">
&Open in Chrome
</message>
<if expr="use_titlecase and not chromeos_ash">
<message name="IDS_ABOUT" desc="In Title Case: The text label of the About Chrome menu item">
About &Google Chrome
</message>
<message name="IDS_RELAUNCH_TO_UPDATE" desc="In Title Case: The text label of the relaunch to update Chrome menu item">
Relaunch to Update &Chrome
</message>
</if>
<if expr="not use_titlecase and not chromeos_ash">
<message name="IDS_ABOUT" desc="The text label of the About Chrome menu item">
About &Google Chrome
</message>
<message name="IDS_RELAUNCH_TO_UPDATE" desc="The text label of the relaunch to update Chrome menu item">
Relaunch to update &Chrome
</message>
</if>
<if expr="chromeos_ash">
<message name="IDS_ABOUT" desc="The text label of the About Chrome menu item">
About &Google Chrome
</message>
<if expr="reven">
<message name="IDS_RELAUNCH_TO_UPDATE" desc="The text label of the relaunch to update ChromeOS Flex menu item">
Relaunch to update &ChromeOS Flex
</message>
</if>
<if expr="not reven">
<message name="IDS_RELAUNCH_TO_UPDATE" desc="The text label of the relaunch to update ChromeOS menu item">
Relaunch to update &ChromeOS
</message>
</if>
</if>
<if expr="is_macosx">
<message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome." translateable="false">
Chrome
</message>
<message name="IDS_HELPER_NAME" desc="The helper application's name. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chrome Helper.">
Google Chrome Helper
</message>
<message name="IDS_SHORT_HELPER_NAME" desc="The helper application's short name, used for the Mac's application menu, activity monitor, etc. Example: Chrome Helper, not Google Chrome Helper.">
Chrome Helper
</message>
</if>
<message name="IDS_VIEW_PASSWORDS" desc="Item in the app menu which shows Password Manager page">
Google P&assword Manager
</message>
<!-- Chrome sign-in page -->
<message name="IDS_CHROME_SIGNIN_TITLE" desc="Title on the about:chrome-signin page" translateable="false">
Chrome
</message>
<!-- DICE sign-in promo strings -->
<message name="IDS_PROFILES_DICE_SYNC_PROMO" desc="Text describing the benefits of turning on Sync.">
Sync and personalize Chrome across your devices
</message>
<!-- One click sign-in infobar -->
<if expr="not chromeos_ash">
<message name="IDS_SYNC_WRONG_EMAIL" desc="Message shown when sync setup failed due to the user entering the wrong email address for sign-in.">
You were signed in to Chrome as <ph name="USER_EMAIL_ADDRESS">$1<ex>[email protected]</ex></ph>. Please use the same account to sign in again.
</message>
<message name="IDS_SYNC_USED_PROFILE_ERROR" desc="An error message shown when user tries to sign in to a profile that is used by other user name before.">
Someone previously signed in to Chrome on this computer as <ph name="ACCOUNT_EMAIL_LAST">$1<ex>[email protected]</ex></ph>. Please create a new Chrome user to keep your information separate.
</message>
</if>
<!-- Enterprise sign-in dialog -->
<if expr="toolkit_views">
<message name="IDS_ENTERPRISE_SIGNIN_TITLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in enterprise account">
Link your Chrome data to this account?
</message>
<message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
You are signing in with a managed account and giving its administrator control over your Google Chrome profile. Your Chrome data, such as your apps, bookmarks, history, passwords, and other settings will become permanently tied to <ph name="USER_NAME">$1<ex>[email protected]</ex></ph>. You will be able to delete this data via the Google Accounts Dashboard, but you will not be able to associate this data with another account. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>
</message>
<message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITH_PROFILE_CREATION" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. Additionally notifies the user that they can create a new profile instead. This message is followed by a 'Learn more' link.">
You are signing in with a managed account and giving its administrator control over your Google Chrome profile. Your Chrome data, such as your apps, bookmarks, history, passwords, and other settings will become permanently tied to <ph name="USER_NAME">$1<ex>[email protected]</ex></ph>. You will be able to delete this data via the Google Accounts Dashboard, but you will not be able to associate this data with another account. You can optionally create a new profile to keep your existing Chrome data separate. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>
</message>
<message name="IDS_ENTERPRISE_SIGNIN_WORK_PROFILE_TITLE" desc="The title of the dialog to confirm adding a new work profile with the signed-in enterprise account">
Add Work Profile to this browser
</message>
<message name="IDS_ENTERPRISE_SIGNIN_WORK_PROFILE_CREATION" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
You are adding a work profile to this browser and giving your administrator control over just the work profile.
</message>
<message name="IDS_ENTERPRISE_SIGNIN_WORK_PROFILE_ISOLATION_NOTICE" desc="Notice that work profiles are separated from any personal profile">
This work profile is completely separate from your personal profile.
</message>
<message name="IDS_ENTERPRISE_SIGNIN_WORK_PROFILE_EXPLANATION" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
Any Chrome data that is generated during the use of this profile (such as the creation of bookmarks, history, passwords, and other settings) can be removed by the work profile administrator. <ph name="LEARN_MORE">$1<ex>Learn more</ex></ph>
</message>
<message name="IDS_ENTERPRISE_VALUE_PROPOSITION_PROFILE_REQUIRED_BY_ORG_TITLE" desc="Title of the screen in the profile creation flow where the user is asked whether they want to confirm signing in to Chrome with their enterprise account when it is mandatory to sign in to Chrome with the enterprise account.">
Your organization requires you to sign into Chrome