1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Canonical Ltd <canonical-bazaar@lists.canonical.com>
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: bzr-git\n"
"Report-Msgid-Bugs-To: <bazaar@lists.canonical.com>\n"
"POT-Creation-Date: 2011-12-05 02:21+0100\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: commands.py:100
#, python-format
msgid "%r is not a git repository"
msgstr ""
#: commands.py:112
msgid "Target repository doesn't support rich roots"
msgstr ""
#: commands.py:132
msgid "creating branches"
msgstr ""
#: commands.py:153
msgid ""
"Use 'bzr checkout' to create a working tree in the newly created branches."
msgstr ""
#: commands.py:194
#, python-format
msgid "Object not found: %s"
msgstr ""
#: commands.py:273
msgid "error running patch"
msgstr ""
#: commands.py:33
msgid "Import all branches from a git repository."
msgstr ""
#: commands.py:35
msgid " "
msgstr ""
#: commands.py:242
msgid "Apply a series of git-am style patches."
msgstr ""
#: commands.py:244
msgid ""
"This command will in the future probably be integrated into \n"
"\"bzr pull\"."
msgstr ""
# help of 'signoff' option of 'git-apply' command
#: commands.py:249
msgid "Add a Signed-off-by line."
msgstr ""
# help of 'force' option of 'git-apply' command
#: commands.py:251
msgid "Apply patches even if tree has uncommitted changes."
msgstr ""
|