forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchromeos_strings.grd
4449 lines (4399 loc) · 327 KB
/
chromeos_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"?>
<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/chromeos_strings.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
<output filename="chromeos_strings_af.pak" type="data_package" lang="af" />
<output filename="chromeos_strings_am.pak" type="data_package" lang="am" />
<output filename="chromeos_strings_ar.pak" type="data_package" lang="ar" />
<output filename="chromeos_strings_as.pak" type="data_package" lang="as" />
<output filename="chromeos_strings_az.pak" type="data_package" lang="az" />
<output filename="chromeos_strings_be.pak" type="data_package" lang="be" />
<output filename="chromeos_strings_bg.pak" type="data_package" lang="bg" />
<output filename="chromeos_strings_bn.pak" type="data_package" lang="bn" />
<output filename="chromeos_strings_bs.pak" type="data_package" lang="bs" />
<output filename="chromeos_strings_ca.pak" type="data_package" lang="ca" />
<output filename="chromeos_strings_cs.pak" type="data_package" lang="cs" />
<output filename="chromeos_strings_cy.pak" type="data_package" lang="cy" />
<output filename="chromeos_strings_da.pak" type="data_package" lang="da" />
<output filename="chromeos_strings_de.pak" type="data_package" lang="de" />
<output filename="chromeos_strings_el.pak" type="data_package" lang="el" />
<output filename="chromeos_strings_en-GB.pak" type="data_package" lang="en-GB" />
<output filename="chromeos_strings_en-US.pak" type="data_package" lang="en" />
<output filename="chromeos_strings_es.pak" type="data_package" lang="es" />
<output filename="chromeos_strings_es-419.pak" type="data_package" lang="es-419" />
<output filename="chromeos_strings_et.pak" type="data_package" lang="et" />
<output filename="chromeos_strings_eu.pak" type="data_package" lang="eu" />
<output filename="chromeos_strings_fa.pak" type="data_package" lang="fa" />
<output filename="chromeos_strings_fi.pak" type="data_package" lang="fi" />
<output filename="chromeos_strings_fil.pak" type="data_package" lang="fil" />
<output filename="chromeos_strings_fr-CA.pak" type="data_package" lang="fr-CA" />
<output filename="chromeos_strings_fr.pak" type="data_package" lang="fr" />
<output filename="chromeos_strings_gl.pak" type="data_package" lang="gl" />
<output filename="chromeos_strings_gu.pak" type="data_package" lang="gu" />
<output filename="chromeos_strings_he.pak" type="data_package" lang="he" />
<output filename="chromeos_strings_hi.pak" type="data_package" lang="hi" />
<output filename="chromeos_strings_hr.pak" type="data_package" lang="hr" />
<output filename="chromeos_strings_hu.pak" type="data_package" lang="hu" />
<output filename="chromeos_strings_hy.pak" type="data_package" lang="hy" />
<output filename="chromeos_strings_id.pak" type="data_package" lang="id" />
<output filename="chromeos_strings_is.pak" type="data_package" lang="is" />
<output filename="chromeos_strings_it.pak" type="data_package" lang="it" />
<output filename="chromeos_strings_ja.pak" type="data_package" lang="ja" />
<output filename="chromeos_strings_ka.pak" type="data_package" lang="ka" />
<output filename="chromeos_strings_kk.pak" type="data_package" lang="kk" />
<output filename="chromeos_strings_km.pak" type="data_package" lang="km" />
<output filename="chromeos_strings_kn.pak" type="data_package" lang="kn" />
<output filename="chromeos_strings_ko.pak" type="data_package" lang="ko" />
<output filename="chromeos_strings_ky.pak" type="data_package" lang="ky" />
<output filename="chromeos_strings_lo.pak" type="data_package" lang="lo" />
<output filename="chromeos_strings_lt.pak" type="data_package" lang="lt" />
<output filename="chromeos_strings_lv.pak" type="data_package" lang="lv" />
<output filename="chromeos_strings_mk.pak" type="data_package" lang="mk" />
<output filename="chromeos_strings_ml.pak" type="data_package" lang="ml" />
<output filename="chromeos_strings_mn.pak" type="data_package" lang="mn" />
<output filename="chromeos_strings_mr.pak" type="data_package" lang="mr" />
<output filename="chromeos_strings_ms.pak" type="data_package" lang="ms" />
<output filename="chromeos_strings_my.pak" type="data_package" lang="my" />
<output filename="chromeos_strings_ne.pak" type="data_package" lang="ne" />
<output filename="chromeos_strings_nl.pak" type="data_package" lang="nl" />
<!-- The translation console uses 'no' for Norwegian Bokmål. It should
be 'nb'. -->
<output filename="chromeos_strings_nb.pak" type="data_package" lang="no" />
<output filename="chromeos_strings_pa.pak" type="data_package" lang="pa" />
<output filename="chromeos_strings_pl.pak" type="data_package" lang="pl" />
<output filename="chromeos_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
<output filename="chromeos_strings_pt-PT.pak" type="data_package" lang="pt-PT" />
<output filename="chromeos_strings_or.pak" type="data_package" lang="or" />
<output filename="chromeos_strings_ro.pak" type="data_package" lang="ro" />
<output filename="chromeos_strings_ru.pak" type="data_package" lang="ru" />
<output filename="chromeos_strings_si.pak" type="data_package" lang="si" />
<output filename="chromeos_strings_sk.pak" type="data_package" lang="sk" />
<output filename="chromeos_strings_sl.pak" type="data_package" lang="sl" />
<output filename="chromeos_strings_sq.pak" type="data_package" lang="sq" />
<output filename="chromeos_strings_sr-Latn.pak" type="data_package" lang="sr-Latn" />
<output filename="chromeos_strings_sr.pak" type="data_package" lang="sr" />
<output filename="chromeos_strings_sv.pak" type="data_package" lang="sv" />
<output filename="chromeos_strings_sw.pak" type="data_package" lang="sw" />
<output filename="chromeos_strings_ta.pak" type="data_package" lang="ta" />
<output filename="chromeos_strings_te.pak" type="data_package" lang="te" />
<output filename="chromeos_strings_th.pak" type="data_package" lang="th" />
<output filename="chromeos_strings_tr.pak" type="data_package" lang="tr" />
<output filename="chromeos_strings_uk.pak" type="data_package" lang="uk" />
<output filename="chromeos_strings_ur.pak" type="data_package" lang="ur" />
<output filename="chromeos_strings_uz.pak" type="data_package" lang="uz" />
<output filename="chromeos_strings_vi.pak" type="data_package" lang="vi" />
<output filename="chromeos_strings_zh-CN.pak" type="data_package" lang="zh-CN" />
<output filename="chromeos_strings_zh-HK.pak" type="data_package" lang="zh-HK" />
<output filename="chromeos_strings_zh-TW.pak" type="data_package" lang="zh-TW" />
<output filename="chromeos_strings_zu.pak" type="data_package" lang="zu" />
<!-- Pseudolocales -->
<output filename="chromeos_strings_ar-XB.pak" type="data_package" lang="ar-XB" />
<output filename="chromeos_strings_en-XA.pak" type="data_package" lang="en-XA" />
</outputs>
<translations>
<file path="strings/chromeos_strings_af.xtb" lang="af" />
<file path="strings/chromeos_strings_am.xtb" lang="am" />
<file path="strings/chromeos_strings_ar.xtb" lang="ar" />
<file path="strings/chromeos_strings_as.xtb" lang="as" />
<file path="strings/chromeos_strings_az.xtb" lang="az" />
<file path="strings/chromeos_strings_be.xtb" lang="be" />
<file path="strings/chromeos_strings_bg.xtb" lang="bg" />
<file path="strings/chromeos_strings_bn.xtb" lang="bn" />
<file path="strings/chromeos_strings_bs.xtb" lang="bs" />
<file path="strings/chromeos_strings_ca.xtb" lang="ca" />
<file path="strings/chromeos_strings_cs.xtb" lang="cs" />
<file path="strings/chromeos_strings_cy.xtb" lang="cy" />
<file path="strings/chromeos_strings_da.xtb" lang="da" />
<file path="strings/chromeos_strings_de.xtb" lang="de" />
<file path="strings/chromeos_strings_el.xtb" lang="el" />
<file path="strings/chromeos_strings_en-GB.xtb" lang="en-GB" />
<file path="strings/chromeos_strings_es.xtb" lang="es" />
<file path="strings/chromeos_strings_es-419.xtb" lang="es-419" />
<file path="strings/chromeos_strings_et.xtb" lang="et" />
<file path="strings/chromeos_strings_eu.xtb" lang="eu" />
<file path="strings/chromeos_strings_fa.xtb" lang="fa" />
<file path="strings/chromeos_strings_fi.xtb" lang="fi" />
<file path="strings/chromeos_strings_fil.xtb" lang="fil" />
<file path="strings/chromeos_strings_fr.xtb" lang="fr" />
<file path="strings/chromeos_strings_fr-CA.xtb" lang="fr-CA" />
<file path="strings/chromeos_strings_gl.xtb" lang="gl" />
<file path="strings/chromeos_strings_gu.xtb" lang="gu" />
<file path="strings/chromeos_strings_hi.xtb" lang="hi" />
<file path="strings/chromeos_strings_hr.xtb" lang="hr" />
<file path="strings/chromeos_strings_hu.xtb" lang="hu" />
<file path="strings/chromeos_strings_hy.xtb" lang="hy" />
<file path="strings/chromeos_strings_id.xtb" lang="id" />
<file path="strings/chromeos_strings_is.xtb" lang="is" />
<file path="strings/chromeos_strings_it.xtb" lang="it" />
<!-- The translation console uses 'iw' for Hebrew, but we use 'he'. -->
<file path="strings/chromeos_strings_iw.xtb" lang="he" />
<file path="strings/chromeos_strings_ja.xtb" lang="ja" />
<file path="strings/chromeos_strings_ka.xtb" lang="ka" />
<file path="strings/chromeos_strings_kk.xtb" lang="kk" />
<file path="strings/chromeos_strings_km.xtb" lang="km" />
<file path="strings/chromeos_strings_kn.xtb" lang="kn" />
<file path="strings/chromeos_strings_ko.xtb" lang="ko" />
<file path="strings/chromeos_strings_ky.xtb" lang="ky" />
<file path="strings/chromeos_strings_lo.xtb" lang="lo" />
<file path="strings/chromeos_strings_lt.xtb" lang="lt" />
<file path="strings/chromeos_strings_lv.xtb" lang="lv" />
<file path="strings/chromeos_strings_mk.xtb" lang="mk" />
<file path="strings/chromeos_strings_ml.xtb" lang="ml" />
<file path="strings/chromeos_strings_mn.xtb" lang="mn" />
<file path="strings/chromeos_strings_mr.xtb" lang="mr" />
<file path="strings/chromeos_strings_ms.xtb" lang="ms" />
<file path="strings/chromeos_strings_my.xtb" lang="my" />
<file path="strings/chromeos_strings_ne.xtb" lang="ne" />
<file path="strings/chromeos_strings_nl.xtb" lang="nl" />
<file path="strings/chromeos_strings_no.xtb" lang="no" />
<file path="strings/chromeos_strings_or.xtb" lang="or" />
<file path="strings/chromeos_strings_pa.xtb" lang="pa" />
<file path="strings/chromeos_strings_pl.xtb" lang="pl" />
<file path="strings/chromeos_strings_pt-BR.xtb" lang="pt-BR" />
<file path="strings/chromeos_strings_pt-PT.xtb" lang="pt-PT" />
<file path="strings/chromeos_strings_ro.xtb" lang="ro" />
<file path="strings/chromeos_strings_ru.xtb" lang="ru" />
<file path="strings/chromeos_strings_si.xtb" lang="si" />
<file path="strings/chromeos_strings_sk.xtb" lang="sk" />
<file path="strings/chromeos_strings_sl.xtb" lang="sl" />
<file path="strings/chromeos_strings_sq.xtb" lang="sq" />
<file path="strings/chromeos_strings_sr.xtb" lang="sr" />
<file path="strings/chromeos_strings_sr-Latn.xtb" lang="sr-Latn" />
<file path="strings/chromeos_strings_sv.xtb" lang="sv" />
<file path="strings/chromeos_strings_sw.xtb" lang="sw" />
<file path="strings/chromeos_strings_ta.xtb" lang="ta" />
<file path="strings/chromeos_strings_te.xtb" lang="te" />
<file path="strings/chromeos_strings_th.xtb" lang="th" />
<file path="strings/chromeos_strings_tr.xtb" lang="tr" />
<file path="strings/chromeos_strings_uk.xtb" lang="uk" />
<file path="strings/chromeos_strings_ur.xtb" lang="ur" />
<file path="strings/chromeos_strings_uz.xtb" lang="uz" />
<file path="strings/chromeos_strings_vi.xtb" lang="vi" />
<file path="strings/chromeos_strings_zh-CN.xtb" lang="zh-CN" />
<file path="strings/chromeos_strings_zh-HK.xtb" lang="zh-HK" />
<file path="strings/chromeos_strings_zh-TW.xtb" lang="zh-TW" />
<file path="strings/chromeos_strings_zu.xtb" lang="zu" />
</translations>
<release seq="1">
<messages fallback_to_english="true">
<!-- Virtual desks -->
<message name="IDS_MOVE_TO_DESKS_MENU" desc="The text label of the Move to Desks submenu">
Move window to desk
</message>
<message name="IDS_ASSIGN_TO_ALL_DESKS" desc="The text label of the Assign to All Desks menu item">
All desks
</message>
<!-- Pin dialog error messages -->
<message name="IDS_REQUEST_PIN_DIALOG_INVALID_PIN_ERROR" desc="The error message displayed in the certificate provider PIN request dialog when an invalid PIN was entered. Should end with a full stop since it can be chained with more text.">
Invalid PIN.
</message>
<message name="IDS_REQUEST_PIN_DIALOG_INVALID_PUK_ERROR" desc="The error message displayed in the certificate provider PIN request dialog when an invalid PUK was entered. Should end with a full stop since it can be chained with more text.">
Invalid PUK.
</message>
<message name="IDS_REQUEST_PIN_DIALOG_MAX_ATTEMPTS_EXCEEDED_ERROR" desc="The error message displayed in the certificate provider PIN request dialog when maximum allowed attempts exceeded.">
Maximum allowed attempts exceeded.
</message>
<message name="IDS_REQUEST_PIN_DIALOG_UNKNOWN_ERROR" desc="The error message displayed in the certificate provider PIN request dialog when unknown error occurred in extension code. Should end with a full stop since it can be chained with more text.">
Unknown error.
</message>
<message name="IDS_REQUEST_PIN_DIALOG_ATTEMPTS_LEFT" desc="The text displayed in the certificate provider PIN request dialog about the number of attempts left">
{ATTEMPTS_LEFT, plural,
=1 {{0} attempt left}
other {{0} attempts left}}
</message>
<message name="IDS_REQUEST_PIN_DIALOG_ERROR_ATTEMPTS" desc="The text displayed in the certificate provider PIN request dialog when the previous login attempt was unsuccessful but there are more attempts remaining. Includes the reason for the previous failure.">
{ATTEMPTS_LEFT, plural,
=1 {<ph name="ERROR_MESSAGE">{1}<ex>Invalid PIN.</ex></ph> {0} attempt left}
other {<ph name="ERROR_MESSAGE">{1}<ex>Invalid PIN.</ex></ph> {0} attempts left}}
</message>
<!-- Quick Answers -->
<message name="IDS_QUICK_ANSWERS_DEFINITION_TITLE_TEXT" desc="The title text format string used for Quick Answers definition result card. The first placeholder contains the source query text and the second placeholder contains the phonetics.">
<ph name="QUERY_TEXT">$1<ex>unfathomable</ex></ph> · /<ph name="PHONETICS">$2<ex>ˌənˈfaT͟Həməb(ə)</ex></ph>/
</message>
<message name="IDS_QUICK_ANSWERS_RATING_REVIEW_TITLE_TEXT" desc="The title text format string used for Quick Answers rating review result card. The first placeholder contains the average rating score and the second placeholder contains the aggregated count of reviews.">
<ph name="AVERAGE_SCORE">$1<ex>4.6</ex></ph> ★ (<ph name="AGGREGATED_COUNT">$2<ex>100</ex></ph> reviews)
</message>
<message name="IDS_QUICK_ANSWERS_TRANSLATION_TITLE_TEXT" desc="The title text format string used for Quick Answers translation result card. The first placeholder contains the source text in foreign language and the second placeholder contains the detected source language name displayed in system locale.">
<ph name="QUERY_TEXT">$1<ex>prodotto</ex></ph> · <ph name="SOURCE_LANGUAGE_NAME">$2<ex>Italian</ex></ph>
</message>
<message name="IDS_QUICK_ANSWERS_UNIT_CONVERSION_RESULT_TEXT" desc="The result text format string used for Quick Answers unit conversion result card. The first placeholder contains the value of result unit and the second placeholder contains the display name of the result unit.">
<ph name="VALUE">$1<ex>220.462</ex></ph> <ph name="DISPLAY_NAME">$2<ex>pounds</ex></ph>
</message>
<message name="IDS_UNIT_CONVERSION_POUND_DISPLAY_TEXT" desc="The display text of pound unit type.">
pounds
</message>
<message name="IDS_QUICK_ANSWERS_SETTINGS_BUTTON_TOOLTIP_TEXT" desc="Tootip text for the settings-button in Quick-Answers related views.">
Quick answers settings
</message>
<message name="IDS_QUICK_ANSWERS_PHONETICS_BUTTON_TOOLTIP_TEXT" desc="Tootip text for the phonetics-button in Quick-Answers related views.">
Listen
</message>
<message name="IDS_QUICK_ANSWERS_DOGFOOD_FEEDBACK_BUTTON_TOOLTIP_TEXT" desc="Tootip text for the dogfood feedback button in Quick-Answers related views.">
Send feedback
</message>
<message name="IDS_QUICK_ANSWERS_DEFINITION_INTENT" desc="Display text of definition intent. This is used in the title of Quick Answers user consent dialog.">
definition
</message>
<message name="IDS_QUICK_ANSWERS_TRANSLATION_INTENT" desc="Display text of translation intent. This is used in the title of Quick Answers user consent dialog.">
translation
</message>
<message name="IDS_QUICK_ANSWERS_UNIT_CONVERSION_INTENT" desc="Display text of unit conversion intent. This is used in the title of Quick Answers user consent dialog.">
conversion
</message>
<message name="IDS_QUICK_ANSWERS_USER_NOTICE_VIEW_TITLE_TEXT" desc="Title text of the dialog that opens up to seek user-consent for the Quick Answers feature.">
Get info related to your selection
</message>
<message name="IDS_QUICK_ANSWERS_USER_NOTICE_VIEW_A11Y_INFO_ALERT_TEXT" desc="A11y alert text for the Quick Answers user notice view.">
New feature available, use Up arrow key to learn more.
</message>
<message name="IDS_QUICK_ANSWERS_USER_NOTICE_VIEW_A11Y_INFO_DESC_TEMPLATE" desc="A11y description template for the Quick Answers user notice view.">
<ph name="DESC_TEXT">$1<ex>With a right-click or a long press, Assistant shows info such as the definition, translation or unit conversion for your selection.</ex></ph> Use Left or Right arrow keys to manage this feature.
</message>
<message name="IDS_QUICK_ANSWERS_USER_CONSENT_VIEW_TITLE_TEXT_WITH_INTENT" desc="Title text of the dialog that opens up to seek user-consent for the Quick Answers feature when supported intent is generated.">
Get the <ph name="intent">$1<ex>definition</ex></ph> for "<ph name="query">$2<ex>unfathomable</ex></ph>" and more
</message>
<message name="IDS_QUICK_ANSWERS_USER_CONSENT_VIEW_DESC_TEXT" desc="Description in the dialog that opens up to seek user-consent for the Quick Answers feature.">
Get definitions, translations, or unit conversions when you right-click or touch & hold text
</message>
<message name="IDS_QUICK_ANSWERS_USER_CONSENT_VIEW_NO_THANKS_BUTTON" desc="Display text on the no thanks button in the dialog that opens up to seek user-consent for the Quick Answers feature.">
No thanks
</message>
<message name="IDS_QUICK_ANSWERS_USER_CONSENT_VIEW_ALLOW_BUTTON" desc="Display text on the allow button in the dialog that opens up to seek user-consent for the Quick Answers feature.">
Allow
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_LOADING" desc="Display text when the Quick Answers view is loading.">
Loading...
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_NETWORK_ERROR" desc="Display text when network error occurs in the Quick Answers view.">
Cannot connect to internet.
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_RETRY" desc="Display text when the Quick Answers view is retry.">
Retry
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_NO_RESULT_V2" desc="Display text when the Quick Answers view receives no result (V2 version).">
See result in Google Search
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_A11Y_INFO_ALERT_TEXT" desc="A11y alert text for the Quick Answers view.">
Info related to your selection available. Use Up arrow key to access.
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_A11Y_INFO_DESC_TEMPLATE_V2" desc="A11y description template for the Quick Answers view (V2 version).">
<ph name="QUERY_TEXT">$1<ex>interested</ex></ph>; <ph name="RESULT_TEXT">$2<ex>showing curiosity or concern about something or someone; having a feeling of interest.</ex></ph>; Press Search plus Space to see result in Google Search.
</message>
<!-- TODO(b/259440976): Remove navigation directions once the QA Rich Card feature launches. -->
<message name="IDS_QUICK_ANSWERS_VIEW_A11Y_NAME_TEXT" desc="A11y name text for the Quick Answers view.">
Info related to your selection. Use Left or Right arrow keys to access controls.
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_A11Y_RETRY_LABEL_DESC" desc="A11y retry label description for the Quick Answers view.">
Cannot connect to the internet. Click to try again.
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_A11Y_RETRY_LABEL_NAME_TEMPLATE" desc="A11y retry label name template for the Quick Answers view.">
<ph name="DESC_TEXT">$1<ex>Cannot connect to the internet. Click to try again.</ex></ph>: Retry
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_EXPANSION_INDICATOR_LABEL" desc="Description text of the expansion affordance indicator for the Quick Answers view.">
more
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_REPORT_QUERY_INTERNAL_LABEL" desc="Description text of the report query button for the Quick Answers view.">
Internal only
</message>
<message name="IDS_QUICK_ANSWERS_VIEW_REPORT_QUERY_REPORT_LABEL" desc="Description text of the report query button for the Quick Answers view.">
Report this query
</message>
<!-- Rich Answers -->
<message name="IDS_RICH_ANSWERS_VIEW_A11Y_NAME_TEXT" desc="A11y name text for the Rich Answers view.">
Additional info related to your selection
</message>
<message name="IDS_RICH_ANSWERS_VIEW_SEARCH_LINK_LABEL_TEXT" desc="Display text for the Google Search link label on the Rich Answers view.">
Open in Google Search
</message>
<!-- Multitask Menu -->
<message name="IDS_MULTITASK_MENU_HALF_BUTTON_NAME" desc="Title of the half button on the multitask menu." meaning="Splits the associated window into half snapped state.">
Split
</message>
<message name="IDS_MULTITASK_MENU_PARTIAL_BUTTON_NAME" desc="Title and and accessible name of the partial button on the multitask menu." meaning="Splits the associated window into half snapped state.">
Partial
</message>
<message name="IDS_MULTITASK_MENU_FULLSCREEN_BUTTON_NAME" desc="Title and and accessible name of the fullscreen button on the multitask menu, when the window is not in fullscreen state." meaning="Puts the associated window into fullscreen state.">
Full
</message>
<message name="IDS_MULTITASK_MENU_EXIT_FULLSCREEN_BUTTON_NAME" desc="Title and and accessible name of the fullscreen button on the multitask menu, when the window is in fullscreen state." meaning="Restores the associated fullscreen window into its pre-fullscreen state.">
Exit full
</message>
<message name="IDS_MULTITASK_MENU_FLOAT_BUTTON_NAME" desc="Title and and accessible name of the float button on the multitask menu, when the window is not in float state." meaning="Floats the associated window above other windows.">
Float
</message>
<message name="IDS_MULTITASK_MENU_EXIT_FLOAT_BUTTON_NAME" desc="Title and and accessible name of the float button on the multitask menu, when the window is in float state." meaning="Restores the associated floated window to regular z-order.">
Exit float
</message>
<message name="IDS_MULTITASK_MENU_HALF_BUTTON_ACCESSIBLE_NAME" desc="A11y name for the half button on the multitask menu.">
Dock window on the <ph name="DIRECTION">$1<ex>left</ex></ph> half of the screen
</message>
<message name="IDS_MULTITASK_MENU_PARTIAL_BUTTON_LARGE_ACCESSIBLE_NAME" desc="A11y name for the partial button's large side on the multitask menu.">
Dock window on the <ph name="DIRECTION">$1<ex>left</ex></ph> larger portion of the screen
</message>
<message name="IDS_MULTITASK_MENU_PARTIAL_BUTTON_SMALL_ACCESSIBLE_NAME" desc="A11y name for the partial button's small side on the multitask menu.">
Dock window on the <ph name="DIRECTION">$1<ex>left</ex></ph> smaller portion of the screen
</message>
<message name="IDS_MULTITASK_MENU_LEFT" desc="A11y name and tooltip to describe left side of the screen." meaning="The associated window will snap to the left side of the screen.">
left
</message>
<message name="IDS_MULTITASK_MENU_RIGHT" desc="A11y name and tooltip to describe right side of the screen." meaning="The associated window will snap to the right side of the screen.">
right
</message>
<message name="IDS_MULTITASK_MENU_TOP" desc="A11y name and tooltip to describe top side of the screen." meaning="The associated window will snap to the top side of the screen.">
top
</message>
<message name="IDS_MULTITASK_MENU_BOTTOM" desc="A11y name and tooltip to describe bottom side of the screen." meaning="The associated window will snap to the bottom side of the screen.">
bottom
</message>
<message name="IDS_MULTITASK_MENU_NUDGE_TEXT" desc="Text that is shown when the clamshell multitask menu nudge is displayed.">
Keep hovering for more layout options
</message>
<message name="IDS_TABLET_MULTITASK_MENU_NUDGE_TEXT" desc="Text that is shown when the tablet multitask menu nudge is displayed.">
Swipe down for more layout options
</message>
<if expr="chromeos_ash">
<!-- The following strings are located here for accessibility from both //ash and //chrome -->
<message name="IDS_ENABLE_BLUETOOTH" desc="The message to display in the network list when Tether is enabled but Bluetooth is disabled.">
Turn on Bluetooth to discover nearby devices
</message>
<!-- Managed guest session warnings -->
<message name="IDS_ASH_LOGIN_MANAGED_SESSION_MONITORING_FULL_WARNING" desc="Text shown in the public account user pod in case of risky configuration, informing the user that this session is managed and admin can monitor all activity. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>example.com</ex></ph> manages this device and has access to all user activity, including webpages visited, passwords, and email.
</message>
<message name="IDS_ASH_LOGIN_MANAGED_SESSION_MONITORING_SOFT_WARNING" desc="Text shown in the public account user pod in case of non-risky configuration, informing the user that this session is managed and admin can monitor all activity. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>example.com</ex></ph> manages this device and may be able to monitor your activity.
</message>
<!-- Managed user session warning -->
<message name="IDS_ASH_LOGIN_MANAGED_SESSION_MONITORING_USER_WARNING" desc="Text shown in the user pod in case the user is managed. MANAGER can be a domain or an email address.">
<ph name="MANAGER">$1<ex>example.com</ex></ph> manages this user and may remotely manage settings and monitor user activity.
</message>
<!-- Time out sign-in with camera screen -->
<message name="IDS_ASH_LOGIN_CAMERA_TIME_OUT_TITLE" desc="Text shown on camera usage timeout after the third-party SAML dialog is dismissed.">
Sign in to your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>
</message>
<message name="IDS_ASH_LOGIN_CAMERA_TIME_OUT_SUBTITLE" desc="Description shown above the button that leads to login dialog. Shown on camera usage timeout after the third-party SAML dialog is dismissed.">
Enter your username and password or scan your QR code
</message>
<!-- Pop-up enterprise management. -->
<message name="IDS_ASH_LOGIN_ENTERPRISE_MANAGED_POP_UP" desc="Text shown in the management pop-up when user clicks on status tray enterprise management. MANAGER can be a domain or an email address.">
This <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is managed by <ph name="MANAGER">$2<ex>example.com</ex></ph>. Administrators may remotely configure the device.
</message>
<!-- Pop-up secondary login screen. -->
<message name="IDS_ASH_LOGIN_USER_ADDING_BANNER" desc="Text shown on a banner in user adding screen.">
Add an account to multiple sign-in. All signed-in accounts can be accessed without a password, so this feature should only be used with trusted accounts.
</message>
<!-- Status tray enterprise management. -->
<message name="IDS_ASH_ENTERPRISE_DEVICE_MANAGED_BY" desc="Text for notifications showing that this device is enterprise managed. Used when the manager is available. MANAGER can be a domain or an email address.">
This <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is managed by <ph name="MANAGER">$2<ex>acmecorp.com</ex></ph>.
</message>
<message name="IDS_ASH_SHORT_MANAGED_BY" desc="A short version of text showing that this device is enterprise managed. Used when the manager is available. MANAGER can be a domain or an email address.">
Managed by <ph name="MANAGER">$1<ex>acmecorp.com</ex></ph>
</message>
<message name="IDS_ASH_SHORT_MANAGED_BY_MULTIPLE" desc="A short version of text showing that this device is managed by two entities. Used when the managers is available. FIRST_MANAGER and SECOND_MANAGER can be domains or email addresses.">
Managed by <ph name="FIRST_MANAGER">$1<ex>acmecorp.com</ex></ph> and <ph name="SECOND_MANAGER">$2<ex>rusticbakery.com</ex></ph>
</message>
<message name="IDS_ASH_ENTERPRISE_DEVICE_MANAGED" desc="Text for notifications showing that this device is enterprise managed. Used when the manager is not available (e.g. Active Directory).">
This <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is enterprise managed
</message>
<message name="IDS_ASH_ENTERPRISE_DEVICE_MANAGED_SHORT" desc="Short text showing that the device is enterprise managed.">
Managed
</message>
<!-- Shelf buttons -->
<message name="IDS_ASH_SHELF_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on login/lock screen.">
Shut down
</message>
<message name="IDS_ASH_SHELF_RESTART_BUTTON" desc="Text shown on restart button on login/lock screen.">
Restart
</message>
<message name="IDS_ASH_SHELF_UNLOCK_BUTTON" desc="Text shown on unlock button on lock screen.">
Unlock
</message>
<message name="IDS_ASH_SHELF_SIGN_OUT_BUTTON" desc="Text shown on sign out button on lock screen.">
Sign out
</message>
<message name="IDS_ASH_SHELF_CANCEL_BUTTON" desc="Text shown on cancel button on add user screen.">
Cancel
</message>
<message name="IDS_ASH_BROWSE_AS_GUEST_BUTTON" desc="Text shown on ChromeOS sign-in screen button that launches guest session. Should be short.">
Browse as Guest
</message>
<message name="IDS_ASH_ADD_USER_BUTTON" desc="Text shown on an add user button on login/lock screen">
Add Person
</message>
<message name="IDS_ASH_PARENT_ACCESS_BUTTON" desc="Text shown on an parent access button on login/lock screen">
Parent access
</message>
<message name="IDS_ASH_SHELF_APPS_BUTTON" desc="Text shown on apps button on login screen.">
Apps
</message>
<message name="IDS_ASH_ENTERPRISE_ENROLLMENT_BUTTON" desc="Text shown on enterprise enrollment button on oobe screen.">
Enterprise enrollment
</message>
<message name="IDS_ASH_SHELF_SIGNIN_BUTTON" desc="Text shown on sign in button on enrollment screen.">
Use as a personal device
</message>
<message name="IDS_ASH_SHELF_OS_INSTALL_BUTTON" desc="Text shown on install ChromeOS Flex button on login screen.">
Install ChromeOS Flex
</message>
<message name="IDS_ASH_SHELF_APP_LIST_LAUNCHER_TITLE" desc="The title used for the Ash Launcher in the Shelf (not mentioning 'Apps' since this is a general launcher).">
Launcher
</message>
<!-- Password expiry notifications -->
<message name="IDS_PASSWORD_CHANGE_OVERDUE_TITLE" desc="Message title for a notification that tells the user they are already late in changing their password, since the password has already expired.">
Password change overdue
</message>
<message name="IDS_PASSWORD_EXPIRES_AFTER_TIME_TITLE" desc="Message title for a notification that tells the user their password will expire at a certain time. This time could be X days(s) or X hour(s) or X minute(s). The alternative text 'Password expires in: $1' is okay if this would make more sense in the grammar of the target language.">
Password expires in <ph name="TIME">$1<ex>5 days</ex></ph>
</message>
<message name="IDS_PASSWORD_EXPIRY_CALL_TO_ACTION" desc="Message body on a notification that politely requests the user to choose a new password since their old password is expiring soon. (The title makes clear that the password is expiring.)">
Choose a new one now
</message>
<message name="IDS_PASSWORD_EXPIRY_CALL_TO_ACTION_CRITICAL" desc="Message body on a notification that *URGENTLY* requests the user to choose a new password since their old password is expiring *VERY* soon. (The title makes clear that the password is expiring.)">
Choose a new one immediately
</message>
<message name="IDS_PASSWORD_EXPIRY_CHANGE_PASSWORD_BUTTON" desc="Text on a button that takes the user to page to change their password">
Change password
</message>
<message name="IDS_PASSWORD_CHANGE_NOTIFICATION_TITLE" desc="Message title for a notification that tells the user that the password was updated.">
ChromeOS password updated
</message>
<message name="IDS_PASSWORD_CHANGE_NOTIFICATION_BODY" desc="Message body on a notification that politely requests the user to start using the new password.">
Your password change was successful. Please use the new password from now on.
</message>
<!-- In-session password change -->
<message name="IDS_PASSWORD_CHANGE_CONFIRM_DIALOG_TITLE" desc="Title for the dialog where a user corrects and confirms their old and new passwords in order to complete a password change">
Confirm change
</message>
<message name="IDS_PASSWORD_CHANGE_CONFIRM_DIALOG_BOTH_PASSWORDS_PROMPT" desc="Text on the password-change confirmation dialog explaining that the user has to enter both their old and new passwords again to finish the password change.">
To finish, enter your old and new passwords
</message>
<message name="IDS_PASSWORD_CHANGE_CONFIRM_DIALOG_OLD_PASSWORD_PROMPT" desc="Text on the password-change confirmation dialog explaining that the user has to enter their old password again to finish the password change.">
To finish, enter your old password
</message>
<message name="IDS_PASSWORD_CHANGE_CONFIRM_DIALOG_NEW_PASSWORD_PROMPT" desc="Text on the password-change confirmation dialog explaining that the user has to enter their new password again to finish the password change.">
To finish, enter your new password
</message>
<message name="IDS_PASSWORD_CHANGE_OLD_PASSWORD_LABEL" desc="Label for a box where the user enters their old password">
Old password
</message>
<message name="IDS_PASSWORD_CHANGE_NEW_PASSWORD_LABEL" desc="Label for a box where the user enters their new password">
New password
</message>
<message name="IDS_PASSWORD_CHANGE_CONFIRM_NEW_PASSWORD_LABEL" desc="Label for the second box where the user enters their new password again, to ensure they don't mistype it">
Confirm new password
</message>
<message name="IDS_PASSWORD_CHANGE_CONFIRM_SAVE_BUTTON" desc="Text on a button that confirms the change to the password and saves the new password in place of the old one">
Save
</message>
<message name="IDS_PASSWORD_CHANGE_PASSWORDS_DONT_MATCH" desc="Error text in the case that the user entered their new password twice into two different boxes as required, but the two entries do not match">
Passwords do not match
</message>
<!-- Kerberos ticket expiry notifications -->
<message name="IDS_KERBEROS_TICKET_EXPIRY_TITLE" desc="Title of the notification shown when a Kerberos ticket is about to expire (shown below the display source and above the body).">
Kerberos ticket expires soon
</message>
<message name="IDS_KERBEROS_TICKET_EXPIRY_BODY" desc="Body of the notification shown when a Kerberos ticket is about to expire (shown below the title).">
Refresh ticket for <ph name="PRINCIPAL_NAME">$1<ex>user@EXAMPLE.COM</ex></ph>
</message>
<message name="IDS_KERBEROS_TICKET_EXPIRY_BUTTON" desc="Button label of the notification shown when a Kerberos ticket is about to expire.">
REFRESH
</message>
<message name="IDS_IME_SERVICE_DISPLAY_NAME" desc="The display name (in the system task manager, etc) of the service process providing the input methods.">
ChromeOS Input Method Service
</message>
<!-- Help App -->
<message name="IDS_HELP_APP_EXPLORE" desc="Name of the Explore app in the app shelf. Explore is an app for users to find helpful information about their Chromebooks. Should be translated into other languages into a similar verb." meaning="App name.">
Explore
</message>
<message name="IDS_HELP_APP_OFFERS" desc="Name of a tab in the Help app that offers users discounts or freebies, 'offers'.">
Offers
</message>
<message name="IDS_HELP_APP_PERKS" desc="Name of a tab in the Help app that offers users additional perks like apps or drive storage space.">
Perks
</message>
<message name="IDS_HELP_APP_DISCOVER_TAB_SUGGESTION_CHIP" desc="Text for the suggestion chip to view a magazine showing the user tools they can use for creating movies on a Chromebook. [CHAR_LIMIT=24]">
Create your own movie
</message>
<message name="IDS_HELP_APP_WHATS_NEW_SUGGESTION_CHIP" desc="Text for the suggestion chip to view updated patch notes are available. [CHAR_LIMIT=24]">
What's new with ChromeOS
</message>
<message name="IDS_HELP_APP_WHATS_NEW_CONTINUE_TASK_TITLE" desc="Title for a ChromeOS launcher continue section item that can be used to quickly access most recent ChromeOS release notes. Continue section contains set of UI elements that are suggestions for continuing recent user workflows. Release notes element is shown after ChromeOS device updates to a new version. Clicking the relese notes element will redirect user to an app that gives the user more information about the ChromeOS update [CHAR_LIMIT=20]">
ChromeOS update
</message>
<message name="IDS_HELP_APP_WHATS_NEW_CONTINUE_TASK_DETAILS" desc="Details label for a ChromeOS launcher continue section item that can be used to quickly access most recent ChromeOS release notes. Continue section contains set of UI elements that are suggestions for continuing recent user workflows. Release notes element is shown after ChromeOS device updates to a new version. Clicking the relese notes element will redirect user to an app that gives the user more information about the ChromeOS update [CHAR_LIMIT=22]">
See what's new
</message>
<message name="IDS_HELP_APP_DISCOVER_TAB_NOTIFICATION_TITLE" desc="Title for a notification that points to the Help app's Discover tab, which features a magazine to teach users how they can use their Chromebooks for creating movies and animations.">
Create your own movie
</message>
<message name="IDS_HELP_APP_DISCOVER_TAB_NOTIFICATION_MESSAGE" desc="Message on a notification that points to the Help app's Discover tab, which features a magazine to teach users how they can create content using their Chromebooks.">
Check out Chromebook's new digital magazine for creators
</message>
<!-- Media App -->
<message name="IDS_MEDIA_APP_APP_NAME" desc="Name of the Media App in the app shelf. This app is the default installed app to open and edit images, video, pdf and audio files." meaning="App name.">
Gallery
</message>
<message name="IDS_MEDIA_APP_FILE_FILTER_AUDIO" desc="Name of the dropdown select item describing audio files. Used to filter files shown in a file picker.">
Audio Files
</message>
<message name="IDS_MEDIA_APP_FILE_FILTER_IMAGE" desc="Name of the dropdown select item describing image files. Used to filter files shown in a file picker.">
Image Files
</message>
<message name="IDS_MEDIA_APP_FILE_FILTER_VIDEO" desc="Name of the dropdown select item describing video files. Used to filter files shown in a file picker.">
Video Files
</message>
<!-- Print Management App -->
<message name="IDS_PRINT_MANAGEMENT_COMPLETION_STATUS_CANCELED" desc="Displayed text status if the print job was canceled.">
Canceled
</message>
<message name="IDS_PRINT_MANAGEMENT_COMPLETION_STATUS_PRINTED" desc="Displayed text status if the print job was printed succesfully.">
Printed
</message>
<message name="IDS_PRINT_MANAGEMENT_FILE_NAME_COLUMN" desc="The label for the column header that displays the file name of the print job.">
File name
</message>
<message name="IDS_PRINT_MANAGEMENT_PRINTER_NAME_COLUMN" desc="The label for the column header that displays the printer name.">
Printer
</message>
<message name="IDS_PRINT_MANAGEMENT_DATE_COLUMN" desc="The label for the column header that displays the date of which the print job was created.">
Date
</message>
<message name="IDS_PRINT_MANAGEMENT_STATUS_COLUMN" desc="The label for the column header that displays the current status of the print job.">
Status
</message>
<message name="IDS_PRINT_MANAGEMENT_TITLE" desc="The title of the print management app.">
Print jobs
</message>
<message name="IDS_PRINT_MANAGEMENT_CLEAR_ALL_HISTORY_BUTTON_TEXT" desc="The label for the button that clears the print job history.">
Clear all history
</message>
<message name="IDS_PRINT_MANAGEMENT_CLEAR_ALL_HISTORY_CONFIRMATION_TEXT" desc="A confirmation text that ask users for confirmation that they want to delete their print jobs. Also notifies users that their ongoing jobs will not be deleted.">
Are you sure you want to clear all print history? Your ongoing print jobs will not be cleared.
</message>
<message name="IDS_PRINT_MANAGEMENT_CANCEL_BUTTON_LABEL" desc="The label for the button that closes the clear print history dialog.">
Cancel
</message>
<message name="IDS_PRINT_MANAGEMENT_CLEAR_BUTTON_LABEL" desc="The label for the action button that confirms clearing a user's print history in the clear print history dialog.">
Clear
</message>
<message name="IDS_PRINT_MANAGEMENT_HISTORY_HEADER_LABEL" desc="The header label that indicates that print jobs below this header are the user's print history.">
History
</message>
<message name="IDS_PRINT_MANAGEMENT_HISTORY_TOOL_TIP_INDEFINITE" desc="The tooltip that states that the user's print jobs are stored indefinitely.">
Print jobs will appear in history unless they are removed manually
</message>
<message name="IDS_PRINT_MANAGEMENT_HISTORY_TOOL_TIP_MULTIPLE_DAYS_EXPIRATION" desc="The tooltip that states that the user's print jobs are automatically deleted after a variable amount of days.">
Print jobs older than <ph name="NUMBER_OF_DAYS">$1<ex>45</ex></ph> days will be removed
</message>
<message name="IDS_PRINT_MANAGEMENT_HISTORY_TOOL_TIP_SINGLE_DAY_EXPIRATION" desc="The tooltip that states that the user's print jobs are automatically deleted after one day.">
Print jobs older than 1 day will be removed
</message>
<message name="IDS_PRINT_MANAGEMENT_PRINTED_PAGES_ARIA_LABEL" desc="The aria label that describes the current page printed printed versus the total number of pages.">
Printed page <ph name="PRINTED_PAGES">$1<ex>1</ex></ph> out of <ph name="TOTAL_PAGES">$2<ex>2</ex></ph>.
</message>
<message name="IDS_PRINT_MANAGEMENT_PRINTED_PAGES_PROGRESS_FRACTION" desc="A fraction-based progress indicator that lets users know how many pages are print versus how many pages total to be printed. Example: 5/7 (where 5 pages haves been printed out of 7 total pages">
<ph name="PRINTED_PAGES_NUMBER">$1<ex>5</ex></ph>/<ph name="TOTAL_PAGES_NUMBER">$2<ex>7</ex></ph>
</message>
<message name="IDS_PRINT_MANAGEMENT_COMPLETED_JOB_ARIA_LABEL" desc="The aria label that describes a completed print job that includes the print job documenet title, printer name, creation time, and completion status. This is a sentence with commas and spaces (minor pause) between placeholders.">
<ph name="DOCUMENT_TITLE">$1<ex>my_essay.doc</ex></ph>, <ph name="PRINTER_NAME">$2<ex>canon 6450</ex></ph>, <ph name="CREATION_TIME">$3<ex>February 8, 2020</ex></ph>, <ph name="COMPLETION_STATUS">$4<ex>Printed</ex></ph>
</message>
<message name="IDS_PRINT_MANAGEMENT_ONGOING_JOB_ARIA_LABEL" desc="The aria label that describes an ongoing print job that includes the print job documenet title, printer name, creation time, and ongoing status. Also notifies users that the ongoing print job can be cancelled with the 'Enter' key. This is only used for ChromeVox voice transcriptions.">
<ph name="DOCUMENT_TITLE">$1<ex>my_essay.doc</ex></ph>, <ph name="PRINTER_NAME">$2<ex>canon 6450</ex></ph>, <ph name="CREATION_TIME">$3<ex>February 8, 2020</ex></ph>, <ph name="PRINTED_PAGE_NUMBER">$4<ex>5</ex></ph> out of <ph name="TOTAL_PAGE_NUMBER">$5<ex>7</ex></ph>. Press enter to cancel the print job.
</message>
<message name="IDS_PRINT_MANAGEMENT_STOPPED_ONGOING_JOB_ARIA_LABEL" desc="The aria label that describes a stopped print job that includes the print job documenet title, printer name, creation time, and error status. This is a sentence with commas and spaces (minor pause) between placeholders.">
<ph name="DOCUMENT_TITLE">$1<ex>my_essay.doc</ex></ph>, <ph name="PRINTER_NAME">$2<ex>canon 6450</ex></ph>, <ph name="CREATION_TIME">$3<ex>February 8, 2020</ex></ph>, <ph name="ERROR_STATUS">$4<ex>Stopped - Out of paper</ex></ph>
</message>
<message name="IDS_PRINT_MANAGEMENT_PAPER_JAM_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because of a printer paper jam.">
Failed - Paper jam
</message>
<message name="IDS_PRINT_MANAGEMENT_OUT_OF_PAPER_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job faied because their printer is out out of paper.">
Failed - Out of paper
</message>
<message name="IDS_PRINT_MANAGEMENT_OUT_OF_INK_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their printer is out of ink.">
Failed - Out of ink
</message>
<message name="IDS_PRINT_MANAGEMENT_DOOR_OPEN_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their printer door is open.">
Failed - Door open
</message>
<message name="IDS_PRINT_MANAGEMENT_PRINTER_UNREACHABLE_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their printer is unreachable.">
Failed - Printer unreachable
</message>
<message name="IDS_PRINT_MANAGEMENT_TRAY_MISSING_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their printer's tray is missing.">
Failed - Tray missing
</message>
<message name="IDS_PRINT_MANAGEMENT_OUTPUT_FULL_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their printer's output is full .">
Failed - Output full
</message>
<message name="IDS_PRINT_MANAGEMENT_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their printer has stopped the print job.">
Failed - Stopped
</message>
<message name="IDS_PRINT_MANAGEMENT_FILTERED_FAILED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their printer's filter has failed.">
Failed - Filter failed
</message>
<message name="IDS_PRINT_MANAGEMENT_CLIENT_UNAUTHORIZED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their authorization with printer has failed.">
Failed - Authorization Failed
</message>
<message name="IDS_PRINT_MANAGEMENT_EXPIRED_CERTIFICATE_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed because their printer has an expired SSL certificate.">
Failed - Certificate Expired
</message>
<message name="IDS_PRINT_MANAGEMENT_UNKNOWN_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job failed due to an unknown error.">
Failed - Unknown error
</message>
<message name="IDS_PRINT_MANAGEMENT_NO_PRINT_JOBS_IN_PROGRESS_MESSAGE" desc="The message shown to users if they do not have any print jobs in progress i.e. being printed.">
No print jobs in progress
</message>
<message name="IDS_PRINT_MANAGEMENT_PAPER_JAM_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job has stopped because of a printer paper jam.">
Stopped - Paper jam
</message>
<message name="IDS_PRINT_MANAGEMENT_OUT_OF_PAPER_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job has stopped because their printer is out out of paper.">
Stopped - Out of paper
</message>
<message name="IDS_PRINT_MANAGEMENT_OUT_OF_INK_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job has stopped because their printer is out of ink.">
Stopped - Out of ink
</message>
<message name="IDS_PRINT_MANAGEMENT_DOOR_OPEN_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job stopped because their printer door is open.">
Stopped - Door open
</message>
<message name="IDS_PRINT_MANAGEMENT_TRAY_MISSING_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job stopped because their printer's tray is missing.">
Stopped - Tray missing
</message>
<message name="IDS_PRINT_MANAGEMENT_OUTPUT_FULL_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job stopped because their printer's output is full .">
Stopped - Output full
</message>
<message name="IDS_PRINT_MANAGEMENT_PRINTER_UNREACHABLE_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job stopped because their printer is unreachable.">
Stopped - Printer unreachable
</message>
<message name="IDS_PRINT_MANAGEMENT_GENERIC_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job stopped.">
Stopped
</message>
<message name="IDS_PRINT_MANAGEMENT_UNKNOWN_STOPPED_ERROR_STATUS" desc="The error status displayed next to a print job to indicate to users that their print job stopped due to an unknown error.">
Stopped - Unknown error
</message>
<message name="IDS_PRINT_MANAGEMENT_CLEAR_ALL_POLICY_PRINT_JOB_INDICATOR_MESSAGE" desc="The message shown to indicate that a user policy is in place to prevent the user from deleting their print job history.">
This action is managed by your administrator
</message>
<message name="IDS_PRINT_MANAGEMENT_CANCEL_PRINT_JOB_BUTTON_LABEL" desc="The label for the button that cancels a print job.">
Cancel print job
</message>
<message name="IDS_PRINT_MANAGEMENT_CANCELED_PRINT_JOB_ARIA_ANNOUNCEMENT" desc="The announcement said to notify ChromeVox that a print job was recently cancelled.">
Cancelled print job <ph name="DOCUMENT_TITLE">$1<ex>my_essay.doc</ex></ph>
</message>
<message name="IDS_PRINT_MANAGEMENT_COLLAPSE_PRINTING_STATUS" desc="A text that indicates to the user that the print job is currently printing. This text only appears if the width of the app's window is small and cannot display the entire ongoing printing status.">
Printing
</message>
<!-- TODO(b/287470757): Remove translateable false once empty state strings finalized. -->
<message translateable="false" name="IDS_PRINT_MANAGEMENT_EMPTY_STATE_NO_JOBS_MESSAGE" desc="The message shown to users if they do not have any print jobs in progress i.e. being printed.">
No printer jobs
</message>
<!-- TODO(b/287470757): Remove translateable false once empty state strings finalized. -->
<message translateable="false" name="IDS_PRINT_MANAGEMENT_EMPTY_STATE_PRINTER_SETTINGS_MESSAGE" desc="The message shown to users to suggest navigating to Printer settings when they do not have any print jobs.">
Go to Printer settings to manage your printers
</message>
<!-- TODO(b/287470757): Remove translateable false once empty state strings finalized. -->
<message translateable="false" name="IDS_PRINT_MANAGEMENT_EMPTY_STATE_MANAGE_PRINTERS_LABEL" desc="The label for the button that opens Printer settings when they do not have any print jobs.">
Manage printers
</message>
<!-- TODO(b/287470757): Remove translateable false once finalized strings are available .-->
<message translateable="false" name="IDS_PRINT_MANAGEMENT_HEADER_MANAGE_PRINTERS_LABEL" desc="The label for the button that opens Printer settings when UI displays at least one print job.">
Manage printers
</message>
<!-- Scanning App -->
<message name="IDS_SCANNING_APP_TITLE" desc="The title of the scanning app.">
Scan
</message>
<message name="IDS_SCANNING_APP_SCANNER_DROPDOWN_LABEL" desc="The label for the dropdown that displays connected scanners.">
Scanner
</message>
<message name="IDS_SCANNING_APP_SOURCE_DROPDOWN_LABEL" desc="The label for the dropdown that displays available scan sources (e.g. flatbed, document feeder, etc.).">
Source
</message>
<message name="IDS_SCANNING_APP_ONE_SIDED_DOC_FEEDER_OPTION_TEXT" desc="The text displayed for the one-sided document feeder source option.">
Document Feeder (One-sided)
</message>
<message name="IDS_SCANNING_APP_TWO_SIDED_DOC_FEEDER_OPTION_TEXT" desc="The text displayed for the two-sided document feeder source option.">
Document Feeder (Two-sided)
</message>
<message name="IDS_SCANNING_APP_FLATBED_OPTION_TEXT" desc="The text displayed for the flatbed source option.">
Flatbed
</message>
<message name="IDS_SCANNING_APP_FILE_TYPE_DROPDOWN_LABEL" desc="The label for the dropdown that displays available file types.">
File type
</message>
<message name="IDS_SCANNING_APP_JPG_OPTION_TEXT" desc="The text displayed for the JPG file type option.">
JPG
</message>
<message name="IDS_SCANNING_APP_PDF_OPTION_TEXT" desc="The text displayed for the PDF file type option.">
PDF
</message>
<message name="IDS_SCANNING_APP_PNG_OPTION_TEXT" desc="The text displayed for the PNG file type option.">
PNG
</message>
<message name="IDS_SCANNING_APP_COLOR_MODE_DROPDOWN_LABEL" desc="The label for the dropdown that displays available color modes (e.g. color, grayscale, black and white, etc.).">
Color
</message>
<message name="IDS_SCANNING_APP_BLACK_AND_WHITE_OPTION_TEXT" desc="The text displayed for the black and white option in the color mode dropdown.">
Black and white
</message>
<message name="IDS_SCANNING_APP_COLOR_OPTION_TEXT" desc="The text displayed for the color option in the color mode dropdown.">
Color
</message>
<message name="IDS_SCANNING_APP_GRAYSCALE_OPTION_TEXT" desc="The text displayed for the grayscale option in the color mode dropdown.">
Grayscale
</message>
<message name="IDS_SCANNING_APP_PAGE_SIZE_DROPDOWN_LABEL" desc="The label for the dropdown that displays available page sizes.">
Page size
</message>
<message name="IDS_SCANNING_APP_A3_OPTION_TEXT" desc="The text displayed for the A3 option in the page size dropdown.">
A3
</message>
<message name="IDS_SCANNING_APP_A4_OPTION_TEXT" desc="The text displayed for the A4 option in the page size dropdown.">
A4
</message>
<message name="IDS_SCANNING_APP_B4_OPTION_TEXT" desc="The text displayed for the B4 option in the page size dropdown.">
B4
</message>
<message name="IDS_SCANNING_APP_LEGAL_OPTION_TEXT" desc="The text displayed for the Legal option in the page size dropdown.">
Legal
</message>
<message name="IDS_SCANNING_APP_LETTER_OPTION_TEXT" desc="The text displayed for the Letter option in the page size dropdown.">
Letter
</message>
<message name="IDS_SCANNING_APP_TABLOID_OPTION_TEXT" desc="The text displayed for the Tabloid option in the page size dropdown.">
Tabloid
</message>
<message name="IDS_SCANNING_APP_FIT_TO_SCAN_AREA_OPTION_TEXT" desc="The text displayed for the fit to scan area option in the page size dropdown.">
Fit to scan area
</message>
<message name="IDS_SCANNING_APP_RESOLUTION_DROPDOWN_LABEL" desc="The label for the dropdown that displays available resolutions (e.g. 150 dpi, 300 dpi, etc.).">
Resolution
</message>
<message name="IDS_SCANNING_APP_RESOLUTION_OPTION_TEXT" desc="The text displayed for an option in the resolution dropdown.">
<ph name="RESOLUTION_VALUE">$1<ex>300</ex></ph> dpi
</message>
<message name="IDS_SCANNING_APP_SCAN_TO_DROPDOWN_LABEL" desc="The label for the dropdown that displays the chosen directory to save scans.">
Scan to
</message>
<message name="IDS_SCANNING_APP_MY_FILES_SELECT_OPTION" desc="The text displayed in the Scan To dropdown when the user chooses the local 'My files' folder from the select dialog.">
My files
</message>
<message name="IDS_SCANNING_APP_SELECT_FOLDER_OPTION" desc="The text displayed in the Scan To dropdown option which the user can click to open the select dialog for choosing the folder to save completed scans.">
Select folder in Files app...
</message>
<message name="IDS_SCANNING_APP_SELECT_DIALOG_TITLE" desc="The text used as the title of the select dialog used for choosing the folder to save completed scans.">
Select a folder to save to
</message>
<message name="IDS_SCANNING_APP_MORE_SETTINGS" desc="The text displayed for the button that shows and hides additional settings.">
More settings
</message>
<message name="IDS_SCANNING_APP_SCAN_PREVIEW_HELPER_TEXT" desc="The text displayed in the scan preview that explains how to scan a document.">
To get started, place your document on the scanner
</message>
<message name="IDS_SCANNING_APP_SCAN_BUTTON_TEXT" desc="The text displayed for the button that starts a scan.">
{NUMBER_OF_PAGES, plural,
=0 {Scan}
=1 {Scan page {NUMBER_OF_PAGES}}
other {Scan page {NUMBER_OF_PAGES}}}
</message>
<message name="IDS_SCANNING_APP_MY_DRIVE" desc="The text displayed in the Scan To dropdown when the user selects to save completed scans to their Google Drive 'My Drive' folder.">
My Drive
</message>
<message name="IDS_SCANNING_APP_DEFAULT_SOURCE_OPTION_TEXT" desc="The text displayed for the default source option.">
Default
</message>
<message name="IDS_SCANNING_APP_SCAN_PREVIEW_PROGRESS_TEXT" desc="The text displayed in the scan preview to indicate which page is currently being scanned.">
Scanning page <ph name="PAGE_NUMBER">$1<ex>4</ex></ph>
</message>
<message name="IDS_SCANNING_APP_FILE_SAVED_TEXT" desc="The text displayed in the Scanning App when a scan job is completed and the file is saved.">
{COUNT, plural,
=1 {Your file has been successfully scanned and saved to <ph name="LINK_BEGIN"><a id="folderLink"></ph><ph name="FOLDER_NAME">$1<ex>My files</ex></ph><ph name="LINK_END"></a></ph>.}
other {Your files have been successfully scanned and saved to <ph name="LINK_BEGIN"><a id="folderLink"></ph><ph name="FOLDER_NAME">$1<ex>My files</ex></ph><ph name="LINK_END"></a></ph>.}}
</message>
<message name="IDS_SCANNING_APP_DONE_BUTTON_TEXT" desc="The text displayed for the button the user clicks to return to the intial Scanning App page after a scan job is completed.">
Done
</message>
<message name="IDS_SCANNING_APP_CANCEL_BUTTON_TEXT" desc="The text displayed for the button to cancel an ongoing scan job.">
Cancel
</message>
<message name="IDS_SCANNING_APP_START_SCAN_FAILED_TOAST" desc="The error message displayed when a scan job fails to start.">
Couldn't start scanning
</message>
<message name="IDS_SCANNING_APP_GET_HELP_LINK_TEXT" desc="The text used for the link that navigates to the Scan app help webpage. This is shown to the user after a scanning error.">
Get help
</message>
<message name="IDS_SCANNING_APP_CANCEL_FAILED_TOAST_TEXT" desc="The error message displayed when a user attempts to cancel a scan job but the cancel request fails.">
Couldn't cancel scanning
</message>
<message name="IDS_SCANNING_APP_SCAN_CANCELED_TOAST_TEXT" desc="The message displayed when a scan job is successfully canceled.">
Scanning has been canceled
</message>
<message name="IDS_SCANNING_APP_CANCELING_SCANNING_TEXT" desc="The text displayed in the scan preview to indicate a scan job is being canceled.">
Canceling scanning
</message>
<message name="IDS_SCANNING_APP_FILE_NOT_FOUND_TOAST_TEXT" desc="The message displayed when attempting to open a saved scan file and it is either missing or deleted.">
File not found
</message>
<message name="IDS_SCANNING_APP_SCAN_FAILED_DIALOG_TITLE_TEXT" desc="The text displayed as the title of the dialog shown when a scan job fails.">
Couldn't complete scan
</message>
<message name="IDS_SCANNING_APP_SCAN_FAILED_DIALOG_UNKNOWN_ERROR_TEXT" desc="The text displayed as the body of the dialog shown when a scan job fails for an unknown reason. The text advises the user to make sure their Chromebook has enough space to save files.">
Check the scanner and try again. Make sure there is enough local space to save scanned files.
</message>
<message name="IDS_SCANNING_APP_SCAN_FAILED_DIALOG_DEVICE_BUSY_TEXT" desc="The text displayed as the body of the dialog shown when a scan job fails due to the scanner being busy. The text advises the user to try scanning again once the scanner is no longer in use.">
Scanner is currently in use. Try again later.
</message>
<message name="IDS_SCANNING_APP_SCAN_FAILED_DIALOG_ADF_JAMMED_TEXT" desc="The text displayed as the body of the dialog shown when a scan job fails due to the scanner's document feeder being jammmed. The text advises the user to clear the feeder and try again.">
The scanner’s document feeder is jammed. Check the feeder and try again.
</message>
<message name="IDS_SCANNING_APP_SCAN_FAILED_DIALOG_ADF_EMPTY_TEXT" desc="The text displayed as the body of the dialog shown when a scan job fails due to the scanner's document feeder being empty. The text advises the user to place documents in the feeder and try again.">
The scanner’s document feeder is empty. Add documents and try again.
</message>
<message name="IDS_SCANNING_APP_SCAN_FAILED_DIALOG_FLATBED_OPEN_TEXT" desc="The text displayed as the body of the dialog shown when a scan job fails due to the scanner's cover being open. The text advises the user to close the cover and try again.">
The scanner’s cover is open. Close the cover and try again.
</message>
<message name="IDS_SCANNING_APP_SCAN_FAILED_DIALOG_IO_ERROR_TEXT" desc="The text displayed as the body of the dialog shown when a scan job fails due to a communication issue with the scanner. The text advises the user to check the network or USB connection and try again.">
There's an issue communicating with the scanner. Check the network or USB connection and try again.
</message>
<message name="IDS_SCANNING_APP_OK_BUTTON_LABEL" desc="The label for the button to acknowledge and close the dialog shown when a scan job fails.">
Ok
</message>
<message name="IDS_SCANNING_APP_SCANNED_IMAGES_ARIA_LABEL" is_accessibility_with_no_ui="true" desc="The text read by the screen reader to announce a scan job is completed and the total number of pages scanned.">
{NUMBER_OF_PAGES, plural,
=1 {Scanning completed. 1 page scanned}
other {Scanning completed. {NUMBER_OF_PAGES} pages scanned}}
</message>
<message name="IDS_SCANNING_APP_SCANNING_IMAGES_ARIA_LABEL" desc="The text read by the screen reader announcing progress updates for an ongoing scan job.">
Scanning page <ph name="PAGE_NUM">$1<ex>2</ex></ph>. <ph name="PERCENTAGE_VALUE">$2<ex>50</ex></ph>% completed.
</message>
<message name="IDS_SCANNING_APP_SCANNERS_LOADING_TEXT" desc="The text displayed while the app is searching for available scanners">
Looking for scanners
</message>
<message name="IDS_SCANNING_APP_NO_SCANNERS_TEXT" desc="The text displayed when there are no available scanners found for scanning">
No scanners available
</message>
<message name="IDS_SCANNING_APP_NO_SCANNERS_SUBTEXT" desc="The subtext displayed when there are no available scanners found for scanning">
Make sure the scanner is turned on and available via your network or a direct connection
</message>
<message name="IDS_SCANNING_APP_LEARN_MORE_BUTTON_LABEL" desc="The label for the button that leads to a help support article to learn more about scanning.">
Learn more
</message>
<message name="IDS_SCANNING_APP_RETRY_BUTTON_LABEL" desc="The label for the button that retries searching for available scanners.">
Retry
</message>
<message name="IDS_SCANNING_APP_EDIT_BUTTON_LABEL" desc="The label for the button that opens the Media app for editing scanned files.">
{0, plural,
=1 {Edit file}
other {Edit files}}
</message>
<message name="IDS_SCANNING_APP_SHOW_IN_FOLDER_BUTTON_LABEL" desc="The label for the button that opens the files app in the location of the saved scan.">
Show in folder
</message>
<message name="IDS_SCANNING_APP_MULTI_PAGE_CHECKBOX_TEXT" desc="The description for the checkbox that starts a multi-page scan job. This checkbox allows users to scan multiple pages from their scanner into a new PDF file.">
Save multiple pages to one PDF
</message>
<message name="IDS_SCANNING_APP_SAVE_BUTTON_LABEL" desc="The label for the button to save a scan to a PDF file">
End & save
</message>
<message name="IDS_SCANNING_APP_MULTI_PAGE_SCAN_INSTRUCTIONS_TEXT" desc="The text instructions for a multi-page scan job to tell the user to scan another page from their scanner.">
Place another page on the scanner
</message>
<message name="IDS_SCANNING_APP_ACTION_TOOLBAR_PAGE_COUNT_TEXT" desc="The text in the action toolbar that shows the current page number and the total number of pages scanned.">
<ph name="CURRENT_PAGE">$1<ex>2</ex></ph> of <ph name="TOTAL_PAGES">$2<ex>4</ex></ph>
</message>
<message name="IDS_SCANNING_APP_REMOVE_PAGE_DIALOG_TITLE" desc="The text used as the title for the dialog that lets the user delete a page from their scan job.">
{PAGE_NUMBER, plural,
=0 {Remove page?}
=1 {Remove page {PAGE_NUMBER}?}
other {Remove page {PAGE_NUMBER}?}}
</message>
<message name="IDS_SCANNING_APP_REMOVE_PAGE_BUTTON_LABEL" desc="The label for the button that lets the user delete a page from their scan job.">
Remove
</message>
<message name="IDS_SCANNING_APP_RESCAN_PAGE_DIALOG_TITLE" desc="The text used as the title for the dialog that lets the user rescan a page from their scan job.">
{PAGE_NUMBER, plural,
=0 {Rescan page?}
=1 {Rescan page {PAGE_NUMBER}?}
other {Rescan page {PAGE_NUMBER}?}}
</message>
<message name="IDS_SCANNING_APP_RESCAN_PAGE_BUTTON_LABEL" desc="The label for the button that lets the user replace a page from their scan job by scanning a new page from their scanner.">
Rescan
</message>
<message name="IDS_SCANNING_APP_REMOVE_PAGE_CONFIRMATION_TEXT" desc="The text to confirm to the user they want to remove the last page from their current multi-page scan session.">
This is the only page. This will take you to the scanning start screen.
</message>
<message name="IDS_SCANNING_APP_RESCAN_PAGE_CONFIRMATION_TEXT" desc="The text to confirm to the user they want to rescan a page from their current multi-page scan session.">
Place your document on the scanner
</message>
<message name="IDS_SCANNING_APP_MULTI_PAGE_SCAN_PROGRESS_TEXT" desc="The text displayed in the multi-page scan section to indicate which page is currently being scanned.">
Scanning page <ph name="PAGE_NUMBER">$1<ex>4</ex></ph>...
</message>
<message name="IDS_SCANNING_APP_MULTI_PAGE_CANCELING_SCANNING_TEXT" desc="The text displayed in the multi-page scan section to indicate the scan is being canceled.">
Canceling scanning...
</message>
<message name="IDS_SCANNING_APP_MULTI_PAGE_CHECKBOX_ARIA_LABEL" is_accessibility_with_no_ui="true" desc="The text read aloud by the screen reader describing the checkbox to start a multi-page scan session.">
Multi-page scan
</message>
<message name="IDS_SCANNING_APP_MULTI_PAGE_IMAGE_ARIA_LABEL" is_accessibility_with_no_ui="true" desc="The text read aloud by the screen reader describing what position the image is in in the list of scanned images.">
Image <ph name="CURRENT_PAGE">$1<ex>2</ex></ph> of <ph name="TOTAL_PAGES">$2<ex>4</ex></ph>
</message>
<!-- Diagnostics App -->
<message name="IDS_DIAGNOSTICS_TITLE" desc="The title of the diagnostics app.">
Diagnostics
</message>
<message name="IDS_DIAGNOSTICS_MEMORY_TITLE" desc="The title of the diagnostics memory section which shows users' information about their computer memory.">
Memory
</message>
<message name="IDS_DIAGNOSTICS_BATTERY_TITLE" desc="The title of the diagnostics battery section which shows users' information about their computer battery.">
Battery
</message>
<message name="IDS_DIAGNOSTICS_BATTERY_CHARGING" desc="The title of the diagnostics battery section which shows users' information about their computer battery.">
Charging, <ph name="TIME_VALUE">$1<ex>2 hours and 18 minutes</ex></ph> until full
</message>
<message name="IDS_DIAGNOSTICS_BATTERY_DISCHARGING" desc="The title of the diagnostics battery section which shows users' information about their computer battery.">
<ph name="TIME_VALUE">$1<ex>2 hours and 18 minutes</ex></ph> left
</message>
<message name="IDS_DIAGNOSTICS_BATTERY_CALCULATING_TEXT" desc="Battery status text indicating transitionary state where battery values are being calculated.">
Calculating...
</message>
<message name="IDS_DIAGNOSTICS_BATTERY_FULL_TEXT" desc="Battery status text indicating the battery is fully charged.">
Battery full
</message>
<message name="IDS_DIAGNOSTICS_CPU_TITLE" desc="The title of the diagnostics CPU section which shows users' information about their computer CPU usage.">
CPU
</message>
<message name="IDS_DIAGNOSTICS_CPU_USAGE_LABEL" desc="The label for the percentage of CPU that is currently being used.">
Current usage
</message>
<message name="IDS_DIAGNOSTICS_CPU_USAGE_TEXT" desc="The text displaying the percentage of CPU that is currently being used.">
<ph name="PERCENTAGE_VALUE">$1<ex>50</ex></ph>%
</message>
<message name="IDS_DIAGNOSTICS_CPU_USAGE_SYSTEM_LABEL" desc="The label for the percentage of CPU that is currently being used by the system.">
System
</message>
<message name="IDS_DIAGNOSTICS_CPU_USAGE_USER_LABEL" desc="The label for the percentage of CPU that is currently being used by the user.">
User
</message>
<message name="IDS_DIAGNOSTICS_CPU_TEMPERATURE_LABEL" desc="The label for the current CPU temperature.">
Temperature