f30eb6734f49fea7b0e27a232415f006ea7e22b7
Mfr Add a French page

Mfr authored 15 years ago

1) 
2) 
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

3) 
4) 
5) 
6) 
7) ## translation metadata
8) # Revision: $Revision$
9) # Translation-Priority: 3-low
10) #include "head.wmi" TITLE="Torbutton - Quickly toggle Firefox's use of the Tor network" CHARSET="UTF-8"
Mfr Add a French page

Mfr authored 15 years ago

11) <div class="main-column">
12) 
13) 
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

14) 
15) <!-- PUT CONTENT AFTER THIS TAG -->
16) <link rel="search" type="application/opensearchdescription+xml" title="Google Canada" href="search/google-ca.xml"/>
17) <link rel="search" type="application/opensearchdescription+xml" title="Google UK" href="search/google-uk.xml" />
18) <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

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

Mfr authored 15 years ago

20) 
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

21) function addSearchProvider(prov) { try {
22) window.external.AddSearchProvider(prov); } catch (e) { alert("Search plugins
23) require Firefox 2"); return; } } function addEngine(name,ext,cat,pid)  { if
24) ((typeof window.sidebar == "object") && (typeof
25) window.sidebar.addSearchEngine == "function")) {
26) window.sidebar.addSearchEngine( "http://mycroft.mozdev.org/install.php/" +
27) pid + "/" + name + ".src", "http://mycroft.mozdev.org/install.php/" + pid +
28) "/" + name + "."+ ext, name, cat ); } else { alert("You will need a browser
29) which supports Sherlock to install this plugin."); } } function
30) addOpenSearch(name,ext,cat,pid,meth)  { if ((typeof window.external ==
31) "object") && ((typeof window.external.AddSearchProvider == "unknown") ||
32) (typeof window.external.AddSearchProvider == "function"))) { if ((typeof
33) window.external.AddSearchProvider == "unknown") && meth == "p") {
34) alert("This plugin uses POST which is not currently supported by Internet
35) Explorer's implementation of OpenSearch."); } else {
36) window.external.AddSearchProvider(
37) "http://mycroft.mozdev.org/installos.php/" + pid + "/" + name + ".xml"); } }
38) else { alert("You will need a browser which supports OpenSearch to install
39) this plugin."); } } function addOpenSearch2(name,ext,cat,pid,meth)  { if
40) ((typeof window.external == "object") && ((typeof
41) window.external.AddSearchProvider == "unknown") || (typeof
42) window.external.AddSearchProvider == "function"))) { if ((typeof
43) window.external.AddSearchProvider == "unknown") && meth == "p") {
44) alert("This plugin uses POST which is not currently supported by Internet
45) Explorer's implementation of OpenSearch."); } else {
46) window.external.AddSearchProvider(
47) "http://torbutton.torproject.org/dev/search/" + name + ".xml"); } } else {
48) alert("You will need a browser which supports OpenSearch to install this
49) plugin."); } } function install (aEvent)  { var params = { "Torbutton": {
50) URL: aEvent.target.href, Hash: aEvent.target.getAttribute("hash"), toString:
51) function () { return this.URL; } } }; InstallTrigger.install(params); return
52) false; }
Mfr Add a French page

Mfr authored 15 years ago

53) 
54) 
55) </script>
56) 
57) <h2>Torbutton</h2>
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

58) <hr /> <strong>Version actuelle:</strong><version-torbutton><br/> <br/>
59) <strong>Auteurs:</strong> Mike Perry &amp; Scott Squires<br/> <br/>
60) <strong>Installation:</strong> Cliquez sur <a
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

61) href="http://www.torproject.org/torbutton/torbutton-current.xpi"
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

62) hash="<version-hash-torbutton>" onclick="return install(event);">ce lien
63) pour installer à partir du site web</a> ou <a
64) href="https://addons.mozilla.org/en-US/firefox/downloads/latest/2275/addon-2275-latest.xpi?src=addondetail">installer
65) depuis le site Mozilla Add-On</a><br/> <strong>Versions
66) précédentes:</strong> <a href="releases/">Locale</a><br/>
67) <strong>Documentation Développeur:</strong> <a href="design/">Document de
68) spécification</a> and <a href="design/MozillaBrownBag.pdf">Diaporama (Pas
69) forcément à jour)</a><br/> <strong>Extras:</strong> Plugins de recherche
70) Google pour <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

71) onClick="addOpenSearch('GoogleCanada','ico','General','14937','g');return
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

72) false">Google CA</a>, et <a href="/jsreq.html" title="Ref: 14938 (googleCA)"
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

73) onClick="addOpenSearch('googleuk_web','png','General','14445','g');return
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

74) false">Google UK</a>.  <br/> <strong>Code source:</strong> Vous pouvez <a
75) href="https://gitweb.torproject.org/torbutton.git">naviguer sur le dépôt</a>
76) ou simplement décompresser le xpi.  <br/> <strong>Rapports de Bug:</strong>
77) <a
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

78) href="https://bugs.torproject.org/flyspray/index.php?tasks=all&amp;project=5">Torproject
79) flyspray</a><br/> <strong>Documents:</strong> <b>[</b> <a href="<page
80) torbutton/faq>">FAQ</a> <b>|</b> <a
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

81) href="https://git.torproject.org/checkout/torbutton/master/src/CHANGELOG">changelog</a>
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

82) <b>|</b> <a
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

83) href="https://git.torproject.org/checkout/torbutton/master/src/LICENSE">licence</a>
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

84) <b>|</b> <a
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 14 years ago

85) href="https://git.torproject.org/checkout/torbutton/master/src/CREDITS">crédits</a>
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

86) <b>]</b><br/> <br/>
87) 
Mfr Add a French page

Mfr authored 15 years ago

88) <p>
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

89) Torbutton permet aux utilisateurs de Firefox d'activer ou de désactiver
90) l'utilisation de <a href="<page index>">Tor</a> dans le navigateur en un
Runa A. Sandvik updated translations from p...

Runa A. Sandvik authored 14 years ago

91) seul click.  Il ajoute un panneau à la barre d'état qui indique "Tor Activé"
92) (en vert) ou "Tor Désactivé" (en rouge).  L'utilisateur peut cliquer sur le
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

93) panneau pour changer de statut.  Si l'utilisateur (ou une autre extension)
94) modifie les paramètres de proxy, le changement est automatiquement pris en
95) compte dans la barre d'état.
96) </p>
97) 
Mfr Maintenance French Translation

Mfr authored 15 years ago

98) <p>
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

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

Mfr authored 15 years ago

103) </p>
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

104) 
Mfr Add a French page

Mfr authored 15 years ago

105) <p>
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

106) Certains utilisateurs préfèrent avoir un bouton dans la barre d'outils au
107) lieu d'un panneau d'état.  Torbutton vous permet d'jouter un bouton à la
108) barre d'outils en effectuant un clic-droit sur la barre d'outils concernée,
109) en sélectionnant "Personnaliser ...", puis en faisant glisser l'icône
110) Torbutton sur la barre d'outils.  Il existe une option dans les préférences
111) pour cacher le panneau d'état (Outils-&gt; Modules complémentaires,
112) sélectionnez Torbutton, et cliquez sur Préférences). 
113) </p>
Mfr Add a French page

Mfr authored 15 years ago

114) 
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

115)   </div>
Mfr Add a French page

Mfr authored 15 years ago

116) 
117) 
118)