diff options
author | Andreas Regel <andreas.regel@powarman.de> | 2008-04-27 18:44:00 +0200 |
---|---|---|
committer | Andreas Regel <andreas.regel@powarman.de> | 2008-04-27 18:44:00 +0200 |
commit | cac6362d2207752926f9339c1c547d60d5c2a6a0 (patch) | |
tree | c8c4ae6d3b5e0bca179b3b28468f6aca736d14c7 /po/fr_FR.po | |
parent | 4df61fcc16983f71ca5ab1d539840f7d04b9d48f (diff) | |
download | vdr-plugin-osdpip-cac6362d2207752926f9339c1c547d60d5c2a6a0.tar.gz vdr-plugin-osdpip-cac6362d2207752926f9339c1c547d60d5c2a6a0.tar.bz2 |
Release version 0.0.9v0.0.9
- dropped support for VDR version lower than 1.3.47.
- Now using palette replacemen introduced in VDR 1.4.27, so palette
setting workaround is not needed any longer. This simplifies code a
bit.
- added support for VDR 1.6. Now 1.4 and 1.6 are supported (tested with
1.4.7 and 1.6.0)
- added gettext localization support introduced with VDR 1.5.7.
- Do not decode B frames when dropping them.
- Use cCondWait::SleepMs instead of usleep.
- Fixed automatic closing of OSD after some minutes.
- Fixed showing wrong channel information.
- Added missing inclusion of <vdr/device.h>.
- Added new colour reduction mode using 256 dithered colours (thanks to
Martin Wache).
- Added french translations (thanks to micky979)
Diffstat (limited to 'po/fr_FR.po')
-rw-r--r-- | po/fr_FR.po | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/po/fr_FR.po b/po/fr_FR.po new file mode 100644 index 0000000..e701b71 --- /dev/null +++ b/po/fr_FR.po @@ -0,0 +1,121 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# This file is distributed under the same license as the VDR package. +# Jean-Claude Repetto <jc@repetto.org>, 2001 +# Olivier Jacques <jacquesolivier@hotmail.com>, 2003 +# Gregoire Favre <greg@magma.unil.ch>, 2003 +# Nicolas Huillard <nhuillard@e-dition.fr>, 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: <andreas.regel@powarman.de>\n" +"POT-Creation-Date: 2008-04-27 18:04+0200\n" +"PO-Revision-Date: 2008-04-27 18:00+0200\n" +"Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n" +"Language-Team: <vdr@linuxtv.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Normal mode" +msgstr "Mode normale" + +msgid "Move mode" +msgstr "Mode mouvement" + +msgid "OSD Picture-in-Picture" +msgstr "OSD-PIP Incrustation d'image dans l'image" + +msgid "Picture-in-Picture" +msgstr "Incrustation d'image" + +msgid "Greyscale (16)" +msgstr "Niveau de gris (16)" + +msgid "Greyscale (256)" +msgstr "Niveau de gris (256)" + +msgid "Color (256, fixed)" +msgstr "Couleur (256 fixe)" + +msgid "Color (128, variable)" +msgstr "Couleur (128 variable)" + +msgid "Color (256, dithered)" +msgstr "" + +msgid "channel only" +msgstr "Seulement la chaine" + +msgid "simple" +msgstr "Simple" + +msgid "complete" +msgstr "Complet" + +msgid "top left" +msgstr "En haut a gauche" + +msgid "top right" +msgstr "En haut a droite" + +msgid "bottom left" +msgstr "En bas a gauche" + +msgid "bottom right" +msgstr "En bas a droite" + +msgid "automatic" +msgstr "Automatique" + +msgid "none" +msgstr "Aucun" + +msgid "1 frame" +msgstr "Sequence 1" + +msgid "2 frames" +msgstr "Sequence 2" + +msgid "X Position" +msgstr "X Position" + +msgid "Y Position" +msgstr "Y Position" + +msgid "Crop left" +msgstr "Couper a gauche" + +msgid "Crop right" +msgstr "Couper a droite" + +msgid "Crop at top" +msgstr "Couper la partie haute" + +msgid "Crop at bottom" +msgstr "Couper la partie basse" + +msgid "Color depth" +msgstr "Nobre de couleur pour l'image" + +msgid "Size" +msgstr "Taille" + +msgid "Frames to display" +msgstr "Sequence a afficher" + +msgid "Drop frames" +msgstr "Sauter des sequences" + +msgid "Swap FFMPEG output" +msgstr "Changer la sortie de FFMPEG" + +msgid "Show info window" +msgstr "Montrer les informations de la fenetre" + +msgid "Info window width" +msgstr "Information sur la taille de la fenetre" + +msgid "Info window position" +msgstr "Information sur la position de la fenetre" |