[Goodies-commits] r2117 - in notification-daemon-xfce/trunk: . po

Nick Schermer nick at xfce.org
Sun Oct 22 17:45:44 CEST 2006


Author: nick
Date: 2006-10-22 15:45:43 +0000 (Sun, 22 Oct 2006)
New Revision: 2117

Modified:
   notification-daemon-xfce/trunk/Makefile.am
   notification-daemon-xfce/trunk/configure.in.in
   notification-daemon-xfce/trunk/po/POTFILES.in
   notification-daemon-xfce/trunk/po/fr.po
   notification-daemon-xfce/trunk/po/hu.po
   notification-daemon-xfce/trunk/po/nl.po
   notification-daemon-xfce/trunk/po/notification-daemon-xfce.pot
   notification-daemon-xfce/trunk/po/pl.po
Log:
* Small update to Makefile
* Regenerate po files


Modified: notification-daemon-xfce/trunk/Makefile.am
===================================================================
--- notification-daemon-xfce/trunk/Makefile.am	2006-10-22 15:29:11 UTC (rev 2116)
+++ notification-daemon-xfce/trunk/Makefile.am	2006-10-22 15:45:43 UTC (rev 2117)
@@ -5,10 +5,6 @@
 	src								\
 	icons
 
-AUTOMAKE_OPTIONS =							\
-	1.8								\
-	dist-bzip2
-
 distclean-local:
 	rm -rf *.spec *.cache *~
 

Modified: notification-daemon-xfce/trunk/configure.in.in
===================================================================
--- notification-daemon-xfce/trunk/configure.in.in	2006-10-22 15:29:11 UTC (rev 2116)
+++ notification-daemon-xfce/trunk/configure.in.in	2006-10-22 15:45:43 UTC (rev 2117)
@@ -16,16 +16,15 @@
 dnl *********************
 dnl *** init autoconf ***
 dnl *********************
-AC_INIT([notification-daemon-xfce], [notification_daemon_version], [goodies-dev at xfce.org])
+AC_INIT([notification-daemon-xfce], [notification_daemon_version()], [goodies-dev at xfce.org])
 AC_PREREQ([2.50])
 
 dnl *********************
 dnl *** init automake ***
 dnl *********************
-NOTIFICATION_DAEMON_VERSION=notification_daemon_version
-AM_INIT_AUTOMAKE([notification-daemon-xfce], [$NOTIFICATION_DAEMON_VERSION])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
 AM_CONFIG_HEADER([config.h])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE()
 
 dnl ********************************
 dnl *** check for basic programs ***

Modified: notification-daemon-xfce/trunk/po/POTFILES.in
===================================================================
--- notification-daemon-xfce/trunk/po/POTFILES.in	2006-10-22 15:29:11 UTC (rev 2116)
+++ notification-daemon-xfce/trunk/po/POTFILES.in	2006-10-22 15:45:43 UTC (rev 2117)
@@ -1,3 +1,3 @@
-settings/main.c
-settings/mcs_plugin.c
-settings/notification-settings.desktop.in
+src/settings/main.c
+src/settings/mcs_plugin.c
+src/settings/notification-settings.desktop.in

Modified: notification-daemon-xfce/trunk/po/fr.po
===================================================================
--- notification-daemon-xfce/trunk/po/fr.po	2006-10-22 15:29:11 UTC (rev 2116)
+++ notification-daemon-xfce/trunk/po/fr.po	2006-10-22 15:45:43 UTC (rev 2117)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: notification-daemon-xfce 0.3.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:12+0200\n"
+"POT-Creation-Date: 2006-10-22 17:38+0200\n"
 "PO-Revision-Date: 2006-09-15 21:38+0100\n"
 "Last-Translator: Maximilian Schleiss <maxschleiss at bluewin.ch>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -15,61 +15,62 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../settings/main.c:65
+#: ../src/settings/main.c:64
 msgid "Top Left"
 msgstr "En haut à gauche"
 
-#: ../settings/main.c:66
+#: ../src/settings/main.c:65
 msgid "Top Right"
 msgstr "En haut à droite"
 
-#: ../settings/main.c:67
+#: ../src/settings/main.c:66
 msgid "Bottom Left"
 msgstr "En bas à gauche"
 
-#: ../settings/main.c:68
+#: ../src/settings/main.c:67
 msgid "Bottom Right"
 msgstr "En bas à droite"
 
 #. create new preview notification
-#: ../settings/main.c:189
+#: ../src/settings/main.c:188
 msgid "Preview notification"
 msgstr "Créer une notification"
 
-#: ../settings/main.c:190
-msgid "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
-msgstr "Lorem ipsum est un texte standard utilisé dans l'industrie de l'impression."
+#: ../src/settings/main.c:189
+msgid ""
+"Lorem Ipsum is simply dummy text of the printing and typesetting industry."
+msgstr ""
+"Lorem ipsum est un texte standard utilisé dans l'industrie de l'impression."
 
-#: ../settings/main.c:325
-#: ../settings/notification-settings.desktop.in.h:2
+#: ../src/settings/main.c:324
+#: ../src/settings/notification-settings.desktop.in.h:2
 msgid "Notification Settings"
 msgstr "Paramètres de notification"
 
-#: ../settings/main.c:331
+#: ../src/settings/main.c:330
 msgid "Configure the Xfce notification daemon"
 msgstr "Configurer le démon de notification Xfce"
 
-#: ../settings/main.c:341
+#: ../src/settings/main.c:340
 msgid "Notification _position:"
 msgstr "_Position de la notification :"
 
-#: ../settings/main.c:371
+#: ../src/settings/main.c:370
 msgid "Pre_view"
 msgstr "Pré_visualiser"
 
-#: ../settings/mcs_plugin.c:41
+#: ../src/settings/mcs_plugin.c:41
 msgid "Failed to launch notification-settings"
 msgstr "Échec à l'exécution des paramètres de notification"
 
-#: ../settings/mcs_plugin.c:61
+#: ../src/settings/mcs_plugin.c:61
 msgid "Button Label|Notification Settings"
 msgstr "Paramètres de notification"
 
-#: ../settings/notification-settings.desktop.in.h:1
+#: ../src/settings/notification-settings.desktop.in.h:1
 msgid "Customize the notification daemon settings"
 msgstr "Configurer les paramètres du démon de notification"
 
-#: ../settings/notification-settings.desktop.in.h:3
+#: ../src/settings/notification-settings.desktop.in.h:3
 msgid "Xfce 4 Notification Settings"
 msgstr "Paramètres de notification Xfce 4"
-

Modified: notification-daemon-xfce/trunk/po/hu.po
===================================================================
--- notification-daemon-xfce/trunk/po/hu.po	2006-10-22 15:29:11 UTC (rev 2116)
+++ notification-daemon-xfce/trunk/po/hu.po	2006-10-22 15:45:43 UTC (rev 2117)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-22 17:38+0200\n"
 "PO-Revision-Date: 2006-09-27 21:25+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian\n"
@@ -13,61 +13,61 @@
 "X-Poedit-Language: Hungarian\n"
 "X-Poedit-Country: HUNGARY\n"
 
-#: ../settings/main.c:65
+#: ../src/settings/main.c:64
 msgid "Top Left"
 msgstr "Bal felső"
 
-#: ../settings/main.c:66
+#: ../src/settings/main.c:65
 msgid "Top Right"
 msgstr "Jobb felső"
 
-#: ../settings/main.c:67
+#: ../src/settings/main.c:66
 msgid "Bottom Left"
 msgstr "Bal alsó"
 
-#: ../settings/main.c:68
+#: ../src/settings/main.c:67
 msgid "Bottom Right"
 msgstr "Jobb alsó"
 
 #. create new preview notification
-#: ../settings/main.c:189
+#: ../src/settings/main.c:188
 msgid "Preview notification"
 msgstr "Emlékeztető előnézete"
 
-#: ../settings/main.c:190
-msgid "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
+#: ../src/settings/main.c:189
+msgid ""
+"Lorem Ipsum is simply dummy text of the printing and typesetting industry."
 msgstr "A Lorem Ipsum egy egyszerű trükk szöveg a nyomda- és szedőiparban."
 
-#: ../settings/main.c:325
-#: ../settings/notification-settings.desktop.in.h:2
+#: ../src/settings/main.c:324
+#: ../src/settings/notification-settings.desktop.in.h:2
 msgid "Notification Settings"
 msgstr "Emlékeztető beállítások"
 
-#: ../settings/main.c:331
+#: ../src/settings/main.c:330
 msgid "Configure the Xfce notification daemon"
 msgstr "Xfce emlékeztető démon beállítása"
 
-#: ../settings/main.c:341
+#: ../src/settings/main.c:340
 msgid "Notification _position:"
 msgstr "Emlékeztető _helye"
 
-#: ../settings/main.c:371
+#: ../src/settings/main.c:370
 msgid "Pre_view"
 msgstr "Elő_nézet"
 
-#: ../settings/mcs_plugin.c:41
+#: ../src/settings/mcs_plugin.c:41
 msgid "Failed to launch notification-settings"
 msgstr "A notification-settings indítása sikertelen"
 
-#: ../settings/mcs_plugin.c:61
+#: ../src/settings/mcs_plugin.c:61
 msgid "Button Label|Notification Settings"
 msgstr "Emlékeztető beállítások"
 
-#: ../settings/notification-settings.desktop.in.h:1
+#: ../src/settings/notification-settings.desktop.in.h:1
 msgid "Customize the notification daemon settings"
 msgstr "Emlékeztető beállítások testreszabása"
 
-#: ../settings/notification-settings.desktop.in.h:3
+#: ../src/settings/notification-settings.desktop.in.h:3
 msgid "Xfce 4 Notification Settings"
 msgstr "Xfce 4 emlékeztető beállítások"
-

Modified: notification-daemon-xfce/trunk/po/nl.po
===================================================================
--- notification-daemon-xfce/trunk/po/nl.po	2006-10-22 15:29:11 UTC (rev 2116)
+++ notification-daemon-xfce/trunk/po/nl.po	2006-10-22 15:45:43 UTC (rev 2117)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: 0.3.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-22 17:38+0200\n"
 "PO-Revision-Date: 2006-09-07 12:03+0200\n"
 "Last-Translator: Nick Schermer <nick at xfce.org>\n"
 "Language-Team: Dutch\n"
@@ -16,61 +16,62 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../settings/main.c:65
+#: ../src/settings/main.c:64
 msgid "Top Left"
 msgstr "Links Boven"
 
-#: ../settings/main.c:66
+#: ../src/settings/main.c:65
 msgid "Top Right"
 msgstr "Rechts Boven"
 
-#: ../settings/main.c:67
+#: ../src/settings/main.c:66
 msgid "Bottom Left"
 msgstr "Links Onder"
 
-#: ../settings/main.c:68
+#: ../src/settings/main.c:67
 msgid "Bottom Right"
 msgstr "Rechts Onder"
 
 #. create new preview notification
-#: ../settings/main.c:189
+#: ../src/settings/main.c:188
 msgid "Preview notification"
 msgstr "Voorbeeld bericht"
 
-#: ../settings/main.c:190
+#: ../src/settings/main.c:189
 msgid ""
 "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
 msgstr ""
 "Lorum Ipsum is gewoon voorbeeld tekst voor de print en letterzet industrie."
 
-#: ../settings/main.c:325 ../settings/notification-settings.desktop.in.h:2
+#: ../src/settings/main.c:324
+#: ../src/settings/notification-settings.desktop.in.h:2
 msgid "Notification Settings"
 msgstr "Berichtweergave Instellingen"
 
-#: ../settings/main.c:331
+#: ../src/settings/main.c:330
 msgid "Configure the Xfce notification daemon"
 msgstr "Instellingen van de Xfce berichtweergave daemon"
 
-#: ../settings/main.c:341
+#: ../src/settings/main.c:340
 msgid "Notification _position:"
 msgstr "Bericht _positie"
 
-#: ../settings/main.c:371
+#: ../src/settings/main.c:370
 msgid "Pre_view"
 msgstr "_Voorbeeld"
 
-#: ../settings/mcs_plugin.c:41
+#: ../src/settings/mcs_plugin.c:41
 msgid "Failed to launch notification-settings"
 msgstr "Het is niet gelukt notification-settings op te starten"
 
-#: ../settings/mcs_plugin.c:61
+#: ../src/settings/mcs_plugin.c:61
 msgid "Button Label|Notification Settings"
 msgstr "Button Label|Berichtweergave Instellingen"
 
-#: ../settings/notification-settings.desktop.in.h:1
+#: ../src/settings/notification-settings.desktop.in.h:1
 msgid "Customize the notification daemon settings"
 msgstr "Verander de berichtweergave daemon instellingen"
 
-#: ../settings/notification-settings.desktop.in.h:3
+#: ../src/settings/notification-settings.desktop.in.h:3
 msgid "Xfce 4 Notification Settings"
 msgstr "Xfce 4 Berichtweergave Instellingen"

Modified: notification-daemon-xfce/trunk/po/notification-daemon-xfce.pot
===================================================================
--- notification-daemon-xfce/trunk/po/notification-daemon-xfce.pot	2006-10-22 15:29:11 UTC (rev 2116)
+++ notification-daemon-xfce/trunk/po/notification-daemon-xfce.pot	2006-10-22 15:45:43 UTC (rev 2117)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:12+0200\n"
+"POT-Creation-Date: 2006-10-22 17:38+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"
@@ -16,60 +16,61 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../settings/main.c:65
+#: ../src/settings/main.c:64
 msgid "Top Left"
 msgstr ""
 
-#: ../settings/main.c:66
+#: ../src/settings/main.c:65
 msgid "Top Right"
 msgstr ""
 
-#: ../settings/main.c:67
+#: ../src/settings/main.c:66
 msgid "Bottom Left"
 msgstr ""
 
-#: ../settings/main.c:68
+#: ../src/settings/main.c:67
 msgid "Bottom Right"
 msgstr ""
 
 #. create new preview notification
-#: ../settings/main.c:189
+#: ../src/settings/main.c:188
 msgid "Preview notification"
 msgstr ""
 
-#: ../settings/main.c:190
+#: ../src/settings/main.c:189
 msgid ""
 "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
 msgstr ""
 
-#: ../settings/main.c:325 ../settings/notification-settings.desktop.in.h:2
+#: ../src/settings/main.c:324
+#: ../src/settings/notification-settings.desktop.in.h:2
 msgid "Notification Settings"
 msgstr ""
 
-#: ../settings/main.c:331
+#: ../src/settings/main.c:330
 msgid "Configure the Xfce notification daemon"
 msgstr ""
 
-#: ../settings/main.c:341
+#: ../src/settings/main.c:340
 msgid "Notification _position:"
 msgstr ""
 
-#: ../settings/main.c:371
+#: ../src/settings/main.c:370
 msgid "Pre_view"
 msgstr ""
 
-#: ../settings/mcs_plugin.c:41
+#: ../src/settings/mcs_plugin.c:41
 msgid "Failed to launch notification-settings"
 msgstr ""
 
-#: ../settings/mcs_plugin.c:61
+#: ../src/settings/mcs_plugin.c:61
 msgid "Button Label|Notification Settings"
 msgstr ""
 
-#: ../settings/notification-settings.desktop.in.h:1
+#: ../src/settings/notification-settings.desktop.in.h:1
 msgid "Customize the notification daemon settings"
 msgstr ""
 
-#: ../settings/notification-settings.desktop.in.h:3
+#: ../src/settings/notification-settings.desktop.in.h:3
 msgid "Xfce 4 Notification Settings"
 msgstr ""

Modified: notification-daemon-xfce/trunk/po/pl.po
===================================================================
--- notification-daemon-xfce/trunk/po/pl.po	2006-10-22 15:29:11 UTC (rev 2116)
+++ notification-daemon-xfce/trunk/po/pl.po	2006-10-22 15:45:43 UTC (rev 2117)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:12+0200\n"
+"POT-Creation-Date: 2006-10-22 17:38+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"
@@ -16,61 +16,61 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../settings/main.c:65
+#: ../src/settings/main.c:64
 msgid "Top Left"
-msgstr "Góra Lewo"
+msgstr "Gra Lewo"
 
-#: ../settings/main.c:66
+#: ../src/settings/main.c:65
 msgid "Top Right"
-msgstr "Góra Prawo"
+msgstr "Gra Prawo"
 
-#: ../settings/main.c:67
+#: ../src/settings/main.c:66
 msgid "Bottom Left"
-msgstr "Dół Lewo"
+msgstr "D Lewo"
 
-#: ../settings/main.c:68
+#: ../src/settings/main.c:67
 msgid "Bottom Right"
-msgstr "Dół Prawo"
+msgstr "D Prawo"
 
 #. create new preview notification
-#: ../settings/main.c:189
+#: ../src/settings/main.c:188
 msgid "Preview notification"
-msgstr "Podgląd powiadomienia"
+msgstr "Podgld powiadomienia"
 
-#: ../settings/main.c:190
+#: ../src/settings/main.c:189
 msgid ""
 "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
-msgstr ""
-"Lorem Ipsum to głupkowaty tekst do pokazywania jak to wszystko wygląda."
+msgstr "Lorem Ipsum to gupkowaty tekst do pokazywania jak to wszystko wyglda."
 
-#: ../settings/main.c:325 ../settings/notification-settings.desktop.in.h:2
+#: ../src/settings/main.c:324
+#: ../src/settings/notification-settings.desktop.in.h:2
 msgid "Notification Settings"
 msgstr "Ustawienia powiadamiania"
 
-#: ../settings/main.c:331
+#: ../src/settings/main.c:330
 msgid "Configure the Xfce notification daemon"
 msgstr "Konfiguracja daemona powiadamiania Xfce"
 
-#: ../settings/main.c:341
+#: ../src/settings/main.c:340
 msgid "Notification _position:"
 msgstr "_Pozycja powiadomienia:"
 
-#: ../settings/main.c:371
+#: ../src/settings/main.c:370
 msgid "Pre_view"
-msgstr "Pod_gląd"
+msgstr "Pod_gld"
 
-#: ../settings/mcs_plugin.c:41
+#: ../src/settings/mcs_plugin.c:41
 msgid "Failed to launch notification-settings"
-msgstr "Nie udało się uruchomić notification-settings"
+msgstr "Nie udao si uruchomi notification-settings"
 
-#: ../settings/mcs_plugin.c:61
+#: ../src/settings/mcs_plugin.c:61
 msgid "Button Label|Notification Settings"
-msgstr "Ustawienia Powiadomień"
+msgstr "Ustawienia Powiadomie"
 
-#: ../settings/notification-settings.desktop.in.h:1
+#: ../src/settings/notification-settings.desktop.in.h:1
 msgid "Customize the notification daemon settings"
-msgstr "Dopasuj ustawienia daemona powiadomień"
+msgstr "Dopasuj ustawienia daemona powiadomie"
 
-#: ../settings/notification-settings.desktop.in.h:3
+#: ../src/settings/notification-settings.desktop.in.h:3
 msgid "Xfce 4 Notification Settings"
-msgstr "Ustawienia Powiadomień Xfce 4"
+msgstr "Ustawienia Powiadomie Xfce 4"




More information about the Goodies-commits mailing list