File: live_caption_strings.grdp

package info (click to toggle)
chromium 139.0.7258.127-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,122,068 kB
  • sloc: cpp: 35,100,771; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (67 lines) | stat: -rw-r--r-- 4,328 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
  <!-- Live caption. -->
  <message name="IDS_LIVE_CAPTION_BUBBLE_TITLE" desc="Title of the Live Caption bubble">
    Live Caption
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_CLOSE" desc="Tooltip for the Live Caption close button">
    Turn off Live Caption for now
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_EXPAND" desc="Tooltip for the Live Caption expand button">
    Show more lines
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_COLLAPSE" desc="Tooltip for the Live Caption collapse button">
    Show fewer lines
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_BACK_TO_TAB" desc="Tooltip for the Live Caption back-to-tab button. Clicking the button brings a user's focus back to the tab which is streaming the audio or video.">
    Back to tab
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_PIN" desc="Tooltip for the Live Caption pin button.">
    Pin
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_UNPIN" desc="Tooltip for the Live Caption unpin button.">
    Unpin
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_ERROR" desc="Error message for the Live Caption bubble when Live Captions are unavailable.">
    Live Caption is not available right now
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_CONTENT_SETTINGS" desc="Text of Content Settings links.">
    protected content IDs
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_MEDIA_FOUNDATION_RENDERER_ERROR" desc="Error message for the Live Caption bubble when Live Captions are unavailable because the renderer is using hardware-based decryption.">
    Live Caption is not available for this media. To get captions, block <ph name="CONTENT_SETTINGS">$1<ex>protected content IDs</ex></ph> for this site.
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_MEDIA_FOUNDATION_RENDERER_ERROR_CHECKBOX" desc="Text next to the checkbox that silences the warning that Live Caption is unavailable because the renderer is using hardware-based decryption.">
    Don't show this message again for this site
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_APPEAR_SCREENREADER_ANNOUNCEMENT" desc="Announcement to screen readers on ChromeOS when the Live Caption bubble appears to inform users of how to focus the bubble.">
    Live Caption visible, use window switcher to focus
  </message>
  <message name="IDS_LIVE_CAPTION_CAPTION_LANGUAGE_AUTODETECTED" desc="Label for the Live Caption bubble displaying the auto-detected source language.">
     <ph name="SOURCE">$1<ex>Spanish</ex></ph> (auto-detected)
  </message>
  <message name="IDS_LIVE_CAPTION_TRANSLATED_CAPTION_LANGUAGE" desc="Label for the Live Caption bubble displaying the source and target translation languages.">
    Translating <ph name="SOURCE">$1<ex>Spanish</ex></ph> to <ph name="TARGET">$2<ex>English</ex></ph>
  </message>
  <message name="IDS_LIVE_CAPTION_TRANSLATED_CAPTION_LANGUAGE_AUTODETECTED" desc="Label for the Live Caption bubble displaying the auto-detected source and target translation languages.">
    Translating <ph name="SOURCE">$1<ex>Spanish</ex></ph> (auto-detected) to <ph name="TARGET">$2<ex>English</ex></ph>
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_CAPTION_SETTINGS" desc="Tooltip for the caption settings button">
    Caption settings
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_SCROLL_BUTTON_SCROLLING" desc="Label for the scroll button in Scrolling state">
    Scrolling
  </message>
  <message name="IDS_LIVE_CAPTION_BUBBLE_SCROLL_BUTTON_LOCKED" desc="Label for the scroll button in Locked state">
    Locked
  </message>
  <message name="IDS_LIVE_CAPTION_DOWNLOAD_PROGRESS" desc="Download progress indicator after Live Caption is enabled. The user needs to download certain files for the feature to work.">
   Downloading <ph name="LANGUAGE">$1<ex>Spanish</ex></ph> language pack... <ph name="PERCENT">$2<ex>17</ex></ph>%
  </message>
  <message name="IDS_LIVE_CAPTION_LANGUAGE_DOWNLOAD_FAILED" desc="TODO.">
   Failed to download <ph name="LANGUAGE">$1<ex>Spanish</ex></ph>
  </message>
  <message name="IDS_LIVE_CAPTION_TRANSLATING" desc="Label for the Live Caption bubble informing the source language is being translated into another language. Ex. Translating English -> Spanish.">
    Translating
  </message>
</grit-part>