[Goodies-commits] r7835 - in thunar-vcs-plugin/trunk: . po thunar-vcs-plugin tvp-git-helper tvp-svn-helper

Peter de Ridder peter at xfce.org
Sat Jul 25 15:39:30 CEST 2009


Author: peter
Date: 2009-07-25 13:39:29 +0000 (Sat, 25 Jul 2009)
New Revision: 7835

Removed:
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkfilechooser.c
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkfilechooser.h
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkfilechooserdefault.c
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkfilechooserentry.c
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkfilechooserentry.h
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkfilechooserprivate.h
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkfilechooserutils.c
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkfilechooserutils.h
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkintl.h
   thunar-vcs-plugin/trunk/tvp-svn-helper/gtkprivate.h
Modified:
   thunar-vcs-plugin/trunk/configure.ac.in
   thunar-vcs-plugin/trunk/po/ar.po
   thunar-vcs-plugin/trunk/po/ca.po
   thunar-vcs-plugin/trunk/po/cs.po
   thunar-vcs-plugin/trunk/po/da.po
   thunar-vcs-plugin/trunk/po/de.po
   thunar-vcs-plugin/trunk/po/en_GB.po
   thunar-vcs-plugin/trunk/po/es.po
   thunar-vcs-plugin/trunk/po/fr.po
   thunar-vcs-plugin/trunk/po/gl.po
   thunar-vcs-plugin/trunk/po/hu.po
   thunar-vcs-plugin/trunk/po/id.po
   thunar-vcs-plugin/trunk/po/lv.po
   thunar-vcs-plugin/trunk/po/nl.po
   thunar-vcs-plugin/trunk/po/pl.po
   thunar-vcs-plugin/trunk/po/pt.po
   thunar-vcs-plugin/trunk/po/pt_BR.po
   thunar-vcs-plugin/trunk/po/sv.po
   thunar-vcs-plugin/trunk/po/thunar-vcs-plugin.pot
   thunar-vcs-plugin/trunk/po/ur.po
   thunar-vcs-plugin/trunk/po/ur_PK.po
   thunar-vcs-plugin/trunk/po/zh_CN.po
   thunar-vcs-plugin/trunk/thunar-vcs-plugin/tvp-svn-action.c
   thunar-vcs-plugin/trunk/thunar-vcs-plugin/tvp-svn-backend.c
   thunar-vcs-plugin/trunk/tvp-git-helper/tgh-add.c
   thunar-vcs-plugin/trunk/tvp-git-helper/tgh-common.c
   thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-common.c
   thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-log.c
   thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-resolved.c
Log:
* thunar-vcs-plugin/tvp-svn-backend.c(tvp_svn_backend_init,tvp_svn_backend_free): Changed the libsvn init. Not using svn_cmdline_init anymore. This fixes bug #5106.
* thunar-vcs-plugin/tvp-svn-action.c(tvp_svn_action_create_menu_item): Made the changelist menu item popup unimplemented.
* tvp-git-helper/tgh-{add,common}.c: Fixed system includes.
* configure.ac.in: Added check for 'sys/wait.h'.
* tvp-svn-helper/gtk*.[ch]: Removed the gtkfilechooser files from the project.
* tvp-svn-helper/ths-log.c(log_thread): Fixed libsvn 1.5 support.
* tvp-svn-helper/tsh-common.c: Fixed compiler compatibility.
* tvp-svn-helper/tsh-resolved.c(resolved_thread): Added initializer for posible uninintialized variable.
* po/*: Updated po files.

Modified: thunar-vcs-plugin/trunk/configure.ac.in
===================================================================
--- thunar-vcs-plugin/trunk/configure.ac.in	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/configure.ac.in	2009-07-25 13:39:29 UTC (rev 7835)
@@ -46,6 +46,11 @@
 AC_MINIX()
 
 dnl ********************************
+dnl *** Check for common headers ***
+dnl ********************************
+AC_CHECK_HEADERS([sys/wait.h])
+
+dnl ********************************
 dnl *** Check for basic programs ***
 dnl ********************************
 AC_PROG_CC()

Modified: thunar-vcs-plugin/trunk/po/ar.po
===================================================================
--- thunar-vcs-plugin/trunk/po/ar.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/ar.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: xfce\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2008-07-15 16:14+0200\n"
 "Last-Translator: Mohamed Magdy <mohamedmk at gmail.com>\n"
 "Language-Team: Arabeyes <doc at arabeyes.org>\n"
@@ -13,12 +13,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr ""
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -28,7 +28,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr ""
 
@@ -971,7 +971,7 @@
 msgid "Check Repository"
 msgstr ""
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr ""
 
@@ -1032,15 +1032,15 @@
 msgid "Reset"
 msgstr ""
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 msgid "Add finished"
 msgstr ""
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/ca.po
===================================================================
--- thunar-vcs-plugin/trunk/po/ca.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/ca.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Harald Servat <redcrash at gmail.com>\n"
 "Language-Team: Harald Servat <redcrash at gmail.com>\n"
@@ -18,12 +18,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -33,7 +33,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Afegir"
 
@@ -985,7 +985,7 @@
 msgid "Check Repository"
 msgstr "Comprovar repositori"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "L'estat ha fallat"
 
@@ -1051,16 +1051,16 @@
 msgid "Reset"
 msgstr "Restituir"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "La neteja ha finalitzat"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/cs.po
===================================================================
--- thunar-vcs-plugin/trunk/po/cs.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/cs.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce 4-i18-goodies\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-06-06 22:04+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech\n"
@@ -18,12 +18,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -33,7 +33,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Přidat (add)"
 
@@ -976,7 +976,7 @@
 msgid "Check Repository"
 msgstr "Ověřit repozitář"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Stav selhal"
 
@@ -1042,16 +1042,16 @@
 msgid "Reset"
 msgstr "Obnovit předchozí (revert)"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Čištění ukončeno"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/da.po
===================================================================
--- thunar-vcs-plugin/trunk/po/da.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/da.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin 0.0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-05-01 13:18+0100\n"
 "Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
@@ -20,12 +20,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -35,7 +35,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Tilføj"
 
@@ -980,7 +980,7 @@
 msgid "Check Repository"
 msgstr "Tjek arkiv"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Status fejlede"
 
@@ -1046,16 +1046,16 @@
 msgid "Reset"
 msgstr "Forkast"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Oprydning afsluttet"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/de.po
===================================================================
--- thunar-vcs-plugin/trunk/po/de.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/de.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-04-14 23:02+0200\n"
 "Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
 "Language-Team: German\n"
@@ -19,12 +19,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -34,7 +34,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Hinzufügen"
 
@@ -986,7 +986,7 @@
 msgid "Check Repository"
 msgstr "Ablage überprüfen"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Status fehlgeschlagen"
 
@@ -1052,16 +1052,16 @@
 msgid "Reset"
 msgstr "Rückgängig"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Aufräumen vollständig"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/en_GB.po
===================================================================
--- thunar-vcs-plugin/trunk/po/en_GB.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/en_GB.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunart-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2008-05-10 13:15+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
@@ -19,12 +19,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -34,7 +34,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Add"
 
@@ -1010,7 +1010,7 @@
 msgid "Check Repository"
 msgstr "Check Repository"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Status failed"
 
@@ -1076,16 +1076,16 @@
 msgid "Reset"
 msgstr "Revert"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Cleanup finished"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/es.po
===================================================================
--- thunar-vcs-plugin/trunk/po/es.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/es.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin 0.0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2008-12-16 21:49+0100\n"
 "Last-Translator: Abel Martín <abel.martin.ruiz at gmail.com>\n"
 "Language-Team: Spanish <xfce-i18n at xfce.org>\n"
@@ -19,12 +19,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -34,7 +34,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Añadir"
 
@@ -996,7 +996,7 @@
 msgid "Check Repository"
 msgstr "Comprobar repositorio"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Fallo al obtener el estado"
 
@@ -1062,16 +1062,16 @@
 msgid "Reset"
 msgstr "Revertir"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Eliminación de bloqueos finalizada"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/fr.po
===================================================================
--- thunar-vcs-plugin/trunk/po/fr.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/fr.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce-i 18n\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2007-10-24 13:04+0100\n"
 "Last-Translator: Mike Massonnet <mmassonnet at gmail.com>\n"
 "Language-Team: French\n"
@@ -19,12 +19,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -34,7 +34,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Ajouter"
 
@@ -1070,7 +1070,7 @@
 msgid "Check Repository"
 msgstr ""
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 #, fuzzy
 msgid "Status failed"
 msgstr "État"
@@ -1137,16 +1137,16 @@
 msgid "Reset"
 msgstr "Restaurer"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Nettoyer les verrous"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/gl.po
===================================================================
--- thunar-vcs-plugin/trunk/po/gl.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/gl.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-04-14 22:02+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
@@ -22,12 +22,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -37,7 +37,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Engadir"
 
@@ -1168,7 +1168,7 @@
 msgid "Check Repository"
 msgstr "Comprobar o repositorio"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 #, fuzzy
 msgid "Status failed"
 msgstr "Fallou"
@@ -1241,16 +1241,16 @@
 msgid "Reset"
 msgstr "Reverter"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Debuxo rematado"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/hu.po
===================================================================
--- thunar-vcs-plugin/trunk/po/hu.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/hu.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: Thunar SVN plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2007-06-04 08:37+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian\n"
@@ -15,12 +15,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -30,7 +30,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Hozzáad"
 
@@ -1062,7 +1062,7 @@
 msgid "Check Repository"
 msgstr ""
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 #, fuzzy
 msgid "Status failed"
 msgstr "Állapot"
@@ -1129,16 +1129,16 @@
 msgid "Reset"
 msgstr "Visszaállít"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Tisztít"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/id.po
===================================================================
--- thunar-vcs-plugin/trunk/po/id.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/id.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-04-09 21:38-0400\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <id at li.org>\n"
@@ -17,12 +17,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -32,7 +32,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Tambah"
 
@@ -984,7 +984,7 @@
 msgid "Check Repository"
 msgstr "Cek Gudang"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Status gagal"
 
@@ -1050,16 +1050,16 @@
 msgid "Reset"
 msgstr "Kembalikan"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Bersihkan selesai"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/lv.po
===================================================================
--- thunar-vcs-plugin/trunk/po/lv.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/lv.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2007-11-15 21:18+0300\n"
 "Last-Translator: Rihards Priedītis <rprieditis at inbox.lv>\n"
 "Language-Team: Latvian <rprieditis at inbox.lv>\n"
@@ -17,12 +17,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -32,7 +32,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Pievienot"
 
@@ -1068,7 +1068,7 @@
 msgid "Check Repository"
 msgstr ""
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 #, fuzzy
 msgid "Status failed"
 msgstr "Status"
@@ -1135,16 +1135,16 @@
 msgid "Reset"
 msgstr "Atgriezt"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Uzkopt"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/nl.po
===================================================================
--- thunar-vcs-plugin/trunk/po/nl.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/nl.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2008-06-12 00:44+0200\n"
 "Last-Translator: Peter de Ridder <peter at xfce.org>\n"
 "Language-Team: Dutch <xfce-i18n at xfce.org>\n"
@@ -17,12 +17,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -32,7 +32,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Toevoegen"
 
@@ -984,7 +984,7 @@
 msgid "Check Repository"
 msgstr ""
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Status gefaald"
 
@@ -1050,16 +1050,16 @@
 msgid "Reset"
 msgstr "Terug Halen"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Klaar met opschonen"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/pl.po
===================================================================
--- thunar-vcs-plugin/trunk/po/pl.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/pl.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin 0.0.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-04-06 11:57+0100\n"
 "Last-Translator: Piotr Sokół <piotr.sokol at 10g.pl>\n"
 "Language-Team: Polish\n"
@@ -20,12 +20,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "Kontrola wersji SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -35,7 +35,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Dodawanie"
 
@@ -1005,7 +1005,7 @@
 msgid "Check Repository"
 msgstr ""
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr ""
 
@@ -1069,16 +1069,16 @@
 msgid "Reset"
 msgstr "Cofanie zmian"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Zakończono porządkowanie"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/pt.po
===================================================================
--- thunar-vcs-plugin/trunk/po/pt.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/pt.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2008-11-01 11:37+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
@@ -18,12 +18,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -33,7 +33,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Adicionar"
 
@@ -995,7 +995,7 @@
 msgid "Check Repository"
 msgstr "Verificar Repositório"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Estado falhou"
 
@@ -1061,16 +1061,16 @@
 msgid "Reset"
 msgstr "Reverter"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Limpeza concluída"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/pt_BR.po
===================================================================
--- thunar-vcs-plugin/trunk/po/pt_BR.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/pt_BR.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2008-06-13 02:01+0200\n"
 "Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -19,12 +19,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -34,7 +34,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Adicionar"
 
@@ -996,7 +996,7 @@
 msgid "Check Repository"
 msgstr "Checar repositório"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Falha de status"
 
@@ -1062,16 +1062,16 @@
 msgid "Reset"
 msgstr "Reverter"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "Limpeza concluída"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/sv.po
===================================================================
--- thunar-vcs-plugin/trunk/po/sv.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/sv.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-01-05 11:51+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -17,12 +17,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -32,7 +32,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Lägg till"
 
@@ -982,7 +982,7 @@
 msgid "Check Repository"
 msgstr ""
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr ""
 
@@ -1043,15 +1043,15 @@
 msgid "Reset"
 msgstr ""
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 msgid "Add finished"
 msgstr ""
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/thunar-vcs-plugin.pot
===================================================================
--- thunar-vcs-plugin/trunk/po/thunar-vcs-plugin.pot	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/thunar-vcs-plugin.pot	2009-07-25 13:39:29 UTC (rev 7835)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -18,12 +18,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr ""
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -33,7 +33,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr ""
 
@@ -976,7 +976,7 @@
 msgid "Check Repository"
 msgstr ""
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr ""
 
@@ -1037,15 +1037,15 @@
 msgid "Reset"
 msgstr ""
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 msgid "Add finished"
 msgstr ""
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/ur.po
===================================================================
--- thunar-vcs-plugin/trunk/po/ur.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/ur.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-05-14 02:39+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -21,12 +21,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -36,7 +36,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "شامل کریں"
 
@@ -988,7 +988,7 @@
 msgid "Check Repository"
 msgstr "ریپازٹری چیک کریں"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "حالت ناکام"
 
@@ -1054,16 +1054,16 @@
 msgid "Reset"
 msgstr "واپس"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "صاف کرنا مکمل ہوا"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/ur_PK.po
===================================================================
--- thunar-vcs-plugin/trunk/po/ur_PK.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/ur_PK.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: thunar-svn-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-28 14:42+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-05-14 02:39+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -21,12 +21,12 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-vcs-plugin/tvp-provider.c:436 thunar-vcs-plugin/tvp-provider.c:473
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
 #. append the git submenu action
-#: thunar-vcs-plugin/tvp-provider.c:441 thunar-vcs-plugin/tvp-provider.c:478
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
 msgid "GIT"
 msgstr ""
 
@@ -36,7 +36,7 @@
 
 #: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
 #: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
-#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:105
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "شامل کریں"
 
@@ -988,7 +988,7 @@
 msgid "Check Repository"
 msgstr "ریپازٹری چیک کریں"
 
-#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:40
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "حالت ناکام"
 
@@ -1054,16 +1054,16 @@
 msgid "Reset"
 msgstr "واپس"
 
-#: tvp-git-helper/tgh-add.c:50
+#: tvp-git-helper/tgh-add.c:58
 #, fuzzy
 msgid "Add finished"
 msgstr "صاف کرنا مکمل ہوا"
 
-#: tvp-git-helper/tgh-add.c:118
+#: tvp-git-helper/tgh-add.c:126
 msgid "Adding ..."
 msgstr ""
 
-#: tvp-git-helper/tgh-common.c:115
+#: tvp-git-helper/tgh-common.c:123
 #: tvp-git-helper/tgh-file-selection-dialog.c:267
 msgid "untracked"
 msgstr ""

Modified: thunar-vcs-plugin/trunk/po/zh_CN.po
===================================================================
--- thunar-vcs-plugin/trunk/po/zh_CN.po	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/po/zh_CN.po	2009-07-25 13:39:29 UTC (rev 7835)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-30 17:48+0200\n"
+"POT-Creation-Date: 2009-07-25 01:00+0200\n"
 "PO-Revision-Date: 2009-06-22 02:22+0800\n"
 "Last-Translator: Hunt Xu <huntxu at live.cn>\n"
 "Language-Team: Chinese (simplified) <xfce-i18n at xfce.org>\n"
@@ -17,289 +17,294 @@
 
 #. append the svn submenu action
 #. Lets see if we are dealing with a working copy
-#: thunar-svn-plugin/tsp-provider.c:435 thunar-svn-plugin/tsp-provider.c:467
+#: thunar-vcs-plugin/tvp-provider.c:455 thunar-vcs-plugin/tvp-provider.c:496
 msgid "SVN"
 msgstr "SVN"
 
-#: thunar-svn-plugin/tsp-svn-action.c:266
+#. append the git submenu action
+#: thunar-vcs-plugin/tvp-provider.c:462 thunar-vcs-plugin/tvp-provider.c:503
+msgid "GIT"
+msgstr ""
+
+#: thunar-vcs-plugin/tvp-svn-action.c:298
 msgid "Menu|Add"
 msgstr "Add"
 
-#: thunar-svn-plugin/tsp-svn-action.c:266 tsp-svn-helper/main.c:246
-#: tsp-svn-helper/tsh-add.c:113 tsp-svn-helper/tsh-add.c:126
+#: thunar-vcs-plugin/tvp-svn-action.c:298 tvp-svn-helper/main.c:246
+#: tvp-svn-helper/tsh-add.c:113 tvp-svn-helper/tsh-add.c:126
+#: tvp-git-helper/main.c:98 tvp-git-helper/tgh-add.c:113
 msgid "Add"
 msgstr "Add"
 
-#: thunar-svn-plugin/tsp-svn-action.c:279
+#: thunar-vcs-plugin/tvp-svn-action.c:303
 msgid "Menu|Blame"
 msgstr "Blame"
 
-#: thunar-svn-plugin/tsp-svn-action.c:279 tsp-svn-helper/main.c:250
-#: tsp-svn-helper/main.c:254 tsp-svn-helper/tsh-blame-dialog.c:133
+#: thunar-vcs-plugin/tvp-svn-action.c:303 tvp-svn-helper/main.c:250
+#: tvp-svn-helper/main.c:254 tvp-svn-helper/tsh-blame-dialog.c:133
 msgid "Blame"
 msgstr "Blame"
 
-#: thunar-svn-plugin/tsp-svn-action.c:299
+#: thunar-vcs-plugin/tvp-svn-action.c:315
 msgid "Menu|Changelist"
 msgstr "Changelist"
 
-#: thunar-svn-plugin/tsp-svn-action.c:299
+#: thunar-vcs-plugin/tvp-svn-action.c:315
 msgid "Changelist"
 msgstr "Changelist"
 
-#: thunar-svn-plugin/tsp-svn-action.c:312
+#: thunar-vcs-plugin/tvp-svn-action.c:320
 msgid "Menu|Checkout"
 msgstr "Checkout"
 
-#: thunar-svn-plugin/tsp-svn-action.c:312 tsp-svn-helper/main.c:258
-#: tsp-svn-helper/tsh-checkout.c:98 tsp-svn-helper/tsh-checkout.c:110
+#: thunar-vcs-plugin/tvp-svn-action.c:320 tvp-svn-helper/main.c:258
+#: tvp-svn-helper/tsh-checkout.c:98 tvp-svn-helper/tsh-checkout.c:110
 msgid "Checkout"
 msgstr "Checkout"
 
-#: thunar-svn-plugin/tsp-svn-action.c:325
+#: thunar-vcs-plugin/tvp-svn-action.c:325
 msgid "Menu|Cleanup"
 msgstr "Cleanup"
 
-#: thunar-svn-plugin/tsp-svn-action.c:325 tsp-svn-helper/main.c:262
+#: thunar-vcs-plugin/tvp-svn-action.c:325 tvp-svn-helper/main.c:262
 msgid "Cleanup"
 msgstr "Cleanup"
 
-#: thunar-svn-plugin/tsp-svn-action.c:338
+#: thunar-vcs-plugin/tvp-svn-action.c:330
 msgid "Menu|Commit"
 msgstr "Commit"
 
-#: thunar-svn-plugin/tsp-svn-action.c:338 tsp-svn-helper/main.c:266
-#: tsp-svn-helper/tsh-commit.c:127 tsp-svn-helper/tsh-commit.c:140
+#: thunar-vcs-plugin/tvp-svn-action.c:330 tvp-svn-helper/main.c:266
+#: tvp-svn-helper/tsh-commit.c:127 tvp-svn-helper/tsh-commit.c:140
 msgid "Commit"
 msgstr "Commit"
 
-#: thunar-svn-plugin/tsp-svn-action.c:351
+#: thunar-vcs-plugin/tvp-svn-action.c:335
 msgid "Menu|Copy"
 msgstr "Copy"
 
-#: thunar-svn-plugin/tsp-svn-action.c:351 tsp-svn-helper/main.c:270
-#: tsp-svn-helper/tsh-copy.c:165
+#: thunar-vcs-plugin/tvp-svn-action.c:335 tvp-svn-helper/main.c:270
+#: tvp-svn-helper/tsh-copy.c:165
 msgid "Copy"
 msgstr "Copy"
 
-#: thunar-svn-plugin/tsp-svn-action.c:364
+#: thunar-vcs-plugin/tvp-svn-action.c:340
 msgid "Menu|Delete"
 msgstr "Delete"
 
-#: thunar-svn-plugin/tsp-svn-action.c:364 tsp-svn-helper/main.c:274
-#: tsp-svn-helper/tsh-delete.c:127 tsp-svn-helper/tsh-delete.c:140
+#: thunar-vcs-plugin/tvp-svn-action.c:340 tvp-svn-helper/main.c:274
+#: tvp-svn-helper/tsh-delete.c:127 tvp-svn-helper/tsh-delete.c:140
 msgid "Delete"
 msgstr "Delete"
 
-#: thunar-svn-plugin/tsp-svn-action.c:377
+#: thunar-vcs-plugin/tvp-svn-action.c:345
 msgid "Menu|Diff"
 msgstr "Diff"
 
-#: thunar-svn-plugin/tsp-svn-action.c:377
-#: thunar-svn-plugin/tsp-svn-action.c:378
+#: thunar-vcs-plugin/tvp-svn-action.c:345
 msgid "Diff"
 msgstr "Diff"
 
-#: thunar-svn-plugin/tsp-svn-action.c:389
+#: thunar-vcs-plugin/tvp-svn-action.c:350
 msgid "Menu|Export"
 msgstr "Export"
 
-#: thunar-svn-plugin/tsp-svn-action.c:389 tsp-svn-helper/main.c:278
-#: tsp-svn-helper/tsh-export.c:107 tsp-svn-helper/tsh-export.c:125
+#: thunar-vcs-plugin/tvp-svn-action.c:350 tvp-svn-helper/main.c:278
+#: tvp-svn-helper/tsh-export.c:107 tvp-svn-helper/tsh-export.c:125
 msgid "Export"
 msgstr "Export"
 
-#: thunar-svn-plugin/tsp-svn-action.c:402
+#: thunar-vcs-plugin/tvp-svn-action.c:355
 msgid "Menu|Import"
 msgstr "Import"
 
-#: thunar-svn-plugin/tsp-svn-action.c:402 tsp-svn-helper/main.c:282
-#: tsp-svn-helper/tsh-import.c:102 tsp-svn-helper/tsh-import.c:120
+#: thunar-vcs-plugin/tvp-svn-action.c:355 tvp-svn-helper/main.c:282
+#: tvp-svn-helper/tsh-import.c:102 tvp-svn-helper/tsh-import.c:120
 msgid "Import"
 msgstr "Import"
 
-#: thunar-svn-plugin/tsp-svn-action.c:415
+#: thunar-vcs-plugin/tvp-svn-action.c:360
 msgid "Menu|Info"
 msgstr "Info"
 
-#: thunar-svn-plugin/tsp-svn-action.c:415
-#: thunar-svn-plugin/tsp-svn-action.c:416
+#: thunar-vcs-plugin/tvp-svn-action.c:360
 msgid "Info"
 msgstr "Info"
 
-#: thunar-svn-plugin/tsp-svn-action.c:432
+#: thunar-vcs-plugin/tvp-svn-action.c:370
 msgid "Menu|Lock"
 msgstr "Lock"
 
-#: thunar-svn-plugin/tsp-svn-action.c:432 tsp-svn-helper/main.c:286
-#: tsp-svn-helper/tsh-lock-dialog.c:72 tsp-svn-helper/tsh-lock.c:130
+#: thunar-vcs-plugin/tvp-svn-action.c:370 tvp-svn-helper/main.c:286
+#: tvp-svn-helper/tsh-lock-dialog.c:72 tvp-svn-helper/tsh-lock.c:130
 msgid "Lock"
 msgstr "Lock"
 
-#: thunar-svn-plugin/tsp-svn-action.c:445
+#: thunar-vcs-plugin/tvp-svn-action.c:375
 msgid "Menu|Log"
 msgstr "Log"
 
-#: thunar-svn-plugin/tsp-svn-action.c:445 tsp-svn-helper/main.c:290
-#: tsp-svn-helper/tsh-log-dialog.c:201
+#: thunar-vcs-plugin/tvp-svn-action.c:375 tvp-svn-helper/main.c:290
+#: tvp-svn-helper/tsh-log-dialog.c:201
 msgid "Log"
 msgstr "Log"
 
-#: thunar-svn-plugin/tsp-svn-action.c:467
+#: thunar-vcs-plugin/tvp-svn-action.c:390
 msgid "Menu|Move"
 msgstr "Move"
 
-#: thunar-svn-plugin/tsp-svn-action.c:467 tsp-svn-helper/main.c:294
-#: tsp-svn-helper/tsh-move.c:156
+#: thunar-vcs-plugin/tvp-svn-action.c:390 tvp-svn-helper/main.c:294
+#: tvp-svn-helper/tsh-move.c:156
 msgid "Move"
 msgstr "Move"
 
-#: thunar-svn-plugin/tsp-svn-action.c:486
+#: thunar-vcs-plugin/tvp-svn-action.c:401
 msgid "Menu|Edit Properties"
 msgstr "Propedit"
 
-#: thunar-svn-plugin/tsp-svn-action.c:486
+#: thunar-vcs-plugin/tvp-svn-action.c:401
 msgid "Edit Properties"
 msgstr "Propedit"
 
-#: thunar-svn-plugin/tsp-svn-action.c:499
+#: thunar-vcs-plugin/tvp-svn-action.c:406
 msgid "Menu|Relocate"
 msgstr "Relocate"
 
-#: thunar-svn-plugin/tsp-svn-action.c:499 tsp-svn-helper/main.c:306
-#: tsp-svn-helper/tsh-relocate-dialog.c:217 tsp-svn-helper/tsh-relocate.c:114
+#: thunar-vcs-plugin/tvp-svn-action.c:406 tvp-svn-helper/main.c:306
+#: tvp-svn-helper/tsh-relocate-dialog.c:217 tvp-svn-helper/tsh-relocate.c:114
 msgid "Relocate"
 msgstr "Relocate"
 
-#: thunar-svn-plugin/tsp-svn-action.c:513
+#: thunar-vcs-plugin/tvp-svn-action.c:412
 msgid "Menu|Resolved"
 msgstr "Resolved"
 
-#: thunar-svn-plugin/tsp-svn-action.c:513 tsp-svn-helper/main.c:302
-#: tsp-svn-helper/tsh-common.c:500 tsp-svn-helper/tsh-resolved.c:113
-#: tsp-svn-helper/tsh-resolved.c:126
+#: thunar-vcs-plugin/tvp-svn-action.c:412 tvp-svn-helper/main.c:302
+#: tvp-svn-helper/tsh-common.c:500 tvp-svn-helper/tsh-resolved.c:113
+#: tvp-svn-helper/tsh-resolved.c:126
 msgid "Resolved"
 msgstr "Resolved"
 
-#: thunar-svn-plugin/tsp-svn-action.c:526
+#: thunar-vcs-plugin/tvp-svn-action.c:417
 msgid "Menu|Resolve"
 msgstr "Resolve"
 
-#: thunar-svn-plugin/tsp-svn-action.c:526
-#: thunar-svn-plugin/tsp-svn-action.c:527
+#: thunar-vcs-plugin/tvp-svn-action.c:417
 msgid "Resolve"
 msgstr "Resolve"
 
-#: thunar-svn-plugin/tsp-svn-action.c:538
+#: thunar-vcs-plugin/tvp-svn-action.c:422
 msgid "Menu|Revert"
 msgstr "Revert"
 
-#: thunar-svn-plugin/tsp-svn-action.c:538 tsp-svn-helper/main.c:310
-#: tsp-svn-helper/tsh-revert.c:112 tsp-svn-helper/tsh-revert.c:125
+#: thunar-vcs-plugin/tvp-svn-action.c:422 tvp-svn-helper/main.c:310
+#: tvp-svn-helper/tsh-revert.c:112 tvp-svn-helper/tsh-revert.c:125
 msgid "Revert"
 msgstr "Revert"
 
-#: thunar-svn-plugin/tsp-svn-action.c:551
+#: thunar-vcs-plugin/tvp-svn-action.c:427
 msgid "Menu|Status"
 msgstr "Status"
 
-#: thunar-svn-plugin/tsp-svn-action.c:551 tsp-svn-helper/main.c:314
-#: tsp-svn-helper/tsh-file-selection-dialog.c:125
-#: tsp-svn-helper/tsh-status-dialog.c:247
+#: thunar-vcs-plugin/tvp-svn-action.c:427 tvp-svn-helper/main.c:314
+#: tvp-svn-helper/tsh-file-selection-dialog.c:125
+#: tvp-svn-helper/tsh-status-dialog.c:247 tvp-git-helper/main.c:110
+#: tvp-git-helper/tgh-file-selection-dialog.c:120
+#: tvp-git-helper/tgh-reset-dialog.c:93 tvp-git-helper/tgh-status-dialog.c:125
 msgid "Status"
 msgstr "Status"
 
-#: thunar-svn-plugin/tsp-svn-action.c:564
+#: thunar-vcs-plugin/tvp-svn-action.c:432
 msgid "Menu|Switch"
 msgstr "Switch"
 
-#: thunar-svn-plugin/tsp-svn-action.c:564 tsp-svn-helper/main.c:318
-#: tsp-svn-helper/tsh-switch.c:109 tsp-svn-helper/tsh-switch.c:122
+#: thunar-vcs-plugin/tvp-svn-action.c:432 tvp-svn-helper/main.c:318
+#: tvp-svn-helper/tsh-switch.c:109 tvp-svn-helper/tsh-switch.c:122
 msgid "Switch"
 msgstr "Switch"
 
-#: thunar-svn-plugin/tsp-svn-action.c:577
+#: thunar-vcs-plugin/tvp-svn-action.c:437
 msgid "Menu|Unlock"
 msgstr "Unlock"
 
-#: thunar-svn-plugin/tsp-svn-action.c:577 tsp-svn-helper/main.c:322
-#: tsp-svn-helper/tsh-unlock.c:111
+#: thunar-vcs-plugin/tvp-svn-action.c:437 tvp-svn-helper/main.c:322
+#: tvp-svn-helper/tsh-unlock.c:111
 msgid "Unlock"
 msgstr "Unlock"
 
-#: thunar-svn-plugin/tsp-svn-action.c:590
+#: thunar-vcs-plugin/tvp-svn-action.c:442
 msgid "Menu|Update"
 msgstr "Update"
 
-#: thunar-svn-plugin/tsp-svn-action.c:590 tsp-svn-helper/main.c:326
-#: tsp-svn-helper/tsh-update.c:113
+#: thunar-vcs-plugin/tvp-svn-action.c:442 tvp-svn-helper/main.c:326
+#: tvp-svn-helper/tsh-update.c:113
 msgid "Update"
 msgstr "Update"
 
-#: thunar-svn-plugin/tsp-svn-action.c:608
+#: thunar-vcs-plugin/tvp-svn-action.c:452
 #, c-format
 msgid "Action %s is unimplemented"
 msgstr "操作 %s 未实现"
 
-#: thunar-svn-plugin/tsp-svn-property-page.c:118
+#: thunar-vcs-plugin/tvp-svn-property-page.c:118
 msgid "URL:"
 msgstr "URL:"
 
-#: thunar-svn-plugin/tsp-svn-property-page.c:124
-#: thunar-svn-plugin/tsp-svn-property-page.c:137
-#: thunar-svn-plugin/tsp-svn-property-page.c:149
-#: thunar-svn-plugin/tsp-svn-property-page.c:167
-#: thunar-svn-plugin/tsp-svn-property-page.c:179
-#: thunar-svn-plugin/tsp-svn-property-page.c:192
-#: thunar-svn-plugin/tsp-svn-property-page.c:222
-#: thunar-svn-plugin/tsp-svn-property-page.c:300
-#: tsp-svn-helper/tsh-common.c:539 tsp-svn-helper/tsh-common.c:597
-#: tsp-svn-helper/tsh-common.c:606 tsp-svn-helper/tsh-common.c:628
-#: tsp-svn-helper/tsh-common.c:645 tsp-svn-helper/tsh-common.c:672
-#: tsp-svn-helper/tsh-common.c:762
+#: thunar-vcs-plugin/tvp-svn-property-page.c:124
+#: thunar-vcs-plugin/tvp-svn-property-page.c:137
+#: thunar-vcs-plugin/tvp-svn-property-page.c:149
+#: thunar-vcs-plugin/tvp-svn-property-page.c:167
+#: thunar-vcs-plugin/tvp-svn-property-page.c:179
+#: thunar-vcs-plugin/tvp-svn-property-page.c:192
+#: thunar-vcs-plugin/tvp-svn-property-page.c:222
+#: thunar-vcs-plugin/tvp-svn-property-page.c:300
+#: tvp-svn-helper/tsh-common.c:539 tvp-svn-helper/tsh-common.c:597
+#: tvp-svn-helper/tsh-common.c:606 tvp-svn-helper/tsh-common.c:628
+#: tvp-svn-helper/tsh-common.c:645 tvp-svn-helper/tsh-common.c:672
+#: tvp-svn-helper/tsh-common.c:762
 msgid "Unknown"
 msgstr "未知"
 
-#: thunar-svn-plugin/tsp-svn-property-page.c:131
+#: thunar-vcs-plugin/tvp-svn-property-page.c:131
 msgid "Revision:"
 msgstr "修订版本:"
 
-#: thunar-svn-plugin/tsp-svn-property-page.c:143
+#: thunar-vcs-plugin/tvp-svn-property-page.c:143
 msgid "Repository:"
 msgstr "仓库:"
 
-#: thunar-svn-plugin/tsp-svn-property-page.c:161
+#: thunar-vcs-plugin/tvp-svn-property-page.c:161
 msgid "Modified revision:"
 msgstr "已修改版本:"
 
-#: thunar-svn-plugin/tsp-svn-property-page.c:173
+#: thunar-vcs-plugin/tvp-svn-property-page.c:173
 msgid "Modified date:"
 msgstr "修改日期:"
 
-#: thunar-svn-plugin/tsp-svn-property-page.c:186
+#: thunar-vcs-plugin/tvp-svn-property-page.c:186
 msgid "Author:"
 msgstr "作者:"
 
-#: thunar-svn-plugin/tsp-svn-property-page.c:203
+#: thunar-vcs-plugin/tvp-svn-property-page.c:203
 msgid "Changelist:"
 msgstr "更新列表:"
 
 #. Translators: Depth as in depth of recursion
-#: thunar-svn-plugin/tsp-svn-property-page.c:216
+#: thunar-vcs-plugin/tvp-svn-property-page.c:216
 msgid "Depth:"
 msgstr "深度:"
 
 #. Translators: svn recursion depth infotmation
 #. * Exclude should not apear client side
 #.
-#: thunar-svn-plugin/tsp-svn-property-page.c:306
+#: thunar-vcs-plugin/tvp-svn-property-page.c:306
 msgid "Exclude"
 msgstr "排除"
 
 #. Translators: svn recursion depth infotmation
 #. * Empty depth means only this file/direcotry is checked out
 #.
-#: thunar-svn-plugin/tsp-svn-property-page.c:312
+#: thunar-vcs-plugin/tvp-svn-property-page.c:312
 #, fuzzy
 msgid "Empty"
 msgstr "空 (只取出当前文件或目录)"
@@ -307,7 +312,7 @@
 #. Translators: svn recursion depth infotmation
 #. * Files depth means this file/direcotry and all of it's files are checked out
 #.
-#: thunar-svn-plugin/tsp-svn-property-page.c:318
+#: thunar-vcs-plugin/tvp-svn-property-page.c:318
 #, fuzzy
 msgid "Files"
 msgstr "文件 (取出当前的文件或目录中的内容)"
@@ -321,9 +326,9 @@
 #. Translators: svn recursion selection
 #. * Immediates means this file/direcotry and the subdirectories are shown
 #.
-#: thunar-svn-plugin/tsp-svn-property-page.c:324
-#: tsp-svn-helper/tsh-properties-dialog.c:229
-#: tsp-svn-helper/tsh-status-dialog.c:200
+#: thunar-vcs-plugin/tvp-svn-property-page.c:324
+#: tvp-svn-helper/tsh-properties-dialog.c:229
+#: tvp-svn-helper/tsh-status-dialog.c:200
 #, fuzzy
 msgid "Immediates"
 msgstr "立即 (当前文件或当前目录及其子文件夹内容)"
@@ -331,545 +336,548 @@
 #. Translators: svn recursion depth infotmation
 #. * Infinity depth means this file/direcotry is checked out with full recursion
 #.
-#: thunar-svn-plugin/tsp-svn-property-page.c:330
+#: thunar-vcs-plugin/tvp-svn-property-page.c:330
 #, fuzzy
 msgid "Infinity"
 msgstr "无穷 (取出当前文件或递归取出当前目录及其子目录中的内容)"
 
-#: tsp-svn-helper/main.c:105
+#: tvp-svn-helper/main.c:105 tvp-git-helper/main.c:64
 msgid "Print version information"
 msgstr "打印版本信息"
 
-#: tsp-svn-helper/main.c:112
+#: tvp-svn-helper/main.c:112 tvp-git-helper/main.c:71
 msgid "Execute add action"
 msgstr "执行 add 操作"
 
-#: tsp-svn-helper/main.c:118
+#: tvp-svn-helper/main.c:118
 msgid "Execute blame action"
 msgstr "执行 blame 操作"
 
-#: tsp-svn-helper/main.c:124
+#: tvp-svn-helper/main.c:124
 msgid "Execute changelist action"
 msgstr "执行 changelist 操作"
 
-#: tsp-svn-helper/main.c:130
+#: tvp-svn-helper/main.c:130
 msgid "Execute checkout action"
 msgstr "执行 checkout 操作"
 
-#: tsp-svn-helper/main.c:136
+#: tvp-svn-helper/main.c:136
 msgid "Execute cleanup action"
 msgstr "执行 cleanup 操作"
 
-#: tsp-svn-helper/main.c:142
+#: tvp-svn-helper/main.c:142
 msgid "Execute commit action"
 msgstr "执行 commit 操作"
 
-#: tsp-svn-helper/main.c:148
+#: tvp-svn-helper/main.c:148
 msgid "Execute copy action"
 msgstr "执行 copy 操作"
 
-#: tsp-svn-helper/main.c:154
+#: tvp-svn-helper/main.c:154
 msgid "Execute delete action"
 msgstr "执行 delete 操作"
 
-#: tsp-svn-helper/main.c:160
+#: tvp-svn-helper/main.c:160
 msgid "Execute export action"
 msgstr "执行 export 操作"
 
-#: tsp-svn-helper/main.c:166
+#: tvp-svn-helper/main.c:166
 msgid "Execute import action"
 msgstr "执行 import 操作"
 
-#: tsp-svn-helper/main.c:172
+#: tvp-svn-helper/main.c:172
 msgid "Execute lock action"
 msgstr "执行 lock 操作"
 
-#: tsp-svn-helper/main.c:178
+#: tvp-svn-helper/main.c:178
 msgid "Execute log action"
 msgstr "执行 log 操作"
 
-#: tsp-svn-helper/main.c:184
+#: tvp-svn-helper/main.c:184
 msgid "Execute move action"
 msgstr "执行 move 操作"
 
-#: tsp-svn-helper/main.c:190
+#: tvp-svn-helper/main.c:190
 msgid "Execute properties action"
 msgstr "执行 prop 操作 (propdel/propedit/propget/proplist/propset)"
 
-#: tsp-svn-helper/main.c:196
+#: tvp-svn-helper/main.c:196
 msgid "Execute resolved action"
 msgstr "执行 resolved 操作"
 
-#: tsp-svn-helper/main.c:202
+#: tvp-svn-helper/main.c:202
 msgid "Execute relocate action"
 msgstr "执行 relocate 操作"
 
-#: tsp-svn-helper/main.c:208
+#: tvp-svn-helper/main.c:208
 msgid "Execute revert action"
 msgstr "执行 revert 操作"
 
-#: tsp-svn-helper/main.c:214
+#: tvp-svn-helper/main.c:214 tvp-git-helper/main.c:89
 msgid "Execute status action"
 msgstr "执行 status 操作"
 
-#: tsp-svn-helper/main.c:220
+#: tvp-svn-helper/main.c:220
 msgid "Execute switch action"
 msgstr "执行 switch 操作"
 
-#: tsp-svn-helper/main.c:226
+#: tvp-svn-helper/main.c:226
 msgid "Execute unlock action"
 msgstr "执行 unlock 操作"
 
-#: tsp-svn-helper/main.c:232
+#: tvp-svn-helper/main.c:232
 msgid "Execute update action"
 msgstr "执行 update 操作"
 
-#: tsp-svn-helper/main.c:246
+#: tvp-svn-helper/main.c:246 tvp-git-helper/main.c:98
 msgid "Add Related Options:"
 msgstr "Add 操作相关选项:"
 
-#: tsp-svn-helper/main.c:250
+#: tvp-svn-helper/main.c:250
 msgid "Blame Related Options:"
 msgstr "Blame 操作相关选项:"
 
-#: tsp-svn-helper/main.c:254
+#: tvp-svn-helper/main.c:254
 msgid "Changelist Related Options:"
 msgstr "Changelist 操作相关选项:"
 
-#: tsp-svn-helper/main.c:258
+#: tvp-svn-helper/main.c:258
 msgid "Checkout Related Options:"
 msgstr "Checkout 操作相关选项:"
 
-#: tsp-svn-helper/main.c:262
+#: tvp-svn-helper/main.c:262
 msgid "Cleanup Related Options:"
 msgstr "Cleanup 操作相关选项:"
 
-#: tsp-svn-helper/main.c:266
+#: tvp-svn-helper/main.c:266
 msgid "Commit Related Options:"
 msgstr "Commit 操作相关选项:"
 
-#: tsp-svn-helper/main.c:270
+#: tvp-svn-helper/main.c:270
 msgid "Copy Related Options:"
 msgstr "Copy 操作相关选项:"
 
-#: tsp-svn-helper/main.c:274
+#: tvp-svn-helper/main.c:274
 msgid "Delete Related Options:"
 msgstr "Delete 操作相关选项:"
 
-#: tsp-svn-helper/main.c:278
+#: tvp-svn-helper/main.c:278
 msgid "Export Related Options:"
 msgstr "Export 操作相关选项:"
 
-#: tsp-svn-helper/main.c:282
+#: tvp-svn-helper/main.c:282
 msgid "Import Related Options:"
 msgstr "Import 操作相关选项:"
 
-#: tsp-svn-helper/main.c:286
+#: tvp-svn-helper/main.c:286
 msgid "Lock Related Options:"
 msgstr "Lock 操作相关选项:"
 
-#: tsp-svn-helper/main.c:290
+#: tvp-svn-helper/main.c:290
 msgid "Log Related Options:"
 msgstr "Log 操作相关选项:"
 
-#: tsp-svn-helper/main.c:294
+#: tvp-svn-helper/main.c:294
 msgid "Move Related Options:"
 msgstr "Move 操作相关选项:"
 
-#: tsp-svn-helper/main.c:298
+#: tvp-svn-helper/main.c:298
 msgid "Properties Related Options:"
 msgstr "Prop 操作相关选项:"
 
 #. gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->action_area), box, FALSE, TRUE, 0);
 #. gtk_widget_show (box);
-#: tsp-svn-helper/main.c:298 tsp-svn-helper/tsh-properties-dialog.c:283
+#: tvp-svn-helper/main.c:298 tvp-svn-helper/tsh-properties-dialog.c:283
 msgid "Properties"
 msgstr "属性"
 
-#: tsp-svn-helper/main.c:302
+#: tvp-svn-helper/main.c:302
 msgid "Resolved Related Options:"
 msgstr "Resolved 操作相关选项:"
 
-#: tsp-svn-helper/main.c:306
+#: tvp-svn-helper/main.c:306
 msgid "Relocate Related Options:"
 msgstr "Relocate 操作相关选项:"
 
-
-#: tsp-svn-helper/main.c:310
+#: tvp-svn-helper/main.c:310
 msgid "Revert Related Options:"
 msgstr "Revert 操作相关选项:"
 
-#: tsp-svn-helper/main.c:314
+#: tvp-svn-helper/main.c:314 tvp-git-helper/main.c:110
 msgid "Status Related Options:"
 msgstr "Status 操作相关选项:"
 
-#: tsp-svn-helper/main.c:318
+#: tvp-svn-helper/main.c:318
 msgid "Switch Related Options:"
 msgstr "Switch 操作相关选项:"
 
-#: tsp-svn-helper/main.c:322
+#: tvp-svn-helper/main.c:322
 msgid "Unlock Related Options:"
 msgstr "Unlock 操作相关选项:"
 
-#: tsp-svn-helper/main.c:326
+#: tvp-svn-helper/main.c:326
 msgid "Update Related Options:"
 msgstr "Update 操作相关选项:"
 
-#: tsp-svn-helper/main.c:369
+#: tvp-svn-helper/main.c:369
 msgid "Not enough arguments provided"
 msgstr "参数不足"
 
-#: tsp-svn-helper/tsh-add.c:73 tsp-svn-helper/tsh-add.c:89
-#: tsp-svn-helper/tsh-checkout.c:71 tsp-svn-helper/tsh-commit.c:91
-#: tsp-svn-helper/tsh-copy.c:87 tsp-svn-helper/tsh-delete.c:91
-#: tsp-svn-helper/tsh-export.c:72 tsp-svn-helper/tsh-import.c:72
-#: tsp-svn-helper/tsh-lock.c:91 tsp-svn-helper/tsh-move.c:77
-#: tsp-svn-helper/tsh-resolved.c:73 tsp-svn-helper/tsh-resolved.c:89
-#: tsp-svn-helper/tsh-revert.c:87 tsp-svn-helper/tsh-switch.c:71
-#: tsp-svn-helper/tsh-unlock.c:86 tsp-svn-helper/tsh-update.c:88
+#: tvp-svn-helper/tsh-add.c:73 tvp-svn-helper/tsh-add.c:89
+#: tvp-svn-helper/tsh-checkout.c:71 tvp-svn-helper/tsh-commit.c:91
+#: tvp-svn-helper/tsh-copy.c:87 tvp-svn-helper/tsh-delete.c:91
+#: tvp-svn-helper/tsh-export.c:72 tvp-svn-helper/tsh-import.c:72
+#: tvp-svn-helper/tsh-lock.c:91 tvp-svn-helper/tsh-move.c:77
+#: tvp-svn-helper/tsh-resolved.c:73 tvp-svn-helper/tsh-resolved.c:89
+#: tvp-svn-helper/tsh-revert.c:87 tvp-svn-helper/tsh-switch.c:71
+#: tvp-svn-helper/tsh-unlock.c:86 tvp-svn-helper/tsh-update.c:88
 msgid "Failed"
 msgstr "失败"
 
-#: tsp-svn-helper/tsh-blame-dialog.c:94
+#: tvp-svn-helper/tsh-blame-dialog.c:94
 msgid "Line"
 msgstr "行"
 
-#: tsp-svn-helper/tsh-blame-dialog.c:100 tsp-svn-helper/tsh-log-dialog.c:118
+#: tvp-svn-helper/tsh-blame-dialog.c:100 tvp-svn-helper/tsh-log-dialog.c:118
 msgid "Revision"
 msgstr "修订版本"
 
-#: tsp-svn-helper/tsh-blame-dialog.c:106 tsp-svn-helper/tsh-log-dialog.c:124
+#: tvp-svn-helper/tsh-blame-dialog.c:106 tvp-svn-helper/tsh-log-dialog.c:124
 msgid "Author"
 msgstr "作者"
 
-#: tsp-svn-helper/tsh-blame-dialog.c:112 tsp-svn-helper/tsh-log-dialog.c:130
+#: tvp-svn-helper/tsh-blame-dialog.c:112 tvp-svn-helper/tsh-log-dialog.c:130
 msgid "Date"
 msgstr "日期"
 
-#: tsp-svn-helper/tsh-blame.c:75
+#: tvp-svn-helper/tsh-blame.c:75
 msgid "Blame failed"
 msgstr "Blame 操作失败"
 
-#: tsp-svn-helper/tsh-cleanup.c:66
+#: tvp-svn-helper/tsh-cleanup.c:66
 msgid "Cleanup failed"
 msgstr "Cleanup 操作失败"
 
-#: tsp-svn-helper/tsh-cleanup.c:81
+#: tvp-svn-helper/tsh-cleanup.c:81
 msgid "Cleanup finished"
 msgstr "Cleanup 操作完成"
 
-#: tsp-svn-helper/tsh-cleanup.c:95
+#: tvp-svn-helper/tsh-cleanup.c:95
 msgid "Cleaning up ..."
 msgstr "正在进行 cleanup 操作..."
 
-#: tsp-svn-helper/tsh-commit.c:103 tsp-svn-helper/tsh-common.c:719
-#: tsp-svn-helper/tsh-copy.c:99 tsp-svn-helper/tsh-delete.c:103
-#: tsp-svn-helper/tsh-import.c:82 tsp-svn-helper/tsh-move.c:89
+#: tvp-svn-helper/tsh-commit.c:103 tvp-svn-helper/tsh-common.c:719
+#: tvp-svn-helper/tsh-copy.c:99 tvp-svn-helper/tsh-delete.c:103
+#: tvp-svn-helper/tsh-import.c:82 tvp-svn-helper/tsh-move.c:89
 #, c-format
 msgid "At revision: %ld"
 msgstr "在修订版本: %ld"
 
-#: tsp-svn-helper/tsh-commit.c:108
+#: tvp-svn-helper/tsh-commit.c:108
 msgid "Nothing to do"
 msgstr "没有任何事情做"
 
-#: tsp-svn-helper/tsh-commit.c:114 tsp-svn-helper/tsh-common.c:505
-#: tsp-svn-helper/tsh-common.c:507 tsp-svn-helper/tsh-copy.c:110
-#: tsp-svn-helper/tsh-delete.c:114 tsp-svn-helper/tsh-import.c:87
-#: tsp-svn-helper/tsh-move.c:100
+#: tvp-svn-helper/tsh-commit.c:114 tvp-svn-helper/tsh-common.c:505
+#: tvp-svn-helper/tsh-common.c:507 tvp-svn-helper/tsh-copy.c:110
+#: tvp-svn-helper/tsh-delete.c:114 tvp-svn-helper/tsh-import.c:87
+#: tvp-svn-helper/tsh-move.c:100
 msgid "Completed"
 msgstr "完成"
 
-#: tsp-svn-helper/tsh-commit.c:145
+#: tvp-svn-helper/tsh-commit.c:145
 msgid "Commit Message"
 msgstr "Commit 消息"
 
-#: tsp-svn-helper/tsh-common.c:270
+#: tvp-svn-helper/tsh-common.c:270
 msgid "Store password a plaintext?"
 msgstr "以文本方式保存密码?"
 
-#: tsp-svn-helper/tsh-common.c:494 tsp-svn-helper/tsh-common.c:503
-#: tsp-svn-helper/tsh-common.c:510 tsp-svn-helper/tsh-common.c:632
-#: tsp-svn-helper/tsh-common.c:677 tsp-svn-helper/tsh-common.c:768
+#: tvp-svn-helper/tsh-common.c:494 tvp-svn-helper/tsh-common.c:503
+#: tvp-svn-helper/tsh-common.c:510 tvp-svn-helper/tsh-common.c:632
+#: tvp-svn-helper/tsh-common.c:677 tvp-svn-helper/tsh-common.c:768
 msgid "Added"
 msgstr "已添加"
 
-#: tsp-svn-helper/tsh-common.c:495 tsp-svn-helper/tsh-common.c:777
+#: tvp-svn-helper/tsh-common.c:495 tvp-svn-helper/tsh-common.c:777
 msgid "Copied"
 msgstr "已复制"
 
-#: tsp-svn-helper/tsh-common.c:496 tsp-svn-helper/tsh-common.c:502
-#: tsp-svn-helper/tsh-common.c:511 tsp-svn-helper/tsh-common.c:634
-#: tsp-svn-helper/tsh-common.c:680 tsp-svn-helper/tsh-common.c:770
+#: tvp-svn-helper/tsh-common.c:496 tvp-svn-helper/tsh-common.c:502
+#: tvp-svn-helper/tsh-common.c:511 tvp-svn-helper/tsh-common.c:634
+#: tvp-svn-helper/tsh-common.c:680 tvp-svn-helper/tsh-common.c:770
 msgid "Deleted"
 msgstr "已删除"
 
-#: tsp-svn-helper/tsh-common.c:497
+#: tvp-svn-helper/tsh-common.c:497
 msgid "Restored"
 msgstr "已恢复"
 
-#: tsp-svn-helper/tsh-common.c:498
+#: tvp-svn-helper/tsh-common.c:498
 msgid "Reverted"
 msgstr "已回溯"
 
-#: tsp-svn-helper/tsh-common.c:499
+#: tvp-svn-helper/tsh-common.c:499
 msgid "Revert failed"
 msgstr "Revert 操作失败"
 
-#: tsp-svn-helper/tsh-common.c:501
+#: tvp-svn-helper/tsh-common.c:501
 msgid "Skipped"
 msgstr "跳过"
 
-#: tsp-svn-helper/tsh-common.c:504
+#: tvp-svn-helper/tsh-common.c:504
 msgid "Updated"
 msgstr "已更新"
 
-#: tsp-svn-helper/tsh-common.c:506 tsp-svn-helper/tsh-common.c:508
-#: tsp-svn-helper/tsh-common.c:641
+#: tvp-svn-helper/tsh-common.c:506 tvp-svn-helper/tsh-common.c:508
+#: tvp-svn-helper/tsh-common.c:641
 msgid "External"
 msgstr "外部"
 
-#: tsp-svn-helper/tsh-common.c:509 tsp-svn-helper/tsh-common.c:636
-#: tsp-svn-helper/tsh-common.c:683 tsp-svn-helper/tsh-common.c:773
+#: tvp-svn-helper/tsh-common.c:509 tvp-svn-helper/tsh-common.c:636
+#: tvp-svn-helper/tsh-common.c:683 tvp-svn-helper/tsh-common.c:773
 msgid "Modified"
 msgstr "已修改"
 
-#: tsp-svn-helper/tsh-common.c:512 tsp-svn-helper/tsh-common.c:635
-#: tsp-svn-helper/tsh-common.c:686 tsp-svn-helper/tsh-common.c:766
+#: tvp-svn-helper/tsh-common.c:512 tvp-svn-helper/tsh-common.c:635
+#: tvp-svn-helper/tsh-common.c:686 tvp-svn-helper/tsh-common.c:766
 msgid "Replaced"
 msgstr "已替换"
 
-#: tsp-svn-helper/tsh-common.c:513
+#: tvp-svn-helper/tsh-common.c:513
 msgid "Transmitting"
 msgstr "正在传送"
 
-#: tsp-svn-helper/tsh-common.c:515
+#: tvp-svn-helper/tsh-common.c:515
 msgid "Locked"
 msgstr "已上锁"
 
-#: tsp-svn-helper/tsh-common.c:516 tsp-svn-helper/tsh-common.c:779
+#: tvp-svn-helper/tsh-common.c:516 tvp-svn-helper/tsh-common.c:779
 msgid "Unlocked"
 msgstr "已解锁"
 
-#: tsp-svn-helper/tsh-common.c:517
+#: tvp-svn-helper/tsh-common.c:517
 msgid "Lock failed"
 msgstr "Lock 操作失败"
 
-#: tsp-svn-helper/tsh-common.c:518
+#: tvp-svn-helper/tsh-common.c:518
 msgid "Unlock failed"
 msgstr "Unlock 操作失败"
 
-#: tsp-svn-helper/tsh-common.c:519
+#: tvp-svn-helper/tsh-common.c:519
 msgid "Exists"
 msgstr "存在"
 
-#: tsp-svn-helper/tsh-common.c:520
+#: tvp-svn-helper/tsh-common.c:520
 msgid "Changelist set"
 msgstr "更新列表设置"
 
-#: tsp-svn-helper/tsh-common.c:521
+#: tvp-svn-helper/tsh-common.c:521
 msgid "Changelist cleared"
 msgstr "更新列表已清空"
 
-#: tsp-svn-helper/tsh-common.c:522
+#: tvp-svn-helper/tsh-common.c:522
 msgid "Changelist moved"
 msgstr "更新列表已移动"
 
-#: tsp-svn-helper/tsh-common.c:523
+#: tvp-svn-helper/tsh-common.c:523
 msgid "Merge begin"
 msgstr "合并开始"
 
-#: tsp-svn-helper/tsh-common.c:524
+#: tvp-svn-helper/tsh-common.c:524
 msgid "Foreign merge begin"
 msgstr "外部合并开始"
 
-#: tsp-svn-helper/tsh-common.c:525
+#: tvp-svn-helper/tsh-common.c:525
 msgid "Replace"
 msgstr "替换"
 
-#: tsp-svn-helper/tsh-common.c:527
+#: tvp-svn-helper/tsh-common.c:527
 msgid "Property added"
 msgstr "属性已添加"
 
-#: tsp-svn-helper/tsh-common.c:528
+#: tvp-svn-helper/tsh-common.c:528
 msgid "Property modified"
 msgstr "属性已修改"
 
-#: tsp-svn-helper/tsh-common.c:529
+#: tvp-svn-helper/tsh-common.c:529
 msgid "Property deleted"
 msgstr "属性已删除"
 
-#: tsp-svn-helper/tsh-common.c:530
+#: tvp-svn-helper/tsh-common.c:530
 msgid "Property nonexisting"
 msgstr "不存在该属性"
 
-#: tsp-svn-helper/tsh-common.c:531
+#: tvp-svn-helper/tsh-common.c:531
 msgid "Revision property set"
 msgstr "修订版本属性设置"
 
-#: tsp-svn-helper/tsh-common.c:532
+#: tvp-svn-helper/tsh-common.c:532
 msgid "Revision property deleted"
 msgstr "修订版本属性已删除"
 
-#: tsp-svn-helper/tsh-common.c:533
+#: tvp-svn-helper/tsh-common.c:533
 msgid "Merge completed"
 msgstr "合并完毕"
 
-#: tsp-svn-helper/tsh-common.c:534
+#: tvp-svn-helper/tsh-common.c:534
 msgid "Tree conflict"
 msgstr "树冲突"
 
-#: tsp-svn-helper/tsh-common.c:535
+#: tvp-svn-helper/tsh-common.c:535
 msgid "External failed"
 msgstr "External 操作失败"
 
-#: tsp-svn-helper/tsh-common.c:596
+#: tvp-svn-helper/tsh-common.c:596
 msgid "Inapplicable"
 msgstr "不适用"
 
-#: tsp-svn-helper/tsh-common.c:598
+#: tvp-svn-helper/tsh-common.c:598
 msgid "Unchanged"
 msgstr "未被改变"
 
-#: tsp-svn-helper/tsh-common.c:599 tsp-svn-helper/tsh-common.c:633
+#: tvp-svn-helper/tsh-common.c:599 tvp-svn-helper/tsh-common.c:633
 msgid "Missing"
 msgstr "缺失"
 
-#: tsp-svn-helper/tsh-common.c:600 tsp-svn-helper/tsh-common.c:640
+#: tvp-svn-helper/tsh-common.c:600 tvp-svn-helper/tsh-common.c:640
 msgid "Obstructed"
 msgstr "受阻"
 
-#: tsp-svn-helper/tsh-common.c:601
+#: tvp-svn-helper/tsh-common.c:601
 msgid "Changed"
 msgstr "已被改变"
 
-#: tsp-svn-helper/tsh-common.c:602 tsp-svn-helper/tsh-common.c:637
+#: tvp-svn-helper/tsh-common.c:602 tvp-svn-helper/tsh-common.c:637
 msgid "Merged"
 msgstr "已被合并"
 
-#: tsp-svn-helper/tsh-common.c:603 tsp-svn-helper/tsh-common.c:638
+#: tvp-svn-helper/tsh-common.c:603 tvp-svn-helper/tsh-common.c:638
 msgid "Conflicted"
 msgstr "存在冲突"
 
 #. N_("None"),
 #. N_("Unversioned"),
-#: tsp-svn-helper/tsh-common.c:631
+#: tvp-svn-helper/tsh-common.c:631
 msgid "Normal"
 msgstr "一般"
 
-#: tsp-svn-helper/tsh-common.c:639
+#: tvp-svn-helper/tsh-common.c:639
 msgid "Ignored"
 msgstr "已被忽略"
 
-#: tsp-svn-helper/tsh-common.c:642
+#: tvp-svn-helper/tsh-common.c:642
 msgid "Incomplete"
 msgstr "未完成"
 
-#: tsp-svn-helper/tsh-copy.c:104
+#: tvp-svn-helper/tsh-copy.c:104
 msgid "Local copy"
 msgstr "在本地复制"
 
-#: tsp-svn-helper/tsh-copy.c:147
+#: tvp-svn-helper/tsh-copy.c:147
 msgid "Copy To"
 msgstr "复制到"
 
-#: tsp-svn-helper/tsh-delete.c:108
+#: tvp-svn-helper/tsh-delete.c:108
 msgid "Local delete"
 msgstr "在本地删除"
 
-#: tsp-svn-helper/tsh-delete.c:145
+#: tvp-svn-helper/tsh-delete.c:145
 msgid "Delete Message"
 msgstr "删除信息"
 
-#: tsp-svn-helper/tsh-file-dialog.c:60
+#: tvp-svn-helper/tsh-file-dialog.c:60
 msgid "_Certificate:"
 msgstr "证书(_C):"
 
-#: tsp-svn-helper/tsh-file-dialog.c:67
+#: tvp-svn-helper/tsh-file-dialog.c:67
 msgid "Select a file"
 msgstr "选择一个文件"
 
-#: tsp-svn-helper/tsh-file-dialog.c:78 tsp-svn-helper/tsh-login-dialog.c:98
-#: tsp-svn-helper/tsh-trust-dialog.c:73
+#: tvp-svn-helper/tsh-file-dialog.c:78 tvp-svn-helper/tsh-login-dialog.c:98
+#: tvp-svn-helper/tsh-trust-dialog.c:73
 msgid "Remember"
 msgstr "记住"
 
-#: tsp-svn-helper/tsh-file-dialog.c:86
+#: tvp-svn-helper/tsh-file-dialog.c:86
 msgid "Certificate"
 msgstr "证书"
 
-#: tsp-svn-helper/tsh-file-selection-dialog.c:91
-#: tsp-svn-helper/tsh-log-message-dialog.c:92
-#: tsp-svn-helper/tsh-notify-dialog.c:94
-#: tsp-svn-helper/tsh-status-dialog.c:116
+#: tvp-svn-helper/tsh-file-selection-dialog.c:91
+#: tvp-svn-helper/tsh-log-message-dialog.c:92
+#: tvp-svn-helper/tsh-notify-dialog.c:94
+#: tvp-svn-helper/tsh-status-dialog.c:116
+#: tvp-git-helper/tgh-branch-dialog.c:104
+#: tvp-git-helper/tgh-file-selection-dialog.c:92
+#: tvp-git-helper/tgh-reset-dialog.c:87 tvp-git-helper/tgh-status-dialog.c:104
 msgid "Path"
 msgstr "路径"
 
-#: tsp-svn-helper/tsh-file-selection-dialog.c:118
+#: tvp-svn-helper/tsh-file-selection-dialog.c:118
+#: tvp-git-helper/tgh-file-selection-dialog.c:113
 msgid "Select/Unselect all"
 msgstr "全选/全不选"
 
-#: tsp-svn-helper/tsh-import.c:125
+#: tvp-svn-helper/tsh-import.c:125
 msgid "Import Message"
 msgstr "Import 信息"
 
-#: tsp-svn-helper/tsh-log-dialog.c:136
+#: tvp-svn-helper/tsh-log-dialog.c:136
 msgid "Message"
 msgstr "信息"
 
-#: tsp-svn-helper/tsh-log-dialog.c:174 tsp-svn-helper/tsh-notify-dialog.c:88
+#: tvp-svn-helper/tsh-log-dialog.c:174 tvp-svn-helper/tsh-notify-dialog.c:88
 msgid "Action"
 msgstr "操作"
 
-#: tsp-svn-helper/tsh-log-dialog.c:180
+#: tvp-svn-helper/tsh-log-dialog.c:180
 msgid "File"
 msgstr "文件"
 
-#: tsp-svn-helper/tsh-log-message-dialog.c:86
+#: tvp-svn-helper/tsh-log-message-dialog.c:86
 msgid "State"
 msgstr "状态"
 
-#: tsp-svn-helper/tsh-log-message-dialog.c:110
+#: tvp-svn-helper/tsh-log-message-dialog.c:110
 msgid "Log Message"
 msgstr "Log 信息"
 
-#: tsp-svn-helper/tsh-log.c:106
+#: tvp-svn-helper/tsh-log.c:106
 msgid "Log failed"
 msgstr "Log 操作失败"
 
-#: tsp-svn-helper/tsh-login-dialog.c:65
+#: tvp-svn-helper/tsh-login-dialog.c:65
 msgid "_Username:"
 msgstr "用户名(_U):"
 
-#: tsp-svn-helper/tsh-login-dialog.c:81
+#: tvp-svn-helper/tsh-login-dialog.c:81
 msgid "_Password:"
 msgstr "密码(_P):"
 
-#: tsp-svn-helper/tsh-login-dialog.c:106
+#: tvp-svn-helper/tsh-login-dialog.c:106
 msgid "Login"
 msgstr "登录"
 
-#: tsp-svn-helper/tsh-move.c:94
+#: tvp-svn-helper/tsh-move.c:94
 msgid "Local move"
 msgstr "本地移动"
 
-#: tsp-svn-helper/tsh-move.c:136
+#: tvp-svn-helper/tsh-move.c:136
 msgid "Move To"
 msgstr "移动到"
 
-#: tsp-svn-helper/tsh-notify-dialog.c:100
+#: tvp-svn-helper/tsh-notify-dialog.c:100
 msgid "Mime type"
 msgstr "Mime 类型"
 
-#: tsp-svn-helper/tsh-notify-dialog.c:115
+#: tvp-svn-helper/tsh-notify-dialog.c:115
 msgid "Notification"
 msgstr "通知"
 
-#: tsp-svn-helper/tsh-properties-dialog.c:126
+#: tvp-svn-helper/tsh-properties-dialog.c:126
 msgid "Name"
 msgstr "名称"
 
-#: tsp-svn-helper/tsh-properties-dialog.c:132
+#: tvp-svn-helper/tsh-properties-dialog.c:132
 msgid "Value"
 msgstr "值"
 
@@ -879,8 +887,8 @@
 #. Translators: svn recursion selection
 #. * Self means only this file/direcotry is shown
 #.
-#: tsp-svn-helper/tsh-properties-dialog.c:209
-#: tsp-svn-helper/tsh-status-dialog.c:182
+#: tvp-svn-helper/tsh-properties-dialog.c:209
+#: tvp-svn-helper/tsh-status-dialog.c:182
 msgid "Self"
 msgstr "自身 (只 显示/更新 此 文件/目录)"
 
@@ -890,8 +898,8 @@
 #. Translators: svn recursion selection
 #. * Immediate files means this file/direcotry and the files it contains are shown
 #.
-#: tsp-svn-helper/tsh-properties-dialog.c:220
-#: tsp-svn-helper/tsh-status-dialog.c:191
+#: tvp-svn-helper/tsh-properties-dialog.c:220
+#: tvp-svn-helper/tsh-status-dialog.c:191
 msgid "Immediate files"
 msgstr "立即 文件 (显示/更新 当前文件或者当前文件夹中的文件)"
 
@@ -901,108 +909,152 @@
 #. Translators: svn recursion selection
 #. * Recursive means the list is full recursive
 #.
-#: tsp-svn-helper/tsh-properties-dialog.c:238
-#: tsp-svn-helper/tsh-status-dialog.c:209
+#: tvp-svn-helper/tsh-properties-dialog.c:238
+#: tvp-svn-helper/tsh-status-dialog.c:209
 msgid "Recursive"
 msgstr "递归 (递归 显示/更新 当前文件或者当前文件夹及其子文件夹中的内容)"
 
 #. tsh_properties_dialog_done (dialog);
-#: tsp-svn-helper/tsh-properties.c:81
+#: tvp-svn-helper/tsh-properties.c:81
 msgid "Set property failed"
 msgstr "设置属性失败"
 
-#: tsp-svn-helper/tsh-properties.c:104
+#: tvp-svn-helper/tsh-properties.c:104
 msgid "Properties failed"
 msgstr "Prop 操作失败"
 
-#: tsp-svn-helper/tsh-relocate-dialog.c:88
+#: tvp-svn-helper/tsh-relocate-dialog.c:88
 msgid "_From:"
 msgstr "从(_F):"
 
-#: tsp-svn-helper/tsh-relocate-dialog.c:98
-#: tsp-svn-helper/tsh-relocate-dialog.c:104
-#: tsp-svn-helper/tsh-relocate-dialog.c:153
-#: tsp-svn-helper/tsh-relocate-dialog.c:159
-#: tsp-svn-helper/tsh-relocate-dialog.c:205
-#: tsp-svn-helper/tsh-transfer-dialog.c:92
-#: tsp-svn-helper/tsh-transfer-dialog.c:98
-#: tsp-svn-helper/tsh-transfer-dialog.c:144
+#: tvp-svn-helper/tsh-relocate-dialog.c:98
+#: tvp-svn-helper/tsh-relocate-dialog.c:104
+#: tvp-svn-helper/tsh-relocate-dialog.c:153
+#: tvp-svn-helper/tsh-relocate-dialog.c:159
+#: tvp-svn-helper/tsh-relocate-dialog.c:205
+#: tvp-svn-helper/tsh-transfer-dialog.c:92
+#: tvp-svn-helper/tsh-transfer-dialog.c:98
+#: tvp-svn-helper/tsh-transfer-dialog.c:144
 msgid "Select a folder"
 msgstr "选择一个文件夹"
 
-#: tsp-svn-helper/tsh-relocate-dialog.c:143
+#: tvp-svn-helper/tsh-relocate-dialog.c:143
 msgid "_To:"
 msgstr "至(_T):"
 
-#: tsp-svn-helper/tsh-relocate-dialog.c:198
-#: tsp-svn-helper/tsh-transfer-dialog.c:137
+#: tvp-svn-helper/tsh-relocate-dialog.c:198
+#: tvp-svn-helper/tsh-transfer-dialog.c:137
 msgid "_Directory:"
 msgstr "目录(_D):"
 
-#: tsp-svn-helper/tsh-relocate.c:71
+#: tvp-svn-helper/tsh-relocate.c:71
 msgid "Relocate failed"
 msgstr "Relocate 操作失败"
 
-#: tsp-svn-helper/tsh-relocate.c:86
+#: tvp-svn-helper/tsh-relocate.c:86
 msgid "Relocate finished"
 msgstr "Relocate 操作完成"
 
-#: tsp-svn-helper/tsh-relocate.c:128
+#: tvp-svn-helper/tsh-relocate.c:128
 msgid "Relocating ..."
 msgstr "正在执行 relocate 操作..."
 
-#: tsp-svn-helper/tsh-status-dialog.c:224
+#: tvp-svn-helper/tsh-status-dialog.c:224
 msgid "Show Unmodified Files"
 msgstr "显示未被修改的文件"
 
-#: tsp-svn-helper/tsh-status-dialog.c:228
+#: tvp-svn-helper/tsh-status-dialog.c:228
 msgid "Show Unversioned Files"
 msgstr "显示未被加入版本控制的文件"
 
-#: tsp-svn-helper/tsh-status-dialog.c:232
+#: tvp-svn-helper/tsh-status-dialog.c:232
 msgid "Show Ignored Files"
 msgstr "显示被忽略的文件"
 
-#: tsp-svn-helper/tsh-status-dialog.c:236
+#: tvp-svn-helper/tsh-status-dialog.c:236
 msgid "Hide Externals"
 msgstr "隐藏外部内容"
 
-#: tsp-svn-helper/tsh-status-dialog.c:240
+#: tvp-svn-helper/tsh-status-dialog.c:240
 msgid "Check Repository"
 msgstr "检查仓库"
 
-#: tsp-svn-helper/tsh-status.c:86
+#: tvp-svn-helper/tsh-status.c:86 tvp-git-helper/tgh-common.c:48
 msgid "Status failed"
 msgstr "Status 操作失败"
 
-#: tsp-svn-helper/tsh-transfer-dialog.c:82
+#: tvp-svn-helper/tsh-transfer-dialog.c:82
 msgid "_Repository:"
 msgstr "仓库(_R):"
 
-#: tsp-svn-helper/tsh-transfer-dialog.c:156
+#: tvp-svn-helper/tsh-transfer-dialog.c:156
 msgid "Transfer"
 msgstr "传输"
 
-#: tsp-svn-helper/tsh-trust-dialog.c:58
+#: tvp-svn-helper/tsh-trust-dialog.c:58
 msgid "Certificate is not yet valid."
 msgstr "证书无效。"
 
-#: tsp-svn-helper/tsh-trust-dialog.c:61
+#: tvp-svn-helper/tsh-trust-dialog.c:61
 msgid "Certificate has expired."
 msgstr "证书过期。"
 
-#: tsp-svn-helper/tsh-trust-dialog.c:64
+#: tvp-svn-helper/tsh-trust-dialog.c:64
 msgid "Certificate does not match the remote hostname."
 msgstr "证书与远程服务器名称不符。"
 
-#: tsp-svn-helper/tsh-trust-dialog.c:67
+#: tvp-svn-helper/tsh-trust-dialog.c:67
 msgid "Certificate authority is unknown."
 msgstr "证书发布者未知。"
 
-#: tsp-svn-helper/tsh-trust-dialog.c:70
+#: tvp-svn-helper/tsh-trust-dialog.c:70
 msgid "Other failure."
 msgstr "其他失败。"
 
-#: tsp-svn-helper/tsh-trust-dialog.c:77
+#: tvp-svn-helper/tsh-trust-dialog.c:77
 msgid "Trust"
 msgstr "信任"
+
+#: tvp-git-helper/main.c:77
+#, fuzzy
+msgid "Execute branch action"
+msgstr "执行 blame 操作"
+
+#: tvp-git-helper/main.c:83
+#, fuzzy
+msgid "Execute reset action"
+msgstr "执行 revert 操作"
+
+#: tvp-git-helper/main.c:102
+#, fuzzy
+msgid "Branch Related Options:"
+msgstr "Blame 操作相关选项:"
+
+#: tvp-git-helper/main.c:102 tvp-git-helper/tgh-branch-dialog.c:119
+msgid "Branch"
+msgstr ""
+
+#: tvp-git-helper/main.c:106
+#, fuzzy
+msgid "Reset Related Options:"
+msgstr "Revert 操作相关选项:"
+
+#: tvp-git-helper/main.c:106 tvp-git-helper/tgh-reset-dialog.c:108
+#: tvp-git-helper/tgh-reset.c:125
+#, fuzzy
+msgid "Reset"
+msgstr "Revert"
+
+#: tvp-git-helper/tgh-add.c:58
+#, fuzzy
+msgid "Add finished"
+msgstr "Cleanup 操作完成"
+
+#: tvp-git-helper/tgh-add.c:126
+msgid "Adding ..."
+msgstr ""
+
+#: tvp-git-helper/tgh-common.c:123
+#: tvp-git-helper/tgh-file-selection-dialog.c:267
+msgid "untracked"
+msgstr ""

Modified: thunar-vcs-plugin/trunk/thunar-vcs-plugin/tvp-svn-action.c
===================================================================
--- thunar-vcs-plugin/trunk/thunar-vcs-plugin/tvp-svn-action.c	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/thunar-vcs-plugin/tvp-svn-action.c	2009-07-25 13:39:29 UTC (rev 7835)
@@ -312,7 +312,7 @@
 *//* Version control (file) */
   if (tvp_action->property.file_version_control)
   {
-    add_subaction (action, GTK_MENU_SHELL (menu), "tvp::changelist", Q_("Menu|Changelist"), _("Changelist"), GTK_STOCK_INDEX, "--changelist");
+    add_subaction_u (GTK_MENU_SHELL (menu), "tvp::changelist", Q_("Menu|Changelist"), _("Changelist"), GTK_STOCK_INDEX, _("Changelist"));
   }
   /* No version control (parent) */
   if (tvp_action->property.is_parent && !tvp_action->property.parent_version_control)

Modified: thunar-vcs-plugin/trunk/thunar-vcs-plugin/tvp-svn-backend.c
===================================================================
--- thunar-vcs-plugin/trunk/thunar-vcs-plugin/tvp-svn-backend.c	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/thunar-vcs-plugin/tvp-svn-backend.c	2009-07-25 13:39:29 UTC (rev 7835)
@@ -27,6 +27,7 @@
 #include <subversion-1/svn_client.h>
 #include <subversion-1/svn_pools.h>
 #include <subversion-1/svn_fs.h>
+#include <subversion-1/svn_dso.h>
 
 #include <thunar-vcs-plugin/tvp-svn-backend.h>
 
@@ -44,8 +45,21 @@
 
 	svn_error_t *err;
 
-	if (svn_cmdline_init (NULL, NULL) == EXIT_FAILURE)
+    /* Initialize apr */
+    if (apr_initialize())
+        return FALSE;
+
+    /* Initialize the DSO library, this must be done before svn_pool_create */
+#if CHECK_SVN_VERSION(1,5)
+    svn_dso_initialize ();
+#else /* CHECK_SVN_VERSION(1,6) */
+    err = svn_dso_initialize2 ();
+	if(err)
+  {
+    svn_error_clear (err);
 		return FALSE;
+  }
+#endif
 
 	/* Create top-level memory pool */
 	pool = svn_pool_create (NULL);
@@ -104,7 +118,11 @@
 tvp_svn_backend_free ()
 {
 	if (pool)
+    {
     svn_pool_destroy (pool);
+    apr_terminate ();
+    }
+    pool = NULL;
 }
 
 

Modified: thunar-vcs-plugin/trunk/tvp-git-helper/tgh-add.c
===================================================================
--- thunar-vcs-plugin/trunk/tvp-git-helper/tgh-add.c	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/tvp-git-helper/tgh-add.c	2009-07-25 13:39:29 UTC (rev 7835)
@@ -22,6 +22,14 @@
 #include <stdlib.h>
 #endif
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
+#ifdef HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
+
 #include <glib.h>
 #include <gtk/gtk.h>
 

Modified: thunar-vcs-plugin/trunk/tvp-git-helper/tgh-common.c
===================================================================
--- thunar-vcs-plugin/trunk/tvp-git-helper/tgh-common.c	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/tvp-git-helper/tgh-common.c	2009-07-25 13:39:29 UTC (rev 7835)
@@ -22,6 +22,14 @@
 #include <stdlib.h>
 #endif
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
+#ifdef HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
+
 #include <glib.h>
 #include <gtk/gtk.h>
 

Modified: thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-common.c
===================================================================
--- thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-common.c	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-common.c	2009-07-25 13:39:29 UTC (rev 7835)
@@ -49,7 +49,7 @@
 
 #include "tsh-common.h"
 
-static svn_error_t* tsh_auth_simple_plaintext_prompt(svn_boolean_t*, const char*, void*, apr_pool_t*);
+static svn_error_t* tsh_auth_simple_plaintext_prompt(svn_boolean_t*, const char*, void*, apr_pool_t*) G_GNUC_UNUSED;
 static svn_error_t* tsh_auth_simple_prompt(svn_auth_cred_simple_t**, void*, const char*, const char*, svn_boolean_t, apr_pool_t*);
 static svn_error_t* tsh_auth_username_prompt(svn_auth_cred_username_t**, void*, const char*, svn_boolean_t, apr_pool_t*);
 static svn_error_t* tsh_auth_ssl_server_trust_prompt(svn_auth_cred_ssl_server_trust_t**, void*, const char*, apr_uint32_t, const svn_auth_ssl_server_cert_info_t*, svn_boolean_t, apr_pool_t*);
@@ -490,7 +490,7 @@
 static const gchar *
 tsh_action_to_string(svn_wc_notify_action_t action)
 {
-  static const gchar const * const action_table[] = {
+  static const gchar * const action_table[] = {
     N_("Added"),
     N_("Copied"),
     N_("Deleted"),
@@ -592,7 +592,7 @@
 static const gchar *
 tsh_notify_state_to_string(enum svn_wc_notify_state_t state)
 {
-  static const gchar const * const state_table[] = {
+  static const gchar * const state_table[] = {
     N_("Inapplicable"),
     N_("Unknown"),
     N_("Unchanged"),
@@ -624,7 +624,7 @@
 const gchar *
 tsh_status_to_string(enum svn_wc_status_kind status)
 {
-  static const gchar const * const status_table[] = {
+  static const gchar * const status_table[] = {
     N_("Unknown"),
     (""),//N_("None"),
     (""),//N_("Unversioned"),

Modified: thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-log.c
===================================================================
--- thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-log.c	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-log.c	2009-07-25 13:39:29 UTC (rev 7835)
@@ -92,7 +92,7 @@
   ranges = apr_array_make (pool, 1, sizeof (svn_opt_revision_range_t *));
   APR_ARRAY_PUSH (ranges, svn_opt_revision_range_t *) = ⦥
 #if CHECK_SVN_VERSION(1,5)
-	if ((err = svn_client_log4(paths, &revision, &range.start, &renge.end, 0, TRUE, FALSE, FALSE, NULL, tsh_log_func, dialog, ctx, subpool)))
+	if ((err = svn_client_log4(paths, &revision, &range.start, &range.end, 0, TRUE, FALSE, FALSE, NULL, tsh_log_func, dialog, ctx, subpool)))
 #else /* CHECK_SVN_VERSION(1,6) */
 	if ((err = svn_client_log5(paths, &revision, ranges, 0, TRUE, FALSE, FALSE, NULL, tsh_log_func, dialog, ctx, subpool)))
 #endif

Modified: thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-resolved.c
===================================================================
--- thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-resolved.c	2009-07-25 10:40:00 UTC (rev 7834)
+++ thunar-vcs-plugin/trunk/tvp-svn-helper/tsh-resolved.c	2009-07-25 13:39:29 UTC (rev 7835)
@@ -48,7 +48,7 @@
 {
 	struct thread_args *args = user_data;
 	svn_error_t *err;
-  gboolean result;
+  gboolean result = TRUE;
 	svn_client_ctx_t *ctx = args->ctx;
 	apr_pool_t *subpool, *pool = args->pool;
 	TshNotifyDialog *dialog = args->dialog;




More information about the Goodies-commits mailing list