bcf36ed82781ea09f3fc80cea657d4b991d91204
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 new and updated translation...

Runa A. Sandvik authored 13 years ago

58) <hr /> <strong>Current version:</strong><version-torbutton><br/> <br/>
59) <strong>Authors:</strong> Mike Perry &amp; Scott Squires<br/> <br/>
60) <strong>Install:</strong> Click to <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 new and updated translation...

Runa A. Sandvik authored 13 years ago

62) hash="<version-hash-torbutton>" onclick="return install(event);">install
63) from this website</a> or <a
64) href="https://addons.mozilla.org/en-US/firefox/downloads/latest/2275/addon-2275-latest.xpi?src=addondetail">install
65) from Mozilla's Add-On site</a><br/> <strong>Past Releases:</strong> <a
66) href="releases/">Local</a><br/> <strong>Developer Documentation:</strong> <a
67) href="design/">Torbutton Design Document</a> and <a
68) href="design/MozillaBrownBag.pdf">Slides (Not actively updated)</a><br/>
69) <strong>Extras:</strong> Google search plugins for <a href="/jsreq.html"
70) 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 new and updated translation...

Runa A. Sandvik authored 13 years ago

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

Runa A. Sandvik authored 14 years ago

74) onClick="addOpenSearch('googleuk_web','png','General','14445','g');return
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 13 years ago

75) false">Google UK</a>.  <br/> <strong>Source:</strong> You can <a
76) href="https://gitweb.torproject.org/torbutton.git">browse the repository</a>
77) or simply unzip the xpi.  <br/> <strong>Bug Reports:</strong> <a
78) href="https://trac.torproject.org/projects/tor/report/14">Torproject
79) trac</a><br/> <strong>Documents:</strong> <b>[</b> <a href="<page
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

80) torbutton/faq>">FAQ</a> <b>|</b> <a
Runa A. Sandvik translated pages for the we...

Runa A. Sandvik authored 13 years ago

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

Runa A. Sandvik authored 14 years ago

82) <b>|</b> <a
Runa A. Sandvik translated pages for the we...

Runa A. Sandvik authored 13 years ago

83) href="https://gitweb.torproject.org/torbutton.git/blob_plain/HEAD:/src/LICENSE">license</a>
Runa A. Sandvik updated translations

Runa A. Sandvik authored 14 years ago

84) <b>|</b> <a
Runa A. Sandvik translated pages for the we...

Runa A. Sandvik authored 13 years ago

85) href="https://gitweb.torproject.org/torbutton.git/blob_plain/HEAD:/src/CREDITS">credits</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)