[Galago-commits] r2793 - in trunk/notification-daemon: . po

galago-commits at freedesktop.org galago-commits at freedesktop.org
Thu Apr 27 22:28:11 PDT 2006


Author: chipx86
Date: 2006-04-27 22:28:09 -0700 (Thu, 27 Apr 2006)
New Revision: 2793

Added:
   trunk/notification-daemon/po/nl.po
Modified:
   trunk/notification-daemon/AUTHORS
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/NEWS
   trunk/notification-daemon/configure.ac
   trunk/notification-daemon/po/ChangeLog
Log:
- Bump to version 0.3.5.90.
- Added a Dutch translation from Wouter Bolsterlee. This closes ticket #55.


Modified: trunk/notification-daemon/AUTHORS
===================================================================
--- trunk/notification-daemon/AUTHORS	2006-04-28 05:20:04 UTC (rev 2792)
+++ trunk/notification-daemon/AUTHORS	2006-04-28 05:28:09 UTC (rev 2793)
@@ -4,3 +4,6 @@
 
 Contributors:
 	Rodney Dawes <dobey at novell.com>
+
+Translators:
+	Dutch - Wouter Bolsterlee <uws+gnome at xs4all.nl>

Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-04-28 05:20:04 UTC (rev 2792)
+++ trunk/notification-daemon/ChangeLog	2006-04-28 05:28:09 UTC (rev 2793)
@@ -1,3 +1,13 @@
+Thu Apr 27 22:26:10 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* po/nl.po:
+	* AUTHORS:
+	* NEWS:
+	* configure.ac:
+	  - Bump to version 0.3.5.90.
+	  - Added a Dutch translation from Wouter Bolsterlee. This closes
+	    ticket #55.
+
 ==================== 0.3.5 ====================
 
 Wed Apr 26 01:44:17 PDT 2006  Christian Hammond <chipx86 at chipx86.com>

Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS	2006-04-28 05:20:04 UTC (rev 2792)
+++ trunk/notification-daemon/NEWS	2006-04-28 05:28:09 UTC (rev 2793)
@@ -1,3 +1,6 @@
+version 0.3.6:
+	* Added a Dutch translation from Wouter Bolsterlee. (Bug #55)
+
 version 0.3.5 (26-April-2006):
 	* Add three new required theme functions:
 	  - theme_check_init - determines if the theme is compatible with the

Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac	2006-04-28 05:20:04 UTC (rev 2792)
+++ trunk/notification-daemon/configure.ac	2006-04-28 05:28:09 UTC (rev 2793)
@@ -3,7 +3,7 @@
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT(notification-daemon, 0.3.5, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.3.5.90, galago-devel at lists.freedesktop.org)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(config.h.in)
 AC_COPYRIGHT([Copyright 2006 Christian Hammond])
@@ -15,7 +15,7 @@
 NOTIFICATION_DAEMON_MAJOR_VERSION=0
 NOTIFICATION_DAEMON_MINOR_VERSION=3
 NOTIFICATION_DAEMON_MICRO_VERSION=5
-NOTIFICATION_DAEMON_DEVEL_VERSION=0
+NOTIFICATION_DAEMON_DEVEL_VERSION=90
 
 NOTIFICATION_DAEMON_VERSION=$NOTIFICATION_DAEMON_MAJOR_VERSION.$NOTIFICATION_DAEMON_MINOR_VERSION.$NOTIFICATION_DAEMON_MICRO_VERSION
 
@@ -67,7 +67,7 @@
 AM_PROG_LIBTOOL
 AC_PROG_INTLTOOL
 
-ALL_LINGUAS=
+ALL_LINGUAS="nl"
 GETTEXT_PACKAGE=notification-daemon
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])

Modified: trunk/notification-daemon/po/ChangeLog
===================================================================
--- trunk/notification-daemon/po/ChangeLog	2006-04-28 05:20:04 UTC (rev 2792)
+++ trunk/notification-daemon/po/ChangeLog	2006-04-28 05:28:09 UTC (rev 2793)
@@ -0,0 +1,4 @@
+Thu Apr 27 22:23:40 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* nl.po:
+	  - Added a Dutch translation from Wouter Bolsterlee.

Added: trunk/notification-daemon/po/nl.po
===================================================================
--- trunk/notification-daemon/po/nl.po	2006-04-28 05:20:04 UTC (rev 2792)
+++ trunk/notification-daemon/po/nl.po	2006-04-28 05:28:09 UTC (rev 2793)
@@ -0,0 +1,25 @@
+# Dutch translation for notification-daemon
+# Copyright (C) 2006 Christian Hammond
+# This file is distributed under the same license as the notification-daemon package.
+#
+# Wouter Bolsterlee <uws+gnome at xs4all.nl>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: svn trunk\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-04-27 10:57+0200\n"
+"PO-Revision-Date: 2006-04-27 10:57+0200\n"
+"Last-Translator: Wouter Bolsterlee <uws+gnome at xs4all.nl>\n"
+"Language-Team: Dutch <vertaling at vrijschrift.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../data/notification-daemon.schemas.in.h:1
+msgid "Current theme"
+msgstr "Huidige thema"
+
+#: ../data/notification-daemon.schemas.in.h:2
+msgid "The theme used when displaying notifications."
+msgstr "Het thema dat voor de berichtweergave wordt gebruikt."



More information about the galago-commits mailing list