mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Added video playback error screen
This commit is contained in:
parent
25760bfab9
commit
fa1118a7f3
4 changed files with 104 additions and 1 deletions
|
@ -267,6 +267,34 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>VideoError</name>
|
||||
<message>
|
||||
<source>Resource allocation error</source>
|
||||
<extracomment>Video playback error: out of resources</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video format unsupported</source>
|
||||
<extracomment>Video playback error: unsupported format/codec</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Network error</source>
|
||||
<extracomment>Video playback error: network error</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Access denied</source>
|
||||
<extracomment>Video playback error: access denied</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Media service missing</source>
|
||||
<extracomment>Video playback error: the media cannot be played because the media service could not be instantiated.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>VideoTrackSelector</name>
|
||||
<message>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue