Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349)
* Switch properties files encoding from ISO-8859-1 to UTF-8 Crowdin will generate translations in this encoding, so this prevents a lot of diffs which makes it easier to review future Crowdin PRs. Related to openhab/openhab-core#2298 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -1,104 +1,104 @@
|
||||
# binding
|
||||
binding.sonyprojector.name = Extension Projecteur Sony
|
||||
binding.sonyprojector.description = L'extension Projecteur Sony permet de contrôler un projecteur Sony par connexion Ethernet (PJ Talk) ou série.
|
||||
binding.sonyprojector.description = L'extension Projecteur Sony permet de contrôler un projecteur Sony par connexion Ethernet (PJ Talk) ou série.
|
||||
|
||||
# thing types
|
||||
thing-type.sonyprojector.ethernetconnection.label = Connexion Ethernet Sony
|
||||
thing-type.sonyprojector.ethernetconnection.description = Connexion Ethernet au projecteur Sony en utilisant PJ Talk.
|
||||
|
||||
thing-type.sonyprojector.serialconnection.label = Connexion série Sony
|
||||
thing-type.sonyprojector.serialconnection.description = Connexion série au projecteur Sony.
|
||||
thing-type.sonyprojector.serialconnection.label = Connexion série Sony
|
||||
thing-type.sonyprojector.serialconnection.description = Connexion série au projecteur Sony.
|
||||
|
||||
thing-type.sonyprojector.serialoveripconnection.label = Connexion série sur IP Sony
|
||||
thing-type.sonyprojector.serialoveripconnection.description = Connexion série sur IP au projecteur Sony.
|
||||
thing-type.sonyprojector.serialoveripconnection.label = Connexion série sur IP Sony
|
||||
thing-type.sonyprojector.serialoveripconnection.description = Connexion série sur IP au projecteur Sony.
|
||||
|
||||
# thing type configuration
|
||||
thing-type.config.sonyprojector.ethernetconnection.host.label = Hôte
|
||||
thing-type.config.sonyprojector.ethernetconnection.host.description = Nom d'hôte ou adresse IP du projecteur.
|
||||
thing-type.config.sonyprojector.ethernetconnection.host.label = Hôte
|
||||
thing-type.config.sonyprojector.ethernetconnection.host.description = Nom d'hôte ou adresse IP du projecteur.
|
||||
|
||||
thing-type.config.sonyprojector.ethernetconnection.port.label = Port
|
||||
thing-type.config.sonyprojector.ethernetconnection.port.description = Port de communication (53484 par défaut).
|
||||
thing-type.config.sonyprojector.ethernetconnection.port.description = Port de communication (53484 par défaut).
|
||||
|
||||
thing-type.config.sonyprojector.ethernetconnection.model.label = Modèle
|
||||
thing-type.config.sonyprojector.ethernetconnection.model.description = Modèle du projecteur à contrôler.
|
||||
thing-type.config.sonyprojector.ethernetconnection.model.label = Modèle
|
||||
thing-type.config.sonyprojector.ethernetconnection.model.description = Modèle du projecteur à contrôler.
|
||||
thing-type.config.sonyprojector.ethernetconnection.model.option.AUTO = Automatique
|
||||
|
||||
thing-type.config.sonyprojector.ethernetconnection.community.label = Communauté
|
||||
thing-type.config.sonyprojector.ethernetconnection.community.description = Communauté du projecteur devant contenir 4 caractères (SONY par défaut).
|
||||
thing-type.config.sonyprojector.ethernetconnection.community.label = Communauté
|
||||
thing-type.config.sonyprojector.ethernetconnection.community.description = Communauté du projecteur devant contenir 4 caractères (SONY par défaut).
|
||||
|
||||
thing-type.config.sonyprojector.serialconnection.port.label = Port série
|
||||
thing-type.config.sonyprojector.serialconnection.port.description = Port série à utiliser pour se connecter au projecteur.
|
||||
thing-type.config.sonyprojector.serialconnection.port.label = Port série
|
||||
thing-type.config.sonyprojector.serialconnection.port.description = Port série à utiliser pour se connecter au projecteur.
|
||||
|
||||
thing-type.config.sonyprojector.serialconnection.model.label = Modèle
|
||||
thing-type.config.sonyprojector.serialconnection.model.description = Modèle du projecteur à contrôler.
|
||||
thing-type.config.sonyprojector.serialconnection.model.label = Modèle
|
||||
thing-type.config.sonyprojector.serialconnection.model.description = Modèle du projecteur à contrôler.
|
||||
|
||||
thing-type.config.sonyprojector.serialoveripconnection.host.label = Hôte
|
||||
thing-type.config.sonyprojector.serialoveripconnection.host.description = Nom d'hôte ou adresse IP de la machine connectée au projecteur.
|
||||
thing-type.config.sonyprojector.serialoveripconnection.host.label = Hôte
|
||||
thing-type.config.sonyprojector.serialoveripconnection.host.description = Nom d'hôte ou adresse IP de la machine connectée au projecteur.
|
||||
|
||||
thing-type.config.sonyprojector.serialoveripconnection.port.label = Port
|
||||
thing-type.config.sonyprojector.serialoveripconnection.port.description = Port de communication.
|
||||
|
||||
thing-type.config.sonyprojector.serialoveripconnection.model.label = Modèle
|
||||
thing-type.config.sonyprojector.serialoveripconnection.model.description = Modèle du projecteur à contrôler.
|
||||
thing-type.config.sonyprojector.serialoveripconnection.model.label = Modèle
|
||||
thing-type.config.sonyprojector.serialoveripconnection.model.description = Modèle du projecteur à contrôler.
|
||||
|
||||
# channel types
|
||||
channel-type.sonyprojector.power.label = Mise sous tension
|
||||
channel-type.sonyprojector.power.description = Allume ou éteint le projecteur.
|
||||
channel-type.sonyprojector.power.description = Allume ou éteint le projecteur.
|
||||
|
||||
channel-type.sonyprojector.powerstate.label = Etat alimentation
|
||||
channel-type.sonyprojector.powerstate.description = État actuel d'alimentation du projecteur.
|
||||
channel-type.sonyprojector.powerstate.description = État actuel d'alimentation du projecteur.
|
||||
|
||||
channel-type.sonyprojector.input.label = Entrée
|
||||
channel-type.sonyprojector.input.description = Sélectionne le périphérique à partir duquel les images seront affichées.
|
||||
channel-type.sonyprojector.input.label = Entrée
|
||||
channel-type.sonyprojector.input.description = Sélectionne le périphérique à partir duquel les images seront affichées.
|
||||
channel-type.sonyprojector.input.state.option.HDMI = HDMI
|
||||
channel-type.sonyprojector.input.state.option.HDMI1 = HDMI 1
|
||||
channel-type.sonyprojector.input.state.option.HDMI2 = HDMI 2
|
||||
channel-type.sonyprojector.input.state.option.DVI = DVI
|
||||
channel-type.sonyprojector.input.state.option.Video = Vidéo
|
||||
channel-type.sonyprojector.input.state.option.SVideo = S-Vidéo
|
||||
channel-type.sonyprojector.input.state.option.InputA = Entrée A
|
||||
channel-type.sonyprojector.input.state.option.Video = Vidéo
|
||||
channel-type.sonyprojector.input.state.option.SVideo = S-Vidéo
|
||||
channel-type.sonyprojector.input.state.option.InputA = Entrée A
|
||||
channel-type.sonyprojector.input.state.option.Component = Composante
|
||||
channel-type.sonyprojector.input.state.option.HDMI2 = HDMI 2
|
||||
|
||||
channel-type.sonyprojector.calibrationpreset.label = Préréglage étalon
|
||||
channel-type.sonyprojector.calibrationpreset.description = Sélectionne le mode de visualisation de l'image en sélectionnant l'un des préréglages étalon.
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Film1 = Cinéma Film 1
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Film2 = Cinéma Film 2
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Reference = Référence
|
||||
channel-type.sonyprojector.calibrationpreset.label = Préréglage étalon
|
||||
channel-type.sonyprojector.calibrationpreset.description = Sélectionne le mode de visualisation de l'image en sélectionnant l'un des préréglages étalon.
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Film1 = Cinéma Film 1
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Film2 = Cinéma Film 2
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Reference = Référence
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.TV = TV
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Photo = Photo
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Game = Jeu
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.BRTCINE = Cinéma lumière
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.BRTTV = TV lumière
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.BRTCINE = Cinéma lumière
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.BRTTV = TV lumière
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Dynamic = Dynamique
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Standard = Standard
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Cinema = Cinéma
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Cinema1 = Cinéma 1
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Cinema2 = Cinéma 2
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Cinema3 = Cinéma 3
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Cinema = Cinéma
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Cinema1 = Cinéma 1
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Cinema2 = Cinéma 2
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Cinema3 = Cinéma 3
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.User = Utilisateur
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.User1 = Utilisateur 1
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.User2 = Utilisateur 2
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.User3 = Utilisateur 3
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Digital = Numérique
|
||||
channel-type.sonyprojector.calibrationpreset.state.option.Digital = Numérique
|
||||
|
||||
channel-type.sonyprojector.contrast.label = Contraste
|
||||
channel-type.sonyprojector.contrast.description = Règle le contraste de l'ìmage.
|
||||
channel-type.sonyprojector.contrast.description = Règle le contraste de l'ìmage.
|
||||
|
||||
channel-type.sonyprojector.brightness.label = Luminosité
|
||||
channel-type.sonyprojector.brightness.description = Règle la luminosité de l'image.
|
||||
channel-type.sonyprojector.brightness.label = Luminosité
|
||||
channel-type.sonyprojector.brightness.description = Règle la luminosité de l'image.
|
||||
|
||||
channel-type.sonyprojector.color.label = Couleur
|
||||
channel-type.sonyprojector.color.description = Règle la densité de couleur.
|
||||
channel-type.sonyprojector.color.description = Règle la densité de couleur.
|
||||
|
||||
channel-type.sonyprojector.hue.label = Teinte
|
||||
channel-type.sonyprojector.hue.description = Règle la tonalité de couleur.
|
||||
channel-type.sonyprojector.hue.description = Règle la tonalité de couleur.
|
||||
|
||||
channel-type.sonyprojector.sharpness.label = Netteté
|
||||
channel-type.sonyprojector.sharpness.description = Rend les contours de l'image plus nets ou réduit les parasites.
|
||||
channel-type.sonyprojector.sharpness.label = Netteté
|
||||
channel-type.sonyprojector.sharpness.description = Rend les contours de l'image plus nets ou réduit les parasites.
|
||||
|
||||
channel-type.sonyprojector.colortemperature.label = Température couleur
|
||||
channel-type.sonyprojector.colortemperature.description = Règle la température de couleur.
|
||||
channel-type.sonyprojector.colortemperature.label = Température couleur
|
||||
channel-type.sonyprojector.colortemperature.description = Règle la température de couleur.
|
||||
channel-type.sonyprojector.colortemperature.state.option.D93 = D93
|
||||
channel-type.sonyprojector.colortemperature.state.option.D75 = D75
|
||||
channel-type.sonyprojector.colortemperature.state.option.D65 = D65
|
||||
@@ -109,75 +109,75 @@ channel-type.sonyprojector.colortemperature.state.option.Middle = Moyen
|
||||
channel-type.sonyprojector.colortemperature.state.option.Low = Bas
|
||||
channel-type.sonyprojector.colortemperature.state.option.Low1 = Bas 1
|
||||
channel-type.sonyprojector.colortemperature.state.option.Low2 = Bas 2
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom = Personnalisé
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom1 = Personnalisé 1
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom2 = Personnalisé 2
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom3 = Personnalisé 3
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom4 = Personnalisé 4
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom5 = Personnalisé 5
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom = Personnalisé
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom1 = Personnalisé 1
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom2 = Personnalisé 2
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom3 = Personnalisé 3
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom4 = Personnalisé 4
|
||||
channel-type.sonyprojector.colortemperature.state.option.Custom5 = Personnalisé 5
|
||||
|
||||
channel-type.sonyprojector.irismode.label = Diaphragme avancé
|
||||
channel-type.sonyprojector.irismode.description = Slélectionne la fonction du diaphragme.
|
||||
channel-type.sonyprojector.irismode.state.option.Full = Auto complète
|
||||
channel-type.sonyprojector.irismode.state.option.Limited = Auto limitée
|
||||
channel-type.sonyprojector.irismode.state.option.AutoFull = Auto complète
|
||||
channel-type.sonyprojector.irismode.state.option.AutoLimited = Auto limitée
|
||||
channel-type.sonyprojector.irismode.label = Diaphragme avancé
|
||||
channel-type.sonyprojector.irismode.description = Slélectionne la fonction du diaphragme.
|
||||
channel-type.sonyprojector.irismode.state.option.Full = Auto complète
|
||||
channel-type.sonyprojector.irismode.state.option.Limited = Auto limitée
|
||||
channel-type.sonyprojector.irismode.state.option.AutoFull = Auto complète
|
||||
channel-type.sonyprojector.irismode.state.option.AutoLimited = Auto limitée
|
||||
channel-type.sonyprojector.irismode.state.option.Auto = Automatique
|
||||
channel-type.sonyprojector.irismode.state.option.Auto1 = Automatique 1
|
||||
channel-type.sonyprojector.irismode.state.option.Auto2 = Automatique 2
|
||||
channel-type.sonyprojector.irismode.state.option.Manual = Manuel
|
||||
channel-type.sonyprojector.irismode.state.option.On = Activé
|
||||
channel-type.sonyprojector.irismode.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.irismode.state.option.On = Activé
|
||||
channel-type.sonyprojector.irismode.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.irismanual.label = Diaphragme manuel
|
||||
channel-type.sonyprojector.irismanual.description = Règle manuellement le diaphragme à une valeur fixe.
|
||||
channel-type.sonyprojector.irismanual.description = Règle manuellement le diaphragme à une valeur fixe.
|
||||
|
||||
channel-type.sonyprojector.irissensitivity.label = Sensibilité diaphragme
|
||||
channel-type.sonyprojector.irissensitivity.description = Règle la sensibilité du diaphragme.
|
||||
channel-type.sonyprojector.irissensitivity.state.option.Recommend = Recommandé
|
||||
channel-type.sonyprojector.irissensitivity.label = Sensibilité diaphragme
|
||||
channel-type.sonyprojector.irissensitivity.description = Règle la sensibilité du diaphragme.
|
||||
channel-type.sonyprojector.irissensitivity.state.option.Recommend = Recommandé
|
||||
channel-type.sonyprojector.irissensitivity.state.option.Fast = Rapide
|
||||
channel-type.sonyprojector.irissensitivity.state.option.Slow = Lent
|
||||
|
||||
channel-type.sonyprojector.lampcontrol.label = Commande lampe
|
||||
channel-type.sonyprojector.lampcontrol.description = Règle le niveau de sortie de la lampe.
|
||||
channel-type.sonyprojector.lampcontrol.description = Règle le niveau de sortie de la lampe.
|
||||
channel-type.sonyprojector.lampcontrol.state.option.High = Haut
|
||||
channel-type.sonyprojector.lampcontrol.state.option.Low = Bas
|
||||
|
||||
channel-type.sonyprojector.filmprojection.label = Projection
|
||||
channel-type.sonyprojector.filmprojection.description = Reproduit une image similaire à celle d'un film projeté.
|
||||
channel-type.sonyprojector.filmprojection.description = Reproduit une image similaire à celle d'un film projeté.
|
||||
channel-type.sonyprojector.filmprojection.state.option.Mode1 = Mode 1
|
||||
channel-type.sonyprojector.filmprojection.state.option.Mode2 = Mode 2
|
||||
channel-type.sonyprojector.filmprojection.state.option.Mode3 = Mode 3
|
||||
channel-type.sonyprojector.filmprojection.state.option.On = Activé
|
||||
channel-type.sonyprojector.filmprojection.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.filmprojection.state.option.On = Activé
|
||||
channel-type.sonyprojector.filmprojection.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.motionenhancer.label = Meilleur mouvement
|
||||
channel-type.sonyprojector.motionenhancer.description = Reproduit des images en mouvement rapide sans rémanence.
|
||||
channel-type.sonyprojector.motionenhancer.description = Reproduit des images en mouvement rapide sans rémanence.
|
||||
channel-type.sonyprojector.motionenhancer.state.option.High = Haut
|
||||
channel-type.sonyprojector.motionenhancer.state.option.Low = Bas
|
||||
channel-type.sonyprojector.motionenhancer.state.option.SmoothHigh = Haut
|
||||
channel-type.sonyprojector.motionenhancer.state.option.SmoothLow = Bas
|
||||
channel-type.sonyprojector.motionenhancer.state.option.TrueCinema = True Cinéma
|
||||
channel-type.sonyprojector.motionenhancer.state.option.TrueCinema = True Cinéma
|
||||
channel-type.sonyprojector.motionenhancer.state.option.Impulse = Impulsion
|
||||
channel-type.sonyprojector.motionenhancer.state.option.Combination = Combinaison
|
||||
channel-type.sonyprojector.motionenhancer.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.motionenhancer.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.contrastenhancer.label = Accentuation contraste
|
||||
channel-type.sonyprojector.contrastenhancer.description = Ajuste automatiquement le niveau des zones lumineuses et des zones sombres pour améliorer le contraste en fonction de la scène.
|
||||
channel-type.sonyprojector.contrastenhancer.description = Ajuste automatiquement le niveau des zones lumineuses et des zones sombres pour améliorer le contraste en fonction de la scène.
|
||||
channel-type.sonyprojector.contrastenhancer.state.option.High = Haut
|
||||
channel-type.sonyprojector.contrastenhancer.state.option.Middle = Moyen
|
||||
channel-type.sonyprojector.contrastenhancer.state.option.Low = Bas
|
||||
channel-type.sonyprojector.contrastenhancer.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.contrastenhancer.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.filmmode.label = Mode film
|
||||
channel-type.sonyprojector.filmmode.description = Sélectionne le mode de lecture pour une source film.
|
||||
channel-type.sonyprojector.filmmode.description = Sélectionne le mode de lecture pour une source film.
|
||||
channel-type.sonyprojector.filmmode.state.option.Auto = Automatique
|
||||
channel-type.sonyprojector.filmmode.state.option.Auto1 = Automatique 1
|
||||
channel-type.sonyprojector.filmmode.state.option.Auto2 = Automatique 2
|
||||
channel-type.sonyprojector.filmmode.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.filmmode.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.gammacorrection.label = Correction gamma
|
||||
channel-type.sonyprojector.gammacorrection.description = Règle les caractéristiques de transfert de la tonalité d'image.
|
||||
channel-type.sonyprojector.gammacorrection.description = Règle les caractéristiques de transfert de la tonalité d'image.
|
||||
channel-type.sonyprojector.gammacorrection.state.option.Gamma1 = Gamma 1
|
||||
channel-type.sonyprojector.gammacorrection.state.option.Gamma2 = Gamma 2
|
||||
channel-type.sonyprojector.gammacorrection.state.option.Gamma3 = Gamma 3
|
||||
@@ -188,16 +188,16 @@ channel-type.sonyprojector.gammacorrection.state.option.Gamma7 = Gamma 7
|
||||
channel-type.sonyprojector.gammacorrection.state.option.Gamma8 = Gamma 8
|
||||
channel-type.sonyprojector.gammacorrection.state.option.Gamma9 = Gamma 9
|
||||
channel-type.sonyprojector.gammacorrection.state.option.Gamma10 = Gamma 10
|
||||
channel-type.sonyprojector.gammacorrection.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.gammacorrection.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.colorspace.label = Espace couleur
|
||||
channel-type.sonyprojector.colorspace.description = Convertit l'espace colorimétrique.
|
||||
channel-type.sonyprojector.colorspace.description = Convertit l'espace colorimétrique.
|
||||
channel-type.sonyprojector.colorspace.state.option.BT709 = BT.709
|
||||
channel-type.sonyprojector.colorspace.state.option.BT2020 = BT.2020
|
||||
channel-type.sonyprojector.colorspace.state.option.ColorSpace1 = Espace couleur 1
|
||||
channel-type.sonyprojector.colorspace.state.option.ColorSpace2 = Espace couleur 2
|
||||
channel-type.sonyprojector.colorspace.state.option.ColorSpace3 = Espace couleur 3
|
||||
channel-type.sonyprojector.colorspace.state.option.Custom = Personnalisé
|
||||
channel-type.sonyprojector.colorspace.state.option.Custom = Personnalisé
|
||||
channel-type.sonyprojector.colorspace.state.option.Normal = Normal
|
||||
channel-type.sonyprojector.colorspace.state.option.Wide = Large
|
||||
channel-type.sonyprojector.colorspace.state.option.Wide1 = Large 1
|
||||
@@ -206,44 +206,44 @@ channel-type.sonyprojector.colorspace.state.option.Wide3 = Large 3
|
||||
channel-type.sonyprojector.colorspace.state.option.DCI = DCI
|
||||
channel-type.sonyprojector.colorspace.state.option.AdobeRGB = Adobe RGB
|
||||
|
||||
channel-type.sonyprojector.nr.label = Réduction du bruit
|
||||
channel-type.sonyprojector.nr.description = Réduit le flou ou les parasites de l'image.
|
||||
channel-type.sonyprojector.nr.label = Réduction du bruit
|
||||
channel-type.sonyprojector.nr.description = Réduit le flou ou les parasites de l'image.
|
||||
channel-type.sonyprojector.nr.state.option.Auto = Automatique
|
||||
channel-type.sonyprojector.nr.state.option.High = Haut
|
||||
channel-type.sonyprojector.nr.state.option.Middle = Moyen
|
||||
channel-type.sonyprojector.nr.state.option.Low = Bas
|
||||
channel-type.sonyprojector.nr.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.nr.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.blocknr.label = Réduction du bruit de bloc
|
||||
channel-type.sonyprojector.blocknr.description = Réduit le bruit de bloc, tout particulièrement sur les signaux numériques.
|
||||
channel-type.sonyprojector.blocknr.label = Réduction du bruit de bloc
|
||||
channel-type.sonyprojector.blocknr.description = Réduit le bruit de bloc, tout particulièrement sur les signaux numériques.
|
||||
channel-type.sonyprojector.blocknr.state.option.High = Haut
|
||||
channel-type.sonyprojector.blocknr.state.option.Middle = Moyen
|
||||
channel-type.sonyprojector.blocknr.state.option.Low = Bas
|
||||
channel-type.sonyprojector.blocknr.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.blocknr.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.mosquitonr.label = Réduction du bruit mosquito
|
||||
channel-type.sonyprojector.mosquitonr.description = Réduit le bruit mosquito, tout particulièrement sur les signaux numériques.
|
||||
channel-type.sonyprojector.mosquitonr.label = Réduction du bruit mosquito
|
||||
channel-type.sonyprojector.mosquitonr.description = Réduit le bruit mosquito, tout particulièrement sur les signaux numériques.
|
||||
channel-type.sonyprojector.mosquitonr.state.option.High = Haut
|
||||
channel-type.sonyprojector.mosquitonr.state.option.Middle = Moyen
|
||||
channel-type.sonyprojector.mosquitonr.state.option.Low = Bas
|
||||
channel-type.sonyprojector.mosquitonr.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.mosquitonr.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.mpegnr.label = Réduction du bruit MPEG
|
||||
channel-type.sonyprojector.mpegnr.description = Réduit le bruit de bloc et le bruit mosquito, tout particulièrement sur les signaux numériques.
|
||||
channel-type.sonyprojector.mpegnr.label = Réduction du bruit MPEG
|
||||
channel-type.sonyprojector.mpegnr.description = Réduit le bruit de bloc et le bruit mosquito, tout particulièrement sur les signaux numériques.
|
||||
channel-type.sonyprojector.mpegnr.state.option.Auto = Automatique
|
||||
channel-type.sonyprojector.mpegnr.state.option.High = Haut
|
||||
channel-type.sonyprojector.mpegnr.state.option.Middle = Moyen
|
||||
channel-type.sonyprojector.mpegnr.state.option.Low = Bas
|
||||
channel-type.sonyprojector.mpegnr.state.option.Off = Désactivé
|
||||
channel-type.sonyprojector.mpegnr.state.option.Off = Désactivé
|
||||
|
||||
channel-type.sonyprojector.xvcolor.label = x.v.Color
|
||||
channel-type.sonyprojector.xvcolor.description = Activer cette option lors de la visualisation d'un signal vidéo x.v.Color.
|
||||
channel-type.sonyprojector.xvcolor.description = Activer cette option lors de la visualisation d'un signal vidéo x.v.Color.
|
||||
|
||||
channel-type.sonyprojector.picturemuting.label = Coupure affichage
|
||||
channel-type.sonyprojector.picturemuting.description = Coupe ou restaure l'affichage de l'image.
|
||||
|
||||
channel-type.sonyprojector.aspect.label = Aspect
|
||||
channel-type.sonyprojector.aspect.description = Définit le rapport de format de l'image à afficher.
|
||||
channel-type.sonyprojector.aspect.description = Définit le rapport de format de l'image à afficher.
|
||||
channel-type.sonyprojector.aspect.state.option.Normal = Normal
|
||||
channel-type.sonyprojector.aspect.state.option.VStretch = Etirement vertical
|
||||
channel-type.sonyprojector.aspect.state.option.185 = Zoom 1.85:1
|
||||
@@ -262,17 +262,17 @@ channel-type.sonyprojector.overscan.label = Surscannage
|
||||
channel-type.sonyprojector.overscan.description = Cache ou non les contours de l'image.
|
||||
|
||||
channel-type.sonyprojector.pictureposition.label = Position image
|
||||
channel-type.sonyprojector.pictureposition.description = Règle la position de l'image.
|
||||
channel-type.sonyprojector.pictureposition.description = Règle la position de l'image.
|
||||
channel-type.sonyprojector.pictureposition.state.option.185 = 1.85:1
|
||||
channel-type.sonyprojector.pictureposition.state.option.235 = 2.35:1
|
||||
channel-type.sonyprojector.pictureposition.state.option.Custom1 = Personnalisé 1
|
||||
channel-type.sonyprojector.pictureposition.state.option.Custom2 = Personnalisé 2
|
||||
channel-type.sonyprojector.pictureposition.state.option.Custom3 = Personnalisé 3
|
||||
channel-type.sonyprojector.pictureposition.state.option.Custom1 = Personnalisé 1
|
||||
channel-type.sonyprojector.pictureposition.state.option.Custom2 = Personnalisé 2
|
||||
channel-type.sonyprojector.pictureposition.state.option.Custom3 = Personnalisé 3
|
||||
channel-type.sonyprojector.pictureposition.state.option.Position1 = Position 1
|
||||
channel-type.sonyprojector.pictureposition.state.option.Position2 = Position 2
|
||||
channel-type.sonyprojector.pictureposition.state.option.Position3 = Position 3
|
||||
channel-type.sonyprojector.pictureposition.state.option.Position4 = Position 4
|
||||
channel-type.sonyprojector.pictureposition.state.option.Position5 = Position 5
|
||||
|
||||
channel-type.sonyprojector.lampusetime.label = Durée de lampe
|
||||
channel-type.sonyprojector.lampusetime.description = Indique la durée en heures pendant laquelle la lampe a été allumée (temps total d'utilisation).
|
||||
channel-type.sonyprojector.lampusetime.label = Durée de lampe
|
||||
channel-type.sonyprojector.lampusetime.description = Indique la durée en heures pendant laquelle la lampe a été allumée (temps total d'utilisation).
|
||||
|
||||
Reference in New Issue
Block a user