git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: 悪魔野玉茶無 <devil.tamachan@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH 3/4] Add Git-gui Translate ("yes", "no", "ask")
Date: Fri, 19 Jul 2013 02:15:17 +0900	[thread overview]
Message-ID: <CAPM==H+sxpvpJdvnP0vbPQmx=oM+vaQDpJOKc8Ksd+Pp=9jbjg@mail.gmail.com> (raw)

Signed-off-by: Yamada Saburo <devil.tamachan@gmail.com>
---
 git-gui/lib/option.tcl |  2 +-
 git-gui/po/git-gui.pot | 14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/git-gui/lib/option.tcl b/git-gui/lib/option.tcl
index 0cf1da1..7af858c 100644
--- a/git-gui/lib/option.tcl
+++ b/git-gui/lib/option.tcl
@@ -158,7 +158,7 @@ proc do_options {} {
         {t gui.newbranchtemplate {mc "New Branch Name Template"}}
         {c gui.encoding {mc "Default File Contents Encoding"}}
         {b gui.warndetachedcommit {mc "Warn before committing to a
detached head"}}
-        {s gui.stageuntracked {mc "Staging of untracked files"} {list
"yes" "no" "ask"}}
+        {s gui.stageuntracked {mc "Staging of untracked files"} {list
[mc "yes"] [mc "no"] [mc "ask"]}}
         } {
         set type [lindex $option 0]
         set name [lindex $option 1]
diff --git a/git-gui/po/git-gui.pot b/git-gui/po/git-gui.pot
index 6ebfc94..35783ca 100644
--- a/git-gui/po/git-gui.pot
+++ b/git-gui/po/git-gui.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-10 02:45+0900\n"
+"POT-Creation-Date: 2013-07-10 03:27+0900\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"
@@ -1982,6 +1982,18 @@ msgstr ""
 msgid "Staging of untracked files"
 msgstr ""

+#: lib/option.tcl:161
+msgid "yes"
+msgstr ""
+
+#: lib/option.tcl:161
+msgid "no"
+msgstr ""
+
+#: lib/option.tcl:161
+msgid "ask"
+msgstr ""
+
 #: lib/option.tcl:207
 msgid "Change"
 msgstr ""
--
1.8.1.msysgit.1

                 reply	other threads:[~2013-07-18 17:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPM==H+sxpvpJdvnP0vbPQmx=oM+vaQDpJOKc8Ksd+Pp=9jbjg@mail.gmail.com' \
    --to=devil.tamachan@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).