069843689c613a30f163c47afb6d688408a4b449
Mfr Add a French page

Mfr authored 15 years ago

1) ## translation metadata
Mfr Maintenance French Translation

Mfr authored 15 years ago

2) # Based-On-Revision: 16323
Mfr Add a French page

Mfr authored 15 years ago

3) # Last-Translator: mfr(ät]misericordia.be
4) 
5) #include "head.wmi" TITLE="Torbutton - Basculez rapidement sur le réseau Tor avec Firefox" CHARSET="UTF-8"
6) 
7) <div class="main-column">
8) 
9) <!-- PUT CONTENT AFTER THIS TAG -->
10) 
11) <link rel="search" type="application/opensearchdescription+xml" title="Google Canada" href="search/google-ca.xml">
12) <link rel="search" type="application/opensearchdescription+xml" title="Google UK" href="search/google-uk.xml">
13) <link rel="search" type="application/opensearchdescription+xml" title="Google USA" href="search/google-us.xml">
Mfr fix more typos and tags

Mfr authored 15 years ago

14) <script type="text/javascript">
Mfr Add a French page

Mfr authored 15 years ago

15) 
16) function addSearchProvider(prov) {
17) 
18) try {
19) window.external.AddSearchProvider(prov);
20) }
21) 
22) catch (e) {
23) alert("Search plugins require Firefox 2");
24) return;
25) }
26) }
27) 
28) function addEngine(name,ext,cat,pid)
29) {
30)   if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) {
31)     window.sidebar.addSearchEngine(
32)       "http://mycroft.mozdev.org/install.php/" + pid + "/" + name + ".src",
33)       "http://mycroft.mozdev.org/install.php/" + pid + "/" + name + "."+ ext, name, cat );
34)   } else {
35)     alert("You will need a browser which supports Sherlock to install this plugin.");
36)   }
37) }
38) 
39) function addOpenSearch(name,ext,cat,pid,meth)
40) {
41)   if ((typeof window.external == "object") && ((typeof window.external.AddSearchProvider == "unknown") || (typeof window.external.AddSearchProvider == "function"))) {
42)     if ((typeof window.external.AddSearchProvider == "unknown") && meth == "p") {
43)       alert("This plugin uses POST which is not currently supported by Internet Explorer's implementation of OpenSearch.");
44)     } else {
45)       window.external.AddSearchProvider(
46)         "http://mycroft.mozdev.org/installos.php/" + pid + "/" + name + ".xml");
47)     }
48)   } else {
49)     alert("You will need a browser which supports OpenSearch to install this plugin.");
50)   }
51) }
52) 
53) function addOpenSearch2(name,ext,cat,pid,meth)
54) {
55)   if ((typeof window.external == "object") && ((typeof window.external.AddSearchProvider == "unknown") || (typeof window.external.AddSearchProvider == "function"))) {
56)     if ((typeof window.external.AddSearchProvider == "unknown") && meth == "p") {
57)       alert("This plugin uses POST which is not currently supported by Internet Explorer's implementation of OpenSearch.");
58)     } else {
59)       window.external.AddSearchProvider(
60)         "http://torbutton.torproject.org/dev/search/" + name + ".xml");
61)     }
62)   } else {
63)     alert("You will need a browser which supports OpenSearch to install this plugin.");
64)   }
65) }
66) 
67) function install (aEvent)
68) {
69)   var params = {
70)     "Torbutton": { URL: aEvent.target.href,
71)              Hash: aEvent.target.getAttribute("hash"),
72)              toString: function () { return this.URL; }
73)     }
74)   };
75)   InstallTrigger.install(params);
76) 
77)   return false;
78) }
79) 
80) 
81) </script>
82) 
83) <h2>Torbutton</h2>
Mfr Maintenance French Translation

Mfr authored 15 years ago

84) <hr />
Mfr Add a French page

Mfr authored 15 years ago

85) 
86) <strong>Version Actuelle:</strong><version-torbutton><br/>
87) <br/>
Mfr Maintenance French Translation

Mfr authored 15 years ago

88) <strong>Auteurs:</strong>Mike Perry &amp; Scott Squires <br/>
Mfr Add a French page

Mfr authored 15 years ago

89) <br/>
90) <strong>Installation:</strong> 
91) <a href="http://www.torproject.org/torbutton/torbutton-current.xpi"
92)   hash="<version-hash-torbutton>"
93)   onclick="return install(event);">Local (Javascript verified)</a><br/>
94) <strong>Versions antérieures:</strong> <a href="releases/">Local</a><br/>
95) <strong>Documentation de Développement:</strong> <a href="design/">Torbutton Design Document</a> et <a href="design/MozillaBrownBag.pdf">Slides (Not actively updated)</a><br/>
96) <strong>Extras:</strong> 
97) 
98) Complément de recherche Google pour
99) 
100) <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
101)  onClick="addOpenSearch('GoogleCanada','ico','General','14937','g');return false">Google CA</a>, et 
102) 
103) <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
104)  onClick="addOpenSearch('googleuk_web','png','General','14445','g');return false">Google UK</a>.
105) <br/>
Mfr Maintenance French Translation

Mfr authored 15 years ago

106) <strong>Source:</strong> Vous pouvez <a href="https://svn.torproject.org/svn/torbutton/trunk/">parcourir le référenciel</a> ou simplement dezipper le xpi.
Mfr Add a French page

Mfr authored 15 years ago

107) <br/>
Mfr fix more typos and tags

Mfr authored 15 years ago

108) <strong>Rapports de Bogues:</strong> <a href="https://bugs.torproject.org/flyspray/index.php?tasks=all&amp;project=5">Torproject flyspray</a><br/>
Mfr Maintenance French Translation

Mfr authored 15 years ago

109) <strong>Documents:</strong> <b>[</b> <a href="<page torbutton/faq>">FAQ</a> <b>|</b> <a href="https://svn.torproject.org/svn/torbutton/trunk/src/CHANGELOG">changelog</a> <b>|</b> <a href="https://svn.torproject.org/svn/torbutton/trunk/src/LICENSE">licence</a> <b>|</b> <a href="https://svn.torproject.org/svn/torbutton/trunk/src/CREDITS">crédits</a> <b>]</b><br/>
Mfr Maintenance French Translation

Mfr authored 15 years ago

110) 
111) <br/>
Mfr Add a French page

Mfr authored 15 years ago

112) <p>
Mfr Maintenance French Translation

Mfr authored 15 years ago

113) Torbutton est un moyen en 1-click pour les utilisateurs de Firefox d'activer
114)  ou de désactiver l'utilisation de <a href="<page index>">Tor</a> dans le 
115) 	navigateur. Il ajoute un panneau à la barre d'état qui dit "Tor Enabled" 
116) 	(en vert) or "Tor Désactivé" (en rouge). L'utilisateur peut cliquer sur le
117)  panneau pour changer de statut. Si l'utilisateur (ou une autre extension)
118)  modifie les paramètres de proxy, le changement est automatiquement pris en
119)  compte dans la barre d'état.
120) 	</p>
121) <p>
Mfr Maintenance French Translation

Mfr authored 15 years ago

122) Afin de préserver votre sécurité, Torbutton désactive différents types de contenu dynamique. Vous
123) pouvez en apprendre plus dans la <a href="<page torbutton/faq>">FAQ Torbutton</a>,
124) ou consultez la liste détaillée des <a href="<page torbutton/options>">options Torbutton
125) </a>.
Mfr Add a French page

Mfr authored 15 years ago

126) </p>
127) <p>
Mfr Maintenance French Translation

Mfr authored 15 years ago

128) Certains utilisateurs préfèrent avoir un bouton dans la barre d'outils au 
129) lieu d'un panneau d'état. Ce bouton est inclus, et l'on ajoute à la barre
130) d'outils en cliquant avec le bouton droit sur la barre d'outils souhaitée, 
131) en sélectionnant "Personnaliser ...", puis en faisant glisser l'icône 
132) Torbutton sur la barre d'outils. Il y a une option dans les préférences 
133) pour cacher le panneau d'état (Outils-&gt; Modules complémentaires, 
134) sélectionnez Torbutton, et cliquez sur Préférences).
135) 	</p>