[grisbi-cvs] [SCM] grisbi branch, master, updated. 9eef65198af152d661929aa816781578c7028d0d

Gunee nobody at users.sourceforge.net
Fri Jun 18 15:16:37 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  9eef65198af152d661929aa816781578c7028d0d (commit)
       via  3de8f29c62714ef4bee5a12feb12007e68792358 (commit)
      from  4cac3c65a92c1ae96f295ef95e9eff5dcbecb6bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9eef65198af152d661929aa816781578c7028d0d
Author: William OLLIVIER <guneemwelloeux at users.sourceforge.net>
Date:   Fri Jun 18 15:15:31 2010 +0200

    Fixed the generation of mo files on Windows

commit 3de8f29c62714ef4bee5a12feb12007e68792358
Author: William OLLIVIER <guneemwelloeux at users.sourceforge.net>
Date:   Fri Jun 18 15:14:39 2010 +0200

    Fixed format error/Updated italian last revision date

-----------------------------------------------------------------------

Changes:
diff --git a/po/fr.po b/po/fr.po
index f636afd..73b2770 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8127,7 +8127,7 @@ msgstr "%d jours"
 #: src/gsb_scheduler_list.c:979
 #, c-format
 msgid "%d weeks"
-msgstr "semaines"
+msgstr "%d semaines"
 
 #: src/gsb_scheduler_list.c:984
 #, c-format
diff --git a/po/it.po b/po/it.po
index 21fff89..9be2e7b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: it\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2010-06-09 18:36+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2007-04-05 00:03+0000\n"
 "Last-Translator: Fabio Erculiani <fabio.erculiani at gmail.com>\n"
 "Language-Team: Italian <LL at li.org>\n"
 "MIME-Version: 1.0\n"
diff --git a/win32-msvc/CMakeLists.txt b/win32-msvc/CMakeLists.txt
index 150c9ae..a688be6 100644
--- a/win32-msvc/CMakeLists.txt
+++ b/win32-msvc/CMakeLists.txt
@@ -537,7 +537,7 @@ set(
   ../po/zh_CN.po
 ) 
 
-set (msgfmt target\\gtk-dev\\bin\\msgfmt.exe)
+set (msgfmt msgfmt.exe)
 
 ADD_CUSTOM_TARGET(prepare_mo
 	COMMAND IF NOT EXIST target\\lib mkdir target\\lib


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list