[Goodies-commits] r1785 - in xfce4-notes-plugin/trunk: . po

Mike Massonnet mmassonnet at xfce.org
Mon Jul 24 21:49:48 CEST 2006


Author: mmassonnet
Date: 2006-07-24 19:49:46 +0000 (Mon, 24 Jul 2006)
New Revision: 1785

Added:
   xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot
Modified:
   xfce4-notes-plugin/trunk/configure.ac
   xfce4-notes-plugin/trunk/po/POTFILES.in
Log:
 * Cleaned the configure.ac (Thank to Darren Salt)
 * Added a default .pot file (Thank to Darren Salt)


Modified: xfce4-notes-plugin/trunk/configure.ac
===================================================================
--- xfce4-notes-plugin/trunk/configure.ac	2006-07-24 19:45:48 UTC (rev 1784)
+++ xfce4-notes-plugin/trunk/configure.ac	2006-07-24 19:49:46 UTC (rev 1785)
@@ -8,17 +8,22 @@
 
 m4_define([xfce4_notes_plugin_version], [0.11.1])
 
-AC_INIT([xfce4-mpc-plugin], [xfce4_notes_plugin_version()], 
+AC_INIT([xfce4-notes-plugin], [xfce4_notes_plugin_version()], 
         [mmassonnet at gmail.com])
 
-AM_INIT_AUTOMAKE([xfce4-mpc-plugin], [xfce4_notes_plugin_version()])
+AM_INIT_AUTOMAKE([xfce4-notes-plugin], [xfce4_notes_plugin_version()])
 
 AM_MAINTAINER_MODE
 
+dnl Avoid g77 and g++ checks
+m4_undefine([AC_PROG_CXX])
+m4_defun([AC_PROG_CXX],[])
+m4_undefine([AC_PROG_F77])
+m4_defun([AC_PROG_F77],[])
+
 dnl Check for basic programs
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
 AC_PROG_INTLTOOL
 
 dnl Check for standard header files
@@ -34,7 +39,7 @@
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90])
 
 dnl Translations
-XDT_I18N([@LINGUAS@])
+XDT_I18N([])
 
 dnl Check for debugging support
 XDT_FEATURE_DEBUG()

Modified: xfce4-notes-plugin/trunk/po/POTFILES.in
===================================================================
--- xfce4-notes-plugin/trunk/po/POTFILES.in	2006-07-24 19:45:48 UTC (rev 1784)
+++ xfce4-notes-plugin/trunk/po/POTFILES.in	2006-07-24 19:49:46 UTC (rev 1785)
@@ -1,2 +1,4 @@
-panel-plugin/notes-plugin.c
+panel-plugin/notes.c
+panel-plugin/notes.h
+panel-plugin/note.h
 panel-plugin/xfce4-notes-plugin.desktop.in.in

Added: xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot
===================================================================
--- xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot	                        (rev 0)
+++ xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot	2006-07-24 19:49:46 UTC (rev 1785)
@@ -0,0 +1,32 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-07-03 11:15+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../panel-plugin/notes.h:67
+msgid ""
+"Notes\n"
+"Click this button to show/hide your notes"
+msgstr ""
+
+#: ../panel-plugin/note.h:109
+#: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:1
+msgid "Notes"
+msgstr ""
+
+#: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:2
+msgid "Notes applet for the Xfce4 panel"
+msgstr ""




More information about the Goodies-commits mailing list