gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-17


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-177-gd68bd5e
Date: Wed, 10 Mar 2010 11:04:19 +0000

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 "libgnokii and core programs".

The branch, master has been updated
       via  d68bd5e5fcdbe4b41e1a35b4a8fab282910dee25 (commit)
       via  d5f8ffd28408c3fffa891d8a8fd5e70024e84510 (commit)
       via  722746a2d8c8835b0c9a352009810188b88d5205 (commit)
      from  952f06ba39bf0de080d1746273015cda10f48aaf (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=d68bd5e5fcdbe4b41e1a35b4a8fab282910dee25


commit d68bd5e5fcdbe4b41e1a35b4a8fab282910dee25
Author: Daniele Forsi <address@hidden>
Date:   Wed Mar 10 11:08:28 2010 +0100

    Fix error message and make the two similar messages more easily translatable

diff --git a/common/vcal.lx b/common/vcal.lx
index 6939167..16594c1 100644
--- a/common/vcal.lx
+++ b/common/vcal.lx
@@ -278,7 +278,8 @@ int gn_vcal_file_event_read(char *filename, gn_calnote 
*cnote, int number)
        char time[16] = "", endtime[16] = "", alarm[16] = "";
        char todo_priority[2] = "";
 
-       fprintf(stderr, _("Function gn_vcal_file_event_read() is deprecated. 
Use gn_ical2calnote() instead.\n"));
+       /* translators: %s are replaced by function names */
+       fprintf(stderr, _("Function %s() is deprecated. Use %s() instead.\n"), 
__FUNCTION__, "gn_ical2calnote");
        file = fopen(filename, "r");
        if (!file) {
                fprintf(stderr, _("Can't open file %s for reading!\n"), 
filename);
@@ -339,7 +340,8 @@ int gn_vcal_file_todo_read(char *filename, gn_todo *ctodo, 
int number)
        char time[16] = "", endtime[16] = "", alarm[16] = "";
        char todo_priority[3] = "", meeting_location[64] = "";
 
-       fprintf(stderr, _("Function gn_vcal_file_event_read() is deprecated. 
Use gn_ical2calnote() instead.\n"));
+       /* translators: %s are replaced by function names */
+       fprintf(stderr, _("Function %s() is deprecated. Use %s() instead.\n"), 
__FUNCTION__, "gn_ical2todo");
        file = fopen(filename, "r");
        if (!file) {
                fprintf(stderr, _("Can't open file %s for reading!\n"), 
filename);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=d5f8ffd28408c3fffa891d8a8fd5e70024e84510


commit d68bd5e5fcdbe4b41e1a35b4a8fab282910dee25
Author: Daniele Forsi <address@hidden>
Date:   Wed Mar 10 11:08:28 2010 +0100

    Fix error message and make the two similar messages more easily translatable

diff --git a/common/vcal.lx b/common/vcal.lx
index 6939167..16594c1 100644
--- a/common/vcal.lx
+++ b/common/vcal.lx
@@ -278,7 +278,8 @@ int gn_vcal_file_event_read(char *filename, gn_calnote 
*cnote, int number)
        char time[16] = "", endtime[16] = "", alarm[16] = "";
        char todo_priority[2] = "";
 
-       fprintf(stderr, _("Function gn_vcal_file_event_read() is deprecated. 
Use gn_ical2calnote() instead.\n"));
+       /* translators: %s are replaced by function names */
+       fprintf(stderr, _("Function %s() is deprecated. Use %s() instead.\n"), 
__FUNCTION__, "gn_ical2calnote");
        file = fopen(filename, "r");
        if (!file) {
                fprintf(stderr, _("Can't open file %s for reading!\n"), 
filename);
@@ -339,7 +340,8 @@ int gn_vcal_file_todo_read(char *filename, gn_todo *ctodo, 
int number)
        char time[16] = "", endtime[16] = "", alarm[16] = "";
        char todo_priority[3] = "", meeting_location[64] = "";
 
-       fprintf(stderr, _("Function gn_vcal_file_event_read() is deprecated. 
Use gn_ical2calnote() instead.\n"));
+       /* translators: %s are replaced by function names */
+       fprintf(stderr, _("Function %s() is deprecated. Use %s() instead.\n"), 
__FUNCTION__, "gn_ical2todo");
        file = fopen(filename, "r");
        if (!file) {
                fprintf(stderr, _("Can't open file %s for reading!\n"), 
filename);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=722746a2d8c8835b0c9a352009810188b88d5205


commit d68bd5e5fcdbe4b41e1a35b4a8fab282910dee25
Author: Daniele Forsi <address@hidden>
Date:   Wed Mar 10 11:08:28 2010 +0100

    Fix error message and make the two similar messages more easily translatable

diff --git a/common/vcal.lx b/common/vcal.lx
index 6939167..16594c1 100644
--- a/common/vcal.lx
+++ b/common/vcal.lx
@@ -278,7 +278,8 @@ int gn_vcal_file_event_read(char *filename, gn_calnote 
*cnote, int number)
        char time[16] = "", endtime[16] = "", alarm[16] = "";
        char todo_priority[2] = "";
 
-       fprintf(stderr, _("Function gn_vcal_file_event_read() is deprecated. 
Use gn_ical2calnote() instead.\n"));
+       /* translators: %s are replaced by function names */
+       fprintf(stderr, _("Function %s() is deprecated. Use %s() instead.\n"), 
__FUNCTION__, "gn_ical2calnote");
        file = fopen(filename, "r");
        if (!file) {
                fprintf(stderr, _("Can't open file %s for reading!\n"), 
filename);
@@ -339,7 +340,8 @@ int gn_vcal_file_todo_read(char *filename, gn_todo *ctodo, 
int number)
        char time[16] = "", endtime[16] = "", alarm[16] = "";
        char todo_priority[3] = "", meeting_location[64] = "";
 
-       fprintf(stderr, _("Function gn_vcal_file_event_read() is deprecated. 
Use gn_ical2calnote() instead.\n"));
+       /* translators: %s are replaced by function names */
+       fprintf(stderr, _("Function %s() is deprecated. Use %s() instead.\n"), 
__FUNCTION__, "gn_ical2todo");
        file = fopen(filename, "r");
        if (!file) {
                fprintf(stderr, _("Can't open file %s for reading!\n"), 
filename);

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

Summary of changes:
 common/vcal.c  |    2 +-
 common/vcal.lx |    6 +-
 po/it.po       |  173 ++++++++++++++++++++++++++++----------------------------
 3 files changed, 91 insertions(+), 90 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]