diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2016-03-16 00:20:14 +0800 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2016-03-16 00:20:14 +0800 |
commit | a5a41683dc145c0fa73a4966f262c71823570d9c (patch) | |
tree | 04091d6b80714687b5a196f9d9e1a96f616393ac /po | |
parent | Merge branch 'master' of git://github.com/git-l10n/git-po (diff) | |
download | tgif-a5a41683dc145c0fa73a4966f262c71823570d9c.tar.xz |
l10n: git.pot: Add one new message for Git 2.8.0
Add one new message came from this commit:
* df22724 wt-status: allow "ahead " to be picked up by l10n
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/git.pot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/po/git.pot b/po/git.pot index 68cc9d662c..72ef798cde 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: 2016-03-12 22:05+0800\n" +"POT-Creation-Date: 2016-03-16 00:16+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" @@ -2211,6 +2211,10 @@ msgstr "" msgid "behind " msgstr "" +#: wt-status.c:1680 wt-status.c:1683 +msgid "ahead " +msgstr "" + #: compat/precompose_utf8.c:57 builtin/clone.c:413 #, c-format msgid "failed to unlink '%s'" |