File: live_caption_strings.grdp

package info (click to toggle)
chromium 138.0.7204.157-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,071,864 kB
  • sloc: cpp: 34,936,859; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,967; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (61 lines) | stat: -rw-r--r-- 4,041 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
<?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_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>