[grisbi-cvs] grisbi/src gsb_assistant_reconcile_config.c, 1.22, 1.23
Pierre Biava
pbiava at users.sourceforge.net
Sun Dec 7 20:22:39 CET 2008
- Previous message: [grisbi-cvs] grisbi/po de.po, 1.46, 1.47 grisbi.pot, 1.51, 1.52 POTFILES.in, 1.34, 1.35 zh_CN.po, 1.4, 1.5
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.10, 1.11 da.po, 1.17, 1.18 fa.po, 1.4, 1.5 fr.po, 1.103, 1.104 he.po, 1.10, 1.11 it.po, 1.10, 1.11 nl.po, 1.9, 1.10 pl.po, 1.15, 1.16 pt_BR.po, 1.12, 1.13 ro.po, 1.10, 1.11 ru.po, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12850/src
Modified Files:
gsb_assistant_reconcile_config.c
Log Message:
fr.po gsb_assistant_reconcile_config.c : update strings
Index: gsb_assistant_reconcile_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_assistant_reconcile_config.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gsb_assistant_reconcile_config.c 12 Nov 2008 22:30:22 -0000 1.22
+++ gsb_assistant_reconcile_config.c 7 Dec 2008 19:22:37 -0000 1.23
@@ -897,7 +897,7 @@
gint associate_number;
/* update the string containing the number of transactions to link */
- string = g_strdup_printf (_("Still %d transactions to link with a reconciliation"),
+ string = g_strdup_printf (_("Still %d transactions to link with a reconciliation."),
transactions_to_link);
gtk_label_set_text ( GTK_LABEL (label_transactions_to_link_2),
@@ -1016,7 +1016,7 @@
gchar *string;
/* update the labels */
- string = g_strdup_printf (_("Still %d transactions to link with a reconciliation"),
+ string = g_strdup_printf (_("Still %d transactions to link with a reconciliation."),
transactions_to_link);
gtk_label_set_text ( GTK_LABEL (label_transactions_to_link_2),
string);
@@ -1059,7 +1059,7 @@
GtkListStore *store;
/* update the string containing the number of transactions to link */
- string = g_strdup_printf (_("Still %d transactions to link with a reconciliation"),
+ string = g_strdup_printf (_("Still %d transactions to link with a reconciliation."),
transactions_to_link);
gtk_label_set_text ( GTK_LABEL (label_transactions_to_link_3),
string);
@@ -1361,7 +1361,7 @@
gchar *string;
/* update the labels */
- string = g_strdup_printf (_("Still %d transactions to link with a reconciliation"),
+ string = g_strdup_printf (_("Still %d transactions to link with a reconciliation."),
transactions_to_link);
gtk_label_set_text ( GTK_LABEL (label_transactions_to_link_1),
string);
- Previous message: [grisbi-cvs] grisbi/po de.po, 1.46, 1.47 grisbi.pot, 1.51, 1.52 POTFILES.in, 1.34, 1.35 zh_CN.po, 1.4, 1.5
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.10, 1.11 da.po, 1.17, 1.18 fa.po, 1.4, 1.5 fr.po, 1.103, 1.104 he.po, 1.10, 1.11 it.po, 1.10, 1.11 nl.po, 1.9, 1.10 pl.po, 1.15, 1.16 pt_BR.po, 1.12, 1.13 ro.po, 1.10, 1.11 ru.po, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list