<?xml version="1.0" encoding="ISO-8859-1" ?> 

<!--  
*	Language file for yawcam
*	More language files can be found at: www.yawcam.com	
*
*	Translation instructions:	
*	1)	Letters behind a '@'
*		( for example @x ) are variables and will be replaced with 
*		something else in the real program.
*
*	2)	The option 'Language' in the help menu must also 
*		contain the English word "language" in the translation.
*		So if the translation of "language" is "foo", then
*		the label in the menu should be: "Foo/Language..."
*
*	3)	In the <lang_version> section: 
*		"LV1" is the version number of yawcam that this 
*			language file is written for. (Should be something 
*			like 0.1)
*		"LV2" is the version letter of the language file. Every new
*			translation for a new version of yawcam should have the 
*			version letter 'a'. When updates to the language file are 
*			made change to the following letter. (a to b, b to c, and so on)
*
*	4)	In the <translator> section, please fill in your name and e-mail.
*
*	5)	An <item id="  " ... > tag must always be on one row! Never insert 
*		a line break, even if the text is really long.
*
*	6)	Translations can be mailed to translations@yawcam.com
*			
*	7)	Have fun! And Thanks for contributing! //Magnus Lundvall
*
--> 

<yawcam_lang>
	<misc>
		<language>
			<!-- Change to the current language -->
			<item id="|.L1|" type="string" value="Français" />
		</language>
		<translator>
			<!-- Also include e-mail -->
			<item id="|.T1|" type="string" value="Bricodx (webmaster@bricodx.com)" /> <!-- Replace with your own name and e-mail -->
		</translator>
		<lang_version>
			<!-- The version number should follow the standard described above! -->
			<item id="|.LV1|" type="string" value="0.2.5" /> <!-- Yawcam version -->	
			<item id="|.LV2|" type="string" value="a" /> <!-- Language file version -->
		</lang_version>
	</misc>
	<GUI>
		<Menu>
			<File>
				<item id="|.MF0|" type="string" value="Fichier" />
				<item id="|.MF1|" type="string" value="Activer Fichier" />
				<item id="|.MF2|" type="string" value="Activer FTP" />
				<item id="|.MF3|" type="string" value="Activer HTTP" />
				<item id="|.MF4|" type="string" value="Activer Streaming" />
				<item id="|.MF5|" type="string" value="Quitter" />
			</File>
			<View>
				<item id="|.MV0|" type="string" value="Voir" />
				<item id="|.MV1|" type="string" value="Panneau de configuration" />
				<item id="|.MV2|" type="string" value="La console" />
				<item id="|.MV3|" type="string" value="Cacher au démarrage" />
				<item id="|.MV4|" type="string" value="Cacher maintenant" />
			</View>
			<Settings>
				<item id="|.MS0|" type="string" value="Paramètres" />
				<item id="|.MS1|" type="string" value="Détecter la webcam" />
				<item id="|.MS2|" type="string" value="Editer les paramètres" />
			</Settings>
			<Window>
				<item id="|.MW0|" type="string" value="Fenêtre" />
				<item id="|.MW1|" type="string" value="Prévisualiser" />
				<item id="|.MW2|" type="string" value="Capturer" />
				<item id="|.MW3|" type="string" value="Console" />
				<item id="|.MW4|" type="string" value="Statistiques" />
				<item id="|.MW5|" type="string" value="Utilisateurs connectés" />
			</Window>
			<Help>
				<item id="|.MH0|" type="string" value="Aide" />
				<item id="|.MH1|" type="string" value="Aide en ligne" />
				<item id="|.MH2|" type="string" value="Choix langage/Language..." />
				<item id="|.MH3|" type="string" value="Visiter le site" />
				<item id="|.MH4|" type="string" value="A propos" />
				<item id="|.MH5|" type="string" value="Faites un don $$$ (Paypal)" />
			</Help>
		</Menu>
		<Main_Window>
			<item id="|.MAINW0|" type="string" value="Panneau de configuration" /> <!-- name on the control panel tab -->
			<item id="|.MAINW1|" type="string" value="Console" /> <!-- name on the console tab -->
			<item id="|.MAINW2|" type="string" value="Fichier" /> <!-- File-output label -->
			<item id="|.MAINW3|" type="string" value="Ftp" /> <!-- Ftp-output label -->
			<item id="|.MAINW4|" type="string" value="Http" /> <!-- Http-output label -->
			<item id="|.MAINW5|" type="string" value="Streaming" /> <!-- Stream-output label -->
			<item id="|.MAINW6|" type="string" value="Activer" /> <!-- button text -->
			<item id="|.MAINW7|" type="string" value="Désactiver" /> <!-- button text -->
		</Main_Window>
		<Detect_Dialog>
			<item id="|.DETD0|" type="string" value="Veuillez patienter..." /> <!-- heading for dialog -->
			<item id="|.DETD1|" type="string" value="Attendre que la fenêtre @x sois fermée. Veuillez presser @y." /> <!-- message -->
			<item id="|.DETD2|" type="string" value="OK" /> <!-- button label -->
			<item id="|.DETD3|" type="string" value="La détection de la webcam peut prendre plusieurs minutes !" />
			<item id="|.DETD4|" type="string" value="Etes vous sûre de vouloir l'éxécuter maintenant ?" />
		</Detect_Dialog>
		<Preview_Window>
			<item id="|.PREVW0|" type="string" value="Prévisualiser" /> <!-- heading for window -->
		</Preview_Window>
		<Capture_Window>
			<item id="|.CAPTW0|" type="string" value="Capturer!" /> <!-- heading for window -->
			<item id="|.CAPTW1|" type="string" value="Capturer!" /> <!-- button label -->
			<Image_Win>
				<item id="|.IMGW0|" type="string" value="Image capturée" /> <!-- heading for window -->
				<item id="|.IMGW1|" type="string" value="Sauver" /> <!-- label: save-button -->
				<item id="|.IMGW2|" type="string" value="Fermer" /> <!-- label: close-button -->
				<item id="|.IMGW3|" type="string" value="Sauver fichier" /> <!-- heading for save-file-dialog -->
			</Image_Win>
		</Capture_Window>
		<Settings>
			<item id="|.SHEAD0|" type="string" value="Paramètres" /> <!-- heading for settings window -->
			<item id="|.SBTN0|" type="string" value="OK" /> <!-- ok button-label -->
			<item id="|.SBTN1|" type="string" value="Annuler" /> <!-- cancel button-label -->
			<item id="|.SBTN2|" type="string" value="Ajouter" /> <!-- add button-label -->
			<item id="|.SBTN3|" type="string" value="Supprimer" /> <!-- delete button-label -->
			<item id="|.SBTN4|" type="string" value="Effacer" /> <!-- clear button-label -->
			<item id="|.SCAT0|" type="string" value="Catégorie:" /> <!-- category-label -->
			<Language>
				<item id="|.SLANG0|" type="string" value="Langage" /> <!-- name in menu and heading for panel -->
				<item id="|.SLANG1|" type="string" value="La langage actuel est :" /> 
				<item id="|.SLANG2|" type="string" value="Changer" /> <!-- button label -->
				<item id="|.SLANG3|" type="string" value="Notez que la langue demeurera sans changement jusqu'à ce que vous pressiez @x" /> <!-- info text -->
				<item id="|.SLANG4|" type="string" value="Choisir le fichier de langue" /> <!-- choose file dialog heading -->
			</Language>
			<Camera>
				<item id="|.SCAM0|" type="string" value="Caméra" />  <!-- name in menu and heading for panel -->
				<item id="|.SCAM1|" type="string" value="Sélection de la caméra :" /> 
				<item id="|.SCAM2|" type="string" value="Sélection du format vidéo :" /> 
				<item id="|.SCAM3|" type="string" value="Note : Le format choisi ici affectera la taille d'image pour tous les différents types de publication utilisé" /> 
			</Camera>
			<Output>
				<!-- common text -->
				<item id="|.SOUT0|" type="string" value="Sortie" /> <!-- name in menu -->
				<item id="|.SOUT1|" type="string" value="Type :" />
				<item id="|.SOUT2|" type="string" value="Qualité de l'image :" />
				<item id="|.SOUT3|" type="string" value="Interval de rafraîchissement :" />
				<item id="|.SOUT4|" type="string" value="secondes" />
				<item id="|.SOUT5|" type="string" value="Port :" />
				<item id="|.SOUT6|" type="string" value="Paramètres supplémentaires" />
				<!-- unique text -->
				<File>
					<item id="|.SOFILE0|" type="string" value="Fichier" /> <!-- name in menu and heading -->
					<item id="|.SOFILE1|" type="string" value="Chemin :" />
					<item id="|.SOFILE2|" type="string" value="Chercher" /> <!-- button -->
					<item id="|.SOFILE3|" type="string" value="Enregistrer sous" />
					<item id="|.SOFILE4|" type="string" value="Assistant images multiples" />
					<item id="|.SOFILE5|" type="string" value="Ouvrir" />
					<!-- wizard-->
					<item id="|.SOFILEWIZ0|" type="string" value="Cet assistant vous aidera a choisir un nom du répertoire et son chemin pour l'enregistrement d'une série d'images" />
					<item id="|.SOFILEWIZ1|" type="string" value="Sélectionner une option :" />
					<item id="|.SOFILEWIZ2|" type="string" value="Je veux sauvegarder les X dernières images (ex: pic0.jpg à picX.jpg, X = le nombre d'images que je désire)" />
					<item id="|.SOFILEWIZ3|" type="string" value="Je veux sauvegarder un nombre illimité d'images par ordre croissant dans le répertoire (la dernière image a le nombre le plus élevé) " />
					<item id="|.SOFILEWIZ4|" type="string" value="Sélectionner le répertoire où les images devront être sauvées" />
					<item id="|.SOFILEWIZ5|" type="string" value="Sélectionner le répertoire :" />
					<item id="|.SOFILEWIZ6|" type="string" value="Entrer la racine du nom que toutes vos images vont utiliser :" />
					<item id="|.SOFILEWIZ7|" type="string" value="Exemple: Si vous écrivez 'image', les fichiers auront les noms suivants : image0.jpg, image1.jpg, image2.jpg etc" />
					<item id="|.SOFILEWIZ8|" type="string" value="Sélectionner le format d'image à utiliser :" />
					<item id="|.SOFILEWIZ9|" type="string" value="Sélectionner le nombre d'image que vous désirez :" />
					<item id="|.SOFILEWIZ10|" type="string" value="Terminé! Le chemin ainsi que le nom du fichier sera automatiquement écrit dans la fenêtre principale des options sous : sortie \ fichier \ chemin " />" />
					<item id="|.SOFILEWIZ11|" type="string" value="Ne pas oublier d'indiquer l'interval désiré" />
				</File>
				<Ftp>
					<item id="|.SOFTP0|" type="string" value="FTP" /> <!-- name in menu and heading -->
					<item id="|.SOFTP1|" type="string" value="FTP serveur :" />
					<item id="|.SOFTP2|" type="string" value="Login :" />
					<item id="|.SOFTP3|" type="string" value="Mot de passe :" />
					<item id="|.SOFTP4|" type="string" value="Dossier :" />
					<item id="|.SOFTP5|" type="string" value="Nom du fichier :" />
					<item id="|.SOFTP6|" type="string" value="Interval de rafraîchissement :" />
					<item id="|.SOFTP7|" type="string" value="Note : Il n'est pas recommandé de sauver le mot de passe ici. Laissez le champ de mot de passe vide, et inscrivez le quand le logiciel vous le demandera." />
					<item id="|.SOFTP8|" type="string" value="Reconnexion après une erreur (sans affichage d'alerte)" />
					<item id="|.SOFTP9|" type="string" value="Assistant images multiples" />
				</Ftp>
				<Http>
					<item id="|.SOHTTP0|" type="string" value="HTTP" /> <!-- name in menu and heading -->
					<item id="|.SOHTTP1|" type="string" value="L'URL est :" />
					<item id="|.SOHTTP2|" type="string" value="ou" />
					<item id="|.SOHTTP3|" type="string" value="Il est possible d'éditer le fichier HTML dans le répertoire @x pour changer l'aspect des pages." />
				</Http>
				<Stream>
					<item id="|.SOSTR0|" type="string" value="Streaming" /> <!-- name in menu and heading -->
					<item id="|.SOSTR1|" type="string" value="Port de connexion :" />
					<item id="|.SOSTR2|" type="string" value="Port de donnée :" />
					<item id="|.SOSTR3|" type="string" value="Titre :" />
					<item id="|.SOSTR4|" type="string" value="Configuration avancée" />
					<item id="|.SOSTR5|" type="string" value="Forcer l'adresse publique :" />
					<item id="|.SOSTR6|" type="string" value="L'URL est :" />
					<item id="|.SOSTR7|" type="string" value="Note: Cette configuration ne fonctionnera pas depuis internet mais uniquement en réseau local (ex : 192.168.1.1 est une adresse privée) forcez l'adresse publique ou consultez la FAQ." />
					<item id="|.SOSTR8|" type="string" value="Résolution de l'image :" />
					<item id="|.SOSTR9|" type="string" value="Image taille réelle" />
					<item id="|.SOSTR10|" type="string" value="Trouver!" />
					<item id="|.SOSTR11|" type="string" value="Nombre maximum de connexions simultanées :" />
					<item id="|.SOSTR12|" type="string" value="Limitation en débit :" />
					<item id="|.SOSTR13|" type="string" value="Limitation en temps :" />
					<item id="|.SOSTR14|" type="string" value="Nombre d'image par seconde :" />
					<item id="|.SOSTR15|" type="string" value="(Des fps plus élevés consommeront plus de ressources)" />
					<item id="|.SOSTR16|" type="string" value="Jouer un son lorsqu'un client se connecte" />
				</Stream>
			</Output>
			<Text_Overlay>
				<item id="|.SOVER0|" type="string" value="Affichage texte" /> <!-- name in menu and heading -->
				<item id="|.SOVER1|" type="string" value="Position :" />
				<item id="|.SOVER2|" type="string" value="Couleur :" />
				<item id="|.SOVER3|" type="string" value="Police :" />
				<item id="|.SOVER4|" type="string" value="Type :" />
				<item id="|.SOVER5|" type="string" value="Taille :" />
				<item id="|.SOVER6|" type="string" value="Texte" /> <!-- displayed on the tabs -->
				<item id="|.SOVER7|" type="string" value="Années (4 digits)" />
				<item id="|.SOVER8|" type="string" value="Années (2 digits)" />
				<item id="|.SOVER9|" type="string" value="Mois" />
				<item id="|.SOVER10|" type="string" value="Jours" />
				<item id="|.SOVER11|" type="string" value="Heures" />
				<item id="|.SOVER12|" type="string" value="Minutes" />
				<item id="|.SOVER13|" type="string" value="Secondes" />
				<item id="|.SOVER13b|" type="string" value="Utilisateurs en streaming" />
				<!-- position, vertical -->
				<item id="|.SOVER14|" type="string" value="Haut" />
				<item id="|.SOVER15|" type="string" value="Centre" />
				<item id="|.SOVER16|" type="string" value="Bas" />
				<!-- position, horizontal -->
				<item id="|.SOVER17|" type="string" value="Gauche" />
				<item id="|.SOVER18|" type="string" value="centre" />
				<item id="|.SOVER19|" type="string" value="Droite" />
				<!-- colors -->
				<item id="|.SOVER20|" type="string" value="Rouge" />
				<item id="|.SOVER21|" type="string" value="Vert" />
				<item id="|.SOVER22|" type="string" value="Bleue" />
				<item id="|.SOVER23|" type="string" value="Jaune" />
				<item id="|.SOVER24|" type="string" value="Blanc" />
				<item id="|.SOVER25|" type="string" value="Noir" />
				<item id="|.SOVER26|" type="string" value="Gris" />
				<item id="|.SOVER27|" type="string" value="Cyrian" />
				<!-- font type -->
				<item id="|.SOVER28|" type="string" value="Régulier" />
				<item id="|.SOVER29|" type="string" value="Italique" />
				<item id="|.SOVER30|" type="string" value="Gras" />
				<item id="|.SOVER31|" type="string" value="T :" /> <!-- First letter of the translation of "transparent" -->
				<item id="|.SOVER32|" type="string" value="Utiliser arrière-plan :" />
			<!-- buttons -->
				<item id="|.SOVER33|" type="string" value="Prévisualisation" />
				<item id="|.SOVER34|" type="string" value="Infos" />
				<!-- more stuff -->
				<item id="|.SOVER40|" type="string" value="Heures (en système 12h)" />
				<item id="|.SOVER41|" type="string" value="Mois écrit en anglais" />
				<item id="|.SOVER42|" type="string" value="Jour écrit en anglais" />
				<item id="|.SOVER43|" type="string" value="Il est possible d'utiliser des variables dans le texte qui seront remplacée par des valeurs dynamiques." />
				<item id="|.SOVER44|" type="string" value="Les variables suivantes sont disponibles :" />
				<item id="|.SOVER45|" type="string" value="Mois écrit langage dynamique (@x)" />
				<item id="|.SOVER46|" type="string" value="jour écrit en langage dynamique (@x)" />
				<!-- local calendar names -->				
				<item id="|.SOVERDAY1|" type="string" value="Lundi" />
				<item id="|.SOVERDAY2|" type="string" value="Mardi" />
				<item id="|.SOVERDAY3|" type="string" value="Mercredi" />
				<item id="|.SOVERDAY4|" type="string" value="Jeudi" />
				<item id="|.SOVERDAY5|" type="string" value="Vendredi" />
				<item id="|.SOVERDAY6|" type="string" value="Samedi" />
				<item id="|.SOVERDAY7|" type="string" value="Dimanche" />
				<item id="|.SOVERMON1|" type="string" value="janvier" />
				<item id="|.SOVERMON2|" type="string" value="février" />
				<item id="|.SOVERMON3|" type="string" value="mars" />
				<item id="|.SOVERMON4|" type="string" value="avril" />
				<item id="|.SOVERMON5|" type="string" value="mai" />
				<item id="|.SOVERMON6|" type="string" value="juin" />
				<item id="|.SOVERMON7|" type="string" value="juillet" />
				<item id="|.SOVERMON8|" type="string" value="aout" />
				<item id="|.SOVERMON9|" type="string" value="septembre" />
				<item id="|.SOVERMON10|" type="string" value="octobre" />
				<item id="|.SOVERMON11|" type="string" value="novembre" />
				<item id="|.SOVERMON12|" type="string" value="décembre" />
			</Text_Overlay>
			<Startup>
				<item id="|.SSTRT0|" type="string" value="Démarrage" /> <!-- name in menu and heading -->
				<item id="|.SSTRT1|" type="string" value="Configurer ici les options de démarrage de Yawcam." />
				<item id="|.SSTRT2|" type="string" value="Démarrage publication Images" />
				<item id="|.SSTRT3|" type="string" value="Démarrage publication FTP" />
				<item id="|.SSTRT4|" type="string" value="Démarrage publication HTTP" />
				<item id="|.SSTRT5|" type="string" value="Afficher la prévisualisation" />
				<item id="|.SSTRT6|" type="string" value="Afficher la console" />
				<item id="|.SSTRT7|" type="string" value="Afficher les statistiques" />
				<item id="|.SSTRT8|" type="string" value="Mettre dans la barre des tâches au démarrage" />
				<item id="|.SSTRT9|" type="string" value="Afficher le logo yawcam" />
				<item id="|.SSTRT10|" type="string" value="Démarrage publication Streaming" />
				<item id="|.SSTRT11|" type="string" value="Afficher les utilisateurs" />
				<item id="|.SSTRT12|" type="string" value="Rechercher les nouvelles versions" />
				<item id="|.SSTRT13|" type="string" value="Sauver le fichier 'log'" />
			</Startup>
			<Offline_Image>
				<item id="|.SOFFIMG0|" type="string" value="Image hors connexion" />
				<item id="|.SOFFIMG1|" type="string" value="Sauvegarder une image 'hors ligne' lorsque je ne suis pas connecté :" />
				<item id="|.SOFFIMG2|" type="string" value="Image selectionnée :" />
				<item id="|.SOFFIMG3|" type="string" value="Sauvegarder l'image seulement à l'arrêt de yawcam. (Ralenti l'arrêt de yawcam)" />
				<item id="|.SOFFIMG4|" type="string" value="Choisir une image" />
			</Offline_Image>
			<Password>
				<item id="|.SPASS0|" type="string" value="Mot de passe" />
				<item id="|.SPASS1|" type="string" value="Utiliser un mot de passe pour la connexion en streaming." />
				<item id="|.SPASS2|" type="string" value="Confirmer" />
				<item id="|.SPASS3|" type="string" value="Attention! Tous les mots de passe vont être supprimés!" />
				<item id="|.SPASS4|" type="string" value="Etes vous sûre de vouloir continuer?" />
				<item id="|.SPASS5|" type="string" value="Le mot de passe de @x va être supprimé!" />
				<item id="|.SPASS6|" type="string" value="Pas d'utilisateur sélectionné!" />
				<item id="|.SPASS7|" type="string" value="Selectionner un utilisateur et cliquer sur @x ." />
				<item id="|.SPASS8|" type="string" value="Action impossible" />
				<item id="|.SPASS9|" type="string" value="Tentative d'ouverture incorrecte :" />
				<item id="|.SPASS10|" type="string" value="Ajouter Login/mot de passe" />
				<item id="|.SPASS11|" type="string" value="Login" />
				<item id="|.SPASS12|" type="string" value="Mot de passe" />
				<item id="|.SPASS13|" type="string" value="Confirmer mot de passe" />
				<item id="|.SPASS14|" type="string" value="Vous avez maintenant activé Le mot de passe pour le streaming et les annonces!" />
				<item id="|.SPASS15|" type="string" value="Ce n'est probablement pas ce que vous vouliez faire ;-)" />
				<item id="|.SPASS16|" type="string" value="Vous voulez procéder quand même?" />
				<item id="|.SPASS17|" type="string" value="Etes vous sûre?" />
			</Password>
			<Announcements>
				<item id="|.SANN0|" type="string" value="Annonces" /> <!-- name in menu and heading -->
				<item id="|.SANN1|" type="string" value="Ce panneau vous permet de configurer une annonce qui peut être envoyé par I.E à une communauté de webcam quand vous passé 'en ligne'." />
				<item id="|.SANN2|" type="string" value="Annonce en ligne :" />
				<item id="|.SANN3|" type="string" value="Annonce hors ligne :" />
				<item id="|.SANN4|" type="string" value="Envoyer l'annonce quand je passe 'en ligne' ou 'hors ligne' :" />
				<item id="|.SANN5|" type="string" value="Prévisualisation" />
				<item id="|.SANN6|" type="string" value="Info" />
				<item id="|.SANN7|" type="string" value="Annonces :" />
				<item id="|.SANN8|" type="string" value="En ligne :" />
				<item id="|.SANN9|" type="string" value="Hors ligne :" />
				<item id="|.SANN10|" type="string" value="Les annonces consistent à des requètes HTTP." />
				<item id="|.SANN11|" type="string" value="Votre communauté de webcam vous fournira l'information sur la façon dont votre code source d'annonce devra être composé." />
				<item id="|.SANN12|" type="string" value="Vous pouvez employer plusieurs variables quand vous créez votre code source d'annonce :" />
				<item id="|.SANN13|" type="string" value="URL  du serveur web intégré de YAWCAM (http)" />
				<item id="|.SANN14|" type="string" value="URL de connexion  streaming de YAWCAM (stream)" />
				<item id="|.SANN15|" type="string" value="Attention!" />
				<item id="|.SANN16|" type="string" value="N'a pas pu envoyer l'annonce en ligne!" />
				<item id="|.SANN17|" type="string" value="N'a pas pu envoyer l'annonce en différé!" />
				<item id="|.SANN18|" type="string" value="Veuillez vérifier votre configuration" />
			</Announcements>
		</Settings>
		<About>
			<item id="|.ABW0|" type="string" value="Infos Yawcam" /> <!-- heading for window -->
			<item id="|.ABW1|" type="string" value="Traduction :" />
			<item id="|.ABW2|" type="string" value="Merci à :" />
			<item id="|.ABW3|" type="string" value="fermer" /> <!-- button -->
		</About>
		<Pass_Prompt>
			<item id="|.PSSP0|" type="string" value="Login" /> <!-- heading for window -->
			<item id="|.PSSP1|" type="string" value="Yawcam n'as pas pu ouvrir une session FTP, veuillez contrôler votre mot de passe ou votre nom d'utilisateur :" />
			<item id="|.PSSP2|" type="string" value="Nom d'utilisateur :" />
			<item id="|.PSSP3|" type="string" value="Mot de passe :" />
			<item id="|.PSSP4|" type="string" value="Sauver le mot de passe pour la prochaine connexion. (Non sécurisé!)" />
		</Pass_Prompt>
		<Viewers>
			<item id="|.VIEWF0|" type="string" value="Utilisateurs :" /> <!-- label for number of viewers -->
			<item id="|.VIEWF1|" type="string" value="IP" />
			<item id="|.VIEWF2|" type="string" value="Nom d'hôte" />
			<item id="|.VIEWF3|" type="string" value="Temps" />
			<item id="|.VIEWF4|" type="string" value="Envoyé (kB)" />
			<item id="|.VIEWF5|" type="string" value="Utilisateur en streaming" /> <!-- window title -->
		</Viewers>
		<Popup_Errors>
			<item id="|.POPER0|" type="string" value="Erreur" /> <!-- heading for all error popups -->
			<item id="|.POPER1a|" type="string" value="Hote inconnu!" />
			<item id="|.POPER1b|" type="string" value="Contrôler l'adresse FTP dans vos paramètres." />
			<item id="|.POPER2a|" type="string" value="Connection refusée!" />
			<item id="|.POPER2b|" type="string" value="SVP, contrôlez les paramètres FTP." />
			<item id="|.POPER3a|" type="string" value="Accès interdit!" />
			<item id="|.POPER3b|" type="string" value="S'il vous plaît, veuillez contrôler si vous avez les permissions nécessaires pour accéder au Serveur FTP." />
			<item id="|.POPER4|" type="string" value="Fichier XML non valide!" />
			<item id="|.POPER5|" type="string" value="Fichier non trouvé :" />
			<!-- input errors -->
			<item id="|.POPER6|" type="string" value="Changez SVP" />
			<item id="|.POPER7a|" type="string" value="Valeur non valide pour l'interval!" />
			<item id="|.POPER7b|" type="string" value="Cet emplacement ne peux contenir que des nombres. (i.e: 5.5 or 10)" />
			<item id="|.POPER8a|" type="string" value="Ce n'est pas un numéro de port valide!" />
			<item id="|.POPER8b|" type="string" value="Cet emplacement ne peux contenir que des nombres. (i.e.: 21)" />
			<item id="|.POPER9|" type="string" value="Cet emplacement ne peux contenir que des nombres. (i.e.: 8888)" />
			<item id="|.POPER10|" type="string" value="Le port @x est déjà utilisé." />
			<item id="|.POPER11|" type="string" value="Veuillez sélectionner un autre port." />
			<item id="|.POPER12a|" type="string" value="Dossier introuvable!" />
			<item id="|.POPER12b|" type="string" value="Veuillez contrôler que le dossier entré, existe bien sur le serveur FTP." />
			<!-- misc -->
			<item id="|.POPERLANG0|" type="string" value="Désolé" />
			<item id="|.POPERLANG1|" type="string" value="Cette version de yawcam n'a aucun fichier d'aide." />
			<item id="|.POPERLANG2|" type="string" value="Veuillez contrôler sur www.yawcam.com les nouvelles mise-à-jour." />
			<!-- camera errors -->
			<item id="|.POPERCAM0|" type="string" value="Yawcam n'arrive pas à se connecter à la webcam." />
			<item id="|.POPERCAM1|" type="string" value="Veuillez contrôler si une autre application ne l'utilise pas." />
			<item id="|.POPERCAM2|" type="string" value="Si la liste de webcam est vide, cliquez sur @x et ensuite @y dans le @z menu." />
			<!-- File-output errors -->
			<item id="|.POPERFILE0|" type="string" value="N'as pas pu sauver le fichier : @x" />
			<item id="|.POPERFILE1|" type="string" value="Contrôlez que le dossier existe! (Si ce n'est pas le cas, veuillez modifier vos paramètres...)" />
			<!-- More Ftp-output errors -->
			<item id="|.POPERFTP0|" type="string" value="N'as pas pu sauver le fichier temporaire!" />
			<item id="|.POPERFTP1|" type="string" value="Contrôlez si le dossier @x existe. (Si ce n'est pas le cas, veuillez le créer)" />
			<!-- add password error -->
			<item id="|.POPERPASADD0|" type="string" value="Vous devez entrer un nom d'utilisateur!" />
			<item id="|.POPERPASADD1|" type="string" value="les mots de passe ne sont pas identiques!" />
			<item id="|.POPERPASADD2|" type="string" value="Veuillez recommencer SVP!" />
			<item id="|.POPERPASADD3|" type="string" value="Le mot de passe ne peut pas être vide!" />
			<!-- stream -->
			<item id="|.POPERSTRM0|" type="string" value="Erreur durant la détection de l'IP!" />
			<item id="|.POPERSTRM1|" type="string" value="Les champs peuvent seulement contenir des nombres entiers." />
		</Popup_Errors>
	</GUI>
	<Console>
		<item id="|.CNSPR0|" type="string" value="Démarrage de yawcam" />
		<item id="|.CNSPR1|" type="string" value="Paramètres chargés" />
		<item id="|.CNSPR2|" type="string" value="Paramètres sauvés" />
		<item id="|.CNSPR3|" type="string" value="Démarrage publication fichier" />
		<item id="|.CNSPR4|" type="string" value="Publication fichier stoppé" />
		<item id="|.CNSPR5|" type="string" value="Démarrage publication FTP" />
		<item id="|.CNSPR6|" type="string" value="Publication FTP stoppé" />
		<item id="|.CNSPR7|" type="string" value="Démarrage publication HTTP" />
		<item id="|.CNSPR8|" type="string" value="Publication HTTP stoppé" />
		<item id="|.CNSPR9|" type="string" value="Format d'image : @x" />
		<item id="|.CNSPR10|" type="string" value="Périphérique utiliser : @x" />
		<item id="|.CNSPR11|" type="string" value="Langage : @x" />
		<item id="|.CNSPR12|" type="string" value="Cacher yawcam" />
		<item id="|.CNSPR13|" type="string" value="Afficher yawcam" />
		<item id="|.CNSPR14|" type="string" value="Chercher la webcam" />
		<item id="|.CNSPR15|" type="string" value="Merci!" />
		<item id="|.CNSPR16|" type="string" value="Fichier sauvé" />
		<item id="|.CNSPR17|" type="string" value="Démarrage publication streaming" />
		<item id="|.CNSPR18|" type="string" value="Publication streaming stoppée" />
		<item id="|.CNSPR19|" type="string" value="Le fichier d'aide est sur www." />
		<item id="|.CNSPR20|" type="string" value="Port @x déjà un cours d'utilisation!" />
		<item id="|.CNSPR21|" type="string" value="Vous ne pouvez pas vous connecter au serveur FTP!" />
	</Console>
</yawcam_lang>
