forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathash_strings.grd
6569 lines (6373 loc) · 478 KB
/
ash_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 the strings for ash.
Style notes:
* Most strings are "Sentence case" with the first word capitalized and other
words not capitalized
* Specific features may be capitalized (e.g. "Bluetooth", "Nearby Share") even
if they appear in the middle of a string
* Most strings do not end in a period (e.g. "Show settings")
* Multi-phrase strings that contain a period in the middle also have a period
at the end (e.g. "Show Bluetooth settings. Bluetooth is on.")
-->
<grit base_dir="." latest_public_release="0" current_release="1"
output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
<outputs>
<output filename="grit/ash_strings.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
<output filename="ash_strings_af.pak" type="data_package" lang="af" />
<output filename="ash_strings_am.pak" type="data_package" lang="am" />
<output filename="ash_strings_ar.pak" type="data_package" lang="ar" />
<output filename="ash_strings_as.pak" type="data_package" lang="as" />
<output filename="ash_strings_az.pak" type="data_package" lang="az" />
<output filename="ash_strings_be.pak" type="data_package" lang="be" />
<output filename="ash_strings_bg.pak" type="data_package" lang="bg" />
<output filename="ash_strings_bn.pak" type="data_package" lang="bn" />
<output filename="ash_strings_bs.pak" type="data_package" lang="bs" />
<output filename="ash_strings_ca.pak" type="data_package" lang="ca" />
<output filename="ash_strings_cs.pak" type="data_package" lang="cs" />
<output filename="ash_strings_cy.pak" type="data_package" lang="cy" />
<output filename="ash_strings_da.pak" type="data_package" lang="da" />
<output filename="ash_strings_de.pak" type="data_package" lang="de" />
<output filename="ash_strings_el.pak" type="data_package" lang="el" />
<output filename="ash_strings_en-GB.pak" type="data_package" lang="en-GB" />
<output filename="ash_strings_en-US.pak" type="data_package" lang="en" />
<output filename="ash_strings_es.pak" type="data_package" lang="es" />
<output filename="ash_strings_es-419.pak" type="data_package" lang="es-419" />
<output filename="ash_strings_et.pak" type="data_package" lang="et" />
<output filename="ash_strings_eu.pak" type="data_package" lang="eu" />
<output filename="ash_strings_fa.pak" type="data_package" lang="fa" />
<output filename="ash_strings_fi.pak" type="data_package" lang="fi" />
<output filename="ash_strings_fil.pak" type="data_package" lang="fil" />
<output filename="ash_strings_fr-CA.pak" type="data_package" lang="fr-CA" />
<output filename="ash_strings_fr.pak" type="data_package" lang="fr" />
<output filename="ash_strings_gl.pak" type="data_package" lang="gl" />
<output filename="ash_strings_gu.pak" type="data_package" lang="gu" />
<output filename="ash_strings_he.pak" type="data_package" lang="he" />
<output filename="ash_strings_hi.pak" type="data_package" lang="hi" />
<output filename="ash_strings_hr.pak" type="data_package" lang="hr" />
<output filename="ash_strings_hu.pak" type="data_package" lang="hu" />
<output filename="ash_strings_hy.pak" type="data_package" lang="hy" />
<output filename="ash_strings_id.pak" type="data_package" lang="id" />
<output filename="ash_strings_is.pak" type="data_package" lang="is" />
<output filename="ash_strings_it.pak" type="data_package" lang="it" />
<output filename="ash_strings_ja.pak" type="data_package" lang="ja" />
<output filename="ash_strings_ka.pak" type="data_package" lang="ka" />
<output filename="ash_strings_kk.pak" type="data_package" lang="kk" />
<output filename="ash_strings_km.pak" type="data_package" lang="km" />
<output filename="ash_strings_kn.pak" type="data_package" lang="kn" />
<output filename="ash_strings_ko.pak" type="data_package" lang="ko" />
<output filename="ash_strings_ky.pak" type="data_package" lang="ky" />
<output filename="ash_strings_lo.pak" type="data_package" lang="lo" />
<output filename="ash_strings_lt.pak" type="data_package" lang="lt" />
<output filename="ash_strings_lv.pak" type="data_package" lang="lv" />
<output filename="ash_strings_mk.pak" type="data_package" lang="mk" />
<output filename="ash_strings_ml.pak" type="data_package" lang="ml" />
<output filename="ash_strings_mn.pak" type="data_package" lang="mn" />
<output filename="ash_strings_mr.pak" type="data_package" lang="mr" />
<output filename="ash_strings_ms.pak" type="data_package" lang="ms" />
<output filename="ash_strings_my.pak" type="data_package" lang="my" />
<output filename="ash_strings_ne.pak" type="data_package" lang="ne" />
<output filename="ash_strings_nl.pak" type="data_package" lang="nl" />
<!-- The translation console uses 'no' for Norwegian Bokmål. It should
be 'nb'. -->
<output filename="ash_strings_nb.pak" type="data_package" lang="no" />
<output filename="ash_strings_pa.pak" type="data_package" lang="pa" />
<output filename="ash_strings_pl.pak" type="data_package" lang="pl" />
<output filename="ash_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
<output filename="ash_strings_pt-PT.pak" type="data_package" lang="pt-PT" />
<output filename="ash_strings_or.pak" type="data_package" lang="or" />
<output filename="ash_strings_ro.pak" type="data_package" lang="ro" />
<output filename="ash_strings_ru.pak" type="data_package" lang="ru" />
<output filename="ash_strings_si.pak" type="data_package" lang="si" />
<output filename="ash_strings_sk.pak" type="data_package" lang="sk" />
<output filename="ash_strings_sl.pak" type="data_package" lang="sl" />
<output filename="ash_strings_sq.pak" type="data_package" lang="sq" />
<output filename="ash_strings_sr-Latn.pak" type="data_package" lang="sr-Latn" />
<output filename="ash_strings_sr.pak" type="data_package" lang="sr" />
<output filename="ash_strings_sv.pak" type="data_package" lang="sv" />
<output filename="ash_strings_sw.pak" type="data_package" lang="sw" />
<output filename="ash_strings_ta.pak" type="data_package" lang="ta" />
<output filename="ash_strings_te.pak" type="data_package" lang="te" />
<output filename="ash_strings_th.pak" type="data_package" lang="th" />
<output filename="ash_strings_tr.pak" type="data_package" lang="tr" />
<output filename="ash_strings_uk.pak" type="data_package" lang="uk" />
<output filename="ash_strings_ur.pak" type="data_package" lang="ur" />
<output filename="ash_strings_uz.pak" type="data_package" lang="uz" />
<output filename="ash_strings_vi.pak" type="data_package" lang="vi" />
<output filename="ash_strings_zh-CN.pak" type="data_package" lang="zh-CN" />
<output filename="ash_strings_zh-HK.pak" type="data_package" lang="zh-HK" />
<output filename="ash_strings_zh-TW.pak" type="data_package" lang="zh-TW" />
<output filename="ash_strings_zu.pak" type="data_package" lang="zu" />
<!-- Pseudolocales -->
<output filename="ash_strings_ar-XB.pak" type="data_package" lang="ar-XB" />
<output filename="ash_strings_en-XA.pak" type="data_package" lang="en-XA" />
</outputs>
<translations>
<file path="strings/ash_strings_af.xtb" lang="af" />
<file path="strings/ash_strings_am.xtb" lang="am" />
<file path="strings/ash_strings_ar.xtb" lang="ar" />
<file path="strings/ash_strings_as.xtb" lang="as" />
<file path="strings/ash_strings_az.xtb" lang="az" />
<file path="strings/ash_strings_be.xtb" lang="be" />
<file path="strings/ash_strings_bg.xtb" lang="bg" />
<file path="strings/ash_strings_bn.xtb" lang="bn" />
<file path="strings/ash_strings_bs.xtb" lang="bs" />
<file path="strings/ash_strings_ca.xtb" lang="ca" />
<file path="strings/ash_strings_cs.xtb" lang="cs" />
<file path="strings/ash_strings_cy.xtb" lang="cy" />
<file path="strings/ash_strings_da.xtb" lang="da" />
<file path="strings/ash_strings_de.xtb" lang="de" />
<file path="strings/ash_strings_el.xtb" lang="el" />
<file path="strings/ash_strings_en-GB.xtb" lang="en-GB" />
<file path="strings/ash_strings_es.xtb" lang="es" />
<file path="strings/ash_strings_es-419.xtb" lang="es-419" />
<file path="strings/ash_strings_et.xtb" lang="et" />
<file path="strings/ash_strings_eu.xtb" lang="eu" />
<file path="strings/ash_strings_fa.xtb" lang="fa" />
<file path="strings/ash_strings_fi.xtb" lang="fi" />
<file path="strings/ash_strings_fil.xtb" lang="fil" />
<file path="strings/ash_strings_fr.xtb" lang="fr" />
<file path="strings/ash_strings_fr-CA.xtb" lang="fr-CA" />
<file path="strings/ash_strings_gl.xtb" lang="gl" />
<file path="strings/ash_strings_gu.xtb" lang="gu" />
<file path="strings/ash_strings_hi.xtb" lang="hi" />
<file path="strings/ash_strings_hr.xtb" lang="hr" />
<file path="strings/ash_strings_hu.xtb" lang="hu" />
<file path="strings/ash_strings_hy.xtb" lang="hy" />
<file path="strings/ash_strings_id.xtb" lang="id" />
<file path="strings/ash_strings_is.xtb" lang="is" />
<file path="strings/ash_strings_it.xtb" lang="it" />
<!-- The translation console uses 'iw' for Hebrew, but we use 'he'. -->
<file path="strings/ash_strings_iw.xtb" lang="he" />
<file path="strings/ash_strings_ja.xtb" lang="ja" />
<file path="strings/ash_strings_ka.xtb" lang="ka" />
<file path="strings/ash_strings_kk.xtb" lang="kk" />
<file path="strings/ash_strings_km.xtb" lang="km" />
<file path="strings/ash_strings_kn.xtb" lang="kn" />
<file path="strings/ash_strings_ko.xtb" lang="ko" />
<file path="strings/ash_strings_ky.xtb" lang="ky" />
<file path="strings/ash_strings_lo.xtb" lang="lo" />
<file path="strings/ash_strings_lt.xtb" lang="lt" />
<file path="strings/ash_strings_lv.xtb" lang="lv" />
<file path="strings/ash_strings_mk.xtb" lang="mk" />
<file path="strings/ash_strings_ml.xtb" lang="ml" />
<file path="strings/ash_strings_mn.xtb" lang="mn" />
<file path="strings/ash_strings_mr.xtb" lang="mr" />
<file path="strings/ash_strings_ms.xtb" lang="ms" />
<file path="strings/ash_strings_my.xtb" lang="my" />
<file path="strings/ash_strings_ne.xtb" lang="ne" />
<file path="strings/ash_strings_nl.xtb" lang="nl" />
<file path="strings/ash_strings_no.xtb" lang="no" />
<file path="strings/ash_strings_or.xtb" lang="or" />
<file path="strings/ash_strings_pa.xtb" lang="pa" />
<file path="strings/ash_strings_pl.xtb" lang="pl" />
<file path="strings/ash_strings_pt-BR.xtb" lang="pt-BR" />
<file path="strings/ash_strings_pt-PT.xtb" lang="pt-PT" />
<file path="strings/ash_strings_ro.xtb" lang="ro" />
<file path="strings/ash_strings_ru.xtb" lang="ru" />
<file path="strings/ash_strings_si.xtb" lang="si" />
<file path="strings/ash_strings_sk.xtb" lang="sk" />
<file path="strings/ash_strings_sl.xtb" lang="sl" />
<file path="strings/ash_strings_sq.xtb" lang="sq" />
<file path="strings/ash_strings_sr.xtb" lang="sr" />
<file path="strings/ash_strings_sr-Latn.xtb" lang="sr-Latn" />
<file path="strings/ash_strings_sv.xtb" lang="sv" />
<file path="strings/ash_strings_sw.xtb" lang="sw" />
<file path="strings/ash_strings_ta.xtb" lang="ta" />
<file path="strings/ash_strings_te.xtb" lang="te" />
<file path="strings/ash_strings_th.xtb" lang="th" />
<file path="strings/ash_strings_tr.xtb" lang="tr" />
<file path="strings/ash_strings_uk.xtb" lang="uk" />
<file path="strings/ash_strings_ur.xtb" lang="ur" />
<file path="strings/ash_strings_uz.xtb" lang="uz" />
<file path="strings/ash_strings_vi.xtb" lang="vi" />
<file path="strings/ash_strings_zh-CN.xtb" lang="zh-CN" />
<file path="strings/ash_strings_zh-HK.xtb" lang="zh-HK" />
<file path="strings/ash_strings_zh-TW.xtb" lang="zh-TW" />
<file path="strings/ash_strings_zu.xtb" lang="zu" />
</translations>
<release seq="1">
<messages fallback_to_english="true">
<!-- TODO add all of your "string table" messages here. Remember to
change nontranslateable parts of the messages into placeholders (using the
<ph> element). You can also use the 'grit add' tool to help you identify
nontranslateable parts and create placeholders for them. -->
<!-- Shelf -->
<message name="IDS_ASH_SHELF_BACK_BUTTON_TITLE" desc="The title used for the back button on the Shelf, which is avaliable in tablet mode.">
Back
</message>
<message name="IDS_ASH_SHELF_OVERFLOW_NAME" desc="The title used for the Ash overflow button in the shelf">
Overflow
</message>
<message name="IDS_ASH_SHELF_CONTEXT_MENU_AUTO_HIDE" desc="Title of the menu item in the context menu for auto-hiding the shelf when the current window is not maximized">
Autohide shelf
</message>
<message name="IDS_ASH_SHELF_CONTEXT_MENU_ALWAYS_SHOW_SHELF" desc="Title of the menu item in the context menu for always showing the shelf">
Always show shelf
</message>
<message name="IDS_ASH_SHELF_CONTEXT_MENU_POSITION" desc="Title of the menu item in the context menu for aligning the shelf">
Shelf position
</message>
<message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of the menu item in the context menu for aligning the shelf to the bottom of the screen">
Bottom
</message>
<message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_LEFT" desc="Title of the menu item in the context menu for aligning the shelf to the left of the screen">
Left
</message>
<message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of the menu item in the context menu for aligning the shelf to the right of the screen">
Right
</message>
<message name="IDS_ASH_SHELF_ACCESSIBLE_NAME" desc="The accessible name of the shelf.">
Shelf
</message>
<message name="IDS_ASH_LEARN_MORE" desc="Text of Learn more links.">
Learn more
</message>
<message name="IDS_SHELF_ALIGNMENT_BOTTOM" desc="Accessibility announcement notifying users that the shelf is now placed at the bottom of the screen">
Shelf on bottom
</message>
<message name="IDS_SHELF_ALIGNMENT_LEFT" desc="Accessibility announcement notifying users that the shelf is now placed on the left of the screen">
Shelf on left
</message>
<message name="IDS_SHELF_ALIGNMENT_RIGHT" desc="Accessibility announcement notifying users that the shelf is now placed on the right of the screen">
Shelf on right
</message>
<message name="IDS_SHELF_STATE_ALWAYS_SHOWN" desc="Accessibility announcement notifying users that the shelf is now always being shown">
Shelf always shown
</message>
<message name="IDS_SHELF_STATE_ALWAYS_HIDDEN" desc="Accessibility announcement notifying users that the shelf is now always being hidden">
Shelf always hidden
</message>
<message name="IDS_SHELF_STATE_AUTO_HIDE" desc="Accessibility announcement notifying users that the shelf will now hide itself automatically">
Shelf auto hidden
</message>
<message name="IDS_SHELF_ITEM_GENERIC_NAME" desc="The generic name of a shelf item, in situations where it does not have an explicit title">
Shelf item
</message>
<message name="IDS_SHELF_ITEM_WAS_PINNED" desc="Accessibility announcement notifying users that an item was pinned to the shelf">
<ph name="ITEM_TITLE">$1<ex>Files</ex></ph> was pinned
</message>
<message name="IDS_SHELF_ITEM_WAS_UNPINNED" desc="Accessibility announcement notifying users that an item was un-pinned from the shelf">
<ph name="ITEM_TITLE">$1<ex>Files</ex></ph> was un-pinned
</message>
<message name="IDS_SHELF_ITEMS_WERE_SWAPPED" desc="Accessibility announcement notifying users that two shelf items have been swapped">
<ph name="FIRST_ITEM_TITLE">$1<ex>Files</ex></ph> swapped with <ph name="SECOND_ITEM_TITLE">$2<ex>Settings</ex></ph>
</message>
<message name="IDS_SHELF_ITEM_HAS_NOTIFICATION_BADGE" desc="Accessibility announcement notifying users that the currently focused shelf app button has a notification badge shown on the app button's icon.">
<ph name="APP_ITEM_TITLE">$1<ex>App Name</ex></ph> requests your attention.
</message>
<message name="IDS_SHELF_NEXT" desc="Tooltip for the shelf arrow button that scrolls the shelf forward">
Next
</message>
<message name="IDS_SHELF_PREVIOUS" desc="Tooltip for the shelf arrow button that scrolls the shelf backward">
Previous
</message>
<message name="IDS_SHELF_LAUNCHER_NUDGE_TEXT" desc="The text shown to users beside the home button that shows the launcher UI when the device is in clamshell mode. This nudge text guides them to click on the home button to see all the apps in the launcher UI.">
See all apps
</message>
<!-- Status tray items -->
<message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_DESCRIPTION" is_accessibility_with_no_ui="true" desc="The accessible description of the status tray and the information on it.">
Status tray, time <ph name="time">$1<ex>9:50</ex></ph>,
<ph name="battery">$2<ex>Battery is full.</ex></ph>
<ph name="channel">$3<ex>Stable Channel</ex></ph>
<ph name="network">$4<ex>Connected to Wifi.</ex></ph>,
<ph name="privacy">$5<ex>Camera in use</ex></ph>,
<ph name="managed">$6<ex>This account is managed by Family Link</ex></ph>
<ph name="notification">$7<ex>1 notification</ex></ph>,
<ph name="ime">$8<ex>Using US keyboard</ex></ph>
<ph name="locale">$9<ex>Using English</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_PRIVACY_ACCESSIBLE_DESCRIPTION" is_accessibility_with_no_ui="true" desc="The accessible description of privacy in the status tray and the information on it.">
<ph name="mic">$1<ex>A virtual machine is using your microphone</ex></ph>,
<ph name="camera">$2<ex>A virtual machine is using your camera</ex></ph>
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_ACCESSIBLE_DESCRIPTION" desc="The accessible description of the quick settings bubble and the information in it.">
Quick Settings, Press search + left to access the notification center.
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_A11Y_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for accessibility settings accessed through the accessibility feature pod.">
Accessibility Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_AUDIO_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for audio settings accessed through the audio feature pod.">
Audio Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_BLUETOOTH_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for bluetooth settings accessed through the bluetooth feature pod.">
Bluetooth Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_CAST_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for cast settings accessed through the cast feature pod.">
Cast Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_IME_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for IME settings accessed through the IME feature pod.">
Input Methods Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_LOCALE_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for locale settings accessed through the locale feature pod.">
Locale Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_MEDIA_CONTROLS_ACCESSIBLE_DESCRIPTION" is_accessibility_with_no_ui="true" desc="The accessible description for media controls pod in quick settings.">
Media controls, now playing <ph name="MEDIA_TITLE">$1<ex>(Song name)</ex></ph>
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_MEDIA_CONTROLS_SUB_MENU_ACCESSIBLE_DESCRIPTION" is_accessibility_with_no_ui="true" desc="The accessible description for global media controls accessed through the media controls pod.">
Media Controls
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_NETWORK_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for network settings accessed through the network feature pod.">
Network Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_NOTIFIER_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for notification settings accessed through the notification feature pod.">
Notification Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_USER_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for user settings accessed through the user avatar button.">
User Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_VPN_SETTINGS_ACCESSIBLE_DESCRIPTION" desc="The accessible description for VPN settings accessed through the VPN feature pod.">
VPN Settings
</message>
<message name="IDS_ASH_QUICK_SETTINGS_BUBBLE_EOL_NOTICE" desc="Message shown to the user in the quick settings bubble when their device reaches end of life, and stops receiveing software updates.">
Security updates ended. Upgrade your device.
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_BUTTON_LABEL" desc="The shorter label used for the button in the status tray to toggle the Autozoom feature (which controls if camera auto zoom to faces) on or off. [CHAR_LIMIT=14]">
Camera framing
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_TOGGLE_TOOLTIP" desc="The tooltip text used for the button in the status tray to toggle the Autozoom feature (which controls if camera auto zoom to faces) on or off.">
Toggle camera framing. <ph name="STATE_TEXT">$1<ex>Camera framing is on.</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_TOGGLE_ACCESSIBILITY_DESCRIPTION" desc="The accessible description for the button in the status tray to toggle the Autozoom feature (which controls if camera auto zoom to faces) on or off.">
Adjust camera to put you in the center of the screen.
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_OFF_STATE_TOOLTIP" desc="The tooltip text indicating the Autozoom feature is off.">
Camera framing is off.
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_ON_STATE_TOOLTIP" desc="The tooltip text indicating the Autozoom feature is on.">
Camera framing is on.
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_OFF_STATE" desc="Button label for the Autozoom feature." meaning="Autozoom feature is off. [CHAR_LIMIT=14]">
Off
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_ON_STATE" desc="Button label for the Autozoom feature." meaning="Autozoom feature is on. [CHAR_LIMIT=14]">
On
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_TOAST_ON_STATE" desc="The text for the toast after autozoom centers the camera.">
Camera frame automatically centered
</message>
<message name="IDS_ASH_STATUS_TRAY_AUTOZOOM_EDUCATIONAL_NUDGE_TEXT" desc="The text for the educational nudge for autozoom.">
Try camera framing so you’ll be in the center of the screen on video calls. Turn it on in Quick Settings.
</message>
<message name="IDS_ASH_STATUS_TRAY_BRAILLE_DISPLAY_CONNECTED" desc="The message shown on a notification when a braille display is connected">
Braille display connected.
</message>
<message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The accessible text for a settings button.">
Settings
</message>
<message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED" desc="The message shown on a notification when spoken feedback is enabled">
Press Ctrl + Alt + Z to disable spoken feedback.
</message>
<message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_TABLET" desc="The message shown on a notification when spoken feedback is enabled on a tablet">
Press and hold both volume keys for five seconds to disable spoken feedback.
</message>
<message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_TITLE" desc="The title message shown on a notification when spoken feedback is enabled">
ChromeVox enabled
</message>
<message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_BRAILLE_ENABLED_TITLE" desc="The message shown on a notification when both the spoken feedback and braille are enabled">
Braille and ChromeVox are enabled
</message>
<message name="IDS_ASH_STATUS_TRAY_SWITCH_ACCESS_ENABLED" desc="The message shown on a notification when Switch Access is enabled">
Switch Access can be disabled in Settings > Accessibility.
</message>
<message name="IDS_ASH_STATUS_TRAY_SWITCH_ACCESS_ENABLED_TITLE" desc="The title message shown on a notification when Switch Access is enabled.">
Switch Access enabled
</message>
<message name="IDS_ASH_STATUS_TRAY_USER_INFO_ACCESSIBILITY" desc="The accessibility string used for an item in user chooser that tells the user name and the mail address.">
<ph name="USERNAME">$1<ex>Jane Doe</ex></ph> (<ph name="MAIL">$2<ex>[email protected]</ex></ph>)
</message>
<message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system. Should not exceed about 20 latin characters. Overflowed text is truncated with ellipsis. [CHAR_LIMIT=20]">
Sign out
</message>
<message name="IDS_ASH_STATUS_TRAY_SIGN_OUT_ALL" desc="The label used for the button in the status tray to sign out all users of the system. Should not exceed about 20 latin characters. Overflowed text is truncated with ellipsis. [CHAR_LIMIT=20]">
Sign out all
</message>
<message name="IDS_ASH_STATUS_TRAY_GUEST_LABEL" desc="The label used in the system tray's user card to indicate that the current session is a guest session.">
Guest
</message>
<message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for the button in the status tray to terminate a guest session. [CHAR_LIMIT=20]">
Exit guest
</message>
<message name="IDS_ASH_STATUS_TRAY_EXIT_PUBLIC" desc="The label used for the button in the status tray to terminate a public account session. If the label is long, indicate where it may be broken into two lines by inserting \n instead of a whitespace. [CHAR_LIMIT=20]">
Exit session
</message>
<message name="IDS_ASH_STATUS_TRAY_PUBLIC_LABEL" desc="Text of the the ash system bubble's user card when the current session is a managed session. MANAGER can be a domain or an email address.">
<ph name="DISPLAY_NAME">$1<ex>Internet kiosk</ex></ph> is a managed session managed by <ph name="MANAGER">$2<ex>yourdomain.com</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the button in the status tray to lock the screen.">
Lock
</message>
<message name="IDS_ASH_STATUS_TRAY_POWER_OFF" desc="The label used for the button in the status tray to turn off the device.">
Power off
</message>
<message name="IDS_ASH_STATUS_TRAY_MESSAGE_NOT_ALLOWED_LACROS" desc="The error message multiple signin is prevented because Lacros is running.">
Signing in a second user is not supported while the Lacros browser is running. Please use a second browser profile in Lacros instead or close Lacros and try again.
</message>
<message name="IDS_ASH_STATUS_TRAY_SIGN_IN_ANOTHER_ACCOUNT" desc="The string for the button which lets the user add another account to the current session.">
Sign in another user...
</message>
<message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The error message when the user has reached the limit of multi profile users.">
You can only have up to <ph name="multi_profile_user_limit">$1<ex>5</ex></ph> accounts in multiple sign-in.
</message>
<message name="IDS_ASH_STATUS_TRAY_MESSAGE_NOT_ALLOWED_PRIMARY_USER" desc="The error message when the primary user forbids multiple signin because of not-allowed policy or because of usage policy-pushed certificates.">
The administrator for this account has disallowed multiple sign-in.
</message>
<message name="IDS_ASH_STATUS_TRAY_MESSAGE_OUT_OF_USERS" desc="The error message when all the users are added into multi-profile session.">
All available users have already been added to this session.
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_BUTTON_LABEL" desc="The shorter label used for the button in the status tray to toggle Nearby Share high visibility mode, which makes the device visible to all nearby devices for file sharing.">
Nearby visibility
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_TILE_LABEL" desc="The shorter label used for the feature tile in the status tray to toggle Nearby Share high visibility mode, which makes the device visible to all nearby devices for file sharing.">
Nearby Share
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_OFF_STATE" desc="Sub-label for the Nearby Share system tray button." meaning="Nearby Share high visibility mode is currently inactive. [CHAR_LIMIT=14]">
Off
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_ON_STATE" desc="Sub-label for the Nearby Share system tray button." meaning="Nearby Share high visibility mode is currently active with the displayed time remaining. [CHAR_LIMIT=14]">
On, <ph name="REMAINING_TIME">$1<ex>40 sec</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_TILE_OFF_STATE" desc="Sub-label for the Nearby Share system tray feature tile when off." meaning="Nearby Share high visibility mode is currently inactive. [CHAR_LIMIT=14]">
Everyone, off
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_TILE_ON_STATE" desc="Sub-label for the Nearby Share system tray feature tile when on." meaning="Nearby Share high visibility mode is currently active with the displayed time remaining. [CHAR_LIMIT=14]">
Everyone, <ph name="REMAINING_TIME">$1<ex>40 sec</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_REMAINING_MINUTES" desc="A short string showing the nearest number of whole minutes until Nearby Share high visibility turns off. To be used with IDS_ASH_STATUS_TRAY_NEARBY_SHARE_ON_STATE. [CHAR_LIMIT=7]">
<ph name="MINUTES">$1<ex>2</ex></ph> min
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_REMAINING_SECONDS" desc="A short string showing the nearest number of whole seconds until Nearby Share high visibility turns off. To be used with IDS_ASH_STATUS_TRAY_NEARBY_SHARE_ON_STATE. [CHAR_LIMIT=7]">
<ph name="SECONDS">$1<ex>40</ex></ph> sec
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_SETTINGS_TOOLTIP" desc="Tooltip text for the status tray button that shows settings for the Nearby Share feature.">
Show Nearby Share settings
</message>
<message name="IDS_ASH_STATUS_TRAY_NEARBY_SHARE_TOGGLE_TOOLTIP" desc="Tooltip text used for the Nearby Share status tray button, which toggles Nearby Share high visibility mode on/off.">
Toggle Nearby Share high visibility
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_BUTTON_LABEL" desc="The shorter label used for the button in the status tray to toggle the Night Light feature (which controls the color temperature of the screen) on or off. [CHAR_LIMIT=14]">
Night Light
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_TOGGLE_TOOLTIP" desc="The tooltip text used for the button in the status tray to toggle the Night Light feature (which controls the color temperature of the screen) on or off.">
Toggle Night Light. <ph name="STATE_TEXT">$1<ex>Night Light is on.</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_ENABLED_STATE_TOOLTIP" desc="The tooltip text indicating the Night Light feature is on.">
Night Light is on.
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_DISABLED_STATE_TOOLTIP" desc="The tooltip text indicating the Night Light feature is off.">
Night Light is off.
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_SETTINGS_TOOLTIP" desc="The tooltip text used for the button in the status tray to show the Night Light feature (which controls the color temperature of the screen) settings.">
Show display settings
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_OFF_STATE" desc="Button label for the Night Light feature." meaning="Night Light feature is off. [CHAR_LIMIT=14]">
Off
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_ON_STATE" desc="Button label for the Night Light feature." meaning="Night Light feature is on. [CHAR_LIMIT=14]">
On
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_ON_STATE_SUNSET_TO_SUNRISE_SCHEDULED" desc="Button label for the Night Light feature when its schedule type is set to sunset-to-sunrise" meaning="Night Light is automatically scheduled to be on until sunrise. [CHAR_LIMIT=16]">
On until sunrise
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_OFF_STATE_SUNSET_TO_SUNRISE_SCHEDULED" desc="Button label for the Night Light feature when its schedule type is set to sunset-to-sunrise." meaning="Night Light is automatically scheduled to be off until sunset. [CHAR_LIMIT=16]">
Off until sunset
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_ON_STATE_CUSTOM_SCHEDULED" desc="Button label for the Night Light feature when its schedule type is set to custom." meaning="Night Light is on and will automatically be turned off at the user's custom end time. [CHAR_LIMIT=16]">
On until <ph name="time">$1<ex>5:37 PM</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT_OFF_STATE_CUSTOM_SCHEDULED" desc="Button label for the Night Light feature when its schedule type is set to custom." meaning="Night Light is off and will automatically be turned on at the user's custom start time. [CHAR_LIMIT=16]">
Off until <ph name="time">$1<ex>15:23</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST" desc="The label used as the header in the cast popup.">
Cast screen
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_SHORT" desc="The label used for Cast button in system tray bubble. [CHAR_LIMIT=14]">
Cast
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_DEVICES_AVAILABLE" desc="Subtitle under the Cast button in the system tray bubble when Chromecast devices are available for casting">
Devices available
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_TOOLTIP" desc="The tooltip text used for Cast button in system tray bubble.">
Show cast devices
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_NOTIFICATION_TITLE" desc="The notification title to tell the user we are casting to a cast device.">
Casting to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP" desc="The label used in the tray popup to tell the user we are casting the desktop.">
Casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_ACCESS_CODE_CAST_CONNECT" desc="Menu item label that, when clicked on, opens the access code casting dialog.">
Connect with a code
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_ZERO_STATE_TITLE" desc="The main label for the system tray Cast view when no Chromecast devices are available.">
Cast your screen from your Chromebook
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_ZERO_STATE_SUBTITLE" desc="The secondary label for the system tray Cast view when no Chromecast devices are available.">
Make sure your Chromebook is on the same Wi-Fi network as your Chromecast device.
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME" desc="The label used as the header in the dark theme popup. [CHAR_LIMIT=19">
Dark theme
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME_TOGGLE_TOOLTIP" desc="The tooltip text used for the button in the status tray to toggle the Dark theme feature on or off.">
Toggle Dark theme. <ph name="STATE_TEXT">$1<ex>Dark theme is on</ex></ph>.
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME_ENABLED_STATE_TOOLTIP" desc="The tooltip text indicating the Dark theme feature is on.">
Dark theme is on
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME_DISABLED_STATE_TOOLTIP" desc="The tooltip text indicating the Dark theme feature is off.">
Dark theme is off
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME_SETTINGS_TOOLTIP" desc="The tooltip text used for the button in the status tray to show the Dark theme feature settings.">
Show dark theme settings
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME_OFF_STATE" desc="Button label for the Dark theme feature." meaning="Dark theme feature is off. [CHAR_LIMIT=14]">
Off
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME_ON_STATE" desc="Button label for the Dark theme feature." meaning="Dark theme feature is on. [CHAR_LIMIT=14]">
On
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME_ON_STATE_AUTO_SCHEDULED" desc="Button label for the Dark theme feature when auto scheduling is enabled." meaning="Dark mode is automatically scheduled to be on until sunrise. [CHAR_LIMIT=16]">
On until sunrise
</message>
<message name="IDS_ASH_STATUS_TRAY_DARK_THEME_OFF_STATE_AUTO_SCHEDULED" desc="Button label for the Dark theme feature when auto scheduling is enabled." meaning="Dark mode is automatically scheduled to be off until sunset. [CHAR_LIMIT=16]">
Off until sunset
</message>
<message name="IDS_ASH_DARK_LIGHT_MODE_EDUCATIONAL_NUDGE_IN_CLAMSHELL_MODE" desc="The label used for the dark light mode educational nudge in clamshell mode.">
Switch between dark and light theme. Right-click on the desktop and select Wallpaper & style.
</message>
<message name="IDS_ASH_DARK_LIGHT_MODE_EDUCATIONAL_NUDGE_IN_TABLET_MODE" desc="The label used for the dark light mode educational nudge in tablet mode.">
Switch between dark and light theme. Touch and hold on the desktop, then select Wallpaper & style.
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP_ACCESSIBILITY_STOP" desc="Stop button accessibility label used in the tray popup to tell the user to stop a cast to the desktop.">
Stop casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP_NOTIFICATION_MESSAGE" desc="The notification message to tell the user we are casting the desktop.">
You are currently casting screen.
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_PAUSED" desc="The notification message to tell the user that casting is paused.">
Casting is paused
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_TAB" desc="The title label used in the tray popup to tell the user we are casting a tab.">
<ph name="ROUTE_TITLE">$1<ex>YouTube</ex></ph> on <ph name="RECEIVER_NAME">$2<ex>Living Room</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_TAB_ACCESSIBILITY_STOP" desc="Stop button accessibility label used in the tray popup to tell the user to stop a tab cast.">
Stop <ph name="ROUTE_TITLE">$1<ex>YouTube</ex></ph> on <ph name="RECEIVER_NAME">$2<ex>Living Room</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_UNKNOWN" desc="The label used when we have detected we are casting but do not know what we are casting or who we are casting to.">
Casting on an unknown receiver
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_CAST_UNKNOWN_ACCESSIBILITY_STOP" desc="Stop button accessibility label used in the tray popup to tell the user to stop a cast, but we do not know what we are casting or who we are casting to.">
Stop casting on an unknown receiver
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_DESKTOP" desc="The label used in the tray popup to notify that desktop may be cast.">
Cast devices available
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_STOP" desc="The label used in the tray popup to stop casting.">
Stop
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_STOP_CASTING" desc="Label for a button in the system tray popup to stop casting to a Chromecast device.">
Stop casting
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_PAUSE" desc="Label for a button in the cast notification to pause the current cast mirroring session to a Chromecast device">
Pause
</message>
<message name="IDS_ASH_STATUS_TRAY_CAST_RESUME" desc="Label for a button in the cast notification to resume a paused cast mirroring session to a Chromecast device">
Resume
</message>
<message name="IDS_ASH_STATUS_TRAY_QUIET_MODE_TOOLTIP" desc="The tooltip text for the status area icon to tell do-not-disturb mode is currently on.">
Do Not Disturb is on
</message>
<message name="IDS_ASH_STATUS_TRAY_INDICATOR_IME_TOOLTIP" desc="The tooltip text for the status area icon to tell the type of keyboard or input method engine.">
Using <ph name="IME_NAME">$1<ex>US keyboard</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_INDICATOR_LOCALE_TOOLTIP" desc="The tooltip text for the status area icon to indicate the current locale.">
Using <ph name="LOCALE_NAME">$1<ex>English (United States)</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_NOTIFICATIONS_IMPORTANT_COUNT_ACCESSIBLE_NAME" desc="The accessible name for a status area icon to describe number of important notifications. [ICU Syntax]">
{NUM_NOTIFICATIONS, plural,
=1 {1 important notification}
other {# important notifications}}
</message>
<message name="IDS_ASH_STATUS_TRAY_NOTIFICATIONS_HIDDEN_COUNT_TOOLTIP" desc="The tooltip text for a status area icon to describe number of hidden notifications. [ICU Syntax]">
{NUM_NOTIFICATIONS, plural,
=1 {1 other notification}
other {# other notifications}}
</message>
<message name="IDS_ASH_STATUS_TRAY_NOTIFICATIONS_ICONS_ACCESSIBLE_NAME" desc="The accessible name for the set of notifications icons shown in status area.">
<ph name="NUM_IMPORTANT_NOTIFICATION">$1<ex>2 important notifications</ex></ph>:
<ph name="NOTIFICATION_1">$2<ex>CAPSLOCK is on</ex></ph>,
<ph name="NOTIFICATION_2">$3<ex>CAPSLOCK is on</ex></ph>,
<ph name="NUM_OTHER_NOTIFICATION">$4<ex>2 other notifications</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_NOTIFICATIONS_COUNT_TOOLTIP" desc="The tooltip text for a status area icon to describe number of notifications. [ICU Syntax]">
{NUM_NOTIFICATIONS, plural,
=1 {1 notification}
other {# notifications}}
</message>
<message name="IDS_ASH_STATUS_TRAY_HIDDEN_NOTIFICATION_COUNT_LABEL" desc="The label for the number of hidden notifications.">
+<ph name="COUNT">$1<ex>2</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup. [CHAR_LIMIT=14]">
Bluetooth
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_TOGGLE_TOOLTIP" desc="The tooltip text in the button that toggles Blueooth enabled/disabled.">
Toggle Bluetooth. <ph name="STATE_TEXT">$1<ex>Connected to 2 devices</ex></ph>.
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_SETTINGS_TOOLTIP" desc="The tooltip text in the button that shows Blueooth settings.">
Show Bluetooth settings. <ph name="STATE_TEXT">$1<ex>Connected to 2 devices</ex></ph>.
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED_TOOLTIP" desc="The tooltip text to notify that bluetooth is enabled.">
Bluetooth is on
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED_TOOLTIP" desc="The tooltip text to notify that bluetooth is disabled.">
Bluetooth is off
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MULTIPLE_DEVICES_CONNECTED_TOOLTIP_LEGACY" desc="The tooltip text to notify that multiple bluetooth devices are connected. [ICU Syntax]">
{NUM_DEVICES, plural,
=1 {Connected to a device}
other {Connected to # devices}}
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MULTIPLE_DEVICES_CONNECTED_TOOLTIP" desc="The tooltip text to notify that multiple bluetooth devices are connected.">
Connected to <ph name="NUM_DEVICES">$1<ex>3</ex></ph> devices
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_CONNECTED_TOOLTIP_LEGACY" desc="The legacy tooltip text to notify that one bluetooth device is connected.">
Connected to <ph name="DEVICE_NAME">$1<ex>wireless mouse</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_CONNECTED_TOOLTIP" desc="The tooltip text to notify that one bluetooth device is connected.">
Connected to a device named <ph name="DEVICE_NAME">$1<ex>wireless mouse</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_CONNECTED_WITH_BATTERY_TOOLTIP" desc="The tooltip text to notify that one bluetooth device is connected.">
Connected to a device named <ph name="DEVICE_NAME">$1<ex>wireless mouse</ex></ph>, <ph name="BATTERY_PERCENTAGE">$2<ex>100</ex></ph>% battery
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used in the tray popup to notify that bluetooth is enabled.">
Bluetooth enabled
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label used in the tray popup to notify that bluetooth is disabled.">
Bluetooth disabled
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED_SHORT" desc="Bluetooth button label in the status tray popup." meaning="Bluetooth is enabled. [CHAR_LIMIT=14]">
On
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED_SHORT" desc="Bluetooth button label in the status tray popup." meaning="Bluetooth is disabled. [CHAR_LIMIT=14]">
Off
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label used in the tray popup to show bluetooth is discovering devices.">
Scanning for devices...
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED_DEVICES" desc="The sub-header label for paired devices in Bluetooth device list.">
Paired devices
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_UNPAIRED_DEVICES" desc="The sub-header label for unpaired devices in Bluetooth device list.">
Unpaired devices
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_SETTINGS" desc="The label used in the tray pop up to open Bluetooth setting page.">
Bluetooth settings
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_CONNECTED_LABEL" desc="The sub-header label to notify that one bluetooth device is connected.">
Connected
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_CONNECTED_WITH_BATTERY_LABEL" desc="The label used when a bluetooth device is connected and the battery percentage is available.">
Connected, <ph name="BATTERY_PERCENTAGE">$1<ex>100</ex></ph>% battery
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_BATTERY_PERCENTAGE_LABEL" desc="The label used to show the battery percentage when a bluetooth device is connected.">
<ph name="BATTERY_PERCENTAGE">$1<ex>100</ex></ph>% battery
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_BATTERY_PERCENTAGE_ONLY_LABEL" desc="The label used to show only the battery percentage when a bluetooth device is connected.">
<ph name="BATTERY_PERCENTAGE">$1<ex>100</ex></ph>%
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_BATTERY_PERCENTAGE_LEFT_BUD_LABEL" desc="The label to indicate the battery information is regarding the left true wireless bud.">
<ph name="BATTERY_PERCENTAGE">$1<ex>100</ex></ph>% (Left)
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_BATTERY_PERCENTAGE_CASE_LABEL" desc="The label to indicate the battery information is regarding the true wireless case.">
<ph name="BATTERY_PERCENTAGE">$1<ex>100</ex></ph>% (Case)
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DEVICE_BATTERY_PERCENTAGE_RIGHT_BUD_LABEL" desc="The label to indicate the battery information is regarding the right true wireless bud.">
<ph name="BATTERY_PERCENTAGE">$1<ex>100</ex></ph>% (Right)
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MULTIPLE_DEVICES_CONNECTED_LABEL_LEGACY" desc="The header label to notify that multiple bluetooth devices are connected. [CHAR_LIMIT=14]">
Devices
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MULTIPLE_DEVICES_CONNECTED_LABEL" desc="The header label to notify that multiple bluetooth devices are connected. [CHAR_LIMIT=14]">
<ph name="NUM_DEVICES">$1<ex>3</ex></ph> devices
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIR_NEW_DEVICE" desc="The sub-header label for the button to pair a new device.">
Pair new device
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_CURRENTLY_CONNECTED_DEVICES" desc="The sub-header label for currently connected devices in the Bluetooth device list.">
Currently connected
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PREVIOUSLY_CONNECTED_DEVICES" desc="The sub-header label for previously connected devices in the Bluetooth device list.">
Previously connected
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_NO_DEVICE_CONNECTED" desc="The sub-header label for no devices connected in the Bluetooth device list.">
No device connected
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED_OR_CONNECTED_TOAST" desc="The text used in the toast shown when a new Bluetooth device is newly paired or connected.">
<ph name="DEVICE_NAME">$1<ex>Pixel Buds</ex></ph> connected
</message>
<message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCONNECTED_TOAST" desc="The text used in the toast shown when a new Bluetooth device disconnected from Chromebook.">
<ph name="DEVICE_NAME">$1<ex>Pixel Buds</ex></ph> disconnected
</message>
<message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tray popup to notify that the user should restart to get system updates.">
Restart to update
</message>
<message name="IDS_ASH_STATUS_TRAY_RESET_TO_UPDATE" desc="The label used in the tray popup to notify that the user should restart and powerwash the device to get system updates.">
Reset to update
</message>
<message name="IDS_ASH_STATUS_TRAY_UPDATE_OVER_CELLULAR_AVAILABLE" desc="The label used in the tray popup to notify that update is available but current connection is cellular.">
Click to view update details
</message>
<message name="IDS_UPDATE_NOTIFICATION_TITLE" desc="The title of the notification to notify that the user should restart to get system updates.">
Update available
</message>
<message name="IDS_ROLLBACK_NOTIFICATION_TITLE" desc="The title of the notification to notify that the user should restart to roll back the device.">
Device needs to go back to previous version
</message>
<message name="IDS_ROLLBACK_OVERDUE_NOTIFICATION_TITLE" desc="The title of the notification to notify that the user should restart to roll back the device and the admin recommended to restart.">
Device change to previous version is overdue
</message>
<!-- Upgrade notifications -->
<message name="IDS_RELAUNCH_REQUIRED_TITLE_DAYS" desc="The title of a dialog that tells users the device must be restarted within two or more days.">
{0, plural,
=1 {Update device within a day}
other {Update device within # days}}
</message>
<message name="IDS_RELAUNCH_REQUIRED_TITLE_HOURS" desc="The title of a dialog that tells users the device must be restarted within one or more hours.">
{0, plural,
=1 {Update device within an hour}
other {Update device within # hours}}
</message>
<message name="IDS_RELAUNCH_REQUIRED_TITLE_MINUTES" desc="The title of a dialog that tells users the device must be restarted within one or more minutes.">
{0, plural,
=1 {Update device within 1 minute}
other {Update device within # minutes}}
</message>
<message name="IDS_RELAUNCH_REQUIRED_TITLE_SECONDS" desc="The title of a dialog that tells users the device must be restarted within some number of seconds.">
{0, plural,
=0 {Update device now}
=1 {Update device within 1 second}
other {Update device within # seconds}}
</message>
<message name="IDS_RELAUNCH_REQUIRED_BODY" desc="The body text of a dialog that tells users the device must be restarted. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>google.com</ex></ph> requires you to update your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph> before the deadline
</message>
<message name="IDS_ROLLBACK_REQUIRED_TITLE_DAYS" desc="The title of a dialog that tells users the device must be restarted to roll back to an earlier version within days. The device will be wiped on restart.">
{0, plural,
=1 {Change device to previous version within a day}
other {Change device to previous version within # days}}
</message>
<message name="IDS_ROLLBACK_REQUIRED_TITLE_HOURS" desc="The title of a dialog that tells users the device must be restarted to roll back to an earlier version within hours. The device will be wiped on restart.">
{0, plural,
=1 {Change device to previous version within an hour}
other {Change device to previous version within # hours}}
</message>
<message name="IDS_ROLLBACK_REQUIRED_TITLE_MINUTES" desc="The title of a dialog that tells users the device must be restarted to roll back to an earlier version within minutes. The device will be wiped on restart.">
{0, plural,
=1 {Change device to previous version within 1 minute}
other {Change device to previous version within # minutes}}
</message>
<message name="IDS_ROLLBACK_REQUIRED_TITLE_SECONDS" desc="The title of a dialog that tells users the device must be restarted to roll back to an earlier version within seconds. The device will be wiped on restart.">
{0, plural,
=0 {Change device to previous version now}
=1 {Change device to previous version within 1 second}
other {Change device to previous version within # seconds}}
</message>
<message name="IDS_ROLLBACK_REQUIRED_BODY" desc="The body text of a dialog that tells users the device must be restarted to roll back to an earlier version within a deadline given in the title of the message. The device will be wiped on restart. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>google.com</ex></ph> requires you to roll back your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph>. Your device will reset and all data will be deleted.
</message>
<message name="IDS_RELAUNCH_RECOMMENDED_TITLE" desc="The title of a dialog that tells users that a device restart is recommended for an update.">
Update available
</message>
<message name="IDS_RELAUNCH_RECOMMENDED_OVERDUE_TITLE" desc="The title of a dialog that tells users that a device restart had been recommended for an update.">
Update overdue
</message>
<message name="IDS_RELAUNCH_RECOMMENDED_BODY" desc="The body text of a dialog that tells users the device must be restarted. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>google.com</ex></ph> recommends that you update your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph>
</message>
<message name="IDS_RELAUNCH_RECOMMENDED_OVERDUE_BODY" desc="The body text of a dialog that tells users the device must be restarted right now. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>google.com</ex></ph> requires you to update your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph> immediately
</message>
<message name="IDS_GESTURE_NOTIFICATION_TITLE" desc="The title of the notification to show off new gestures.">
Try gestures to navigate
</message>
<message name="IDS_GESTURE_NOTIFICATION_MESSAGE_LEARN_MORE" desc="The body of the notification to show off new gestures. This notification body links to the help page for the gestures.">
Use gestures to quickly switch between apps and interact with your Chromebook in tablet mode.
</message>
<message name="IDS_CHANGE_ENTER_OVERVIEW_REVERSE_GESTURE" desc="The toast of changing enter overview gesture">
Swipe up with three fingers to enter Overview
</message>
<message name="IDS_CHANGE_EXIT_OVERVIEW_REVERSE_GESTURE" desc="The toast of changing exit overview gesture">
Swipe down with three fingers to exit Overview
</message>
<message name="IDS_CHANGE_NEXT_DESK_REVERSE_GESTURE" desc="The toast of changing reverse gesture to switch to the next desk.">
Swipe right with four fingers to switch to the next desk
</message>
<message name="IDS_CHANGE_LAST_DESK_REVERSE_GESTURE" desc="The toast of changing reverse gesture to switch to the previous desk.">
Swipe left with four fingers to switch to the previous desk
</message>
<message name="IDS_UPDATE_NOTIFICATION_MESSAGE_LEARN_MORE" desc="The body of the notification to notify that the user should restart to get system updates. This notification body links to the info page on the update.">
Learn more about the latest <ph name="SYSTEM_APP_NAME">$1<ex>ChromiumOS</ex></ph> update
</message>
<message name="IDS_UPDATE_NOTIFICATION_RESTART_BUTTON" meaning="button label" desc="The label used as the button to restart system and update. Displayed as the action button of the notification for system update.">
Restart to update
</message>
<message name="IDS_UPDATE_NOTIFICATION_APPLY_UPDATE_BUTTON" meaning="button label" desc="The label used as the button to apply deferred update. Displayed as the action button of the notification for deferred system update.">
Update
</message>
<message name="IDS_UPDATE_NOTIFICATION_AUTOMATIC_UPDATE_BUTTON" meaning="button label" desc="The label used as the button to take users to the settings page with the automatic update toggle. Displayed as the action button of the notification for deferred system update.">
Automatic updates
</message>
<message name="IDS_ROLLBACK_NOTIFICATION_RESTART_BUTTON" meaning="button label" desc="The label used as the button to restart system to rollback. Displayed as the action button of the notification for system rollback.">
Reset
</message>
<message name="IDS_UPDATE_NOTIFICATION_MESSAGE_DEFERRED_UPDATE" desc="The notification message used in the system notification update when update is downloaded but deferred.">
Get the latest features and security improvements. Updates happen in the background.
</message>
<message name="IDS_UPDATE_NOTIFICATION_MESSAGE_POWERWASH" desc="The notification message used in the system notification update when user need to powerwash the device in order to update the system.">
This update requires powerwashing your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>. All data will be deleted. Learn more about the latest <ph name="SYSTEM_APP_NAME">$2<ex>ChromiumOS</ex></ph> update.
</message>
<message name="IDS_UPDATE_NOTIFICATION_MESSAGE_ROLLBACK" desc="The notification message used in the system notification update when the device is rolled back and data will be deleted. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>google.com</ex></ph> is rolling back your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph>. Your device will reset and all data will be deleted.
</message>
<message name="IDS_UPDATE_NOTIFICATION_MESSAGE_ROLLBACK_OVERDUE" desc="The notification message used in the system notification update when the device is overdue for rollback that will put the device on a previous version and delete data. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>google.com</ex></ph> requires you to roll back your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph>. Your device will reset and all data will be deleted.
</message>
<message name="IDS_UPDATE_NOTIFICATION_MESSAGE_SLOW_BOOT" desc="The additional body of the notification to notify the user that the next reboot is slow.">
<ph name="UPDATE_TEXT">$1<ex>Learn more about the latest ChromiumOS update</ex></ph>. This Chromebook needs to restart to apply an update. This can take up to 1 minute.
</message>
<message name="IDS_DIALOG_TITLE_SLOW_BOOT" desc="The title of the Slow Boot Shutdown Confirmation Dialog.">
Restart may take awhile
</message>
<message name="IDS_DIALOG_MESSAGE_SLOW_BOOT" desc="The body of the Slow Boot Shutdown Confirmation Dialog.">
Your screen will go blank for longer than usual (up to a minute) during this update. Please don't press the power button while the update is in progress.
</message>
<message name="IDS_LACROS_CANNOT_LAUNCH_MULTI_SIGNIN_MESSAGE" desc="The body of the notification informing the user that the experimental 'Lacros' browser cannot launch.">
Lacros is not supported while multiple users are signed in.
</message>
<message name="IDS_ASH_FLOATING_ACCESSIBILITY_DETAILED_MENU" desc="The name of the quick settings view of floating accessibility menu.">
Accessibility settings
</message>
<message name="IDS_ASH_FLOATING_ACCESSIBILITY_DETAILED_MENU_CLOSE" desc="The button to close the quick settings view of floating accessibility menu.">
Close menu
</message>
<message name="IDS_ASH_FLOATING_ACCESSIBILITY_DETAILED_MENU_OPEN" desc="The button to show the quick settings view of floating accessibility menu.">
Open accessibility settings menu
</message>
<message name="IDS_ASH_FLOATING_ACCESSIBILITY_MAIN_MENU" desc="The name of the floating accessibility menu.">
Floating accessibility menu
</message>
<message name="IDS_ASH_FLOATING_ACCESSIBILITY_MAIN_MENU_MOVED_TOP_LEFT" desc="Accessibility event message that is triggered when the menu is moved to the top-left corner.">
Menu moved to the top-left corner of the screen.
</message>
<message name="IDS_ASH_FLOATING_ACCESSIBILITY_MAIN_MENU_MOVED_TOP_RIGHT" desc="Accessibility event message that is triggered when the menu is moved to the top-right corner.">
Menu moved to the top-right corner of the screen.
</message>
<message name="IDS_ASH_FLOATING_ACCESSIBILITY_MAIN_MENU_MOVED_BOTTOM_LEFT" desc="Accessibility event message that is triggered when the menu is moved to the bottom-left corner.">
Menu moved to the bottom-left corner of the screen.
</message>
<message name="IDS_ASH_FLOATING_ACCESSIBILITY_MAIN_MENU_MOVED_BOTTOM_RIGHT" desc="Accessibility event message that is triggered when the menu is moved to the bottom-right corner.">
Menu moved to the bottom-right corner of the screen.
</message>
<message name="IDS_ASH_STATUS_TRAY_CAPTURE_MODE_BUTTON_LABEL" desc="The label text for the button in the status tray to trigger capture mode.">
Screen capture
</message>
<message name="IDS_ASH_STATUS_TRAY_MIC_GAIN" desc="The accessible text for the toggle mic muted button in the tray audio settings">
Toggle Mic. <ph name="STATE_TEXT">$1<ex>Mic is muted</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_MIC_STATE_ON" desc="The accessible text used when the mic gain button is in the on state.">
Mic is on, toggling will mute input.
</message>
<message name="IDS_ASH_STATUS_TRAY_MIC_STATE_MUTED" desc="The accessible text used when the mic gain button is in the muted state.">
Mic is muted.
</message>
<message name="IDS_ASH_STATUS_TRAY_MIC_STATE_MUTED_BY_HW_SWITCH" desc="The text used as a tooltip for microphone mute button in ChromeOS quick settings when the mic gain button is muted because the device microphone mute switch is turned on. Used as a status text for IDS_ASH_STATUS_TRAY_MIC_GAIN.">
Device's microphone button is turned off.
</message>
<message name="IDS_ASH_STATUS_AREA_TOAST_KBL_OFF" desc="The text in the toast that shows up when the keyboard backlight is toggled off using a physical key or shortcut.">
Keyboard backlight is off
</message>
<message name="IDS_ASH_STATUS_AREA_TOAST_KBL_ON" desc="The text in the toast that shows up when the keyboard backlight is toggled on using a physical key or shortcut.">
Keyboard backlight is on
</message>
<message name="IDS_ASH_STATUS_AREA_TOAST_MIC_OFF" desc="The text in the toast that shows up when the mic is muted using a physical key or shortcut.">
Device microphone access is off
</message>
<message name="IDS_ASH_STATUS_AREA_TOAST_MIC_ON" desc="The text in the toast that shows up when the mic is unmuted using a physical key or shortcut.">
Device microphone access is on
</message>
<message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for the toggle volume muted button in the tray.">
Toggle Volume. <ph name="STATE_TEXT">$1<ex>Volume is muted</ex></ph>
</message>
<message name="IDS_ASH_STATUS_TRAY_VOLUME_STATE_ON" desc="The accessible text used when the volume button is in the on state.">
Volume is on, toggling will mute audio.
</message>
<message name="IDS_ASH_STATUS_TRAY_VOLUME_STATE_MUTED" desc="The accessible text used when the volume button is in the muted state.">
Volume is muted.
</message>
<message name="IDS_ASH_STATUS_TRAY_VOLUME_SLIDER_LABEL" desc="The accessible text for the volume slider in the tray.">
Volume
</message>
<message name="IDS_ASH_ACCESSIBILITY_FEATURE_SHORTCUT_DISABLED_TITLE"
desc="Title to indicate that the shortcut for an accessibility feature has been disabled.">
Shortcut turned off
</message>
<message name="IDS_ASH_ACCESSIBILITY_FEATURE_SHORTCUT_DISABLED_MSG"
desc="The message used to indicate that, the corresponding shortcut for that accessibility feature has been disabled.">
<ph name="ORGANIZATION_NAME">$1<ex>google.com</ex></ph> has <ph name="FEATURE_STATE">$2<ex>activated</ex></ph> <ph name="FEATURE_NAME">$3<ex>Full-screen magnifier</ex></ph>.
</message>
<message name="IDS_ASH_HIGH_CONTRAST_SHORTCUT_DISABLED"
desc="The label used in the notification used to indicate that, the shortcut for color inversion feature (formerly known as high contrast) has been disabled.">
color inversion mode
</message>
<message name="IDS_ASH_DOCKED_MAGNIFIER_SHORTCUT_DISABLED"
desc="The label used in the notification used to indicate that, the shortcut for docked magnifier feature has been disabled.">
the docked magnifier
</message>
<message name="IDS_ASH_DRAG_HANDLE_NUDGE" desc="The text shown to users above the drag handle when the device is in tablet mode and showing the in-app shelf. Instructs them that they can transition to home screen by swiping up from the shelf.">
Swipe up to go home
</message>
<message name="IDS_ASH_DRAG_HANDLE_HOTSEAT_ACCESSIBLE_NAME" desc="The tooltip text indicates that users can use this as a button to show and hide the hotseat/apps in shelf bar.">
Apps in shelf
</message>
<message name="IDS_ASH_HOME_TO_OVERVIEW_CONTEXTUAL_NUDGE" desc="Text shown to the user below shelf on the home screen in tablet mode, instructing them that they can transition to overview UI by swiping up from the shelf and holding.">
Swipe up and hold to see open apps
</message>
<message name="IDS_ASH_FULLSCREEN_MAGNIFIER_SHORTCUT_DISABLED"
desc="The label used in the notification used to indicate that, the shortcut for full-screen magnifier feature has been disabled.">
the full-screen magnifier
</message>
<message name="IDS_ASH_SPOKEN_FEEDBACK_SHORTCUT_DISABLED"
desc="The label used in the notification used to indicate that, the shortcut for spoken feedback feature has been disabled.">
ChromeVox (spoken feedback)
</message>
<message name="IDS_ASH_ACCESSIBILITY_FEATURE_ACTIVATED"
desc="The label used in the notification used to indicate that, the accessibility feature is being set as forced enabled.">
activated
</message>
<message name="IDS_ASH_ACCESSIBILITY_FEATURE_DEACTIVATED"
desc="The label used in the notification used to indicate that, the accessibility feature is being set as forced disabled.">
deactivated
</message>
<message name="IDS_ASH_ACCESSIBILITY_FEATURE_MANAGED"
desc="The label used to indicate that, the accessibility feature is being managed by a policy.">
<ph name="FEATURE_NAME">$1<ex>Full-screen magnifier</ex></ph> This setting is managed by your administrator.
</message>
<message name="IDS_ASH_STATUS_TRAY_IME_SHORT" desc="The short label used for IME button in system tray bubble. [CHAR_LIMIT=14]">
Keyboard
</message>
<message name="IDS_ASH_STATUS_TRAY_IME_TOOLTIP" desc="The tooltip text used for IME button in system tray bubble.">
Show keyboard settings
</message>
<message name="IDS_ASH_STATUS_TRAY_IME_TOOLTIP_WITH_NAME" desc="The tooltip text used for IME button in system tray bubble.">
Show keyboard settings. <ph name="KEYBOARD_NAME">$1<ex>US keyboard</ex></ph> is selected.
</message>
<message name="IDS_ASH_STATUS_TRAY_IME" desc="The label used as the header in the IME popup. [CHAR_LIMIT=18]">
Input methods
</message>
<message name="IDS_ASH_STATUS_TRAY_IME_SETTINGS" desc="The label used for IME settings entry.">
Input settings
</message>
<message name="IDS_ASH_STATUS_TRAY_IME_MANAGED" desc="Tooltip for the icon displayed when input methods are managed by enterprise policy">
Input methods are configured by your administrator.
</message>
<message name="IDS_ASH_STATUS_TRAY_IME_EMOJI" desc="The label used for IME emoji entry.">
Emojis
</message>
<message name="IDS_ASH_STATUS_TRAY_IME_HANDWRITING" desc="The label used for IME handwriting entry.">
Handwriting