Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
1625 of 3717 results
16.
Installation
Installation
Translated and reviewed by Gilles Accad
Located in serverguide/C/windows-networking.xml:83(title) serverguide/C/windows-networking.xml:288(title) serverguide/C/windows-networking.xml:1317(title) serverguide/C/web-servers.xml:41(title) serverguide/C/web-servers.xml:675(title) serverguide/C/web-servers.xml:816(title) serverguide/C/web-servers.xml:940(title) serverguide/C/vpn.xml:33(title) serverguide/C/virtualization.xml:62(title) serverguide/C/virtualization.xml:2014(title) serverguide/C/vcs.xml:28(title) serverguide/C/vcs.xml:86(title) serverguide/C/vcs.xml:405(title) serverguide/C/remote-administration.xml:52(title) serverguide/C/remote-administration.xml:233(title) serverguide/C/network-config.xml:937(title) serverguide/C/network-auth.xml:52(title) serverguide/C/network-auth.xml:1590(title) serverguide/C/network-auth.xml:2102(title) serverguide/C/network-auth.xml:2493(title) serverguide/C/monitoring.xml:42(title) serverguide/C/monitoring.xml:428(title) serverguide/C/mail.xml:40(title) serverguide/C/mail.xml:496(title) serverguide/C/mail.xml:674(title) serverguide/C/mail.xml:823(title) serverguide/C/mail.xml:1315(title) serverguide/C/lamp-applications.xml:108(title) serverguide/C/lamp-applications.xml:287(title) serverguide/C/lamp-applications.xml:423(title) serverguide/C/installation.xml:13(title) serverguide/C/installation.xml:957(title) serverguide/C/file-server.xml:347(title) serverguide/C/file-server.xml:462(title) serverguide/C/dns.xml:23(title) serverguide/C/databases.xml:40(title) serverguide/C/databases.xml:164(title) serverguide/C/chat.xml:37(title) serverguide/C/chat.xml:141(title) serverguide/C/backups.xml:593(title)
17.
The first step is to install the <application>samba</application> package. From a terminal prompt enter:
La première étape consiste à installer le paquet <application>samba</application>. Dans un terminal saisissez[nbsp]:
Translated and reviewed by Bruno
Located in serverguide/C/windows-networking.xml:85(para)
18.
sudo apt-get install samba
sudo apt-get install samba
Translated and reviewed by Lionel Montrieux
Located in serverguide/C/windows-networking.xml:90(command) serverguide/C/windows-networking.xml:300(command)
19.
That's all there is to it; you are now ready to configure Samba to share files.
C'est tout ce que vous avez à faire. Vous êtes maintenant prêt à configurer Samba pour partager des fichiers.
Translated and reviewed by Bruno
Located in serverguide/C/windows-networking.xml:93(para)
20.
Configuration
Configuration
Translated by baptiste
Reviewed by 65GYgzf
Located in serverguide/C/windows-networking.xml:99(title) serverguide/C/windows-networking.xml:305(title) serverguide/C/web-servers.xml:61(title) serverguide/C/web-servers.xml:726(title) serverguide/C/web-servers.xml:827(title) serverguide/C/web-servers.xml:967(title) serverguide/C/web-servers.xml:1067(title) serverguide/C/vpn.xml:138(title) serverguide/C/virtualization.xml:2088(title) serverguide/C/vcs.xml:39(title) serverguide/C/vcs.xml:423(title) serverguide/C/remote-administration.xml:74(title) serverguide/C/remote-administration.xml:258(title) serverguide/C/package-management.xml:387(title) serverguide/C/network-config.xml:959(title) serverguide/C/network-auth.xml:2141(title) serverguide/C/network-auth.xml:2514(title) serverguide/C/monitoring.xml:187(title) serverguide/C/monitoring.xml:454(title) serverguide/C/mail.xml:505(title) serverguide/C/mail.xml:684(title) serverguide/C/mail.xml:908(title) serverguide/C/mail.xml:1344(title) serverguide/C/lamp-applications.xml:128(title) serverguide/C/lamp-applications.xml:314(title) serverguide/C/lamp-applications.xml:453(title) serverguide/C/file-server.xml:360(title) serverguide/C/file-server.xml:488(title) serverguide/C/dns.xml:39(title) serverguide/C/databases.xml:84(title) serverguide/C/databases.xml:183(title) serverguide/C/clustering.xml:47(title) serverguide/C/chat.xml:57(title) serverguide/C/chat.xml:153(title) serverguide/C/backups.xml:616(title)
21.
The main Samba configuration file is located in <filename>/etc/samba/smb.conf</filename>. The default configuration file has a significant amount of comments in order to document various configuration directives.
Le fichier de configuration principal de Samba est <filename>/etc/samba/smb.conf</filename>. Le fichier de configuration par défaut est amplement commenté afin d'expliquer les nombreuses directives de configuration.
Translated by Nicolas DERIVE
Reviewed by Bruno
Located in serverguide/C/windows-networking.xml:101(para)
22.
Not all the available options are included in the default configuration file. See the <filename>smb.conf</filename><application>man</application> page or the <ulink url="http://samba.org/samba/docs/man/Samba-HOWTO-Collection/">Samba HOWTO Collection</ulink> for more details.
Le fichier de configuration ne contient pas toutes les options disponibles. Consultez la page <application>man</application> de <filename>smb.conf</filename> ou <ulink url="http://samba.org/samba/docs/man/Samba-HOWTO-Collection/"> Samba HOWTO Collection (en)</ ulink> pour plus de détails.
Translated and reviewed by Bruno
Located in serverguide/C/windows-networking.xml:106(para)
23.
First, edit the following key/value pairs in the <emphasis>[global]</emphasis> section of <filename>/etc/samba/smb.conf</filename>:
Tout d'abord, modifiez les couples clé/valeur suivantes dans la section <emphasis>[global]</emphasis> de <filename>/etc/samba/smb.conf</filename>[nbsp]:
Translated and reviewed by Bruno
Located in serverguide/C/windows-networking.xml:116(para)
24.

workgroup = EXAMPLE
...
security = user
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

workgroup = EXAMPLE
...
security = user
Translated and reviewed by Nicolas DERIVE
Located in serverguide/C/windows-networking.xml:121(programlisting) serverguide/C/windows-networking.xml:312(programlisting) serverguide/C/windows-networking.xml:780(programlisting) serverguide/C/windows-networking.xml:1003(programlisting)
25.
The <emphasis>security</emphasis> parameter is farther down in the [global] section, and is commented by default. Also, change <emphasis>EXAMPLE</emphasis> to better match your environment.
Le paramètre <emphasis>security</ emphasis> situé plus bas dans la section [global] est commenté par défaut. Modifiez également <emphasis>EXEMPLE</ emphasis> afin de l'adapter à votre environnement.
Translated and reviewed by Bruno
Located in serverguide/C/windows-networking.xml:127(para)
1625 of 3717 results

This translation is managed by Ubuntu French Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: 65GYgzf, Alain Lebret, Alban CLERGEOT, AlbinOz, Alexandre Franke, Alexandre Imache, Alexandre Niset, Anis CHEBBI, Anthony Guéchoum, Arnaud Soyez, Arthur Schmitt, Arthur WEBER, Aurélien Luciani, Aymeric, Banal, Bruno, CaptainCrook, CarZ, Christophe Painchaud, Claude Paroz, Colin GILLE, Coster David, DI RUSCIO Fernand, Damien Deroussen, Damien H, David Bertho, David Nottin, Denis Bisaro, Denis Choveaux, Didier Cassirame, Didier Roche-Tolomelli, Donk, Emmanuel Sunyer, Enrico Rosina, Etienne Malandain, Fab, Fabián Rodríguez, Fabrice Coutadeur, Frank Bob, Gilles Accad, Gougnaf, GroNox, Guillaume Damiens, Gwi, Huygens, Immunoman, Issam BOUZIANE, JF Jarry, James Dupin, Jean Champémont, Jean-Luc Villoué, Jean-Philippe, Jean-Philippe LECHÊNE, Jean-Sébastien, Jeremy Moiny, Jerome CK, Joanna Tordjeman, Johan, Jonathan Clarke, KHALIFA Yanis, Kkouet, Knah Tsaeb, Laurent RICHARD, Leonarf, Lionel Montrieux, Lionel Porcheron, Loic Treyvaud, Louis DEMAY, ManuPeng, Marc Auer, Marc Plano-Lesay, Mathieu Cinquin, Mathieu Goeminne, Matthieu CHAUVEAU, Micha Moskovic, Michel, Mika, Milan Bouchet-Valat, Mohamed SEDKI, NSV, Nebaff, Nicolas Borboën, Nicolas DERIVE, Nicolas Michel, Nicolas Réau, Nicolas Van Wambeke, Olivier, Onra, Pascal, Pascal Corpet, Pascal Havet, Paul Darby, Philippe Piquer, Pierre Buard, Pierre David, Pierre Slamich, Pierrick Vandenbroucke, Psykocrash, Removed by request, Rodolphe Ortalo, Romain Pineau, Sebastien Beaujour, Stéphane V, SuperBOB, Sylvain Doctrinal, Sylvain Lasnier, Séb Buch, Sébastien GRIPON, T0m-S, TaZmaniak, Tarsus, Valentin Rocher, Vincent Esposito, Wassim Derguech, Will Hunting, X, Xavier Latry, Xavier RAFFIN, Yann Dìnendal, Yionel, Yves MATHIEU, arno_b, baptiste, bruno, elaliberte, eric, gaetan belsack, goofy, hardball, istu5, ivan, kos!, lann, madden, maxubuntu, olivier perrin, onwa, sam101, seb35690, sm126, sun-wukong, thebachman, tomestla, torglut, vouzico.