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

Jannis Pohlmann jannis at xfce.org
Sun May 6 01:21:11 CEST 2007


Author: jannis
Date: 2007-05-05 23:21:11 +0000 (Sat, 05 May 2007)
New Revision: 2713

Added:
   xfce4-time-out-plugin/trunk/po/xfce4-time-out-plugin.pot
Modified:
   xfce4-time-out-plugin/trunk/
   xfce4-time-out-plugin/trunk/po/ChangeLog
   xfce4-time-out-plugin/trunk/po/Makefile
   xfce4-time-out-plugin/trunk/po/de.po
Log:
	* xfce4-time-out-plugin.pot: Add POT file again.
	* de.po: German translations updated.


Property changes on: xfce4-time-out-plugin/trunk
___________________________________________________________________
Name: svn:ignore
   + Makefile
configure.in
configure


Modified: xfce4-time-out-plugin/trunk/po/ChangeLog
===================================================================
--- xfce4-time-out-plugin/trunk/po/ChangeLog	2007-05-05 23:16:38 UTC (rev 2712)
+++ xfce4-time-out-plugin/trunk/po/ChangeLog	2007-05-05 23:21:11 UTC (rev 2713)
@@ -1,3 +1,8 @@
+2007-05-06	Jannis Pohlmann <jannis at xfce.org>
+
+	* xfce4-time-out-plugin.pot: Add POT file again.
+	* de.po: German translations updated.
+
 2007-02-18	Jannis Pohlmann <jannis at xfce.org>
 
 	* README: Prevent geeks all over the world from trying to drink

Modified: xfce4-time-out-plugin/trunk/po/Makefile
===================================================================
--- xfce4-time-out-plugin/trunk/po/Makefile	2007-05-05 23:16:38 UTC (rev 2712)
+++ xfce4-time-out-plugin/trunk/po/Makefile	2007-05-05 23:21:11 UTC (rev 2713)
@@ -19,7 +19,7 @@
 
 GETTEXT_PACKAGE = xfce4-time-out-plugin
 PACKAGE = xfce4-time-out-plugin
-VERSION = 0.0.1svn-r
+VERSION = 0.0.1svn-r2711
 
 SHELL = /bin/sh
 
@@ -36,7 +36,7 @@
 DATADIRNAME = share
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
 subdir = po
-install_sh = $(SHELL) /home/jannis/devel/xfce/svn/goodies/xfce4-time-out-plugin/branches/rewrite/install-sh
+install_sh = $(SHELL) /home/jannis/devel/xfce/svn/goodies/xfce4-time-out-plugin/trunk/install-sh
 # Automake >= 1.8 provides /bin/mkdir -p.
 # Until it can be supposed, use the safe fallback:
 mkdir_p = $(install_sh) -d

Modified: xfce4-time-out-plugin/trunk/po/de.po
===================================================================
--- xfce4-time-out-plugin/trunk/po/de.po	2007-05-05 23:16:38 UTC (rev 2712)
+++ xfce4-time-out-plugin/trunk/po/de.po	2007-05-05 23:21:11 UTC (rev 2713)
@@ -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-04-17 22:27+0200\n"
-"PO-Revision-Date: 2007-04-17 22:33++0200\n"
+"POT-Creation-Date: 2007-05-06 01:18+0200\n"
+"PO-Revision-Date: 2007-05-06 01:18++0200\n"
 "Last-Translator: Jannis Pohlmann <jannis at xfce.org>\n"
 "Language-Team: German <de at li.org>\n"
 "MIME-Version: 1.0\n"
@@ -16,19 +16,61 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Create menu item for taking an instant break
-#: ../panel-plugin/time-out.c:132
+#: ../panel-plugin/time-out.c:225
 msgid "Take a break"
 msgstr "Eine Pause machen"
 
 #. Create menu item for enabling/disabling the countdown
-#: ../panel-plugin/time-out.c:137
+#: ../panel-plugin/time-out.c:233
 msgid "Enabled"
 msgstr "Aktiviert"
 
+#. Create properties dialog
+#: ../panel-plugin/time-out.c:344
+#: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
+msgid "Time Out"
+msgstr "Auszeit"
+
+#. Create time settings section
+#: ../panel-plugin/time-out.c:361
+msgid "Time settings"
+msgstr "Zeiten"
+
+#. Create break countdown time label
+#: ../panel-plugin/time-out.c:374
+msgid "Time between breaks (minutes):"
+msgstr "Zeit zwischen den Pausen (in Minuten):"
+
+#. Create lock countdown time label
+#: ../panel-plugin/time-out.c:387
+msgid "Break length (minutes):"
+msgstr "Dauer der Pausen (in Minuten):"
+
+#. Create postpone countdown time label
+#: ../panel-plugin/time-out.c:400
+msgid "Postpone length (minutes):"
+msgstr "Dauer des Verschiebens (in Minuten):"
+
+#. Create behaviour section
+#: ../panel-plugin/time-out.c:413
+msgid "Behaviour"
+msgstr "Verhalten"
+
+#. Create postpone check button
+#: ../panel-plugin/time-out.c:419
+msgid "Allow postpone"
+msgstr "Erlaube es Pausen zu verschieben"
+
+#. Create appearance section
+#: ../panel-plugin/time-out.c:426
+msgid "Appearance"
+msgstr "Aussehen"
+
+#. Create display seconds check button
+#: ../panel-plugin/time-out.c:432
+msgid "Display seconds"
+msgstr "Zeige Sekunden an"
+
 #: ../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"
-
-#: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
-msgid "Time Out"
-msgstr "Auszeiten"

Added: xfce4-time-out-plugin/trunk/po/xfce4-time-out-plugin.pot
===================================================================
--- xfce4-time-out-plugin/trunk/po/xfce4-time-out-plugin.pot	                        (rev 0)
+++ xfce4-time-out-plugin/trunk/po/xfce4-time-out-plugin.pot	2007-05-05 23:21:11 UTC (rev 2713)
@@ -0,0 +1,77 @@
+# 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: 2007-05-06 01:18+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"
+
+#. Create menu item for taking an instant break
+#: ../panel-plugin/time-out.c:225
+msgid "Take a break"
+msgstr ""
+
+#. Create menu item for enabling/disabling the countdown
+#: ../panel-plugin/time-out.c:233
+msgid "Enabled"
+msgstr ""
+
+#. Create properties dialog
+#: ../panel-plugin/time-out.c:344
+#: ../panel-plugin/xfce4-time-out-plugin.desktop.in.in.h:2
+msgid "Time Out"
+msgstr ""
+
+#. Create time settings section
+#: ../panel-plugin/time-out.c:361
+msgid "Time settings"
+msgstr ""
+
+#. Create break countdown time label
+#: ../panel-plugin/time-out.c:374
+msgid "Time between breaks (minutes):"
+msgstr ""
+
+#. Create lock countdown time label
+#: ../panel-plugin/time-out.c:387
+msgid "Break length (minutes):"
+msgstr ""
+
+#. Create postpone countdown time label
+#: ../panel-plugin/time-out.c:400
+msgid "Postpone length (minutes):"
+msgstr ""
+
+#. Create behaviour section
+#: ../panel-plugin/time-out.c:413
+msgid "Behaviour"
+msgstr ""
+
+#. Create postpone check button
+#: ../panel-plugin/time-out.c:419
+msgid "Allow postpone"
+msgstr ""
+
+#. Create appearance section
+#: ../panel-plugin/time-out.c:426
+msgid "Appearance"
+msgstr ""
+
+#. Create display seconds check button
+#: ../panel-plugin/time-out.c:432
+msgid "Display seconds"
+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