Fixed internal link.
[tails-test.git] / wiki / src / git.es.po
blobc98d3d83f49b62d933922e26e3dc6a27adc957fa
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2010-04-07 15:58+0000\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: ENCODING\n"
18 #. type: Plain text
19 msgid ""
20 "The (Amnesic) Incognito Live System, and this documentation wiki, are "
21 "developed in a bunch of git repositories."
22 msgstr ""
24 #. type: Plain text
25 msgid "Anyone can check it out like this:"
26 msgstr ""
28 #. type: Plain text
29 #, no-wrap
30 msgid ""
31 "        git clone git://git.immerda.ch/amnesia.git\n"
32 "\tgit clone git://git.immerda.ch/amnesia_live-initramfs.git\n"
33 msgstr ""
35 #. type: Plain text
36 msgid ""
37 "The Gitweb for the main repository is [here](http://git.immerda.ch/?"
38 "p=amnesia.git), while the one for our custom `live-initramfs` branches is "
39 "[there](http://git.immerda.ch/?p=amnesia_live-initramfs.git)"
40 msgstr ""
42 #. type: Plain text
43 msgid "Developers with write access to the repository should instead:"
44 msgstr ""
46 #. type: Plain text
47 #, no-wrap
48 msgid ""
49 "        git clone 'ssh://boum_org_amnesia@webmasters.boum.org/~/wiki.git'\n"
50 "        git clone 'ssh://git@git.immerda.ch/amnesia_live-initramfs.git'\n"
51 msgstr ""
53 #. type: Plain text
54 msgid ""
55 "If you want to commit patches that may be published later, you might want to "
56 "anonymize them a bit; to do so, run the following commands while in every of "
57 "your local clones' directories:"
58 msgstr ""
60 #. type: Plain text
61 #, no-wrap
62 msgid ""
63 "        git config user.name amnesia\n"
64 "        git config user.email amnesia@boum.org\n"
65 msgstr ""