Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1416)

Side by Side Diff: doc/de_DE/installation.po

Issue 1099041: German Translation Tryton Doc 1.6 (Closed)
Patch Set: final Created 13 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « doc/de_DE/index.po ('k') | doc/de_DE/installation.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # extracted from installation.rst 1 # extracted from installation.rst
2 #. extracted from installation.rst
3 msgid "" 2 msgid ""
4 msgstr "" 3 msgstr ""
5 "Project-Id-Version: Tryton\n" 4 "Project-Id-Version: Tryton\n"
6 "Report-Msgid-Bugs-To: \n" 5 "Report-Msgid-Bugs-To: \n"
7 "POT-Creation-Date: 2009-12-29 23:00+0200\n" 6 "POT-Creation-Date: 2010-05-04 16:33+0200\n"
8 "PO-Revision-Date: 2009-12-05 19:18+0100\n" 7 "PO-Revision-Date: 2010-05-06 19:03+0100\n"
9 "Last-Translator: Tobias Paepke <tryton@paepke.net>\n" 8 "Last-Translator: Tobias Paepke <tryton@paepke.net>\n"
10 "Language-Team: http://tryton.origo.ethz.ch/forum/8\n" 9 "Language-Team: http://tryton.origo.ethz.ch/forum/8\n"
11 "MIME-Version: 1.0\n" 10 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=UTF-8\n" 11 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n" 12 "Content-Transfer-Encoding: 8bit\n"
14 "X-Generator: Translate Toolkit 1.3.0\n" 13 "X-Generator: Translate Toolkit 1.5.3\n"
15 "X-Poedit-Language: german\n" 14 "X-Poedit-Language: german\n"
16 "X-Poedit-SourceCharset: utf-8\n" 15 "X-Poedit-SourceCharset: utf-8\n"
17 "X-Poedit-Country: GERMANY\n" 16 "X-Poedit-Country: GERMANY\n"
18 17
19 #: installation.rst:1 18 #: installation.rst:1
20 msgid "" 19 msgid ""
20 "Installing tryton\n"
21 "================="
22 msgstr ""
23 "Tryton Installation\n"
24 "==================="
25
26 #: installation.rst:4
27 msgid ""
28 "Prerequisites\n"
29 "-------------"
30 msgstr ""
31 "Voraussetzungen\n"
32 "---------------"
33
34 #: installation.rst:7
35 msgid ""
36 " * Python 2.4 or later (http://www.python.org/)\n"
37 " * pygtk 2.0 or later (http://www.pygtk.org/)\n"
38 " * librsvg (http://librsvg.sourceforge.net/)\n"
39 " * python-dateutil (http://labix.org/python-dateutil)\n"
40 " * simplejson (http://undefined.org/python/#simplejson)\n"
41 " * Optional: pytz (http://pytz.sourceforge.net/)"
42 msgstr ""
43 " * Python 2.4 oder neuer (http://www.python.org/)\n"
44 " * pygtk 2.0 oder neuer (http://www.pygtk.org/)\n"
45 " * librsvg (http://librsvg.sourceforge.net/)\n"
46 " * python-dateutil (http://labix.org/python-dateutil)\n"
47 " * simplejson (http://undefined.org/python/#simplejson)\n"
48 " * Optional: pytz (http://pytz.sourceforge.net/)"
49
50 #: installation.rst:14
51 msgid ""
21 "Installation\n" 52 "Installation\n"
22 "############" 53 "------------"
23 msgstr "" 54 msgstr ""
24 "Installation\n" 55 "Installation\n"
25 "############" 56 "------------"
26 57
27 #: installation.rst:4 58 #: installation.rst:17
28 msgid "see INSTALL file." 59 msgid ""
29 msgstr "Siehe INSTALL Datei." 60 "Once you've downloaded and unpacked a tryton source release, enter the\n"
61 "directory where the archive was unpacked, and run:"
62 msgstr ""
63 "Nach dem Herunterladen und Auspacken der Tryton Quellen wechselt man in das\n"
64 "Verzeichnis in welches das Archiv ausgepackt wurde und führt folgenden Befehl\n "
65 "aus:"
66
67 #: installation.rst:20
68 msgid " ``python setup.py install``"
69 msgstr " ``python setup.py install``"
70
71 #: installation.rst:22
72 msgid ""
73 "Note that you may need administrator/root privileges for this step, as\n"
74 "this command will by default attempt to install tryton to the Python\n"
75 "site-packages directory on your system."
76 msgstr ""
77 "Für diesen Schritt können Administrator/root Berechtigungen benötigt\n"
78 "werden, da dieser Befehl Tryton standardmäßig in das systemweite Python\n"
79 "site-package Verzeichnis installiert."
80
81 #: installation.rst:26
82 msgid ""
83 "For advanced options, please refer to the easy_install__ and/or the\n"
84 "distutils__ documentation:"
85 msgstr ""
86 "Für weitere Installationsoptionen kann man die Dokumentation von\n"
87 "easy_install__ oder distutils__ beachten."
88
89 #: installation.rst:29
90 msgid "__ http://peak.telecommunity.com/DevCenter/EasyInstall"
91 msgstr "__ http://peak.telecommunity.com/DevCenter/EasyInstall"
92
93 #: installation.rst:31
94 msgid "__ http://docs.python.org/inst/inst.html"
95 msgstr "__ http://docs.python.org/inst/inst.html"
96
97 #: installation.rst:33
98 msgid ""
99 "To use without installation, run ``bin/tryton`` from where the archive was\n"
100 "unpacked."
101 msgstr ""
102 "Um Tryton ohne Installation zu benutzen kann man ``bin/tryton`` im Verzeichnis\ n"
103 "des entpackten Archiv aufrufen."
104
105 #~ msgid ""
106 #~ "Installation\n"
107 #~ "############"
108 #~ msgstr ""
109 #~ "Installation\n"
110 #~ "############"
111 #~ msgid "see INSTALL file."
112 #~ msgstr "Siehe INSTALL Datei."
113
OLDNEW
« no previous file with comments | « doc/de_DE/index.po ('k') | doc/de_DE/installation.rst » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b