telegnome r19 - in trunk: . po src



Author: cjwatson
Date: Sun Feb 24 09:37:48 2008
New Revision: 19
URL: http://svn.gnome.org/viewvc/telegnome?rev=19&view=rev

Log:
* AUTHORS: Add myself.
* NEWS: Update.
* src/gui.c (cb_about): Don'\''t translate authors'\'' names or copyright
statement. Add myself.
* po/*.po: Update.

Modified:
   trunk/AUTHORS
   trunk/ChangeLog
   trunk/NEWS
   trunk/po/az.po
   trunk/po/fr.po
   trunk/po/it.po
   trunk/po/nl.po
   trunk/po/ru.po
   trunk/po/sv.po
   trunk/po/zh_CN.po
   trunk/src/gui.c

Modified: trunk/AUTHORS
==============================================================================
--- trunk/AUTHORS	(original)
+++ trunk/AUTHORS	Sun Feb 24 09:37:48 2008
@@ -1,3 +1,3 @@
 Dirk-Jan C. Binnema <djcb dds nl>
-Arjan Scherpenisse  <acscherp wins uva nl>
-
+Arjan Scherpenisse <acscherp wins uva nl>
+Colin Watson <cjwatson debian org>

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Feb 24 09:37:48 2008
@@ -1 +1,8 @@
-No news is good news
+Changes in TeleGNOME 0.x.x
+==========================
+
+New maintainer (Colin Watson).
+Port to GNOME 2 and GnomeVFS.
+
+Translations:
+  az, fr, pt_BR, sv, zh_CN

Modified: trunk/src/gui.c
==============================================================================
--- trunk/src/gui.c	(original)
+++ trunk/src/gui.c	Sun Feb 24 09:37:48 2008
@@ -522,8 +522,9 @@
 cb_about (GtkWidget* widget, gpointer data)
 {
     static GtkWidget *about;
-    const gchar *authors[]= { N_("Dirk-Jan C. Binnema <djcb dds nl>"), 
-			      N_("Arjan Scherpenisse <acscherp wins uva nl>"),
+    const gchar *authors[]= { "Dirk-Jan C. Binnema <djcb dds nl>",
+			      "Arjan Scherpenisse <acscherp wins uva nl>",
+			      "Colin Watson <cjwatson debian org>",
 			      NULL    };
 
     if (about) {
@@ -533,7 +534,7 @@
     }
 
     about= gnome_about_new (PACKAGE, VERSION,
-				_("(c) 1999, 2000 Dirk-Jan C. Binnema, Arjan Scherpenisse"),
+				"(C) 1999, 2000 Dirk-Jan C. Binnema, Arjan Scherpenisse; (C) 2008 Colin Watson",
 				_("Teletext for GNOME\nReleased under the terms of the GPL"), 
 				authors, NULL, NULL,
 				NULL);



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