git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
094d67c9e
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
templates
docs
3-low.debian.pot
copy of the .pot files
Runa A. Sandvik
commited
094d67c9e
at 2009-08-15 15:34:12
3-low.debian.pot
Blame
History
Raw
# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR The Tor Project, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2009-08-15 13:29+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: Content of: <div><div> #: /home/runa/tor/website/docs/en/debian.wml:11 msgid "<a id=\"debian\"></a>" msgstr "" #. type: Content of: <div><div><h2> #: /home/runa/tor/website/docs/en/debian.wml:12 msgid "" "<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian lenny, Debian " "sid, or Debian testing</a>" msgstr "" #. type: Content of: <div><div> #: /home/runa/tor/website/docs/en/debian.wml:14 /tmp/IaoiOOcJ3F.xml:34 #: /tmp/IaoiOOcJ3F.xml:77 /tmp/IaoiOOcJ3F.xml:113 msgid "<br />" msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:17 msgid "" "If you're using Debian stable (lenny), unstable (sid), or testing (squeeze), " "just run<br /> <tt>apt-get install tor tor-geoipdb</tt>" msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:23 /tmp/IaoiOOcJ3F.xml:67 #: /tmp/IaoiOOcJ3F.xml:104 msgid "" "Now Tor is installed and running. Move on to <a href=\"<page docs/tor-doc-" "unix>#privoxy\">step two</a> of the \"Tor on Linux/Unix\" instructions." msgstr "" #. type: Content of: <div><div> #: /home/runa/tor/website/docs/en/debian.wml:28 msgid "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>" msgstr "" #. type: Content of: <div><div><h2> #: /home/runa/tor/website/docs/en/debian.wml:32 msgid "" "<a class=\"anchor\" href=\"#ubuntu\">Option two: Tor on Ubuntu or Debian " "etch</a>" msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:37 msgid "" "<b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained " "and out of date. That means you'll be missing stability and security fixes." msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:43 msgid "" "You'll need to set up our package repository before you can fetch Tor. " "First, you need to figure out the name of your distribution. If you're using " "Ubuntu 9.04, it's \"jaunty\". Ubuntu 8.10 is \"intrepid\", and Ubuntu 8.04 " "is \"hardy\". If you're using Debian etch, it's \"etch\". Then add these " "lines to your <tt>/etc/apt/sources.list</tt> file:<br />" msgstr "" #. type: Content of: <div><div><p><pre> #: /home/runa/tor/website/docs/en/debian.wml:49 #, no-wrap msgid "" "deb http://mirror.noreply.org/pub/tor <DISTRIBUTION> main\n" "deb-src http://mirror.noreply.org/pub/tor <DISTRIBUTION> main\n" msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:52 msgid "" "where you substitute the above word (etch, jaunty, intrepid, hardy) in " "place of <DISTRIBUTION>." msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:57 /tmp/IaoiOOcJ3F.xml:94 msgid "Then run" msgstr "" #. type: Content of: <div><div><p><pre> #: /home/runa/tor/website/docs/en/debian.wml:59 /tmp/IaoiOOcJ3F.xml:96 #, no-wrap msgid "" "gpg --keyserver keys.gnupg.net --recv 94C09C7F\n" "gpg --export 94C09C7F | sudo apt-key add -\n" "apt-get update\n" "apt-get install tor tor-geoipdb\n" msgstr "" #. type: Content of: <div><div> #: /home/runa/tor/website/docs/en/debian.wml:72 msgid "<hr /> <a id=\"development\"></a>" msgstr "" #. type: Content of: <div><div><h2> #: /home/runa/tor/website/docs/en/debian.wml:75 msgid "" "<a class=\"anchor\" href=\"#development\">Option three: Using the " "development branch of Tor on Debian or Ubuntu</a>" msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:79 msgid "" "If you want to use the <a href=\"<page download>#packagediff\">development " "branch</a> of Tor instead (more features and more bugs), you need to add a " "different set of lines to your <tt>/etc/apt/sources.list</tt> file:<br />" msgstr "" #. type: Content of: <div><div><p><pre> #: /home/runa/tor/website/docs/en/debian.wml:84 #, no-wrap msgid "" "deb http://mirror.noreply.org/pub/tor <DISTRIBUTION> main\n" "deb-src http://mirror.noreply.org/pub/tor <DISTRIBUTION> main\n" "deb http://mirror.noreply.org/pub/tor experimental-0.2.1.x-<DISTRIBUTION> main\n" "deb-src http://mirror.noreply.org/pub/tor experimental-0.2.1.x-<DISTRIBUTION> main\n" msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:89 msgid "" "where you substitute the name of your distro (etch, lenny, sid, jaunty, " "intrepid, hardy) in place of <DISTRIBUTION>." msgstr "" #. type: Content of: <div><div> #: /home/runa/tor/website/docs/en/debian.wml:109 msgid "<hr /> <a id=\"source\"></a>" msgstr "" #. type: Content of: <div><div><h2> #: /home/runa/tor/website/docs/en/debian.wml:112 msgid "<a class=\"anchor\" href=\"#source\">Building from source</a>" msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:116 msgid "" "If you want to build your own debs from source, see our <a href=\"https://" "wiki.torproject.org/noreply/TheOnionRouter/TorOnDebian#BuildFromSource" "\">guide for building debs</a>." msgstr "" #. type: Content of: <div><div> #: /home/runa/tor/website/docs/en/debian.wml:121 msgid "<hr />" msgstr "" #. type: Content of: <div><div><p> #: /home/runa/tor/website/docs/en/debian.wml:123 msgid "" "If you have suggestions for improving this document, please <a href=\"<page " "contact>\">send them to us</a>. Thanks!" msgstr ""