slitaz-tools rev 993

fix tazbox video --fullscreen
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 04 13:50:50 2016 +0200 (2016-06-04)
parents 7e4a3ecdf2d7
children 6c6c918d6c4e
files po/tazbox/fr.po tazbox/tazbox
line diff
     1.1 --- a/po/tazbox/fr.po	Sat Jun 04 14:02:35 2016 +0300
     1.2 +++ b/po/tazbox/fr.po	Sat Jun 04 13:50:50 2016 +0200
     1.3 @@ -376,22 +376,20 @@
     1.4  msgstr "Choisissez le fichier vidéo"
     1.5  
     1.6  #: tazbox/tazbox:641
     1.7 -#, fuzzy
     1.8  msgid "All video files"
     1.9 -msgstr "Choisissez le fichier vidéo"
    1.10 +msgstr "Tous les fichiers vidéo"
    1.11  
    1.12  #: tazbox/tazbox:642
    1.13 -#, fuzzy
    1.14  msgid "All files"
    1.15 -msgstr "Choisissez le fichier vidéo"
    1.16 +msgstr "Tous les fichiers"
    1.17  
    1.18  #: tazbox/tazbox:673
    1.19  msgid "Unsupported video file format."
    1.20 -msgstr ""
    1.21 +msgstr "Format de fichier vidéo non supporté."
    1.22  
    1.23  #: tazbox/tazbox:674
    1.24  msgid "Retry with %s, %s, %s, %s, %s or %s."
    1.25 -msgstr ""
    1.26 +msgstr "Réessayez avec %s, %s, %s, %s, %s ou %s."
    1.27  
    1.28  #: tazbox/tazbox:791
    1.29  msgid "Downloading..."
     2.1 --- a/tazbox/tazbox	Sat Jun 04 14:02:35 2016 +0300
     2.2 +++ b/tazbox/tazbox	Sat Jun 04 13:50:50 2016 +0200
     2.3 @@ -638,7 +638,7 @@
     2.4  	[ "${1:0:1}" == "/" ] && file="$1"
     2.5  	[ -s "$file" ] || file="$(yad --file --width='600' --height='500' --add-preview \
     2.6  		--window-icon $icon --title "$(_ 'Select the video file')" --center \
     2.7 -		--file-filter="$(_ 'All video files')|*.mp4 *.m4v *.webm *.ogg *.ogv" \
     2.8 +		--file-filter="$(_ 'All video files')|*.mp4 *.m4v *.webm *.ogg *.ogv *.flv *.avi" \
     2.9  		--file-filter="$(_ 'All files')|*")"
    2.10  	[ -s "$file" ] || return
    2.11  
    2.12 @@ -679,7 +679,7 @@
    2.13  </body>
    2.14  </html>
    2.15  EOT
    2.16 -
    2.17 +	unset IFS
    2.18  	[ -n "$dpmstimeout" ] && xset dpms 0 0 0 s 0 0
    2.19  	tazweb $tazwebargs file://$tmp || browser file://$tmp
    2.20  	[ -n "$dpmstimeout" ] && xset dpms $dpmstimeout $dpmstimeout $dpmstimeout s $dpmstimeout $dpmstimeout