[Goodies-commits] r2714 - in xfce4-time-out-plugin/trunk: . panel-plugin po

Jannis Pohlmann jannis at xfce.org
Sun May 6 01:29:16 CEST 2007


Author: jannis
Date: 2007-05-05 23:29:16 +0000 (Sat, 05 May 2007)
New Revision: 2714

Modified:
   xfce4-time-out-plugin/trunk/ChangeLog
   xfce4-time-out-plugin/trunk/panel-plugin/time-out-lock-screen.c
   xfce4-time-out-plugin/trunk/po/ChangeLog
   xfce4-time-out-plugin/trunk/po/POTFILES.in
   xfce4-time-out-plugin/trunk/po/de.po
   xfce4-time-out-plugin/trunk/po/xfce4-time-out-plugin.pot
Log:
	* panel-plugin/time-out-lock-screen.c: Remove debug statement
	  and add a new translatable string. 
 	* POTFILES.in, xfce4-time-out-plugin.pot: Merge new strings.
	* de.po: Update German translations.

Modified: xfce4-time-out-plugin/trunk/ChangeLog
===================================================================
--- xfce4-time-out-plugin/trunk/ChangeLog	2007-05-05 23:21:11 UTC (rev 2713)
+++ xfce4-time-out-plugin/trunk/ChangeLog	2007-05-05 23:29:16 UTC (rev 2714)
@@ -1,5 +1,10 @@
 2007-05-06	Jannis Pohlmann <jannis at xfce.org>
 
+	* panel-plugin/time-out-lock-screen.c: Remove debug statement
+	  and add a new translatable string.
+
+2007-05-06	Jannis Pohlmann <jannis at xfce.org>
+
 	* Initial import of a complete rewrite of the plugin. This one
 	  is much cleaner and more reliable (no timer race conditions
 	  anymore).

Modified: xfce4-time-out-plugin/trunk/panel-plugin/time-out-lock-screen.c
===================================================================
--- xfce4-time-out-plugin/trunk/panel-plugin/time-out-lock-screen.c	2007-05-05 23:21:11 UTC (rev 2713)
+++ xfce4-time-out-plugin/trunk/panel-plugin/time-out-lock-screen.c	2007-05-05 23:29:16 UTC (rev 2714)
@@ -182,7 +182,7 @@
   gtk_widget_show (lock_screen->time_label);
 
   /* Create postpone button */
-  lock_screen->postpone_button = gtk_button_new_with_mnemonic ("_Postpone");
+  lock_screen->postpone_button = gtk_button_new_with_mnemonic (_("_Postpone"));
   gtk_misc_set_alignment (GTK_MISC (lock_screen->postpone_button), 0.5, 0.5);
   gtk_box_pack_start (GTK_BOX (vbox), lock_screen->postpone_button, FALSE, FALSE, 0);
   g_signal_connect (G_OBJECT (lock_screen->postpone_button), "clicked", G_CALLBACK (time_out_lock_screen_postpone), lock_screen);
@@ -282,8 +282,6 @@
   g_string_prepend (time_string, "<span size=\"x-large\">");
   g_string_append (time_string, "</span>");
   
-  g_debug (time_string->str);
-
   /* Update widgets */
   gtk_label_set_markup (GTK_LABEL (lock_screen->time_label), time_string->str);
 

Modified: xfce4-time-out-plugin/trunk/po/ChangeLog
===================================================================
--- xfce4-time-out-plugin/trunk/po/ChangeLog	2007-05-05 23:21:11 UTC (rev 2713)
+++ xfce4-time-out-plugin/trunk/po/ChangeLog	2007-05-05 23:29:16 UTC (rev 2714)
@@ -1,5 +1,10 @@
 2007-05-06	Jannis Pohlmann <jannis at xfce.org>
 
+	* POTFILES.in, xfce4-time-out-plugin.pot: Merge new strings.
+	* de.po: Update German translations.
+
+2007-05-06	Jannis Pohlmann <jannis at xfce.org>
+
 	* xfce4-time-out-plugin.pot: Add POT file again.
 	* de.po: German translations updated.
 

Modified: xfce4-time-out-plugin/trunk/po/POTFILES.in
===================================================================
--- xfce4-time-out-plugin/trunk/po/POTFILES.in	2007-05-05 23:21:11 UTC (rev 2713)
+++ xfce4-time-out-plugin/trunk/po/POTFILES.in	2007-05-05 23:29:16 UTC (rev 2714)
@@ -1,2 +1,5 @@
 panel-plugin/time-out.c
+panel-plugin/time-out-lock-screen.c
+panel-plugin/time-out-countdown.c
+panel-plugin/time-out-fadeout.c
 panel-plugin/xfce4-time-out-plugin.desktop.in.in

Modified: xfce4-time-out-plugin/trunk/po/de.po
===================================================================
--- xfce4-time-out-plugin/trunk/po/de.po	2007-05-05 23:21:11 UTC (rev 2713)
+++ xfce4-time-out-plugin/trunk/po/de.po	2007-05-05 23:29:16 UTC (rev 2714)
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: xfce4-time-out-plugin 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-05-06 01:18+0200\n"
-"PO-Revision-Date: 2007-05-06 01:18++0200\n"
+"POT-Creation-Date: 2007-05-06 01:25+0200\n"
+"PO-Revision-Date: 2007-05-06 01:25++0200\n"
 "Last-Translator: Jannis Pohlmann <jannis at xfce.org>\n"
 "Language-Team: German <de at li.org>\n"
 "MIME-Version: 1.0\n"
@@ -71,6 +71,50 @@
 msgid "Display seconds"
 msgstr "Zeige Sekunden an"
 
+#. Create postpone button
+#: ../panel-plugin/time-out-lock-screen.c:185
+msgid "_Postpone"
+msgstr "_Pause verschieben"
+
+#: ../panel-plugin/time-out-countdown.c:390
+#, c-format
+msgid "%02d:%02d:%02d"
+msgstr "%02d:%02d:%02d"
+
+#: ../panel-plugin/time-out-countdown.c:392
+#, c-format
+msgid "%02d:%02d"
+msgstr "%02d:%02d"
+
+#: ../panel-plugin/time-out-countdown.c:401
+#, c-format
+msgid "Time left: %d seconds"
+msgstr "Verbleibend: %d Sekunden"
+
+#: ../panel-plugin/time-out-countdown.c:403
+msgid "Time left: 1 minute"
+msgstr "Verbleibend: 1 Minute"
+
+#: ../panel-plugin/time-out-countdown.c:408
+#, c-format
+msgid "Time left: %d minutes %d seconds"
+msgstr "Verbleibend: %d Minuten %d Sekunden"
+
+#: ../panel-plugin/time-out-countdown.c:410
+#, c-format
+msgid "Time left: %d minutes"
+msgstr "Verbleibend: %d Minuten"
+
+#: ../panel-plugin/time-out-countdown.c:416
+#, c-format
+msgid "Time left: %d hours %d minutes %d seconds"
+msgstr "Verbleibend: %d Stunden %d Minuten %d Sekunden"
+
+#: ../panel-plugin/time-out-countdown.c:418
+#, c-format
+msgid "Time left: %d hours %d minutes"
+msgstr "Verbleibend: %d Stunden %d Minuten"
+
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:1
 msgid "Automatically controlled time outs and breaks"
-msgstr "Automatisierte Auszeiten, in denen der Bildschirm gesperrt ist"
+msgstr "Automatisierte Auszeiten, in denen der Bildschirm gesperrt wird"

Modified: xfce4-time-out-plugin/trunk/po/xfce4-time-out-plugin.pot
===================================================================
--- xfce4-time-out-plugin/trunk/po/xfce4-time-out-plugin.pot	2007-05-05 23:21:11 UTC (rev 2713)
+++ xfce4-time-out-plugin/trunk/po/xfce4-time-out-plugin.pot	2007-05-05 23:29:16 UTC (rev 2714)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-05-06 01:18+0200\n"
+"POT-Creation-Date: 2007-05-06 01:25+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"
@@ -72,6 +72,50 @@
 msgid "Display seconds"
 msgstr ""
 
+#. Create postpone button
+#: ../panel-plugin/time-out-lock-screen.c:185
+msgid "_Postpone"
+msgstr ""
+
+#: ../panel-plugin/time-out-countdown.c:390
+#, c-format
+msgid "%02d:%02d:%02d"
+msgstr ""
+
+#: ../panel-plugin/time-out-countdown.c:392
+#, c-format
+msgid "%02d:%02d"
+msgstr ""
+
+#: ../panel-plugin/time-out-countdown.c:401
+#, c-format
+msgid "Time left: %d seconds"
+msgstr ""
+
+#: ../panel-plugin/time-out-countdown.c:403
+msgid "Time left: 1 minute"
+msgstr ""
+
+#: ../panel-plugin/time-out-countdown.c:408
+#, c-format
+msgid "Time left: %d minutes %d seconds"
+msgstr ""
+
+#: ../panel-plugin/time-out-countdown.c:410
+#, c-format
+msgid "Time left: %d minutes"
+msgstr ""
+
+#: ../panel-plugin/time-out-countdown.c:416
+#, c-format
+msgid "Time left: %d hours %d minutes %d seconds"
+msgstr ""
+
+#: ../panel-plugin/time-out-countdown.c:418
+#, c-format
+msgid "Time left: %d hours %d minutes"
+msgstr ""
+
 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:1
 msgid "Automatically controlled time outs and breaks"
 msgstr ""




More information about the Goodies-commits mailing list