[Goodies-commits] r2654 - in xfce4-datetime-plugin/trunk: . panel-plugin po

Remco den Breeje stacium at xfce.org
Tue Apr 3 10:13:18 CEST 2007


Author: stacium
Date: 2007-04-03 08:13:18 +0000 (Tue, 03 Apr 2007)
New Revision: 2654

Modified:
   xfce4-datetime-plugin/trunk/ChangeLog
   xfce4-datetime-plugin/trunk/THANKS
   xfce4-datetime-plugin/trunk/panel-plugin/datetime.c
   xfce4-datetime-plugin/trunk/po/ChangeLog
   xfce4-datetime-plugin/trunk/po/eu.po
   xfce4-datetime-plugin/trunk/po/fr.po
   xfce4-datetime-plugin/trunk/po/hu.po
   xfce4-datetime-plugin/trunk/po/nl.po
   xfce4-datetime-plugin/trunk/po/uk.po
   xfce4-datetime-plugin/trunk/po/xfce4-datetime-plugin.pot
Log:
* panel-plugin/datetime.c: Fix incorrect display when panel starts (#3062)
* THANKS: added contributors



Modified: xfce4-datetime-plugin/trunk/ChangeLog
===================================================================
--- xfce4-datetime-plugin/trunk/ChangeLog	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/ChangeLog	2007-04-03 08:13:18 UTC (rev 2654)
@@ -1,3 +1,11 @@
+2007-04-02  Remco den Breeje <remco at sx.mine.nu>
+    * THANKS: added contributors
+    * panel-plugin/datetime.c: Fix incorrect display when panel starts (#3062)
+
+2007-03-02  Remco den Breeje <remco at sx.mine.nu>
+    * THANKS: added contributors
+    * LINGUAS,uk.po: Add Ukrainian translations by LuckAs <luckas_fb at mail.ru>
+
 2007-01-13  Remco den Breeje <remco at sx.mine.nu>
     * release 0.5.0 
       User can choose a layout, added built-in formats of date

Modified: xfce4-datetime-plugin/trunk/THANKS
===================================================================
--- xfce4-datetime-plugin/trunk/THANKS	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/THANKS	2007-04-03 08:13:18 UTC (rev 2654)
@@ -15,6 +15,8 @@
   Scott H <stonecrest at gmail.com>
   * Bug# 2867
 
+  Laurent Meunier <meunier.laurent at laposte.net>
+  * Bug# 3062
 
 Translators (sorted by language):
 ----------------------------------
@@ -29,6 +31,9 @@
   SZERVÁC Attila <sas at 321.hu>
   * hu (Hungarian) translations
 
+  Piarres Beobide <pi at beobide.net>
+  * eu (Basque) translations
+
 Other contributors (sorted by name):
 ------------------------------------
 

Modified: xfce4-datetime-plugin/trunk/panel-plugin/datetime.c
===================================================================
--- xfce4-datetime-plugin/trunk/panel-plugin/datetime.c	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/panel-plugin/datetime.c	2007-04-03 08:13:18 UTC (rev 2654)
@@ -588,12 +588,12 @@
   /* load settings (default values if non-av) */
   datetime_read_rc_file(plugin, datetime);
 
+  /* display plugin */
+  gtk_widget_show_all(datetime->eventbox);
+
   /* set date and time labels */
   datetime_update(datetime);
 
-  /* display plugin */
-  gtk_widget_show_all(datetime->eventbox);
-
   return datetime;
 }
 

Modified: xfce4-datetime-plugin/trunk/po/ChangeLog
===================================================================
--- xfce4-datetime-plugin/trunk/po/ChangeLog	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/po/ChangeLog	2007-04-03 08:13:18 UTC (rev 2654)
@@ -6,6 +6,10 @@
 
 	* fr.po: Added the French translation.
 
+2007-03-02  Remco den Breeje <remco at vioco.nl>
+
+	* uk.po: Added Ukrainian translations
+
 2007-01-13  Remco den Breeje <remco at vioco.nl>
 
 	* Updated name of pot-file

Modified: xfce4-datetime-plugin/trunk/po/eu.po
===================================================================
--- xfce4-datetime-plugin/trunk/po/eu.po	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/po/eu.po	2007-04-03 08:13:18 UTC (rev 2654)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-datetime-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 22:59+0100\n"
+"POT-Creation-Date: 2007-04-03 10:12+0200\n"
 "PO-Revision-Date: Y2007-03-14 11:30+0100\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <librezale at librezale.org>\n"

Modified: xfce4-datetime-plugin/trunk/po/fr.po
===================================================================
--- xfce4-datetime-plugin/trunk/po/fr.po	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/po/fr.po	2007-04-03 08:13:18 UTC (rev 2654)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce 4-datetime-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 22:59+0100\n"
+"POT-Creation-Date: 2007-04-03 10:12+0200\n"
 "PO-Revision-Date: 2007-03-02 17:06+0100\n"
 "Last-Translator: Maximilian Schleiss <maxschleiss at bluewin.ch>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -44,8 +44,7 @@
 msgid "Time, then date"
 msgstr "Temps et date après"
 
-#: ../panel-plugin/datetime-dialog.c:51
-#: ../panel-plugin/datetime-dialog.c:62
+#: ../panel-plugin/datetime-dialog.c:51 ../panel-plugin/datetime-dialog.c:62
 msgid "Custom..."
 msgstr "Personnalisé..."
 
@@ -66,8 +65,7 @@
 
 #. Format label
 #. format label
-#: ../panel-plugin/datetime-dialog.c:337
-#: ../panel-plugin/datetime-dialog.c:388
+#: ../panel-plugin/datetime-dialog.c:337 ../panel-plugin/datetime-dialog.c:388
 #: ../panel-plugin/datetime-dialog.c:467
 msgid "Format:"
 msgstr "Format :"
@@ -80,8 +78,7 @@
 msgstr "Date"
 
 #. font label
-#: ../panel-plugin/datetime-dialog.c:371
-#: ../panel-plugin/datetime-dialog.c:450
+#: ../panel-plugin/datetime-dialog.c:371 ../panel-plugin/datetime-dialog.c:450
 msgid "Font:"
 msgstr "Police :"
 
@@ -100,8 +97,11 @@
 msgstr "Calendrier"
 
 #: ../panel-plugin/datetime-dialog.c:533
-msgid "The information on which day the calendar week starts is derived from the locale."
-msgstr "Le choix de jour de début de semaine est défini par la locale du système."
+msgid ""
+"The information on which day the calendar week starts is derived from the "
+"locale."
+msgstr ""
+"Le choix de jour de début de semaine est défini par la locale du système."
 
 #: ../panel-plugin/datetime.desktop.in.in.h:1
 msgid "Date and Time plugin with a simple calendar"
@@ -110,4 +110,3 @@
 #: ../panel-plugin/datetime.desktop.in.in.h:2
 msgid "DateTime"
 msgstr "DateTime"
-

Modified: xfce4-datetime-plugin/trunk/po/hu.po
===================================================================
--- xfce4-datetime-plugin/trunk/po/hu.po	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/po/hu.po	2007-04-03 08:13:18 UTC (rev 2654)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 22:59+0100\n"
+"POT-Creation-Date: 2007-04-03 10:12+0200\n"
 "PO-Revision-Date: 2007-01-16 05:30+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian\n"
@@ -41,8 +41,7 @@
 msgid "Time, then date"
 msgstr "Idő majd dátum"
 
-#: ../panel-plugin/datetime-dialog.c:51
-#: ../panel-plugin/datetime-dialog.c:62
+#: ../panel-plugin/datetime-dialog.c:51 ../panel-plugin/datetime-dialog.c:62
 msgid "Custom..."
 msgstr "Egyéni..."
 
@@ -63,8 +62,7 @@
 
 #. Format label
 #. format label
-#: ../panel-plugin/datetime-dialog.c:337
-#: ../panel-plugin/datetime-dialog.c:388
+#: ../panel-plugin/datetime-dialog.c:337 ../panel-plugin/datetime-dialog.c:388
 #: ../panel-plugin/datetime-dialog.c:467
 msgid "Format:"
 msgstr "Formátum:"
@@ -77,8 +75,7 @@
 msgstr "Dátum"
 
 #. font label
-#: ../panel-plugin/datetime-dialog.c:371
-#: ../panel-plugin/datetime-dialog.c:450
+#: ../panel-plugin/datetime-dialog.c:371 ../panel-plugin/datetime-dialog.c:450
 msgid "Font:"
 msgstr "Betű"
 
@@ -97,7 +94,9 @@
 msgstr "Naptár"
 
 #: ../panel-plugin/datetime-dialog.c:533
-msgid "The information on which day the calendar week starts is derived from the locale."
+msgid ""
+"The information on which day the calendar week starts is derived from the "
+"locale."
 msgstr "A hét első napja a helyi beállítástól függ."
 
 #: ../panel-plugin/datetime.desktop.in.in.h:1
@@ -111,6 +110,6 @@
 #, fuzzy
 #~ msgid "%Y/%m/%d"
 #~ msgstr "%Y-%m-%d"
+
 #~ msgid "%H:%M"
 #~ msgstr "%H:%M"
-

Modified: xfce4-datetime-plugin/trunk/po/nl.po
===================================================================
--- xfce4-datetime-plugin/trunk/po/nl.po	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/po/nl.po	2007-04-03 08:13:18 UTC (rev 2654)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: datetime 0.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 22:59+0100\n"
+"POT-Creation-Date: 2007-04-03 10:12+0200\n"
 "PO-Revision-Date: 2006-10-06 11:16+0200\n"
 "Last-Translator: Remco den Breeje <remco at sx.mine.nu>\n"
 "Language-Team: Dutch <foo at bar>\n"

Modified: xfce4-datetime-plugin/trunk/po/uk.po
===================================================================
--- xfce4-datetime-plugin/trunk/po/uk.po	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/po/uk.po	2007-04-03 08:13:18 UTC (rev 2654)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: uk_1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 22:59+0100\n"
+"POT-Creation-Date: 2007-04-03 10:12+0200\n"
 "PO-Revision-Date: 2007-02-26 11:20+0200\n"
 "Last-Translator: LuckAs <luckas_fb at yahoo.com>\n"
 "Language-Team: Ukrainian <uk at li.org>\n"

Modified: xfce4-datetime-plugin/trunk/po/xfce4-datetime-plugin.pot
===================================================================
--- xfce4-datetime-plugin/trunk/po/xfce4-datetime-plugin.pot	2007-04-02 19:58:04 UTC (rev 2653)
+++ xfce4-datetime-plugin/trunk/po/xfce4-datetime-plugin.pot	2007-04-03 08:13:18 UTC (rev 2654)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 22:59+0100\n"
+"POT-Creation-Date: 2007-04-03 10:12+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"




More information about the Goodies-commits mailing list