Code

Merge branch 'maint'
[git.git] / po / glossary / git-gui-glossary.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 2007-07-27 19:21+0200\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: ENCODING\n"
17 #. "English Definition (Dear translator: This file will never be visible to the user! It should only serve as a tool for you, the translator. Nothing more.)"
18 msgid "English Term (Dear translator: This file will never be visible to the user!)"
19 msgstr ""
21 #. ""
22 msgid "amend"
23 msgstr ""
25 #. ""
26 msgid "annotate"
27 msgstr ""
29 #. "A 'branch' is an active line of development."
30 msgid "branch [noun]"
31 msgstr ""
33 #. ""
34 msgid "branch [verb]"
35 msgstr ""
37 #. ""
38 msgid "checkout [noun]"
39 msgstr ""
41 #. "The action of updating the working tree to a revision which was stored in the object database."
42 msgid "checkout [verb]"
43 msgstr ""
45 #. "A single point in the git history."
46 msgid "commit [noun]"
47 msgstr ""
49 #. "The action of storing a new snapshot of the project's state in the git history."
50 msgid "commit [verb]"
51 msgstr ""
53 #. ""
54 msgid "diff [noun]"
55 msgstr ""
57 #. ""
58 msgid "diff [verb]"
59 msgstr ""
61 #. "A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
62 msgid "fast forward merge"
63 msgstr ""
65 #. "Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
66 msgid "fetch"
67 msgstr ""
69 #. "A collection of files. The index is a stored version of your working tree."
70 msgid "index (in git-gui: staging area)"
71 msgstr ""
73 #. "A successful merge results in the creation of a new commit representing the result of the merge."
74 msgid "merge [noun]"
75 msgstr ""
77 #. "To bring the contents of another branch into the current branch."
78 msgid "merge [verb]"
79 msgstr ""
81 #. ""
82 msgid "message"
83 msgstr ""
85 #. "Pulling a branch means to fetch it and merge it."
86 msgid "pull"
87 msgstr ""
89 #. "Pushing a branch means to get the branch's head ref from a remote repository, and ... (well, can someone please explain it for mere mortals?)"
90 msgid "push"
91 msgstr ""
93 #. ""
94 msgid "redo"
95 msgstr ""
97 #. "A collection of refs (?) together with an object database containing all objects which are reachable from the refs... (oops, you've lost me here. Again, please an explanation for mere mortals?)"
98 msgid "repository"
99 msgstr ""
101 #. ""
102 msgid "reset"
103 msgstr ""
105 #. ""
106 msgid "revert"
107 msgstr ""
109 #. "A particular state of files and directories which was stored in the object database."
110 msgid "revision"
111 msgstr ""
113 #. ""
114 msgid "sign off"
115 msgstr ""
117 #. ""
118 msgid "staging area"
119 msgstr ""
121 #. ""
122 msgid "status"
123 msgstr ""
125 #. "A ref pointing to a tag or commit object"
126 msgid "tag [noun]"
127 msgstr ""
129 #. ""
130 msgid "tag [verb]"
131 msgstr ""
133 #. "A regular git branch that is used to follow changes from another repository."
134 msgid "tracking branch"
135 msgstr ""
137 #. ""
138 msgid "undo"
139 msgstr ""
141 #. ""
142 msgid "update"
143 msgstr ""
145 #. ""
146 msgid "verify"
147 msgstr ""
149 #. "The tree of actual checked out files."
150 msgid "working copy, working tree"
151 msgstr ""