aboutsummaryrefslogtreecommitdiff
path: root/po/git.pot
diff options
context:
space:
mode:
authorJiang Xin <worldhello.net@gmail.com>2012-03-16 20:28:05 +0800
committerJiang Xin <worldhello.net@gmail.com>2012-03-16 20:32:59 +0800
commita2c01b55ff71ee20c49c4e6d088e14b6e80dd930 (patch)
tree93b951324658294bfcc7b774b3eb713a6e9f5afe /po/git.pot
parentd90b16ed421eb51fc4d7c6bda5f3332cc2e3aece (diff)
downloadgit-a2c01b55ff71ee20c49c4e6d088e14b6e80dd930.tar.gz
git-a2c01b55ff71ee20c49c4e6d088e14b6e80dd930.tar.xz
l10n: Update git.pot (1 new message)
Changes of po/git.pot from v1.7.10-rc0 to v1.7.10-rc1: * 1 new l10n message at line: 3361. Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/git.pot')
-rw-r--r--po/git.pot29
1 files changed, 17 insertions, 12 deletions
diff --git a/po/git.pot b/po/git.pot
index 8bdaf3cc3..566c7fdda 100644
--- a/po/git.pot
+++ b/po/git.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
-"POT-Creation-Date: 2012-03-08 10:19+0800\n"
+"POT-Creation-Date: 2012-03-16 20:18+0800\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"
@@ -3071,49 +3071,49 @@ msgstr ""
msgid "Patch format detection failed."
msgstr ""
-#: git-am.sh:409
+#: git-am.sh:411
msgid "-d option is no longer supported. Do not use."
msgstr ""
-#: git-am.sh:472
+#: git-am.sh:474
#, sh-format
msgid "previous rebase directory $dotest still exists but mbox given."
msgstr ""
-#: git-am.sh:477
+#: git-am.sh:479
msgid "Please make up your mind. --skip or --abort?"
msgstr ""
-#: git-am.sh:504
+#: git-am.sh:506
msgid "Resolve operation not in progress, we are not resuming."
msgstr ""
-#: git-am.sh:570
+#: git-am.sh:572
#, sh-format
msgid "Dirty index: cannot apply patches (dirty: $files)"
msgstr ""
-#: git-am.sh:746
+#: git-am.sh:748
msgid "cannot be interactive without stdin connected to a terminal."
msgstr ""
#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
#. in your translation. The program will only accept English
#. input at this point.
-#: git-am.sh:757
+#: git-am.sh:759
msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
msgstr ""
-#: git-am.sh:793
+#: git-am.sh:795
#, sh-format
msgid "Applying: $FIRSTLINE"
msgstr ""
-#: git-am.sh:838
+#: git-am.sh:840
msgid "No changes -- Patch already applied."
msgstr ""
-#: git-am.sh:864
+#: git-am.sh:866
msgid "applying to an empty history"
msgstr ""
@@ -3350,11 +3350,16 @@ msgstr ""
msgid "No submodule mapping found in .gitmodules for path '$path'"
msgstr ""
-#: git-submodule.sh:173
+#: git-submodule.sh:149
#, sh-format
msgid "Clone of '$url' into submodule path '$path' failed"
msgstr ""
+#: git-submodule.sh:159
+#, sh-format
+msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
+msgstr ""
+
#: git-submodule.sh:247
#, sh-format
msgid "repo URL: '$repo' must be absolute or begin with ./|../"